Skip to content

Commit

Permalink
Change Array by Copy to stage 4, per 2023.01.30 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 30, 2023
1 parent 5c2f1b6 commit ad4df84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell | :white_check_mark: (`array-grouping` feature) | <sub>[December&nbsp;2021][array-grouping-notes]</sub> |
| [Decorators][decorators] | Daniel Ehrenberg<br />Chris Garrett | Chris Garrett | [:white_check_mark:][decorators-tests] (initial tests) | <sub>[March&nbsp;2022][decorators-notes]</sub> |
| [RegExp v flag with set notation + properties of strings][regexp-v-flag] | Markus Scherer<br />Mathias Bynens | Mathias Bynens | :white_check_mark: (`regexp-v-flag` feature) | <sub>[March&nbsp;2022][regexp-v-flag-notes]</sub> |
| [Change Array by Copy][change-array-by-copy] | Ashley Claymore<br />Robin Ricard | Ashley Claymore<br />Robin Ricard | [:white_check_mark:][change-array-by-copy-tests] | <sub>[March&nbsp;2022][change-array-by-copy-notes]</sub> |
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | :question: | <sub>[June&nbsp;2022][json-parse-source-notes]</sub> |
| [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | :question: | <sub>[June&nbsp;2022][regexp-modifiers-notes]</sub> |
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | [:white_check_mark:][named-capture-groups-tests] | <sub>[July&nbsp;2022][named-capture-groups-notes]</sub> |
Expand Down Expand Up @@ -143,9 +142,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[module-expressions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-expressions
[regexp-v-flag]: https://github.com/tc39/proposal-regexp-v-flag
[regexp-v-flag-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-29.md#regexp-set-notation--unicode-properties-of-strings-for-stage-3
[change-array-by-copy]: https://github.com/tc39/proposal-change-array-by-copy
[change-array-by-copy-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-30.md#change-array-by-copy
[change-array-by-copy-tests]: https://github.com/tc39/test262/pull/3464
[pipeline]: https://github.com/tc39/proposal-pipeline-operator
[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
Expand Down
3 changes: 3 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Array find from last][find-last] | Wenlu Wang | Wenlu Wang<br />Daniel Rosenwasser | [June 2022][find-last-notes] | 2023 |
| [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias | July&nbsp;2022 | 2023 |
| [Symbols as WeakMap keys][symbols-weakmap] | Daniel Ehrenberg<br />Richard Button<br />Robin Ricard<br />Leo Balter<br />Rick Waldron<br />Caridy Patiño | Daniel Ehrenberg<br />Richard Button<br />Robin Ricard<br />Leo Balter<br />Rick Waldron<br />Caridy Patiño | January&nbsp;2023 | 2023
| [Change Array by Copy][change-array-by-copy] | Ashley Claymore<br />Robin Ricard | Ashley Claymore<br />Robin Ricard | March&nbsp;2022 | 2023 |

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.

Expand Down Expand Up @@ -156,3 +157,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[hashbang-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2018-11/nov-28.md#hash-bang-grammar
[symbols-weakmap]: https://github.com/tc39/proposal-symbols-as-weakmap-keys
[symbols-weakmap-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-07.md#symbols-as-weakmap-keys
[change-array-by-copy]: https://github.com/tc39/proposal-change-array-by-copy
[change-array-by-copy-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-30.md#change-array-by-copy

0 comments on commit ad4df84

Please sign in to comment.