From e11ea25d41c8ab28b6632b5d355359dcb528ee6f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 27 Nov 2023 11:09:31 -0800 Subject: [PATCH] Array Grouping to stage 4, per 2023.11.27 TC39 --- README.md | 4 ---- finished-proposals.md | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cfa9d7f..e172698e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter
Kevin Gibbons | :question: | [May 2023][float16s-notes] | | [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | [May 2023][decorator-metadata-notes] | | [Import Attributes][import-attributes] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | [import-attributes][import-attributes-tests] | [March 2023][import-attributes-notes] | -| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | [array-grouping][array-grouping-tests] | [July 2023][array-grouping-notes] | | [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [promise-with-resolvers][promise-defer-tests] | [July 2023][promise-defer-notes] | | [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford
Luca Casonato | :question: | [July 2023][source-phase-imports-notes] | @@ -140,9 +139,6 @@ Note that as part of the onboarding process your repository name may be normaliz [pipe-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md#pipeline-operator-for-stage-2 [destructure-private]: https://github.com/tc39/proposal-destructuring-private [destructure-private-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#destructuring-private-fields -[array-grouping]: https://github.com/tc39/proposal-array-grouping -[array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#array-grouping-for-stage-3 -[array-grouping-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=array-grouping [from-async]: https://github.com/tc39/proposal-array-from-async [from-async-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-14.md#arrayfromasync-for-stage-3 [from-async-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=Array.fromAsync diff --git a/finished-proposals.md b/finished-proposals.md index 514e5aa0..aad32555 100644 --- a/finished-proposals.md +++ b/finished-proposals.md @@ -58,6 +58,7 @@ Finished proposals are proposals that have reached stage 4, and are included in | [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo
Lars Hansen | [May 2023][nonblocking-notes] | 2024 | | [RegExp v flag with set notation + properties of strings][regexp-v-flag] | Markus Scherer
Mathias Bynens | Mathias Bynens | [May 2023][regexp-v-flag-notes] | 2024 | | [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 | +| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | November 2023 | 2024 | See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents. @@ -171,3 +172,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [regexp-v-flag-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#regexp-v-flag-for-stage-4 [resizable]: https://github.com/tc39/proposal-resizablearraybuffer [resizable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#resizable-buffers-for-stage-4 +[array-grouping]: https://github.com/tc39/proposal-array-grouping +[array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#array-grouping-for-stage-3