mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
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:
@@ -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'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user