mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
baseline update
jake runtests jake baseline-accept
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"scenario": "Reference-path-static",
|
||||
"projectRoot": "tests/cases/projects/reference-path-static",
|
||||
"inputFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"resolvedInputFiles": [
|
||||
"test.ts",
|
||||
"lib.ts",
|
||||
"lib.d.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"lib.js",
|
||||
"test.js"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"scenario": "Reference-path-static",
|
||||
"projectRoot": "tests/cases/projects/reference-path-static",
|
||||
"inputFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"resolvedInputFiles": [
|
||||
"test.ts",
|
||||
"lib.ts",
|
||||
"lib.d.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"lib.js",
|
||||
"test.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user