mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
* Update CoffeeScript to 1.11.0, which supports modules; update check for whether to pass CoffeeScript’s output to Babel to look not just for backticks, but also for `import`, `export` and `function*`, the current ESNext features output by CoffeeScript * Add tests for imported modules using CoffeeScript’s new native import statement * Test that CoffeeScript native export statements work, by importing something exported by such a statement * Improve regex * Optimize regex
3 lines
110 B
JavaScript
3 lines
110 B
JavaScript
export const testingForImportedModule123456789 = true;
|
|
export const testingForImportedModule987654321 = true;
|