TypeScript/tests/baselines/reference/separateCompilationPlainFile-CommonJS.errors.txt
2015-04-28 17:03:39 -07:00

10 lines
424 B
Plaintext

tests/cases/compiler/separateCompilationPlainFile-CommonJS.ts(2,1): error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
==== tests/cases/compiler/separateCompilationPlainFile-CommonJS.ts (1 errors) ====
declare function run(a: number): void;
~~~~~~~
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
run(1);