We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1969587 commit 0410183Copy full SHA for 0410183
CHANGELOG.md
@@ -23,6 +23,7 @@
23
- Removed empty line at the end of `switch` statement
24
- Removed empty `default` case from `switch` statement in the generated code
25
- Optimised the Type Extension runtime code and removed trailing `/1` from `RE_EXN_ID` https://github.com/rescript-lang/rescript-compiler/pull/6958
26
+- Compact output for anonymous functions. https://github.com/rescript-lang/rescript-compiler/pull/6945
27
28
#### :bug: Bug Fix
29
- Fix issue where long layout break added a trailing comma in partial application `...`. https://github.com/rescript-lang/rescript-compiler/pull/6949
0 commit comments