Skip to content

Commit de4111e

Browse files
committed
Move Jsx and JsxDOM inside Pervasives.
Turn JsxDOM into a module, so it's built separately for Pervasives and PervasivesU.
1 parent 672a159 commit de4111e

29 files changed

+3589
-3538
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ These are only breaking changes for unformatted code.
7979
- Add support for `|>` in uncurried mode by desugaring it https://github.com/rescript-lang/rescript-compiler/pull/6083
8080
- Change the compilation of pattern matching for variants so it does not depends on variats being integers https://github.com/rescript-lang/rescript-compiler/pull/6085
8181
- Improve code generated for string templates https://github.com/rescript-lang/rescript-compiler/pull/6090
82+
- Move Jsx and JsxDOM inside Pervasives and build them separately for curried and uncurried mode https://github.com/rescript-lang/rescript-compiler/pull/6091
8283

8384
# 10.1.4
8485

File renamed without changes.

0 commit comments

Comments
 (0)