You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* PoC of let.unwrap
* support let unwrap syntax (`let?`) (#7586)
* support let unwrap syntax (`let?`)
* fix printing of let?
* fix loc and put error case first for better errors
* changed test output
* fix
* support let? on Error and None as well
* add feature for shipping experimental features
* error test for not enabled feature
* fix
* error handling
* move to more correct place
* comment
* tweaks
* Update rewatch/src/config.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* hint about when appropriate
* fix
* add another error message test
* fix lint
* try to improve error message
* more work on error messages
* changelog
---------
Co-authored-by: Paul Tsnobiladzé <paul.tsnobiladze@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
#### :rocket: New Feature
22
22
23
23
- Add support for ArrayBuffer and typed arrays to `@unboxed`. https://github.com/rescript-lang/rescript/pull/7788
24
+
- Experimental: Add `let?` syntax for unwrapping and propagating errors/none as early returns for option/result types. https://github.com/rescript-lang/rescript/pull/7582
25
+
- Add support for shipping features as experimental, including configuring what experimental features are enabled in `rescript.json`. https://github.com/rescript-lang/rescript/pull/7582
0 commit comments