diff --git a/README.md b/README.md index e172698e..bf93dba6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter
Kevin Gibbons | :question: | [May 2023][float16s-notes] | | [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | [May 2023][decorator-metadata-notes] | | [Import Attributes][import-attributes] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | [import-attributes][import-attributes-tests] | [March 2023][import-attributes-notes] | -| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [promise-with-resolvers][promise-defer-tests] | [July 2023][promise-defer-notes] | | [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford
Luca Casonato | :question: | [July 2023][source-phase-imports-notes] | ### Stage 2 @@ -175,9 +174,6 @@ Note that as part of the onboarding process your repository name may be normaliz [async-context-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-03/mar-23.md#async-context [time-zone-canon]: https://github.com/tc39/proposal-canonical-tz#readme [time-zone-canon-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-17.md#time-zone-canonicalization-for-stage-2 -[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers -[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#promisewithresolvers -[promise-defer-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=promise-with-resolvers [lazy-import]: https://github.com/tc39/proposal-defer-import-eval [lazy-import-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#deferred-import-evaluation [escape]: https://github.com/tc39/proposal-regex-escaping diff --git a/finished-proposals.md b/finished-proposals.md index aad32555..13dd179b 100644 --- a/finished-proposals.md +++ b/finished-proposals.md @@ -59,6 +59,7 @@ Finished proposals are proposals that have reached stage 4, and are included in | [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 | | [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 | | [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | November 2023 | 2024 | +| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | November 2023 | 2024 | 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. @@ -174,3 +175,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [resizable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#resizable-buffers-for-stage-4 [array-grouping]: https://github.com/tc39/proposal-array-grouping [array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#array-grouping-for-stage-3 +[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers +[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#promisewithresolvers