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
pages/docs/manual/latest/api/js/string-2.mdx
andstring.mdx
should be updated to reflect breaking API change.In
rescript@9.1.4
, function signature ofJs.String2.match_
is(Js.String2.t, Js.Re.t) => option<array<Js.String2.t>>
.In
rescript@10.0.1
, 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: