Skip to content

Commit

Permalink
Promise.withResolvers to stage 4, per 2023.11.27 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 27, 2023
1 parent e11ea25 commit 8fef293
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 @@ -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<br />Kevin Gibbons | :question: | <sub>[May&nbsp;2023][float16s-notes]</sub> |
| [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | <sub>[May&nbsp;2023][decorator-metadata-notes]</sub> |
| [Import Attributes][import-attributes] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg<br />Nicolò Ribaudo | <sub>[import-attributes][import-attributes-tests]</sub> | <sub>[March&nbsp;2023][import-attributes-notes]</sub> |
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | <sub>[promise-with-resolvers][promise-defer-tests]</sub> | <sub>[July&nbsp;2023][promise-defer-notes]</sub> |
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | :question: | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |

### Stage 2
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />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<br />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.

Expand Down Expand Up @@ -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

0 comments on commit 8fef293

Please sign in to comment.