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
Process @set annotation for field update as generating an uncurried function.
No need to use method types.
This is not user visible, except when hovering on the editor, where now no strange type shows up.
Clean up a bunch of infra for object method handling in the compiler front-end.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ These are only breaking changes for unformatted code.
52
52
- Remove class type processing from compiler ppx https://github.com/rescript-lang/rescript-compiler/pull/5842
53
53
- Remove method application via operator `##`, which does not exist in `.res` syntax https://github.com/rescript-lang/rescript-compiler/pull/5844
54
54
- Treat `@meth` annotation as making the type uncurried for backwards compatibitly with some examples https://github.com/rescript-lang/rescript-compiler/pull/5845
55
+
- Process `@set` annotation for field update as generating an uncurried function https://github.com/rescript-lang/rescript-compiler/pull/5846
0 commit comments