Implement a new utility module for injecting module imports.

This commit is contained in:
Logan Smyth
2017-09-15 00:20:51 -07:00
parent 84184e2ddd
commit ec9754bc40
11 changed files with 1768 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js",
"dependencies": {
"babel-helper-module-imports": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"lodash": "^4.2.0"