@@ -35,7 +35,7 @@ Stage 2 indicates that the committee expects these features to be developed and
35
35
| [ Uint8Array to/from Base64] [ uint8array-base64 ] | Kevin Gibbons | Kevin Gibbons | <sub >[ uint8array-base64] [ uint8array-base64-tests ] </sub > | <sub >[ February  ; 2024] [ uint8array-base64-notes ] </sub > |
36
36
| [ Dynamic Code Brand Checks] [ dynamic-code-brand-checks ] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question : | <sub >April  ; 2024</sub > |
37
37
| [ Redeclarable global ` eval ` -introduced ` var ` s] [ redeclarable-global-eval-vars ] | Shu-yu Guo | Shu-yu Guo | :question : | <sub >[ April  ; 2024] [ redeclarable-global-eval-vars-notes ] </sub > |
38
- | [ ` Promise.try ` ] [ try ] | Jordan Harband | Jordan Harband | <sub >[ promise-try] [ try-tests ] </sub > | <sub >June  ; 2024</sub > |
38
+ | [ ` Promise.try ` ] [ try ] | Jordan Harband | Jordan Harband | <sub >[ promise-try] [ try-tests ] </sub > | <sub >[ June  ; 2024] [ try-notes ] </sub > |
39
39
40
40
### Stage 2.7
41
41
@@ -71,10 +71,10 @@ Stage 2 indicates that the committee expects these features to be developed and
71
71
| [ Iterator.range] [ iterator-range ] | Jack Works | Jack Works | <sub >[ March  ; 2023] [ iterator-range-notes ] </sub > |
72
72
| [ Async Context] [ async-context ] | Chengzhong Wu | Andreu Botella<br />Chengzhong Wu<br />Justin Ridgewell | <sub >[ March  ; 2023] [ async-context-notes ] </sub > |
73
73
| [ Time Zone Canonicalization] [ time-zone-canon ] | Justin Grant | Justin Grant<br />Richard Gibson | <sub >[ May  ; 2023] [ time-zone-canon-notes ] </sub > |
74
- | [ Iterator Sequencing] [ sequencing ] | Michael Ficarra | Michael Ficarra | <sub >June  ; 2024</sub > |
75
- | [ ` Error.isError ` ] [ is-error ] | Jordan Harband | Jordan Harband | <sub >June  ; 2024</sub > |
76
- | [ ESM Phase Imports] [ esm-phase ] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub >June  ; 2024</sub > |
77
- | [ "Discard" (` void ` ) Bindings] [ discards ] | Ron Buckton | Ron Buckton | <sub >June  ; 2024</sub > |
74
+ | [ Iterator Sequencing] [ sequencing ] | Michael Ficarra | Michael Ficarra | <sub >[ June  ; 2024] [ sequencing-notes ] </sub > |
75
+ | [ ` Error.isError ` ] [ is-error ] | Jordan Harband | Jordan Harband | <sub >[ June  ; 2024] [ is-error-notes ] </sub > |
76
+ | [ ESM Phase Imports] [ esm-phase ] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub >[ June  ; 2024] [ esm-phase-notes ] </sub > |
77
+ | [ "Discard" (` void ` ) Bindings] [ discards ] | Ron Buckton | Ron Buckton | <sub >[ June  ; 2024] [ discards-notes ] </sub > |
78
78
79
79
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
80
80
The :question : means there is no feature flag for tests yet.
@@ -180,19 +180,19 @@ Note that as part of the onboarding process your repository name may be normaliz
180
180
[ time-zone-canon ] : https://github.com/tc39/proposal-canonical-tz#readme
181
181
[ time-zone-canon-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-17.md#time-zone-canonicalization-for-stage-2
182
182
[ lazy-import ] : https://github.com/tc39/proposal-defer-import-eval
183
- [ lazy-import-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july -11.md#deferred-import-evaluation
183
+ [ lazy-import-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june -11.md#deferred-import-evaluation-for-stage-27
184
184
[ lazy-import-testplan ] : https://github.com/tc39/test262/issues/4111
185
185
[ escape ] : https://github.com/tc39/proposal-regex-escaping
186
- [ escape-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26 .md#regexpescape-for-stage-2
186
+ [ escape-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11 .md#regexp-escaping
187
187
[ escape-testplan ] : https://github.com/tc39/test262/issues/4122
188
188
[ uint8array-base64 ] : https://github.com/tc39/proposal-arraybuffer-base64
189
189
[ uint8array-base64-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
190
190
[ uint8array-base64-tests ] : https://github.com/tc39/test262/pull/3994
191
191
[ joint ] : https://github.com/tc39/proposal-joint-iteration
192
- [ joint-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6 .md#joint-iteration-for-stage-2
192
+ [ joint-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-12 .md#joint-iteration-for-stage-27
193
193
[ joint-testplan ] : https://github.com/tc39/test262/issues/4112
194
194
[ try ] : https://github.com/tc39/proposal-promise-try
195
- [ try-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08 .md#promisetry-for-stage-27
195
+ [ try-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11 .md#promisetry-for-stage-3
196
196
[ try-tests ] : https://github.com/tc39/test262/search?l=JavaScript&q=promise-try
197
197
[ redeclarable-global-eval-vars ] : https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
198
198
[ redeclarable-global-eval-vars-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#make-eval-introduced-global-vars-redeclarable-for-stage-27
@@ -202,10 +202,10 @@ Note that as part of the onboarding process your repository name may be normaliz
202
202
[ dynamic-code-brand-checks ] : https://github.com/tc39/proposal-dynamic-code-brand-checks
203
203
[ dynamic-code-brand-checks-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2019-12/december-5.md#dynamic-code-brand-checks-for-stage-2
204
204
[ is-error ] : https://github.com/tc39/proposal-is-error
205
- [ is-error-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-10 .md#bringing-back- erroriserror-for-stage-1-or-2-or-even-27
205
+ [ is-error-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11 .md#erroriserror
206
206
[ sequencing ] : https://github.com/tc39/proposal-iterator-sequencing
207
- [ sequencing-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27 .md#iterator-sequencing-for-stage-1
207
+ [ sequencing-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11 .md#iterator-sequencing
208
208
[ esm-phase ] : https://github.com/lucacasonato/proposal-esm-phase-imports
209
- [ esm-phase-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8 .md#esm-phase-imports-for-stage-1
209
+ [ esm-phase-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-13 .md#esm-phase-imports
210
210
[ discards ] : https://github.com/rbuckton/proposal-void-binding
211
- [ discards-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8 .md#discard-void- bindings-for- stage-1
211
+ [ discards-notes ] : https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-13 .md#discard-bindings-update-or- stage-2
0 commit comments