From 301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 8 Apr 2024 10:39:49 -0700 Subject: [PATCH] `Promise.try` to Stage 2.7, per 2024.04.08 TC39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5ed4b8..466a0e2a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Stage 2 indicates that the committee expects these features to be developed and | Proposal | Author | Champion | Test262 Feature Flag | Last Presented | | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- | | [ShadowRealm][shadowrealm] | Caridy Patiño
Jean-Francois Paradis | Dave Herman
Mark Miller
Caridy Patiño
Leo Balter
Rick Waldron
Chengzhong Wu | [ShadowRealm][realms-tests] | [February 2024][realms-notes] | +| [`Promise.try`][try] | Jordan Harband | Jordan Harband | April 2024 | ### Stage 2 @@ -69,7 +70,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [Deferring Module Evaluation][lazy-import] | Yulia Startsev
Guy Bedford | Yulia Startsev
Guy Bedford
Nicolò Ribaudo | [July 2023][lazy-import-notes] | | [`RegExp.escape`][escape] | Domenic Denicola
Benjamin Gruenbaum
Jordan Harband | Jordan Harband | [September 2023][escape-notes] | | [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | [February 2024][joint-notes] | -| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [February 2024][try-notes] | | [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | February 2024 | The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.