ChakraCore icon indicating copy to clipboard operation
ChakraCore copied to clipboard

Implement Stage 3 Proposal Array.prototype.groupBy

Open MadProbe opened this issue 3 years ago • 2 comments

Proposal https://github.com/tc39/proposal-array-grouping has reached stage 3 as of TC 39 meeting at December 2021.

Also i want to implement this proposal.

MadProbe avatar Dec 16 '21 19:12 MadProbe

@rhuanjl what do you think?

ppenzin avatar Jan 31 '22 07:01 ppenzin

Sounds good to me - looks like it would be easiest to implement as self-hosted javascript in this file: https://github.com/chakra-core/ChakraCore/blob/master/lib/Runtime/Library/InJavascript/Array_prototype.js

rhuanjl avatar Jan 31 '22 19:01 rhuanjl