move es6.arrowFunctions transformer - fixes #874
This commit is contained in:
parent
1a899f5e77
commit
b7342ef4ea
@ -10,6 +10,9 @@ module.exports = {
|
|||||||
"validation.react": require("./validation/react"),
|
"validation.react": require("./validation/react"),
|
||||||
"spec.blockScopedFunctions": require("./spec/block-scoped-functions"),
|
"spec.blockScopedFunctions": require("./spec/block-scoped-functions"),
|
||||||
|
|
||||||
|
// needs to be before `_aliasFunction`
|
||||||
|
"es6.arrowFunctions": require("./es6/arrow-functions"),
|
||||||
|
|
||||||
"playground.malletOperator": require("./playground/mallet-operator"),
|
"playground.malletOperator": require("./playground/mallet-operator"),
|
||||||
"playground.methodBinding": require("./playground/method-binding"),
|
"playground.methodBinding": require("./playground/method-binding"),
|
||||||
"playground.memoizationOperator": require("./playground/memoization-operator"),
|
"playground.memoizationOperator": require("./playground/memoization-operator"),
|
||||||
@ -25,9 +28,6 @@ module.exports = {
|
|||||||
// needs to be before `_aliasFunction`
|
// needs to be before `_aliasFunction`
|
||||||
"es7.comprehensions": require("./es7/comprehensions"),
|
"es7.comprehensions": require("./es7/comprehensions"),
|
||||||
|
|
||||||
// needs to be before `_aliasFunction`
|
|
||||||
"es6.arrowFunctions": require("./es6/arrow-functions"),
|
|
||||||
|
|
||||||
"es6.classes": require("./es6/classes"),
|
"es6.classes": require("./es6/classes"),
|
||||||
|
|
||||||
asyncToGenerator: require("./other/async-to-generator"),
|
asyncToGenerator: require("./other/async-to-generator"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user