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

Commit d1a0fe8

Browse files
committed
Stage 4
1 parent 3a31a5c commit d1a0fe8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# proposal-array-grouping
22

3+
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
4+
35
A proposal to make grouping of items in an array (and iterables) easier.
46

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

3032
## Status
3133

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

3436
## Motivation
3537

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<pre class="metadata">
77
title: Array Grouping
88
status: proposal
9-
stage: 2
9+
stage: 4
1010
contributors: Justin Ridgewell, Jordan Harband
1111
location: https://tc39.es/proposal-array-grouping/
1212
</pre>

0 commit comments

Comments
 (0)