Skip to content

Commit ad4df84

Browse files
committed
Change Array by Copy to stage 4, per 2023.01.30 TC39
1 parent 5c2f1b6 commit ad4df84

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Stage 2 indicates that the committee expects these features to be developed and
3131
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell | :white_check_mark: (`array-grouping` feature) | <sub>[December&nbsp;2021][array-grouping-notes]</sub> |
3232
| [Decorators][decorators] | Daniel Ehrenberg<br />Chris Garrett | Chris Garrett | [:white_check_mark:][decorators-tests] (initial tests) | <sub>[March&nbsp;2022][decorators-notes]</sub> |
3333
| [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> |
34-
| [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> |
3534
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | :question: | <sub>[June&nbsp;2022][json-parse-source-notes]</sub> |
3635
| [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | :question: | <sub>[June&nbsp;2022][regexp-modifiers-notes]</sub> |
3736
| [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> |
@@ -143,9 +142,6 @@ Note that as part of the onboarding process your repository name may be normaliz
143142
[module-expressions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-expressions
144143
[regexp-v-flag]: https://github.com/tc39/proposal-regexp-v-flag
145144
[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
146-
[change-array-by-copy]: https://github.com/tc39/proposal-change-array-by-copy
147-
[change-array-by-copy-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-30.md#change-array-by-copy
148-
[change-array-by-copy-tests]: https://github.com/tc39/test262/pull/3464
149145
[pipeline]: https://github.com/tc39/proposal-pipeline-operator
150146
[pipe-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md#pipeline-operator-for-stage-2
151147
[destructure-private]: https://github.com/tc39/proposal-destructuring-private

finished-proposals.md

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
5353
| [Array find from last][find-last] | Wenlu Wang | Wenlu Wang<br />Daniel Rosenwasser | [June 2022][find-last-notes] | 2023 |
5454
| [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias | July&nbsp;2022 | 2023 |
5555
| [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
56+
| [Change Array by Copy][change-array-by-copy] | Ashley Claymore<br />Robin Ricard | Ashley Claymore<br />Robin Ricard | March&nbsp;2022 | 2023 |
5657

5758
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.
5859

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

0 commit comments

Comments
 (0)