Skip to content

Commit

Permalink
feb2024 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgchess authored and ljharb committed Apr 6, 2024
1 parent bda5a6b commit 0de5c6c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | <sub>[May&nbsp;2023][decorator-metadata-notes]</sub> |
| [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</sub> |
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>[February&nbsp;2024][uint8array-base64-notes]</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</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> |

### Stage 2

Expand Down Expand Up @@ -68,8 +68,8 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[May&nbsp;2023][time-zone-canon-notes]</sub> |
| [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> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>[September&nbsp;2023][escape-notes]</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>February&nbsp;2024</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][joint-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[February&nbsp;2024][try-notes]</sub> |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>February&nbsp;2024</sub> |

The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
Expand All @@ -94,7 +94,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[decorators-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-28.md#decorators-for-stage-3
[decorators-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=decorators
[shadowrealm]: https://github.com/tc39/proposal-shadowrealm
[realms-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#shadowrealms-updates-and-potential-normative-changes
[realms-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#shadowrealms-update
[realms-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=ShadowRealm
[temporal]: https://github.com/tc39/proposal-temporal
[temporal-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update
Expand Down Expand Up @@ -173,9 +173,9 @@ Note that as part of the onboarding process your repository name may be normaliz
[escape]: https://github.com/tc39/proposal-regex-escaping
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#regexpescape-for-stage-2
[uint8array-base64]: https://github.com/tc39/proposal-arraybuffer-base64
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#base64
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
[joint]: https://github.com/tc39/proposal-joint-iteration
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md#joint-iteration-for-stage-1
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#joint-iteration-for-stage-2
[try]: https://github.com/tc39/proposal-promise-try
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#promisetry-for-stage-2
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
8 changes: 4 additions & 4 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 |
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
| [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 |
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |
| [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 |
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |

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.

Expand Down Expand Up @@ -181,7 +181,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers
[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#arraybuffer-transfer-for-stage-4
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
[set-methods]: https://github.com/tc39/proposal-set-methods
Expand Down
21 changes: 14 additions & 7 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Locale Extensions][locale-extensions] | Ben Allen | Ben Allen | <sub>[September&nbsp;2023][locale-extensions-notes]</sub> |
| [Math.sum][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[November&nbsp;2023][math-sum-notes]</sub> |
| [Module sync assert][module-sync-assert] | Jack Works | Jack Works | <sub>[November&nbsp;2023][module-sync-assert-notes]</sub> |
| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | <sub>February&nbsp;2024</sub> |
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | <sub>February&nbsp;2024</sub> |
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>February&nbsp;2024</sub> |
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>February&nbsp;2024</sub> |
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>February&nbsp;2024</sub> |
| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][iterator-unique-notes]</sub> |
| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | <sub>[February&nbsp;2024][tinywaits-notes]</sub> |
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][chunking-notes]</sub> |
| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | <sub>[February&nbsp;2024][template-literals-notes]</sub> |
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[February&nbsp;2024][esm-phase-notes]</sub> |
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][func-obj-decs-notes]</sub> |
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][discards-notes]</sub> |

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.

Expand Down Expand Up @@ -280,9 +280,16 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[module-sync-assert]: https://github.com/Jack-Works/proposal-module-sync-assert
[module-sync-assert-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-29.md#module-sync-assert-for-stage-1
[iterator-unique]: https://github.com/michaelficarra/proposal-iterator-unique
[iterator-unique-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#iterator-unique-for-stage-1
[tinywaits]: https://github.com/syg/proposal-atomics-microwait
[tinywaits-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#micro-and-mini-waits-in-js-for-stage-1
[chunking]: https://github.com/michaelficarra/proposal-iterator-chunking
[chunking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#iterator-chunking-for-stage-1
[template-literals]: https://github.com/hax/proposal-raw-string-literals
[template-literals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#raw-string-literals-for-stage-1
[esm-phase]: https://github.com/lucacasonato/proposal-esm-phase-imports
[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#esm-phase-imports-for-stage-1
[func-obj-decs]: https://github.com/rbuckton/proposal-function-decorators
[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
[discards]: https://github.com/rbuckton/proposal-void-binding
[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#discard-void-bindings-for-stage-1

0 comments on commit 0de5c6c

Please sign in to comment.