TypeScript/tests/baselines/reference/externalModuleWithoutCompilerFlag1.js

8 lines
210 B
TypeScript

//// [externalModuleWithoutCompilerFlag1.ts]
// Not on line 0 because we want to verify the error is placed in the appropriate location.
export module M {
}
//// [externalModuleWithoutCompilerFlag1.js]