Skip to content

Commit 454f3ec

Browse files
committed
format
1 parent 6ac6efc commit 454f3ec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Changes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
88
- 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)
99
- Classify bigint correctly [#5351](https://github.com/rescript-lang/rescript-compiler/pull/5351)
10+
1011
* `@bs.send.pipe` is now removed. Eaerlier it was deprecated.
1112
* Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117).
1213

@@ -16,15 +17,17 @@
1617
- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474)
1718
- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139)
1819
- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256)
20+
1921
* Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261)
2022
* Remove parsing of "import" and "export" which was never officially supported.
2123
* Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go.
2224

2325
**Libraries**
2426

25-
* Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
26-
- There could be issues with `rescript-relay`. See https://github.com/rescript-lang/rescript-compiler/issues/5493.
27-
- Several Belt libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering.
27+
- Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
28+
29+
* There could be issues with `rescript-relay`. See https://github.com/rescript-lang/rescript-compiler/issues/5493.
30+
* Several Belt libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering.
2831

2932
**Playground**
3033

0 commit comments

Comments
 (0)