Skip to content
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

Add Node.js support data for groupBy() (#21429) #21437

Conversation

MrBazlow
Copy link
Contributor

@MrBazlow MrBazlow commented Dec 3, 2023

Summary

With Node.js v21.0.0, the V8 engine updated to v11.8, this aligns with Chrome 118 and adds both Map.groupBy and Object.groupBy()

Test results and supporting details

Related issues

Fixes #21429

@github-actions github-actions bot added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Dec 3, 2023
Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for creating a PR! These changes look good to me -- welcome to BCD!

@queengooborg queengooborg merged commit aba478d into mdn:main Dec 6, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

javascript.builtins.Object.groupBy - Now supported by node.js
2 participants