Skip to content

Commit

Permalink
Promise.try to Stage 2.7, per 2024.04.08 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 8, 2024
1 parent 0de5c6c commit 301fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,6 +41,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| Proposal | Author | Champion | <sub>Test262 Feature Flag</sub> | <sub>Last Presented</sub> |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
| [ShadowRealm][shadowrealm] | Caridy Patiño<br />Jean-Francois Paradis | Dave Herman<br />Mark Miller<br />Caridy Patiño<br />Leo Balter<br />Rick Waldron<br />Chengzhong Wu | <sub>[ShadowRealm][realms-tests]</sub> | <sub>[February&nbsp;2024][realms-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>April&nbsp;2024</sub> |

### Stage 2

Expand Down Expand Up @@ -69,7 +70,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>[July&nbsp;2023][lazy-import-notes]</sub> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][joint-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[February&nbsp;2024][try-notes]</sub> |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <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.
Expand Down

0 comments on commit 301fc9c

Please sign in to comment.