-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request