Skip to content

Commit e8bd86c

Browse files
ctcpipljharb
authored andcommitted
✨ add notes history for Promise.withResolvers()
1 parent 2dad2ae commit e8bd86c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

finished-proposals.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
5959
| [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 |
6060
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 |
6161
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
62-
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
62+
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | <sub> - [2023-11][promise-defer-notes-2023-11]<br /> - [2023-07][promise-defer-notes-2023-07]<br /> - [2023-05][promise-defer-notes-2023-05]<br /> - [2023-03][promise-defer-notes-2023-03]</sub> | 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 2024][arraybuffer-transfer-notes] | 2024 |
6464
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | [April 2024][named-capture-groups-notes] | 2025 |
6565
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | [April 2024][set-methods-notes] | 2025 |
@@ -179,7 +179,10 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
179179
[array-grouping]: https://github.com/tc39/proposal-array-grouping
180180
[array-grouping-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#array-grouping-for-stage-4
181181
[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers
182-
[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
182+
[promise-defer-notes-2023-03]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-03/mar-23.md#promisewithresolvers
183+
[promise-defer-notes-2023-05]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-17.md#promisewithresolvers-for-stage-2
184+
[promise-defer-notes-2023-07]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-11.md#promisewithresolvers
185+
[promise-defer-notes-2023-11]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
183186
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
184187
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#arraybuffer-transfer-for-stage-4
185188
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups

0 commit comments

Comments
 (0)