mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Project testcase to run tsconfig file
This commit is contained in:
@@ -0,0 +1 @@
|
||||
declare var test: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test = 10;
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scenario": "Verify project option",
|
||||
"projectRoot": "tests/cases/projects/projectOption/Test",
|
||||
"baselineCheck": true,
|
||||
"declaration": true,
|
||||
"resolvedInputFiles": [
|
||||
"lib.d.ts",
|
||||
"a.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"a.js",
|
||||
"a.d.ts"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
declare var test: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test = 10;
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scenario": "Verify project option",
|
||||
"projectRoot": "tests/cases/projects/projectOption/Test",
|
||||
"baselineCheck": true,
|
||||
"declaration": true,
|
||||
"resolvedInputFiles": [
|
||||
"lib.d.ts",
|
||||
"a.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"a.js",
|
||||
"a.d.ts"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
declare var test: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test = 10;
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"scenario": "Verify project option",
|
||||
"projectRoot": "tests/cases/projects/projectOption",
|
||||
"baselineCheck": true,
|
||||
"declaration": true,
|
||||
"project": "Test",
|
||||
"resolvedInputFiles": [
|
||||
"lib.d.ts",
|
||||
"Test/a.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"Test/a.js",
|
||||
"Test/a.d.ts"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
declare var test: number;
|
||||
@@ -0,0 +1 @@
|
||||
var test = 10;
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"scenario": "Verify project option",
|
||||
"projectRoot": "tests/cases/projects/projectOption",
|
||||
"baselineCheck": true,
|
||||
"declaration": true,
|
||||
"project": "Test",
|
||||
"resolvedInputFiles": [
|
||||
"lib.d.ts",
|
||||
"Test/a.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"Test/a.js",
|
||||
"Test/a.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user