TypeScript/tests/baselines/reference/systemModule1.errors.txt

7 lines
319 B
Plaintext
Raw Normal View History

2015-04-29 02:03:39 +02:00
error TS1204: Cannot compile modules into 'commonjs', 'amd', 'system' or 'umd' when targeting 'ES6' or higher.
2015-04-11 17:50:11 +02:00
2015-04-29 02:03:39 +02:00
!!! error TS1204: Cannot compile modules into 'commonjs', 'amd', 'system' or 'umd' when targeting 'ES6' or higher.
2015-04-11 17:50:11 +02:00
==== tests/cases/compiler/systemModule1.ts (0 errors) ====
export var x = 1;