Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

# 11.0.0-rc.3 (Unreleased)

#### :nail_care: Polish

- Add [`Bun`](https://bun.sh) to reserved names, so that modules named `Bun` don't clash with the globally exposed `Bun` object. https://github.com/rescript-lang/rescript-compiler/pull/6381

#### :bug: Bug Fix

- Fix issue with JSX V4 when component props have the default value with same name. https://github.com/rescript-lang/rescript-compiler/pull/6377
Expand Down
1 change: 1 addition & 0 deletions jscomp/ext/js_reserved_map.ml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ let sorted_keywords = [|
"BroadcastChannel";
"BrowserCaptureMediaStreamTrack";
"Buffer";
"Bun";
"ByteLengthQueuingStrategy";
"CDATASection";
"CSS";
Expand Down