Skip to content

Commit

Permalink
Promise.try to stage 2, per 2024.02.06 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 7, 2024
1 parent f0bd630 commit 161dac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | <sub>[July&nbsp;2023][uint8array-base64-notes]<br />September&nbsp;2023</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>February&nbsp;2024</sub> |

The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
The :question: means there is no feature flag for tests yet.
Expand Down Expand Up @@ -183,3 +184,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#base64
[joint]: https://github.com/tc39/proposal-joint-iteration
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md#joint-iteration-for-stage-1
[try]: https://github.com/tc39/proposal-promise-try
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [`Math` Extensions][more-math] | Rick Waldron | Rick Waldron | <sub>[July&nbsp;2016][more-math-notes]</sub> |
| [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | <sub>[September&nbsp;2016][collection-of-from-notes]</sub> |
| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov | Brendan Eich | <sub>[September&nbsp;2016][generator-arrow-functions-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[November&nbsp;2016][try-notes]</sub> |
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | <sub>[May&nbsp;2017][signbit-notes]</sub> |
| [Error stacks][stacks] | Jordan Harband | Jordan Harband | <sub>[January&nbsp;2017][stacks-notes]</sub> |
| [`do` expressions][do] | Dave Herman | Kevin Gibbons | <sub>[June&nbsp;2020][do-notes]</sub> |
Expand Down Expand Up @@ -116,8 +115,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[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
[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions
[generator-arrow-functions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-27.md#11ic-generator-arrow-functions
[try]: https://github.com/tc39/proposal-promise-try
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry
[signbit]: https://github.com/tc39/proposal-Math.signbit
[signbit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-23.md#16ib-mathsignbit-proposal
[stacks]: https://github.com/tc39/proposal-error-stacks
Expand Down

0 comments on commit 161dac9

Please sign in to comment.