You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javscript String.prototype.match function can
return undefined values for optional capture groups
that are not found, which breaks the type annotations
since this is not added as a Js.nullable or an option,
it's not possible to deal with those.
Added an option type for array values.
0 commit comments