move es6.arrowFunctions transformer up
This commit is contained in:
parent
ad98186afc
commit
d3971e0874
@ -13,6 +13,9 @@ export default {
|
|||||||
// this goes at the start so we only transform the original user code
|
// this goes at the start so we only transform the original user code
|
||||||
"spec.functionName": require("./spec/function-name"),
|
"spec.functionName": require("./spec/function-name"),
|
||||||
|
|
||||||
|
// needs to be before `_shadowFunctions`
|
||||||
|
"es6.arrowFunctions": require("./es6/arrow-functions"),
|
||||||
|
|
||||||
"spec.blockScopedFunctions": require("./spec/block-scoped-functions"),
|
"spec.blockScopedFunctions": require("./spec/block-scoped-functions"),
|
||||||
|
|
||||||
reactCompat: require("./other/react-compat"),
|
reactCompat: require("./other/react-compat"),
|
||||||
@ -87,9 +90,6 @@ export default {
|
|||||||
|
|
||||||
_declarations: require("./internal/declarations"),
|
_declarations: require("./internal/declarations"),
|
||||||
|
|
||||||
// needs to be before `_shadowFunctions`
|
|
||||||
"es6.arrowFunctions": require("./es6/arrow-functions"),
|
|
||||||
|
|
||||||
_shadowFunctions: require("./internal/shadow-functions"),
|
_shadowFunctions: require("./internal/shadow-functions"),
|
||||||
|
|
||||||
"es7.doExpressions": require("./es7/do-expressions"),
|
"es7.doExpressions": require("./es7/do-expressions"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user