mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add new test cases
This commit is contained in:
@@ -0,0 +1 @@
|
||||
declare var a: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test1 = 10; // Shouldnt get compiled
|
||||
+1
@@ -0,0 +1 @@
|
||||
declare var a: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test1 = 10; // Shouldnt get compiled
|
||||
+1
@@ -0,0 +1 @@
|
||||
{ "compilerOptions": { "jsExtensions": [ "js" ] } }
|
||||
Reference in New Issue
Block a user