| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 12.1.0 source code.tar.gz | 2026-01-13 | 5.6 MB | |
| 12.1.0 source code.zip | 2026-01-13 | 8.8 MB | |
| README.md | 2026-01-13 | 1.5 kB | |
| Totals: 3 Items | 14.4 MB | 0 | |
:rocket: New Feature
- Add support for
Set,Map,WeakSetandWeakMapto@unboxed. https://github.com/rescript-lang/rescript/pull/8009 - Reanalyze: add reactive incremental analysis (
-reactive,-runs,-churn) and Mermaid pipeline dumping (-mermaid). https://github.com/rescript-lang/rescript/pull/8092 - Reanalyze: add
reanalyze-server(long-lived server) with transparent delegation forrescript-tools reanalyze -json. https://github.com/rescript-lang/rescript/pull/8127 - Add support of
js-post-buildin Rewatch. Note that${file}is now an absolute path. https://github.com/rescript-lang/rescript/pull/8151
:bug: Bug fix
- Fix rewatch swallowing parse warnings (e.g., for
%todo). https://github.com/rescript-lang/rescript/pull/8135 - Rewatch: log errors and warnings to
stderr. https://github.com/rescript-lang/rescript/pull/8147 https://github.com/rescript-lang/rescript/pull/8148 - Rewatch: warn about deprecated package specs
es6/es6-global. https://github.com/rescript-lang/rescript/pull/8146 - Fix formatter removing doc comments for polymorphic variants. https://github.com/rescript-lang/rescript/pull/8155
:nail_care: Polish
- Rewatch: enable
--create-sourcedirsby default (now deprecated when explicitly used). https://github.com/rescript-lang/rescript/pull/8092 - Rewatch: check if filename case for interface and implementation matches. https://github.com/rescript-lang/rescript/pull/8144