rescript-compiler
rescript-compiler copied to clipboard
Add try..finally syntax
Adds support for try..finally and try..catch..finally syntax to ReScript.
No breaking changes / full backwards compatibility.
Resolves #6974.
rescript
npm i https://pkg.pr.new/rescript-lang/rescript@7903
@rescript/darwin-arm64
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-arm64@7903
@rescript/darwin-x64
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-x64@7903
@rescript/linux-arm64
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-arm64@7903
@rescript/linux-x64
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-x64@7903
@rescript/runtime
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/runtime@7903
@rescript/win32-x64
npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/win32-x64@7903
commit: 4eb58f6
Maybe add a try await example to the tests.