Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Javscript String.prototype.match function can return undefineds for optional capture groups that are not found, which breaks the type annotations since this is not added as a Js.nullable, it's not possible to deal with those undefined values since it can't be passed to Js.Nullable.isNullable.
- Loading branch information