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
- Drop Node.js version <18 support, due to it reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/6429
21
21
22
+
#### :bug: Bug Fix
23
+
24
+
- Fix exotic ParscalCased identifiers for type names. https://github.com/rescript-lang/rescript-compiler/pull/6658
25
+
22
26
#### :house: Internal
23
27
24
28
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
@@ -31,6 +35,7 @@
31
35
- Remove empty export blocks in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6744
32
36
- Fix indent for returned/thrown/wrapped in parentheses objects in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6746
33
37
- Fix indent in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6747
38
+
- Allow [future reserved words in older standards](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#future_reserved_words_in_older_standards) as identifiers. https://github.com/rescript-lang/rescript-compiler/pull/6658
0 commit comments