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

javascript.builtins.Object.groupBy - Now supported by node.js #21429

Closed
MrBazlow opened this issue Dec 3, 2023 · 2 comments · Fixed by #21437
Closed

javascript.builtins.Object.groupBy - Now supported by node.js #21429

MrBazlow opened this issue Dec 3, 2023 · 2 comments · Fixed by #21437
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@MrBazlow
Copy link
Contributor

MrBazlow commented Dec 3, 2023

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Node.js has support for array grouping (Object.groupBy and Map.groupBy) with the release of version 21.0.0.

What browsers does this problem apply to, if applicable?

Node.js

What did you expect to see?

Expected to see support for Object.groupBy and Map.groupBy in node from version 21.0.0

Did you test this? If so, how?

Tested Object.groupBy and Map.groupBy in node v21.0.0 and v21.3.0

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://nodejs.org/en/blog/announcements/v21-release-announce#v8-118
https://github.com/tc39/proposal-array-grouping
microsoft/TypeScript#47171

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy

MDN metadata

MDN page report details
  • Query: javascript.builtins.Object.groupBy
  • Report started: 2023-12-03T03:52:06.704Z
@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Dec 3, 2023
@queengooborg
Copy link
Collaborator

Hey @MrBazlow, thanks for reporting this! Would you be down to write and submit a pull request to update the data accordingly? I'd be happy to review and merge it right away, and if you need any assistance or guidance, feel free to ask!

@MrBazlow
Copy link
Contributor Author

MrBazlow commented Dec 3, 2023

Hello @queengooborg, thanks for the reply, just added a pull request associated with this issue.

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 a pull request may close this issue.

2 participants