Skip to content

Commit 6cb9a08

Browse files
committed
mark Iterator.concat as shipped in Bun 1.3.7
1 parent a96d091 commit 6cb9a08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Compat data improvements:
77
- [`Map` upsert proposal](https://github.com/tc39/proposal-upsert) features marked as [shipped in V8 ~ Chrome 145](https://issues.chromium.org/issues/434977728#comment4)
88
- [Joint iteration proposal](https://github.com/tc39/proposal-joint-iteration) features marked as [shipped in FF148](https://bugzilla.mozilla.org/show_bug.cgi?id=2003333#c8)
9+
- [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as shipped in Bun 1.3.7
910
- Added [Rhino 1.9.0](https://github.com/mozilla/rhino/releases/tag/Rhino1_9_0_Release) compat data
1011
- Added [Deno 2.6](https://github.com/denoland/deno/releases/tag/v2.6.0) compat data mapping
1112
- Added Opera Android [93](https://forums.opera.com/topic/87267/opera-for-android-93) and [94](https://forums.opera.com/topic/87678/opera-for-android-94) compat data mapping

packages/core-js-compat/src/data.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ export const data = {
696696
safari: '18.4',
697697
},
698698
'es.iterator.concat': {
699+
bun: '1.3.7',
699700
firefox: '147',
700701
},
701702
'es.iterator.dispose': {

0 commit comments

Comments
 (0)