10.1.0-rc.4
Pre-release
Pre-release
🚀 New Feature
- Support format check with
rescript format -check
. #5760
🐛 Bug Fix
- Fix issue where the last line of
rescript format --help
usage was being swallowed #5760 - Specialize the printing of the rhs of a record field assignment for optional values
{x: ? e}
rescript-lang/syntax#714