This repository was archived by the owner on Feb 19, 2018. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork4
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
CS2 Discussion: Features: import/export #7
Closed
Labels
Description
With the adoption of es6 bymany,many,many popular javascript frameworks and libraries, supportingimport
/export
has become very relevant to the adoption of coffescript in the codebases that use those frameworks. This issue has been brought upseveral times in the original coffeescript repository - see also#3162.
At the time of writing this, theimport
andexport
keywords are treated by the coffescriptlexer as reserved words and throws a compile-time error when encountered.