Skip to content

Commit e8ccf3c

Browse files
committed
Sync with latest 10.1
1 parent b0c5af5 commit e8ccf3c

File tree

6 files changed

+701
-525
lines changed

6 files changed

+701
-525
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,19 @@
1919
- `rescript convert <reason files>`
2020
- Remove obsolete built-in project templates and the "rescript init" functionality. This will be replaced by the create-rescript-app project that is maintained separately.
2121

22-
#### :rocket: New Feature
22+
# 10.1.0-rc.1
23+
24+
## :rocket: New Feature
2325

2426
- Add extra variants for output filename suffixes in `bsconfig.json`: `.bs.mjs` and `.bs.cjs` are allowed https://github.com/rescript-lang/rescript-compiler/pull/5631
2527

28+
#### :bug: Bug Fix
29+
30+
- Fix printing of comments inside empty blocks https://github.com/rescript-lang/syntax/pull/647
31+
- Fix location issue in error messages with JSX V4 where the multiple props types are defined https://github.com/rescript-lang/syntax/pull/655
32+
- Fix location issue in make function in JSX V4 that breaks dead code elimination https://github.com/rescript-lang/syntax/pull/660
33+
- Fix parsing (hence pretty printing) of expressions with underscore `_` and comments.
34+
2635
# 10.1.0-alpha.2
2736

2837
#### :rocket: New Feature

jscomp/napkin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
- Fix location issue in error messages with JSX V4 where the body of the component is an application https://github.com/rescript-lang/syntax/pull/633
2828
- Fix issue where the printer would omit attributes for `->` and `|>` https://github.com/rescript-lang/syntax/pull/629
2929
- Fix printing of optional fields in records https://github.com/rescript-lang/rescript-compiler/issues/5654
30+
- Fix printing of comments inside empty blocks https://github.com/rescript-lang/syntax/pull/647
31+
- Fix location issue in error messages with JSX V4 where the multiple props types are defined https://github.com/rescript-lang/syntax/pull/655
32+
- Fix location issue in make function in JSX V4 that breaks dead code elimination https://github.com/rescript-lang/syntax/pull/660
33+
- Fix parsing (hence pretty printing) of expressions with underscore `_` and comments.
3034

3135
## ReScript 10.0
3236

0 commit comments

Comments
 (0)