-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the array-grouping
proposal
#3420
Conversation
Test262 conformance changes
Fixed tests (52):
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3420 +/- ##
==========================================
- Coverage 45.45% 45.40% -0.06%
==========================================
Files 483 483
Lines 49743 49808 +65
==========================================
+ Hits 22613 22615 +2
- Misses 27130 27193 +63
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks!
Two simple additions to the builtins:
Object.groupBy
andMap.groupBy
.