Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
11.1.4 source code.tar.gz | 2024-09-10 | 4.4 MB | |
11.1.4 source code.zip | 2024-09-10 | 7.3 MB | |
README.md | 2024-09-10 | 893 Bytes | |
Totals: 3 Items | 11.6 MB | 0 |
:bug: Bug Fix
- Fix issue where long layout break added a trailing comma in partial application
...
. https://github.com/rescript-lang/rescript-compiler/pull/6949 - Fix incorrect format of function under unary operator. https://github.com/rescript-lang/rescript-compiler/pull/6953
- Fix incorrect incorrect printing of module binding with signature. https://github.com/rescript-lang/rescript-compiler/pull/6963
- Disallow spreading anything but regular variants inside of other variants. https://github.com/rescript-lang/rescript-compiler/pull/6980
- Fix comment removed when function signature has
type
keyword. https://github.com/rescript-lang/rescript-compiler/pull/6997 - Fix parse error on doc comment before "and" in type def. https://github.com/rescript-lang/rescript-compiler/pull/7001
- Fix tuple coercion. https://github.com/rescript-lang/rescript-compiler/pull/7024