Skip to content

10.1.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 05 Nov 06:37
· 1429 commits to master since this release
b34dbd0

🚀 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