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
@@ -62,6 +62,7 @@
62
62
- optimize JavaScript code generation by using x == null checks and improving type-based optimizations for string/number literals. https://github.com/rescript-lang/rescript-compiler/pull/7141
63
63
- Improve pattern matching on optional fields. https://github.com/rescript-lang/rescript-compiler/pull/7143https://github.com/rescript-lang/rescript-compiler/pull/7144
64
64
- Optimize compilation of switch statements for untagged variants when there are no literal cases. https://github.com/rescript-lang/rescript-compiler/pull/7135
65
+
- Further improve boolean optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7149
0 commit comments