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
`Js.String2.match_` and `Js.String.match_` return type was changed
in rescript-lang/rescript#5070 and released on 10.0.0.
This commit updates the API documentation.
closerescript-lang#551
`Js.String2.match_` and `Js.String.match_` return type was changed
in rescript-lang/rescript#5070 and released on 10.0.0.
This commit updates the API documentation.
close#551
Uh oh!
There was an error while loading. Please reload this page.
pages/docs/manual/latest/api/js/string-2.mdx
andstring.mdx
should be updated to reflect breaking API change.In
[email protected]
, function signature ofJs.String2.match_
is(Js.String2.t, Js.Re.t) => option<array<Js.String2.t>>
.In
[email protected]
, the function signature has one more nestedoption<>
as follows.Copied from rescript-lang/rescript#5643.
The text was updated successfully, but these errors were encountered: