You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
* Add dependencies on babel-types and babel-helper-module-imports
* Traverse file AST ourselves to build module metadata.
Babel no longer does this internally as of babel/babel#6343. This commit implements the same
traversal as part of this plugin, using the same code that was removed from Babel with some
trivial modifications.
* Use addDefault from babel-helper-module-imports to add our imports.
file.addImport is deprecated by Babel and attempting to use it will throw.
0 commit comments