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
+10-1
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,19 @@
19
19
-`rescript convert <reason files>`
20
20
- 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.
21
21
22
-
#### :rocket: New Feature
22
+
# 10.1.0-rc.1
23
+
24
+
## :rocket: New Feature
23
25
24
26
- 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
25
27
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.
0 commit comments