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
@@ -40,6 +44,7 @@
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
41
45
- Fix formatter eats comments on the first argument of a uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763
42
46
- Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
47
+
- 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