TypeScript/tests/baselines/reference/out-flag3.errors.txt
2015-10-02 17:51:59 -07:00

14 lines
490 B
Plaintext

error TS5053: Option 'out' cannot be specified with option 'outFile'.
error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
!!! error TS5053: Option 'out' cannot be specified with option 'outFile'.
!!! error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
==== tests/cases/compiler/a.ts (0 errors) ====
// --out and --outFile error
class A { }
==== tests/cases/compiler/b.ts (0 errors) ====
class B { }