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
* Developer playground
* Deploy developer playground on rescript-lang.github.io
* Reuse existing compiler build step
* Changelog
* Format
* review
* Simplify dev playground api
* CompilerApi in .res
* One less helper
* More cleanup
* Let Unwrap and nullable cleanup
* Format button
* Format
* Siplify jsoo part
* Review
* Simplify jsoo once more
* Remove doc
* Bindings
* Look ma, no raw
* Manual cleanup
* Resi
* Codex cant let?
* Shadow fix
* Simplify UrlState api
* Common signal for config
* Extract SourceHighlight module
* Load cmijs only after api global is captured
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
#### :house: Internal
48
48
49
49
- Remove `Primitive_option.toUndefined`; use `valFromOption` for optional ffi args. https://github.com/rescript-lang/rescript/pull/8380
50
+
- Add a developer playground for testing the current compiler bundle locally and deploy the latest `master` build to GitHub Pages. https://github.com/rescript-lang/rescript/pull/8435
50
51
- Expand `super_errors` fixture coverage for warnings and errors. https://github.com/rescript-lang/rescript/pull/8429
51
52
- Run `super_errors` fixtures in parallel (~2.4× faster locally). https://github.com/rescript-lang/rescript/pull/8430
52
53
- Expand `super_errors` fixture coverage for the remaining reachable single-file error variants. https://github.com/rescript-lang/rescript/pull/8432
0 commit comments