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: Changes.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,20 @@
4
4
5
5
**Compiler**
6
6
7
-
-Added support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
8
-
-Added support for`@optional` fields in records (see https://github.com/rescript-lang/rescript-compiler/pull/5423)
7
+
-Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
8
+
-New records with`@optional` fields [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423)[#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452)
9
9
10
10
**Syntax**
11
11
12
+
- Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477)
13
+
- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474)
14
+
- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139)
15
+
- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256)
16
+
17
+
**Libraries**
18
+
19
+
- Several Belt libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering.
20
+
12
21
**Playground**
13
22
14
23
- Added `jsoo_playground_main.ml` as the rescript-lang.org playground bundle entrypoint
0 commit comments