Files
meteor/packages/coffeescript/tests/es2015_module.js
Geoffrey Booth 13fb390bc7 Move coffeescript and coffeescript-test-helper packages back into core. (#8960)
They depend on core packages like caching-compiler, but coffeescript-compiler
can remain in non-core, so it can update more frequently as npm coffeescript
gets updated.
2017-08-15 10:21:18 +00:00

3 lines
110 B
JavaScript

export const testingForImportedModule123456789 = true;
export const testingForImportedModule987654321 = true;