Skip to content

Commit bda5a6b

Browse files
committed
Set Methods to stage 4, per 2024.04.08 TC39
1 parent 324ebbc commit bda5a6b

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
@@ -28,7 +28,6 @@ Stage 2 indicates that the committee expects these features to be developed and
2828
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | <sub>[json-parse-with-source][json-parse-source-tests]</sub> | <sub>[January&nbsp;2023][json-parse-source-notes]</sub> |
2929
| [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | <sub>[regexp-modifiers][regexp-modifiers-tests]</sub> | <sub>[June&nbsp;2022][regexp-modifiers-notes]</sub> |
3030
| [`Array.fromAsync`][from-async] | J.S. Choi | J.S. Choi | <sub>[Array.fromAsync][from-async-tests]</sub> | <sub>[May&nbsp;2023][from-async-notes]</sub> |
31-
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | <sub>[set-methods][set-methods-tests]</sub> | <sub>[November&nbsp;2022][set-methods-notes]</sub> |
3231
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | <sub>[iterator-helpers][iterator-helpers-tests]</sub> | <sub>[November&nbsp;2022][iterator-helpers-notes]</sub> |
3332
| [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton | <sub>[explicit-resource-management][resource-management-tests] | <sub>[March&nbsp;2023][resource-management-notes]</sub> |
3433
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | :question: | <sub>[May&nbsp;2023][float16s-notes]</sub> |
@@ -157,9 +156,6 @@ Note that as part of the onboarding process your repository name may be normaliz
157156
[source-phase-imports]: https://github.com/tc39/proposal-source-phase-imports
158157
[source-phase-imports-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#source-phase-imports-for-stage-3
159158
[json-parse-immutable]: https://github.com/tc39/proposal-json-parseimmutable
160-
[set-methods]: https://github.com/tc39/proposal-set-methods
161-
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-30.md#set-methods
162-
[set-methods-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=set-methods
163159
[module-declarations]: https://github.com/tc39/proposal-module-declarations
164160
[module-declarations-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-declarations
165161
[symbol-predicates]: https://github.com/tc39/proposal-symbol-predicates

finished-proposals.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
6262
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
6363
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | February&nbsp;2024 | 2024 |
6464
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
65+
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
6566

6667
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.
6768

@@ -183,3 +184,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
183184
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3
184185
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
185186
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
187+
[set-methods]: https://github.com/tc39/proposal-set-methods
188+
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-30.md#set-methods

0 commit comments

Comments
 (0)