Skip to content

Commit

Permalink
mark Array grouping proposal features as supported from V8 ~ Chrome…
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 26, 2023
1 parent 1d9c9fc commit 1f684c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -41,6 +41,7 @@
- Fixed and exposed [`AsyncIteratorPrototype` `core-js/configurator` option](https://github.com/zloirock/core-js#asynciterator-helpers), [#1268](https://github.com/zloirock/core-js/issues/1268)
- Compat data improvements:
- Sync [`Iterator` helpers proposal](https://github.com/tc39/proposal-iterator-helpers) features marked as [supported](https://chromestatus.com/feature/5102502917177344) from V8 ~ Chrome 117
- [`Array` grouping proposal](https://github.com/tc39/proposal-array-grouping) features marked as [supported](https://chromestatus.com/feature/5714791975878656) from V8 ~ Chrome 117
- [NodeJS 20.4.0 add `Symbol.{ dispose, asyncDispose }`](https://github.com/nodejs/node/pull/48518), but [with incorrect property descriptors](https://github.com/nodejs/node/issues/48699)
- Added Electron 27 compat data mapping

Expand Down
2 changes: 2 additions & 0 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -2070,6 +2070,7 @@ export const data = {
'esnext.map.from': {
},
'esnext.map.group-by': {
chrome: '117',
},
'esnext.map.includes': {
},
Expand Down Expand Up @@ -2147,6 +2148,7 @@ export const data = {
'esnext.object.iterate-values': {
},
'esnext.object.group-by': {
chrome: '117',
},
// TODO: Remove this module from `core-js@4` since it's split to modules listed below
'esnext.observable': {
Expand Down

0 comments on commit 1f684c1

Please sign in to comment.