Skip to content

Commit

Permalink
Fix scope tracking problems in latest babel 7 by reregistering all ne…
Browse files Browse the repository at this point in the history
…wly reinserted declarations and properly hoist var declarations
  • Loading branch information
rpetrich committed Oct 21, 2019
1 parent 3628002 commit ff63a8d
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 99 deletions.
2 changes: 1 addition & 1 deletion async-to-promises.test.js
Expand Up @@ -23,7 +23,7 @@ const environments = {
"transform-classes": "babel-plugin-transform-es2015-classes",
"external-helpers": "babel-plugin-external-helpers",
},
checkOutput: false,
checkOutput: true,
},
"babel 7": {
babel: babel7,
Expand Down

0 comments on commit ff63a8d

Please sign in to comment.