Merge pull request #7863 from atom/bf-no-transform-for-of

Do not run the for/of transform in Babel.
This commit is contained in:
bolinfest
2015-07-13 14:11:29 -07:00

View File

@@ -25,6 +25,7 @@ defaultOptions =
# I think this can include es6.arrowFunctions, es6.classes, and
# possibly others, but I want to be conservative.
blacklist: [
'es6.forOf'
'useStrict'
]