Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Stage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 27, 2023
1 parent 3a31a5c commit d1a0fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# proposal-array-grouping

Note: this proposal is now [at stage 4](https://github.com/tc39/proposals/commit/e11ea25d41c8ab28b6632b5d355359dcb528ee6f). See the spec PR here: https://github.com/tc39/ecma262/pull/3176

A proposal to make grouping of items in an array (and iterables) easier.

```js
Expand Down Expand Up @@ -29,7 +31,7 @@ Map.groupBy(array, (num, index) => {

## Status

Current [Stage](https://tc39.es/process-document/): 3
Current [Stage](https://tc39.es/process-document/): 4

## Motivation

Expand Down
2 changes: 1 addition & 1 deletion spec.emu
Expand Up @@ -6,7 +6,7 @@
<pre class="metadata">
title: Array Grouping
status: proposal
stage: 2
stage: 4
contributors: Justin Ridgewell, Jordan Harband
location: https://tc39.es/proposal-array-grouping/
</pre>
Expand Down

0 comments on commit d1a0fe8

Please sign in to comment.