Skip to content

Commit 206d459

Browse files
committed
Update baselines
1 parent d7eb213 commit 206d459

5 files changed

+52
-8
lines changed

tests/baselines/reference/booleanLiteralsContextuallyTypedFromUnion.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type C = A | B;
1919
const isIt = Math.random() > 0.5;
2020
>isIt : Symbol(isIt, Decl(booleanLiteralsContextuallyTypedFromUnion.tsx, 3, 5))
2121
>Math.random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --))
22-
>Math : Symbol(Math, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
22+
>Math : Symbol(Math, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
2323
>random : Symbol(Math.random, Decl(lib.es5.d.ts, --, --))
2424

2525
const c: C = isIt ? { isIt, text: 'hey' } : { isIt, value: 123 };

tests/baselines/reference/conditionalExportsResolutionFallbackNull(moduleresolution=node16).trace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,27 @@
3333
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
3434
"File '/package.json' does not exist according to earlier cached lookups.",
3535
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
36+
"File '/package.json' does not exist according to earlier cached lookups.",
37+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
38+
"File '/package.json' does not exist according to earlier cached lookups.",
39+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
40+
"File '/package.json' does not exist according to earlier cached lookups.",
41+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
42+
"File '/package.json' does not exist according to earlier cached lookups.",
43+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
44+
"File '/package.json' does not exist according to earlier cached lookups.",
45+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
46+
"File '/package.json' does not exist according to earlier cached lookups.",
47+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
48+
"File '/package.json' does not exist according to earlier cached lookups.",
49+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
50+
"File '/package.json' does not exist according to earlier cached lookups.",
51+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
52+
"File '/package.json' does not exist according to earlier cached lookups.",
53+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
54+
"File '/package.json' does not exist according to earlier cached lookups.",
55+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
56+
"File '/package.json' does not exist according to earlier cached lookups.",
57+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
3658
"File '/package.json' does not exist according to earlier cached lookups."
3759
]

tests/baselines/reference/conditionalExportsResolutionFallbackNull(moduleresolution=nodenext).trace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,27 @@
3333
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
3434
"File '/package.json' does not exist according to earlier cached lookups.",
3535
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
36+
"File '/package.json' does not exist according to earlier cached lookups.",
37+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
38+
"File '/package.json' does not exist according to earlier cached lookups.",
39+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
40+
"File '/package.json' does not exist according to earlier cached lookups.",
41+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
42+
"File '/package.json' does not exist according to earlier cached lookups.",
43+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
44+
"File '/package.json' does not exist according to earlier cached lookups.",
45+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
46+
"File '/package.json' does not exist according to earlier cached lookups.",
47+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
48+
"File '/package.json' does not exist according to earlier cached lookups.",
49+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
50+
"File '/package.json' does not exist according to earlier cached lookups.",
51+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
52+
"File '/package.json' does not exist according to earlier cached lookups.",
53+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
54+
"File '/package.json' does not exist according to earlier cached lookups.",
55+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
56+
"File '/package.json' does not exist according to earlier cached lookups.",
57+
"File '/.ts/package.json' does not exist according to earlier cached lookups.",
3658
"File '/package.json' does not exist according to earlier cached lookups."
3759
]

tests/baselines/reference/jsxInferenceProducesLiteralAsExpected.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type FunctionPropertyNames<T> = { [K in keyof T]: T[K] extends Function ? K : ne
1111
>T : Symbol(T, Decl(jsxInferenceProducesLiteralAsExpected.tsx, 1, 27))
1212
>T : Symbol(T, Decl(jsxInferenceProducesLiteralAsExpected.tsx, 1, 27))
1313
>K : Symbol(K, Decl(jsxInferenceProducesLiteralAsExpected.tsx, 1, 35))
14-
>Function : Symbol(Function, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
14+
>Function : Symbol(Function, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
1515
>K : Symbol(K, Decl(jsxInferenceProducesLiteralAsExpected.tsx, 1, 35))
1616
>T : Symbol(T, Decl(jsxInferenceProducesLiteralAsExpected.tsx, 1, 27))
1717

tests/baselines/reference/thisInTupleTypeParameterConstraints.symbols

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ interface Boolean {}
55
>Boolean : Symbol(Boolean, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 0, 0))
66

77
interface IArguments {}
8-
>IArguments : Symbol(IArguments, Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 0, 20))
8+
>IArguments : Symbol(IArguments, Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 0, 20))
99

1010
interface Function {}
11-
>Function : Symbol(Function, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 1, 23))
11+
>Function : Symbol(Function, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 1, 23))
1212

1313
interface Number {}
1414
>Number : Symbol(Number, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 2, 21))
1515

1616
interface RegExp {}
17-
>RegExp : Symbol(RegExp, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 3, 19))
17+
>RegExp : Symbol(RegExp, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 3, 19))
1818

1919
interface Object {}
2020
>Object : Symbol(Object, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 4, 19))
2121

2222
interface String {}
23-
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 5, 19))
23+
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --) ... and 2 more)
2424

2525
interface Array<T> {
26-
>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 6, 19))
27-
>T : Symbol(T, Decl(lib.es5.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 8, 16))
26+
>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --) ... and 1 more)
27+
>T : Symbol(T, Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(thisInTupleTypeParameterConstraints.ts, 8, 16))
2828

2929
// 4 methods will run out of memory if this-types are not instantiated
3030
// correctly for tuple types that are type parameter constraints

0 commit comments

Comments
 (0)