Skip to content

Commit 5c7823c

Browse files
committed
Accept new baselines
1 parent 4fc5f6a commit 5c7823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/initializedDestructuringAssignmentTypes.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const [, a = ''] = ''.match('') || [];
99
>'' : ""
1010
>match : (regexp: string | RegExp) => RegExpMatchArray
1111
>'' : ""
12-
>[] : [undefined?, ""?]
12+
>[] : undefined[]
1313

1414
a.toFixed()
1515
>a.toFixed() : any

0 commit comments

Comments
 (0)