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

Add ES6 module/export support #167

Open
perttikasanenhitseed opened this issue Apr 11, 2016 · 0 comments
Open

Add ES6 module/export support #167

perttikasanenhitseed opened this issue Apr 11, 2016 · 0 comments

Comments

@perttikasanenhitseed
Copy link

It would make it easier to write large and modular applications if the ES6 / Babel had a support for modules and exports.

To my limited understanding, what this probably needs is to compiles something like requireJS or SystemJS with Babel. Module syntax seems to compile OK already now with Workbench Alpha2, but the resulting es5 code fails with missing a require() function for loading the imports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant