mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Add new test cases
This commit is contained in:
parent
938c5334eb
commit
567d71c848
1
tests/cases/projects/jsFileCompilation/SameNameDTsNotSpecified/a.d.ts
vendored
Normal file
1
tests/cases/projects/jsFileCompilation/SameNameDTsNotSpecified/a.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare var a: number;
|
||||
@ -0,0 +1 @@
|
||||
var test1 = 10; // Shouldnt get compiled
|
||||
1
tests/cases/projects/jsFileCompilation/SameNameDTsNotSpecifiedWithJsExtensions/a.d.ts
vendored
Normal file
1
tests/cases/projects/jsFileCompilation/SameNameDTsNotSpecifiedWithJsExtensions/a.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare var a: number;
|
||||
@ -0,0 +1 @@
|
||||
var test1 = 10; // Shouldnt get compiled
|
||||
@ -0,0 +1 @@
|
||||
{ "compilerOptions": { "jsExtensions": [ "js" ] } }
|
||||
Loading…
x
Reference in New Issue
Block a user