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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ subset of the arguments, and return a curried type with the remaining ones https
23
23
- Parser/Printer: unify uncurried functions of arity 0, and of arity 1 taking unit. There's now only arity 1 in the source language. https://github.com/rescript-lang/rescript-compiler/pull/5825
24
24
- Add support for default arguments in uncurried functions https://github.com/rescript-lang/rescript-compiler/pull/5835
25
25
- Inline uncurried application when it is safe https://github.com/rescript-lang/rescript-compiler/pull/5847
26
+
- In GenType, check annotations also in module types to decide whether to produce the `.gen.tsx. file https://github.com/rescript-lang/rescript-compiler/pull/5903
0 commit comments