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
- Fix issue with gentype and stdlib json. https://github.com/rescript-lang/rescript/pull/7378
19
19
- Fix type of `RegExp.Result.matches`. https://github.com/rescript-lang/rescript/pull/7393
20
20
- Add optional `flags` argument to `RegExp.fromString` and deprecate `RegExp.fromStringWithFlags`. https://github.com/rescript-lang/rescript/pull/7393
@@ -26,6 +26,7 @@
26
26
#### :nail_care: Polish
27
27
28
28
- Improve error message for missing value when the identifier is also the name of a module in scope. https://github.com/rescript-lang/rescript/pull/7384
29
+
- Upgrade Flow parser to 0.267.0. https://github.com/rescript-lang/rescript/pull/7390
0 commit comments