@@ -25,14 +25,12 @@ Stage 2 indicates that the committee expects these features to be developed and
25
25
| [ JSON.parse source text access] [ json-parse-source ] | Richard Gibson | Richard Gibson | <sub >[ json-parse-with-source] [ json-parse-source-tests ] [ testing plan] [ json-parse-testplan ] </sub > | <sub >[ January  ; 2023] [ json-parse-source-notes ] </sub > |
26
26
| [ ` Array.fromAsync ` ] [ from-async ] | J.S. Choi | J.S. Choi | <sub >[ Array.fromAsync] [ from-async-tests ] </sub > | <sub >[ May  ; 2023] [ from-async-notes ] </sub > |
27
27
| [ Explicit Resource Management] [ resource-management ] | Ron Buckton | Ron Buckton | <sub >[ explicit-resource-management] [ resource-management-tests ] | <sub >[ March  ; 2023] [ resource-management-notes ] </sub > |
28
- | [ Float16 on TypedArrays, DataView, ` Math.f16round ` ] [ float16s ] | Leo Balter | Leo Balter<br />Kevin Gibbons | <sub >[ Float16Array] [ float16s-tests ] </sub > | <sub >[ May  ; 2023] [ float16s-notes ] </sub > |
29
28
| [ Decorator Metadata] [ decorator-metadata ] | Kristen Hewell Garrett | Kristen Hewell Garrett | <sub >[ decorator-metadata] [ decorator-metadata-tests ] </sub > | <sub >[ May  ; 2023] [ decorator-metadata-notes ] </sub > |
30
29
| [ Source Phase Imports] [ source-phase-imports ] | Luca Casonato | Guy Bedford<br />Luca Casonato | <sub >[ source-phase-imports] [ source-phase-imports-tests ] </sub > | <sub >[ July  ; 2023] [ source-phase-imports-notes ] </sub > |
31
30
| [ Time Zone Canonicalization] [ time-zone-canon ] | Justin Grant | Justin Grant<br />Richard Gibson | <sub >[ Temporal.TimeZone] [ time-zone-canon-tests ] | <sub >[ July  ; 2023] [ time-zone-canon-notes ] </sub > |
32
31
| [ Uint8Array to/from Base64] [ uint8array-base64 ] | Kevin Gibbons | Kevin Gibbons | <sub >[ uint8array-base64] [ uint8array-base64-tests ] </sub > | <sub >[ February  ; 2024] [ uint8array-base64-notes ] </sub > |
33
32
| [ Dynamic Code Brand Checks] [ dynamic-code-brand-checks ] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question : | <sub >April  ; 2024</sub > |
34
33
| [ Redeclarable global ` eval ` -introduced ` var ` s] [ redeclarable-global-eval-vars ] | Shu-yu Guo | Shu-yu Guo | <sub >[ Testing plan] [ redeclarable-global-eval-vars-testplan ] </sub > | <sub >[ April  ; 2024] [ redeclarable-global-eval-vars-notes ] </sub > |
35
- | [ ` RegExp.escape ` ] [ escape ] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub >[ RegExp.escape] [ escape-tests ] | <sub >[ July  ; 2024] [ escape-notes ] </sub > |
36
34
| [ ` Atomics.pause ` ] [ atomics-pause ] | Shu-yu Guo | Shu-yu Guo | <sub >[ Atomics.pause] [ atomics-pause-tests ] </sub > | <sub >[ October  ; 2024] [ atomics-pause-notes ] </sub > |
37
35
| [ ` Error.isError ` ] [ is-error ] | Jordan Harband | Jordan Harband | <sub >[ Error.isError] [ error-iserror-tests ] </sub > | <sub >December  ; 2024</sub > |
38
36
@@ -166,9 +164,6 @@ Note that as part of the onboarding process your repository name may be normaliz
166
164
[ symbol-predicates-notes ] : https://github.com./tc39/notes/blob/4c253a989e8da200bc8c351f1e0a557e2a5d73e4/meetings/2023-05/may-15.md?plain=1#L385
167
165
[ iterator-range ] : https://github.com./tc39/proposal-iterator.range
168
166
[ iterator-range-notes ] : https://github.com./tc39/notes/blob/main/meetings/2024-04/april-09.md#iteratorrange-for-stage-27
169
- [ float16s ] : https://github.com./tc39/proposal-float16array
170
- [ float16s-notes ] : https://github.com./tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#float16array-for-stage-3
171
- [ float16s-tests ] : https://github.com./tc39/test262/search?l=JavaScript&q=Float16Array
172
167
[ async-context ] : https://github.com./tc39/proposal-async-context
173
168
[ async-context-notes ] : https://github.com./tc39/notes/blob/main/meetings/2024-04/april-09.md#asynccontext-stage-2-updates
174
169
[ time-zone-canon ] : https://github.com./tc39/proposal-canonical-tz#readme
@@ -177,9 +172,6 @@ Note that as part of the onboarding process your repository name may be normaliz
177
172
[ lazy-import ] : https://github.com./tc39/proposal-defer-import-eval
178
173
[ lazy-import-notes ] : https://github.com./tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#deferred-import-evaluation-for-stage-27
179
174
[ lazy-import-testplan ] : https://github.com./tc39/test262/issues/4111
180
- [ escape ] : https://github.com./tc39/proposal-regex-escaping
181
- [ escape-notes ] : https://github.com./tc39/notes/blob/HEAD/meetings/2024-07/july-29.md#regexpescape-for-stage-3
182
- [ escape-tests ] : https://github.com./tc39/test262/pull/4123
183
175
[ uint8array-base64 ] : https://github.com./tc39/proposal-arraybuffer-base64
184
176
[ uint8array-base64-notes ] : https://github.com./tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
185
177
[ uint8array-base64-tests ] : https://github.com./tc39/test262/pull/3994
0 commit comments