Skip to content

Commit

Permalink
mark SuppressedError as shipped from V8 ~ Chromium 133
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 20, 2024
1 parent 6cd67f6 commit e0ce7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Dropped possible re-usage of some non-standard / early stage features (like `Math.scale`) available on global
- Some other minor improvements
- Compat data improvements:
- [`DisposableStack`, `AsyncDisposableStack` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as [shipped from V8 ~ Chromium 133](https://issues.chromium.org/issues/42203506#comment24)
- [`DisposableStack`, `AsyncDisposableStack`, `SuppressedError` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as [shipped from V8 ~ Chromium 133](https://issues.chromium.org/issues/42203506#comment24)
- [`RegExp.escape`](https://github.com/tc39/proposal-regex-escaping) marked as shipped from Safari 18.2
- [`Promise.try`](https://github.com/tc39/proposal-promise-try) marked as shipped from Safari 18.2
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://github.com/tc39/proposal-float16array) marked as shipped from Safari 18.2
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,7 @@ export const data = {
// https://github.com/oven-sh/bun/issues/9282
// https://github.com/oven-sh/bun/issues/9283
// bun: '1.0.23',
chrome: '133',
},
'esnext.array.from-async': {
// https://bugs.webkit.org/show_bug.cgi?id=271703
Expand Down

0 comments on commit e0ce7c2

Please sign in to comment.