Skip to content

Commit

Permalink
Add missing feature flag array-grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored and rwaldron committed Mar 10, 2022
1 parent 5fb0f5b commit d8fb00d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ ShadowRealm
# https://github.com/tc39/proposal-array-find-from-last
array-find-from-last

# Array.prototype.groupBy & Array.prototype.groupByToMap
# https://github.com/tc39/proposal-array-grouping
array-grouping

# Intl.DurationFormat
# https://github.com/tc39/proposal-intl-duration-format
Intl.DurationFormat
Expand Down
2 changes: 1 addition & 1 deletion test/built-ins/Array/prototype/Symbol.unscopables/value.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info: |
16. Assert: Each of the above calls returns true.
17. Return unscopableList.
includes: [propertyHelper.js]
features: [Symbol.unscopables, array-find-from-last]
features: [Symbol.unscopables, array-find-from-last, array-grouping]
---*/

var unscopables = Array.prototype[Symbol.unscopables];
Expand Down

0 comments on commit d8fb00d

Please sign in to comment.