Skip to content

Commit 0de5c6c

Browse files
cmgchessljharb
authored andcommitted
feb2024 notes
1 parent bda5a6b commit 0de5c6c

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Stage 2 indicates that the committee expects these features to be developed and
3434
| [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | <sub>[May&nbsp;2023][decorator-metadata-notes]</sub> |
3535
| [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> |
3636
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | :question: | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |
37-
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>February&nbsp;2024</sub> |
37+
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
3838

3939
### Stage 2.7
4040

4141
| Proposal | Author | Champion | <sub>Test262 Feature Flag</sub> | <sub>Last Presented</sub> |
4242
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
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&nbsp;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&nbsp;2024][realms-notes]</sub> |
4444

4545
### Stage 2
4646

@@ -68,8 +68,8 @@ Stage 2 indicates that the committee expects these features to be developed and
6868
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[May&nbsp;2023][time-zone-canon-notes]</sub> |
6969
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>[July&nbsp;2023][lazy-import-notes]</sub> |
7070
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
71-
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
72-
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>February&nbsp;2024</sub> |
71+
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][joint-notes]</sub> |
72+
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[February&nbsp;2024][try-notes]</sub> |
7373
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>February&nbsp;2024</sub> |
7474

7575
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
9494
[decorators-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-28.md#decorators-for-stage-3
9595
[decorators-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=decorators
9696
[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
9898
[realms-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=ShadowRealm
9999
[temporal]: https://github.com/tc39/proposal-temporal
100100
[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
173173
[escape]: https://github.com/tc39/proposal-regex-escaping
174174
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#regexpescape-for-stage-2
175175
[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
177177
[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
179179
[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
181181
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars

finished-proposals.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Finished proposals are proposals that have reached stage 4, and are included in
6060
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 |
6161
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
6262
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
63-
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | February&nbsp;2024 | 2024 |
64-
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
65-
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
63+
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | [February 2024][arraybuffer-transfer-notes] | 2024 |
64+
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
65+
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
6666

6767
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
6868

@@ -181,7 +181,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
181181
[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers
182182
[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
183183
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
184-
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3
184+
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#arraybuffer-transfer-for-stage-4
185185
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
186186
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
187187
[set-methods]: https://github.com/tc39/proposal-set-methods

stage-1-proposals.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ Proposals follow [this process document](https://tc39.es/process-document/).
9494
| [Locale Extensions][locale-extensions] | Ben Allen | Ben Allen | <sub>[September&nbsp;2023][locale-extensions-notes]</sub> |
9595
| [Math.sum][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[November&nbsp;2023][math-sum-notes]</sub> |
9696
| [Module sync assert][module-sync-assert] | Jack Works | Jack Works | <sub>[November&nbsp;2023][module-sync-assert-notes]</sub> |
97-
| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
98-
| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | <sub>February&nbsp;2024</sub> |
99-
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
100-
| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | <sub>February&nbsp;2024</sub> |
101-
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>February&nbsp;2024</sub> |
102-
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>February&nbsp;2024</sub> |
103-
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>February&nbsp;2024</sub> |
97+
| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][iterator-unique-notes]</sub> |
98+
| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | <sub>[February&nbsp;2024][tinywaits-notes]</sub> |
99+
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][chunking-notes]</sub> |
100+
| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | <sub>[February&nbsp;2024][template-literals-notes]</sub> |
101+
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[February&nbsp;2024][esm-phase-notes]</sub> |
102+
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][func-obj-decs-notes]</sub> |
103+
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][discards-notes]</sub> |
104104

105105
See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposals.md), [finished proposals](finished-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
106106

@@ -280,9 +280,16 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
280280
[module-sync-assert]: https://github.com/Jack-Works/proposal-module-sync-assert
281281
[module-sync-assert-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-29.md#module-sync-assert-for-stage-1
282282
[iterator-unique]: https://github.com/michaelficarra/proposal-iterator-unique
283+
[iterator-unique-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#iterator-unique-for-stage-1
283284
[tinywaits]: https://github.com/syg/proposal-atomics-microwait
285+
[tinywaits-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#micro-and-mini-waits-in-js-for-stage-1
284286
[chunking]: https://github.com/michaelficarra/proposal-iterator-chunking
287+
[chunking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#iterator-chunking-for-stage-1
285288
[template-literals]: https://github.com/hax/proposal-raw-string-literals
289+
[template-literals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#raw-string-literals-for-stage-1
286290
[esm-phase]: https://github.com/lucacasonato/proposal-esm-phase-imports
291+
[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#esm-phase-imports-for-stage-1
287292
[func-obj-decs]: https://github.com/rbuckton/proposal-function-decorators
293+
[func-obj-decs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#function-and-object-literal-element-decorators-for-stage-1
288294
[discards]: https://github.com/rbuckton/proposal-void-binding
295+
[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#discard-void-bindings-for-stage-1

0 commit comments

Comments
 (0)