Array Grouping to stage 4, per 2023.11.27 TC39 · tc39/proposals@e11ea25 (original) (raw)

2 files changed

lines changed

| Original file line number | Diff line number | Diff line change | | | | | | | ---------------------------------------------------------------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------- | | | @@ -37,7 +37,6 @@ Stage 2 indicates that the committee expects these features to be developed and | | | | | | | | | 37 | 37 | | [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter
Kevin Gibbons | :question: | <sub>[May 2023][float16s-notes]</sub> | | | 38 | 38 | | [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | <sub>[May 2023][decorator-metadata-notes]</sub> | | | 39 | 39 | | [Import Attributes][import-attributes] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | <sub>[import-attributes][import-attributes-tests]</sub> | <sub>[March 2023][import-attributes-notes]</sub> | | | 40 | | -| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | <sub>[array-grouping][array-grouping-tests] | <sub>[July 2023][array-grouping-notes]</sub> | | | 41 | 40 | | [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | <sub>[promise-with-resolvers][promise-defer-tests]</sub> | <sub>[July 2023][promise-defer-notes]</sub> | | | 42 | 41 | | [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford
Luca Casonato | :question: | <sub>[July 2023][source-phase-imports-notes]</sub> | | | 43 | 42 | | | | | | | | @@ -140,9 +139,6 @@ Note that as part of the onboarding process your repository name may be normaliz | | | | | | | | | 140 | 139 | [pipe-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md#pipeline-operator-for-stage-2 | | | | | | | 141 | 140 | [destructure-private]: https://github.com/tc39/proposal-destructuring-private | | | | | | | 142 | 141 | [destructure-private-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#destructuring-private-fields | | | | | | | 143 | | -[array-grouping]: https://github.com/tc39/proposal-array-grouping | | | | | | | 144 | | -[array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#array-grouping-for-stage-3 | | | | | | | 145 | | -[array-grouping-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=array-grouping | | | | | | | 146 | 142 | [from-async]: https://github.com/tc39/proposal-array-from-async | | | | | | | 147 | 143 | [from-async-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-14.md#arrayfromasync-for-stage-3 | | | | | | | 148 | 144 | [from-async-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=Array.fromAsync | | | | | |

| Original file line number | Diff line number | Diff line change | | | | | | | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------------------------- | ------------------------------------- | ---- | | | @@ -58,6 +58,7 @@ Finished proposals are proposals that have reached stage 4, and are included in | | | | | | | | | 58 | 58 | | [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo
Lars Hansen | [May 2023][nonblocking-notes] | 2024 | | | 59 | 59 | | [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 | | | 60 | 60 | | [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 | | | | 61 | +| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | November 2023 | 2024 | | | | 61 | 62 | | | | | | | | 62 | 63 | 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. | | | | | | | 63 | 64 | | | | | | | | @@ -171,3 +172,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal | | | | | | | | | 171 | 172 | [regexp-v-flag-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#regexp-v-flag-for-stage-4 | | | | | | | 172 | 173 | [resizable]: https://github.com/tc39/proposal-resizablearraybuffer | | | | | | | 173 | 174 | [resizable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#resizable-buffers-for-stage-4 | | | | | | | | 175 | +[array-grouping]: https://github.com/tc39/proposal-array-grouping | | | | | | | | | 176 | +[array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#array-grouping-for-stage-3 | | | | | | |