mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 01:34:55 -06:00
Test case when --out is specified for compiling module but --module isnt specified
This commit is contained in:
parent
11cd54a7e1
commit
1814569cc5
@ -0,0 +1,7 @@
|
||||
error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
|
||||
|
||||
|
||||
!!! error TS6082: Only 'amd' and 'system' modules are supported alongside --out.
|
||||
==== tests/cases/compiler/optionsOutAndNoModuleGen.ts (0 errors) ====
|
||||
|
||||
export var x = 10;
|
||||
3
tests/cases/compiler/optionsOutAndNoModuleGen.ts
Normal file
3
tests/cases/compiler/optionsOutAndNoModuleGen.ts
Normal file
@ -0,0 +1,3 @@
|
||||
// @out: output.js
|
||||
|
||||
export var x = 10;
|
||||
Loading…
x
Reference in New Issue
Block a user