Skip to content

Commit 145ec50

Browse files
committed
sync syntax: fix location of make in JSX V4
1 parent 549c7a5 commit 145ec50

File tree

6 files changed

+673
-511
lines changed

6 files changed

+673
-511
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#### :bug: Bug Fix
1616
- Fix location issue in error messages with JSX V4 where the multiple props types are defined https://github.com/rescript-lang/syntax/pull/655
17+
- Fix location issue in make function in JSX V4 that breaks dead code elimination https://github.com/rescript-lang/syntax/pull/660
1718

1819
# 10.1.0-alpha.2
1920

jscomp/napkin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
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
3031
- 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
3133

3234
## ReScript 10.0
3335

0 commit comments

Comments
 (0)