-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency? #39
Comments
That's for babel 7, which isn't fully released yet; when it is, we'll become compatible with it. |
@ljharb many people already are using babel-7. Jest is already supporting babel 7. This library is solution for jest issue jestjs/jest#2442 Consider supporting new beta babel. Also - is there any plan to move the package to babel scope? |
The new babel scope is only for official plugins; so no, it wouldn’t be appropriate to put it under that scope. Separately, that others have chosen to switch to a beta version doesn’t mean we have to accept the same risks. |
@darkowic I posted this with the accepted risks: https://www.npmjs.com/package/babel-plugin-dynamic-import-node-babel-7 Its a fork with the updated dependencies and once this package gets official support I'll link to that and issue a deprecation warning. |
@babel/plugin-syntax-dynamic-import
Are there plans to use the package on the newer babel namespace?
The text was updated successfully, but these errors were encountered: