You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: