This repository was archived by the owner on Feb 19, 2018. It is now read-only.
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
CS2 Discussion: Features: import/export #7
Closed
Description
With the adoption of es6 by many, many, many popular javascript frameworks and libraries, supporting import
/export
has become very relevant to the adoption of coffescript in the codebases that use those frameworks. This issue has been brought up several times in the original coffeescript repository - see also #3162.
At the time of writing this, the import
and export
keywords are treated by the coffescript lexer as reserved words and throws a compile-time error when encountered.