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

Upgrade to support babel-preset-es2017 and beyond #42

Open
Dan503 opened this issue Apr 15, 2017 · 0 comments
Open

Upgrade to support babel-preset-es2017 and beyond #42

Dan503 opened this issue Apr 15, 2017 · 0 comments
Labels
conflicts pure esmodules aka `{modules: false}` no transformation to commonjs

Comments

@Dan503
Copy link

Dan503 commented Apr 15, 2017

Babel is able to transpile code written in es2017 syntax using the babel-preset-es2017 plugin. babel-plugin-add-module-exports is only compatible with babel-preset-es2015 though.

Since this plugin is vital for modular javascript development, this forces developers into using es2015 syntax instead of being able to take advantage of the new features introduced in es2016 and es2017.

This plugin should be written in a way that is compatible with all current and future babel-preset plugins. If that is not possible, then the plugin should be updated to support the new babel-preset-es[year] plugin each time that a new one is created and released.

This would allow developers to take full advantage of any new features straight away.

@59naga 59naga added the conflicts pure esmodules aka `{modules: false}` no transformation to commonjs label Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts pure esmodules aka `{modules: false}` no transformation to commonjs
Projects
None yet
Development

No branches or pull requests

2 participants