We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CoffeeScript now has import / export support.
import
export
The text was updated successfully, but these errors were encountered:
test ES2015 modules syntax
a72d97a
Refs: forresto#14
This should work out of the box if you update to one of the more recent CoffeeScript versions.
At least a simple test (referenced above) works fine for me with the latest 1.12.2 release.
Sorry, something went wrong.
876a1dd
No branches or pull requests
CoffeeScript now has
import
/export
support.The text was updated successfully, but these errors were encountered: