Skip to content

Commit 11bc489

Browse files
committedOct 9, 2024
Extractors to stage 2, per 2024.10.09 TC39
1 parent d439af9 commit 11bc489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Stage 2 indicates that the committee expects these features to be developed and
7474
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[June&nbsp;2024][discards-notes]</sub> |
7575
| [Propagate active ScriptOrModule with JobCallback Record][scriptormodule] | Chengzhong Wu | Chengzhong Wu | <sub>[July&nbsp;2024][scriptormodule-notes]</sub> |
7676
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | <sub>October&nbsp;2024</sub> |
77+
| [Extractors][extractors] | Ron Buckton | Ron Buckton | <sub>October&nbsp;2024</sub> |
7778

7879
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
7980
The :question: means there is no feature flag for tests yet.
@@ -211,3 +212,5 @@ Note that as part of the onboarding process your repository name may be normaliz
211212
[atomics-pause-tests]: https://github.com/tc39/test262/pull/4147
212213
[structs]: https://github.com/tc39/proposal-structs
213214
[structs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#fixed-layout-objects
215+
[extractors]: https://github.com/tc39/proposal-extractors
216+
[extractors-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-15.md#extractor-objects

‎stage-1-proposals.md

-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
7878
| [Policy Maps and Sets][policy-maps] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][policy-maps-notes]</sub> |
7979
| [Function Memoization][memoization] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][memoization-notes]</sub> |
8080
| [Object pick/omit][pick-omit] | Hemanth HM<br />Aleen | Hemanth HM | <sub>[July&nbsp;2022][pick-omit-notes]</sub> |
81-
| [Extractors][extractors] | Ron Buckton | Ron Buckton | <sub>[September&nbsp;2022][extractors-notes]</sub> |
8281
| [Mass Proxy Revocation][mass-proxy-revocation] | Alex Vincent | Mark S. Miller, Jack Works | <sub>[November&nbsp;2022][mass-proxy-revocation-notes]</sub> |
8382
| [Prototype pollution mitigation][proto-pollution] | Santiago Díaz<br />Jun Kokatsu | Shu-yu Guo | <sub>[January&nbsp;2023][proto-pollution-notes]</sub> |
8483
| [Await Dictionary][await-dictionary] | Alexander J. Vincent | Ashley Claymore<br />Jordan Harband<br />Chris de Almeida | <sub>[March&nbsp;2023][await-dictionary-notes]</sub> |
@@ -243,8 +242,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
243242
[memoization-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-21.md#function-memoization-for-stage-1
244243
[pick-omit]: https://github.com/tc39/proposal-object-pick-or-omit
245244
[pick-omit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-21.md#ergonomic-dynamic-object-restructuring
246-
[extractors]: https://github.com/tc39/proposal-extractors
247-
[extractors-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-15.md#extractor-objects
248245
[mass-proxy-revocation]: https://github.com/tc39/proposal-mass-proxy-revocation
249246
[mass-proxy-revocation-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#mass-proxy-revocation-for-stage-1
250247
[proto-pollution]: https://github.com/tc39/proposal-symbol-proto

0 commit comments

Comments
 (0)
Please sign in to comment.