Skip to content

Commit c03068b

Browse files
committed
Promise.try to stage 4, per 2024.10.09 TC39
1 parent 11bc489 commit c03068b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Stage 2 indicates that the committee expects these features to be developed and
3232
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | <sub>[uint8array-base64][uint8array-base64-tests]</sub> | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
3333
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
3434
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>[Testing plan][redeclarable-global-eval-vars-testplan]</sub> | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
35-
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[promise-try][try-tests]</sub> | <sub>[June&nbsp;2024][try-notes]</sub> |
3635
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub>[Testing plan][escape-testplan] | <sub>[July&nbsp;2024][escape-notes]</sub> |
3736

3837
### Stage 2.7
@@ -184,9 +183,6 @@ Note that as part of the onboarding process your repository name may be normaliz
184183
[joint]: https://github.com/tc39/proposal-joint-iteration
185184
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-12.md#joint-iteration-for-stage-27
186185
[joint-testplan]: https://github.com/tc39/test262/issues/4112
187-
[try]: https://github.com/tc39/proposal-promise-try
188-
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#promisetry-for-stage-3
189-
[try-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=promise-try
190186
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
191187
[redeclarable-global-eval-vars-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#make-eval-introduced-global-vars-redeclarable-for-stage-27
192188
[redeclarable-global-eval-vars-testplan]: https://github.com/tc39/test262/issues/4223

finished-proposals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
6767
| [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 | October 2024 | 2025 |
6868
| [JSON Modules][json-modules] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | October 2024 | 2025 |
6969
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | October 2024 | 2025 |
70+
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | October 2024 | 2025 |
7071

7172
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.
7273

@@ -200,3 +201,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
200201
[json-modules-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-01/jan-25.md#json-modules-for-stage-3
201202
[iterator-helpers]: https://github.com/tc39/proposal-iterator-helpers
202203
[iterator-helpers-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#iterator-helpers-for-stage-3
204+
[try]: https://github.com/tc39/proposal-promise-try
205+
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#promisetry-for-stage-3

0 commit comments

Comments
 (0)