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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
#### :bug: Bug Fix
40
40
41
41
- Fix tag function location on compiler error. https://github.com/rescript-lang/rescript-compiler/pull/6816
42
-
- Fix unhandled cases for exotic idents (allow to use exotic PascalCased identifiers for types). https://github.com/rescript-lang/rescript-compiler/pull/6777
42
+
- Fix unhandled cases for exotic idents (allow to use exotic PascalCased identifiers for types). https://github.com/rescript-lang/rescript-compiler/pull/6777https://github.com/rescript-lang/rescript-compiler/pull/6779https://github.com/rescript-lang/rescript-compiler/pull/6897
43
43
- Fix unused attribute check for `@as`. https://github.com/rescript-lang/rescript-compiler/pull/6795
44
44
- Reactivate unused attribute check for `@int`. https://github.com/rescript-lang/rescript-compiler/pull/6802
45
45
- Fix Deno compatibility issues on Windows. https://github.com/rescript-lang/rescript-compiler/pull/6850
@@ -53,7 +53,6 @@
53
53
54
54
- Build with OCaml 5.2.0. https://github.com/rescript-lang/rescript-compiler/pull/6797
55
55
- Convert OCaml codebase to snake case style. https://github.com/rescript-lang/rescript-compiler/pull/6702
56
-
- Refactor uppercase exotic ident handling. https://github.com/rescript-lang/rescript-compiler/pull/6779
- Remove a number of ast nodes never populated by the .res parser, and resulting dead code. https://github.com/rescript-lang/rescript-compiler/pull/6830
59
58
- Remove coercion with 2 types from internal representation. Coercion `e : t1 :> t2` was only supported in `.ml` syntax and never by the `.res` parser. https://github.com/rescript-lang/rescript-compiler/pull/6829
0 commit comments