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

8 lines
365 B
Plaintext
Raw Normal View History

2015-04-27 03:31:47 +02:00
tests/cases/compiler/separateCompilationNoExternalModule.ts(2,1): error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
==== tests/cases/compiler/separateCompilationNoExternalModule.ts (1 errors) ====
var x;
~~~
2015-04-27 03:31:47 +02:00
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.