add allowTopLevelThis option to transform-modules-systemjs (#10780)

* feat: expose rewriteThis method

* feat: add allowTopLevelThis option to transform-modules-systemjs
This commit is contained in:
Huáng Jùnliàng
2020-01-09 21:16:26 -05:00
committed by Nicolò Ribaudo
parent 04354d1556
commit 44f9d85904
9 changed files with 45 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.7.4",
"@babel/helper-module-transforms": "^7.7.4",
"@babel/helper-plugin-utils": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.3.0"
},