diff --git a/README.md b/README.md index b5574929..38ac34af 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | [json-parse-with-source][json-parse-source-tests] | [January 2023][json-parse-source-notes] | | [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | [regexp-modifiers][regexp-modifiers-tests] | [June 2022][regexp-modifiers-notes] | | [`Array.fromAsync`][from-async] | J.S. Choi | J.S. Choi | [Array.fromAsync][from-async-tests] | [May 2023][from-async-notes] | -| [New Set methods][set-methods] | Michał Wadas
Sathya Gunasekaran
Kevin Gibbons | Kevin Gibbons | [set-methods][set-methods-tests] | [November 2022][set-methods-notes] | | [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra
Jonathan Keslin
Kevin Gibbons | [iterator-helpers][iterator-helpers-tests] | [November 2022][iterator-helpers-notes] | | [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton | [explicit-resource-management][resource-management-tests] | [March 2023][resource-management-notes] | | [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter
Kevin Gibbons | :question: | [May 2023][float16s-notes] | @@ -157,9 +156,6 @@ Note that as part of the onboarding process your repository name may be normaliz [source-phase-imports]: https://github.com/tc39/proposal-source-phase-imports [source-phase-imports-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#source-phase-imports-for-stage-3 [json-parse-immutable]: https://github.com/tc39/proposal-json-parseimmutable -[set-methods]: https://github.com/tc39/proposal-set-methods -[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-30.md#set-methods -[set-methods-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=set-methods [module-declarations]: https://github.com/tc39/proposal-module-declarations [module-declarations-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-declarations [symbol-predicates]: https://github.com/tc39/proposal-symbol-predicates diff --git a/finished-proposals.md b/finished-proposals.md index 7b8c84f2..80933132 100644 --- a/finished-proposals.md +++ b/finished-proposals.md @@ -62,6 +62,7 @@ Finished proposals are proposals that have reached stage 4, and are included in | [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 | | [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | February 2024 | 2024 | | [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 | +| [New Set methods][set-methods] | Michał Wadas
Sathya Gunasekaran
Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 | 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. @@ -183,3 +184,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3 [named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups [named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3 +[set-methods]: https://github.com/tc39/proposal-set-methods +[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-30.md#set-methods