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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
- Removed empty line at the end of `switch` statement
24
24
- Removed empty `default` case from `switch` statement in the generated code
25
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
26
27
27
28
#### :bug: Bug Fix
28
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