@@ -34,13 +34,13 @@ Stage 2 indicates that the committee expects these features to be developed and
34
34
| [ Decorator Metadata] [ decorator-metadata ] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question : | <sub >[ May  ; 2023] [ decorator-metadata-notes ] </sub > |
35
35
| [ 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  ; 2023] [ import-attributes-notes ] </sub > |
36
36
| [ Source Phase Imports] [ source-phase-imports ] | Luca Casonato | Guy Bedford<br />Luca Casonato | :question : | <sub >[ July  ; 2023] [ source-phase-imports-notes ] </sub > |
37
- | [ Uint8Array to/from Base64] [ uint8array-base64 ] | Kevin Gibbons | Kevin Gibbons | :question : | <sub >February  ; 2024</sub > |
37
+ | [ Uint8Array to/from Base64] [ uint8array-base64 ] | Kevin Gibbons | Kevin Gibbons | :question : | <sub >[ February  ; 2024] [ uint8array-base64-notes ] </sub > |
38
38
39
39
### Stage 2.7
40
40
41
41
| Proposal | Author | Champion | <sub >Test262 Feature Flag</sub > | <sub >Last Presented</sub > |
42
42
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
43
- | [ 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  ; 2024</sub > |
43
+ | [ 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  ; 2024] [ realms-notes ] </sub > |
44
44
45
45
### Stage 2
46
46
@@ -68,8 +68,8 @@ Stage 2 indicates that the committee expects these features to be developed and
68
68
| [ Time Zone Canonicalization] [ time-zone-canon ] | Justin Grant | Justin Grant<br />Richard Gibson | <sub >[ May  ; 2023] [ time-zone-canon-notes ] </sub > |
69
69
| [ Deferring Module Evaluation] [ lazy-import ] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub >[ July  ; 2023] [ lazy-import-notes ] </sub > |
70
70
| [ ` RegExp.escape ` ] [ escape ] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub >[ September  ; 2023] [ escape-notes ] </sub > |
71
- | [ Joint Iteration] [ joint ] | Michael Ficarra | Michael Ficarra | <sub >February  ; 2024</sub > |
72
- | [ ` Promise.try ` ] [ try ] | Jordan Harband | Jordan Harband | <sub >February  ; 2024</sub > |
71
+ | [ Joint Iteration] [ joint ] | Michael Ficarra | Michael Ficarra | <sub >[ February  ; 2024] [ joint-notes ] </sub > |
72
+ | [ ` Promise.try ` ] [ try ] | Jordan Harband | Jordan Harband | <sub >[ February  ; 2024] [ try-notes ] </sub > |
73
73
| [ Redeclarable global ` eval ` -introduced ` var ` s] [ redeclarable-global-eval-vars ] | Shu-yu Guo | Shu-yu Guo | <sub >February  ; 2024</sub > |
74
74
75
75
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
@@ -94,7 +94,7 @@ Note that as part of the onboarding process your repository name may be normaliz
94
94
[ decorators-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-28.md#decorators-for-stage-3
95
95
[ decorators-tests ] : https://github.com/tc39/test262/search?l=JavaScript&q=decorators
96
96
[ shadowrealm ] : https://github.com/tc39/proposal-shadowrealm
97
- [ realms-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14 .md#shadowrealms-updates-and-potential-normative-changes
97
+ [ realms-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7 .md#shadowrealms-update
98
98
[ realms-tests ] : https://github.com/tc39/test262/search?l=JavaScript&q=ShadowRealm
99
99
[ temporal ] : https://github.com/tc39/proposal-temporal
100
100
[ temporal-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update
@@ -173,9 +173,9 @@ Note that as part of the onboarding process your repository name may be normaliz
173
173
[ escape ] : https://github.com/tc39/proposal-regex-escaping
174
174
[ escape-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#regexpescape-for-stage-2
175
175
[ uint8array-base64 ] : https://github.com/tc39/proposal-arraybuffer-base64
176
- [ uint8array-base64-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12 .md#base64
176
+ [ uint8array-base64-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7 .md#uint8array- base64-for-stages-27-and-3
177
177
[ joint ] : https://github.com/tc39/proposal-joint-iteration
178
- [ joint-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27 .md#joint-iteration-for-stage-1
178
+ [ joint-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6 .md#joint-iteration-for-stage-2
179
179
[ try ] : https://github.com/tc39/proposal-promise-try
180
- [ try-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29 .md#11iib- promisetry
180
+ [ try-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6 .md#promisetry-for-stage-2
181
181
[ redeclarable-global-eval-vars ] : https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
0 commit comments