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

Do not conflict with ES6 module keywords #281

Closed
mrinterweb opened this issue Jan 31, 2014 · 1 comment
Closed

Do not conflict with ES6 module keywords #281

mrinterweb opened this issue Jan 31, 2014 · 1 comment

Comments

@mrinterweb
Copy link

I have been encountering issues lately that are using Square's ES6 module transpiler. The issue is that ES6 modules make use of some new reserved words "import" and "export". Naturally, this doesn't play nicely with the current iteration of CoffeeScript.

http://wiki.ecmascript.org/doku.php?id=harmony:modules#import_declarations

Please change the words import and export in CoffeeScriptRedux to something else.

@michaelficarra
Copy link
Owner

We'll reserve import/export once they're reserved in a final version of the ECMA-262 spec.

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

2 participants