Skip to content
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

Future updates (native ES module support) #4

Closed
nuxy opened this issue Apr 5, 2023 · 1 comment
Closed

Future updates (native ES module support) #4

nuxy opened this issue Apr 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nuxy
Copy link
Owner

nuxy commented Apr 5, 2023

As of Node.js v15.3.0 native ES module support is nodejs/node#35781. Due to this, the usage of a transpiler will be removed. Doing so greatly simplifies this package (less dependencies) while also eliminating the build transpilation process. So, unless you are using a Babel extension that is outside the scope of what this package provides, or are bound to a Node.js version that is < v15.3.0, you should NOT be impacted by these changes.

@nuxy nuxy added the enhancement New feature or request label Apr 5, 2023
@nuxy nuxy self-assigned this Apr 5, 2023
@nuxy
Copy link
Owner Author

nuxy commented May 18, 2023

This is complete.

@nuxy nuxy closed this as completed May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant