TypeScript/tests/baselines/reference/externalModuleWithoutCompilerFlag1.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
328 B
Plaintext

==== tests/cases/compiler/externalModuleWithoutCompilerFlag1.ts (1 errors) ====
// Not on line 0 because we want to verify the error is placed in the appropriate location.
export module M {
~
!!! error TS1148: Cannot compile external modules unless the '--module' flag is provided.
}