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

12 lines
546 B
Plaintext
Raw Normal View History

error TS5046: Option 'out' cannot be specified with option 'separateCompilation'.
2015-04-27 03:31:47 +02:00
tests/cases/compiler/file2.ts(1,1): error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
!!! error TS5046: Option 'out' cannot be specified with option 'separateCompilation'.
==== tests/cases/compiler/file1.ts (0 errors) ====
export var x;
==== tests/cases/compiler/file2.ts (1 errors) ====
var y;
~~~
2015-04-27 03:31:47 +02:00
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.