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

7 lines
314 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 {
~
!!! Cannot compile external modules unless the '--module' flag is provided.
}