| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 12.0.1 source code.tar.gz | 2025-12-09 | 5.4 MB | |
| 12.0.1 source code.zip | 2025-12-09 | 8.6 MB | |
| README.md | 2025-12-09 | 1.0 kB | |
| Totals: 3 Items | 14.1 MB | 0 | |
:bug: Bug fix
- Fix exponential compilation blowup with large unboxed variants and dict pattern matching. https://github.com/rescript-lang/rescript/pull/8078
- Rewatch: warnings for unsupported/unknown
rescript.jsonfields. https://github.com/rescript-lang/rescript/pull/8031 - Fix missing
ignorefunction in some Stdlib modules. https://github.com/rescript-lang/rescript/pull/8060 - Fix signature matching for externals when abstract alias hides function arity. https://github.com/rescript-lang/rescript/pull/8045
- Fix arity detection for arrows returning nested generics. https://github.com/rescript-lang/rescript/pull/8064
- Fix error handling when
rescript.jsonparsing fails and improve error message. https://github.com/rescript-lang/rescript/pull/8067 - Fix invalid JSX being generated for empty fragments. https://github.com/rescript-lang/rescript/pull/8077
:nail_care: Polish
- Add missing deprecation and migration for
Exn.Error. https://github.com/rescript-lang/rescript/pull/8036