Skip to content

Commit

Permalink
add Safari 17.4 compat data
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 4, 2024
1 parent b2dba12 commit 918d4e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Added instance methods polyfills to entries of collections static methods that produce collection instances
- Added missed `Date#toJSON` to `JSON.stringify` entries dependencies
- Compat data improvements:
- [`{ Map, Object }.groupBy`](https://github.com/tc39/proposal-array-grouping), [`Promise.withResolvers`](https://github.com/tc39/proposal-promise-with-resolvers), [`ArrayBuffer#transfer` and friends](https://github.com/tc39/proposal-arraybuffer-transfer) marked as supported from [Safari 17.4](https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes#JavaScript)
- [New `Set` methods](https://github.com/tc39/proposal-set-methods) [fixed](https://bugs.chromium.org/p/v8/issues/detail?id=14559#c4) and marked as supported from V8 ~ Chrome 123
- Added [Deno 1.40](https://deno.com/blog/v1.40) compat data mapping
- Updated Electron 30 compat data mapping
Expand Down
6 changes: 6 additions & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export const data = {
bun: '1.0.19',
chrome: '117',
firefox: '119',
safari: '17.4',
},
'es.math.acosh': {
chrome: '54',
Expand Down Expand Up @@ -953,6 +954,7 @@ export const data = {
bun: '1.0.19',
chrome: '117',
firefox: '119',
safari: '17.4',
},
'es.object.has-own': {
chrome: '93',
Expand Down Expand Up @@ -1172,6 +1174,7 @@ export const data = {
bun: '0.7.1',
chrome: '119',
firefox: '121',
safari: '17.4',
},
'es.reflect.apply': {
chrome: '49',
Expand Down Expand Up @@ -1951,16 +1954,19 @@ export const data = {
bun: '1.0.19',
chrome: '114',
firefox: '122',
safari: '17.4',
},
'esnext.array-buffer.transfer': {
bun: '1.0.19',
chrome: '114',
firefox: '122',
safari: '17.4',
},
'esnext.array-buffer.transfer-to-fixed-length': {
bun: '1.0.19',
chrome: '114',
firefox: '122',
safari: '17.4',
},
'esnext.async-disposable-stack.constructor': {
},
Expand Down

0 comments on commit 918d4e2

Please sign in to comment.