Skip to content

Commit 301fc9c

Browse files
committedApr 8, 2024
Promise.try to Stage 2.7, per 2024.04.08 TC39
1 parent 0de5c6c commit 301fc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Stage 2 indicates that the committee expects these features to be developed and
4141
| Proposal | Author | Champion | <sub>Test262 Feature Flag</sub> | <sub>Last Presented</sub> |
4242
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
4343
| [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> |
44+
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>April&nbsp;2024</sub> |
4445

4546
### Stage 2
4647

@@ -69,7 +70,6 @@ Stage 2 indicates that the committee expects these features to be developed and
6970
| [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> |
7071
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
7172
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][joint-notes]</sub> |
72-
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[February&nbsp;2024][try-notes]</sub> |
7373
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>February&nbsp;2024</sub> |
7474

7575
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.

0 commit comments

Comments
 (0)
Please sign in to comment.