TypeScript/tests/baselines/reference/separateCompilationPlainFile-AMD.errors.txt

10 lines
414 B
Plaintext
Raw Normal View History

2015-04-29 02:03:39 +02:00
tests/cases/compiler/separateCompilationPlainFile-AMD.ts(2,1): error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
2015-04-28 01:37:36 +02:00
==== tests/cases/compiler/separateCompilationPlainFile-AMD.ts (1 errors) ====
declare function run(a: number): void;
~~~~~~~
2015-04-29 02:03:39 +02:00
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
2015-04-28 01:37:36 +02:00
run(1);