Skip to content

Commit 161dac9

Browse files
committed
Promise.try to stage 2, per 2024.02.06 TC39
1 parent f0bd630 commit 161dac9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Stage 2 indicates that the committee expects these features to be developed and
6868
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
6969
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | <sub>[July&nbsp;2023][uint8array-base64-notes]<br />September&nbsp;2023</sub> |
7070
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024]</sub> |
71+
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>February&nbsp;2024</sub> |
7172

7273
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
7374
The :question: means there is no feature flag for tests yet.
@@ -183,3 +184,5 @@ Note that as part of the onboarding process your repository name may be normaliz
183184
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#base64
184185
[joint]: https://github.com/tc39/proposal-joint-iteration
185186
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md#joint-iteration-for-stage-1
187+
[try]: https://github.com/tc39/proposal-promise-try
188+
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry

stage-1-proposals.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
1212
| [`Math` Extensions][more-math] | Rick Waldron | Rick Waldron | <sub>[July&nbsp;2016][more-math-notes]</sub> |
1313
| [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | <sub>[September&nbsp;2016][collection-of-from-notes]</sub> |
1414
| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov | Brendan Eich | <sub>[September&nbsp;2016][generator-arrow-functions-notes]</sub> |
15-
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[November&nbsp;2016][try-notes]</sub> |
1615
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | <sub>[May&nbsp;2017][signbit-notes]</sub> |
1716
| [Error stacks][stacks] | Jordan Harband | Jordan Harband | <sub>[January&nbsp;2017][stacks-notes]</sub> |
1817
| [`do` expressions][do] | Dave Herman | Kevin Gibbons | <sub>[June&nbsp;2020][do-notes]</sub> |
@@ -116,8 +115,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
116115
[collection-of-from-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-29.md#11iic-set-map-weakset-and-weakmap-of-and-from-methods
117116
[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions
118117
[generator-arrow-functions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-27.md#11ic-generator-arrow-functions
119-
[try]: https://github.com/tc39/proposal-promise-try
120-
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry
121118
[signbit]: https://github.com/tc39/proposal-Math.signbit
122119
[signbit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-23.md#16ib-mathsignbit-proposal
123120
[stacks]: https://github.com/tc39/proposal-error-stacks

0 commit comments

Comments
 (0)