Skip to content

Commit 1109550

Browse files
authored
Fix baselines on release-5.5 (#59330)
1 parent 8794318 commit 1109550

3 files changed

+23
-23
lines changed

tests/baselines/reference/capturedShorthandPropertyAssignmentNoCheck.types

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ const result = fns.map(fn => fn());
4343
>fns.map(fn => fn()) : any[]
4444
> : ^^^^^
4545
>fns.map : <U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]
46-
> : ^ ^^ ^^^ ^^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^ ^^^ ^^^^^^
46+
> : ^ ^^ ^^^ ^^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^ ^^^ ^^^^^^^^
4747
>fns : any[]
4848
> : ^^^^^
4949
>map : <U>(callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]
50-
> : ^ ^^ ^^^ ^^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^ ^^^ ^^^^^^
50+
> : ^ ^^ ^^^ ^^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^ ^^^ ^^^^^^^^
5151
>fn => fn() : (fn: any) => any
5252
> : ^ ^^^^^^^^^^^^^
5353
>fn : any

0 commit comments

Comments
 (0)