Skip to content

Commit c341cd7

Browse files
committed
ref update
1 parent f28a433 commit c341cd7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Diff for: tests/baselines/reference/reactJsxReactResolvedNodeNext.trace.json

+8
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,13 @@
131131
"File 'package.json' does not exist according to earlier cached lookups.",
132132
"File '/package.json' does not exist according to earlier cached lookups.",
133133
"File 'package.json' does not exist according to earlier cached lookups.",
134+
"File '/package.json' does not exist according to earlier cached lookups.",
135+
"File 'package.json' does not exist according to earlier cached lookups.",
136+
"File '/package.json' does not exist according to earlier cached lookups.",
137+
"File 'package.json' does not exist according to earlier cached lookups.",
138+
"File '/package.json' does not exist according to earlier cached lookups.",
139+
"File 'package.json' does not exist according to earlier cached lookups.",
140+
"File '/package.json' does not exist according to earlier cached lookups.",
141+
"File 'package.json' does not exist according to earlier cached lookups.",
134142
"File '/package.json' does not exist according to earlier cached lookups."
135143
]

Diff for: tests/baselines/reference/reactJsxReactResolvedNodeNextEsm.trace.json

+8
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,13 @@
125125
"File 'package.json' does not exist according to earlier cached lookups.",
126126
"File '/package.json' does not exist according to earlier cached lookups.",
127127
"File 'package.json' does not exist according to earlier cached lookups.",
128+
"File '/package.json' does not exist according to earlier cached lookups.",
129+
"File 'package.json' does not exist according to earlier cached lookups.",
130+
"File '/package.json' does not exist according to earlier cached lookups.",
131+
"File 'package.json' does not exist according to earlier cached lookups.",
132+
"File '/package.json' does not exist according to earlier cached lookups.",
133+
"File 'package.json' does not exist according to earlier cached lookups.",
134+
"File '/package.json' does not exist according to earlier cached lookups.",
135+
"File 'package.json' does not exist according to earlier cached lookups.",
128136
"File '/package.json' does not exist according to earlier cached lookups."
129137
]

Diff for: tests/baselines/reference/recursiveConditionalTypes.symbols

+2-2
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ let five: Add<2, 3>;
566566
type _PrependNextNum<A extends Array<unknown>> = A['length'] extends infer T
567567
>_PrependNextNum : Symbol(_PrependNextNum, Decl(recursiveConditionalTypes.ts, 147, 20))
568568
>A : Symbol(A, Decl(recursiveConditionalTypes.ts, 151, 21))
569-
>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 2 more)
569+
>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 3 more)
570570
>A : Symbol(A, Decl(recursiveConditionalTypes.ts, 151, 21))
571571
>T : Symbol(T, Decl(recursiveConditionalTypes.ts, 151, 74))
572572

@@ -584,7 +584,7 @@ type _PrependNextNum<A extends Array<unknown>> = A['length'] extends infer T
584584
type _Enumerate<A extends Array<unknown>, N extends number> = N extends A['length']
585585
>_Enumerate : Symbol(_Enumerate, Decl(recursiveConditionalTypes.ts, 155, 12))
586586
>A : Symbol(A, Decl(recursiveConditionalTypes.ts, 157, 16))
587-
>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 2 more)
587+
>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 3 more)
588588
>N : Symbol(N, Decl(recursiveConditionalTypes.ts, 157, 41))
589589
>N : Symbol(N, Decl(recursiveConditionalTypes.ts, 157, 41))
590590
>A : Symbol(A, Decl(recursiveConditionalTypes.ts, 157, 16))

0 commit comments

Comments
 (0)