Accept new baselines

This commit is contained in:
Anders Hejlsberg 2019-05-31 16:52:11 -07:00
parent 4fc5f6a5ff
commit 5c7823c8b8

View File

@ -9,7 +9,7 @@ const [, a = ''] = ''.match('') || [];
>'' : ""
>match : (regexp: string | RegExp) => RegExpMatchArray
>'' : ""
>[] : [undefined?, ""?]
>[] : undefined[]
a.toFixed()
>a.toFixed() : any