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
25
25
26
+
#### :bug: Bug Fix
27
+
28
+
- Fix exotic ParscalCased identifiers for type names. https://github.com/rescript-lang/rescript-compiler/pull/6658
29
+
26
30
#### :house: Internal
27
31
28
32
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
@@ -38,6 +42,7 @@
38
42
- Fix indent in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6747
39
43
- In generated code, use `let` instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6102
40
44
- Turn off transformation for closures inside loops when capturing loop variables, now that `let` is emitted instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6480
45
+
- 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