Skip to content

Commit

Permalink
Extractors to stage 2, per 2024.10.09 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 9, 2024
1 parent d439af9 commit 11bc489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[June&nbsp;2024][discards-notes]</sub> |
| [Propagate active ScriptOrModule with JobCallback Record][scriptormodule] | Chengzhong Wu | Chengzhong Wu | <sub>[July&nbsp;2024][scriptormodule-notes]</sub> |
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | <sub>October&nbsp;2024</sub> |
| [Extractors][extractors] | Ron Buckton | Ron Buckton | <sub>October&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.
The :question: means there is no feature flag for tests yet.
Expand Down Expand Up @@ -211,3 +212,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[atomics-pause-tests]: https://github.com/tc39/test262/pull/4147
[structs]: https://github.com/tc39/proposal-structs
[structs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#fixed-layout-objects
[extractors]: https://github.com/tc39/proposal-extractors
[extractors-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-15.md#extractor-objects
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Policy Maps and Sets][policy-maps] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][policy-maps-notes]</sub> |
| [Function Memoization][memoization] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][memoization-notes]</sub> |
| [Object pick/omit][pick-omit] | Hemanth HM<br />Aleen | Hemanth HM | <sub>[July&nbsp;2022][pick-omit-notes]</sub> |
| [Extractors][extractors] | Ron Buckton | Ron Buckton | <sub>[September&nbsp;2022][extractors-notes]</sub> |
| [Mass Proxy Revocation][mass-proxy-revocation] | Alex Vincent | Mark S. Miller, Jack Works | <sub>[November&nbsp;2022][mass-proxy-revocation-notes]</sub> |
| [Prototype pollution mitigation][proto-pollution] | Santiago Díaz<br />Jun Kokatsu | Shu-yu Guo | <sub>[January&nbsp;2023][proto-pollution-notes]</sub> |
| [Await Dictionary][await-dictionary] | Alexander J. Vincent | Ashley Claymore<br />Jordan Harband<br />Chris de Almeida | <sub>[March&nbsp;2023][await-dictionary-notes]</sub> |
Expand Down Expand Up @@ -243,8 +242,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[memoization-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-21.md#function-memoization-for-stage-1
[pick-omit]: https://github.com/tc39/proposal-object-pick-or-omit
[pick-omit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-21.md#ergonomic-dynamic-object-restructuring
[extractors]: https://github.com/tc39/proposal-extractors
[extractors-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-15.md#extractor-objects
[mass-proxy-revocation]: https://github.com/tc39/proposal-mass-proxy-revocation
[mass-proxy-revocation-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#mass-proxy-revocation-for-stage-1
[proto-pollution]: https://github.com/tc39/proposal-symbol-proto
Expand Down

0 comments on commit 11bc489

Please sign in to comment.