TypeScript/tests/baselines/reference/separateCompilationNoExternalModule.errors.txt
2015-04-26 18:31:47 -07:00

8 lines
365 B
Plaintext

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;
~~~
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.