Skip to content

Commit

Permalink
Promise.try to stage 3, per 2024.06.11 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 11, 2024
1 parent 311faa4 commit de20984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Import Attributes][import-attributes] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg<br />Nicolò Ribaudo | <sub>[import-attributes][import-attributes-tests]</sub> | <sub>[March&nbsp;2023][import-attributes-notes]</sub> |
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | :question: | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | :question: | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | :question: | <sub>June&nbsp;2024</sub> |

### Stage 2.7

| 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][try-notes]</sub> |
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | | <sub>[April&nbsp;2024][math-sum-notes]</sub> |

### Stage 2
Expand Down

0 comments on commit de20984

Please sign in to comment.