Skip to content

Commit

Permalink
Structs to stage 2, per 2024.10.08 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 8, 2024
1 parent d4c36b7 commit d439af9
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 @@ -73,6 +73,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[June&nbsp;2024][esm-phase-notes]</sub> |
| ["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> |

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 @@ -208,3 +209,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[atomics-pause-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-06/june-13.md#atomicspause
[atomics-pause]: https://github.com/tc39/proposal-atomics-microwait
[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
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Limited ArrayBuffer][limited-array-buffer] | Jack Works | Jack Works | <sub>[April&nbsp;2021][limited-array-buffer-notes]</sub> |
| [BigInt Math][bigint-math] | J.S. Choi | J.S. Choi | <sub>[August&nbsp;2021][bigint-math-notes]</sub> |
| [Get Intrinsic][get-intrinsic] | Jordan Harband | Jordan Harband | <sub>[August&nbsp;2021][get-intrinsic-notes]</sub> |
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | <sub>[August&nbsp;2021][structs-notes]</sub> |
| [`String.cooked`][string.cooked] | Darien Maillet Valentine | Jamie Kyle<br />Hemanth HM | <sub>[October&nbsp;2021][string.cooked-notes]</sub> |
| [Call-this operator][call-this] | J.S. Choi | J.S. Choi | <sub>[October&nbsp;2021][call-this-notes]</sub> |
| [RegExp Extended Mode and Comments][regexp-x-mode] | Ron Buckton | Ron Buckton | <sub>[October&nbsp;2021][regexp-x-mode-notes]</sub> |
Expand Down Expand Up @@ -220,8 +219,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[bigint-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-26.md#bigint-math-update
[get-intrinsic]: https://github.com/tc39/proposal-get-intrinsic
[get-intrinsic-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#get-intrinsic-for-stage-1
[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
[string.cooked]: https://github.com/tc39/proposal-string-cooked
[string.cooked-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-27.md#stringcooked
[call-this]: https://github.com/tc39/proposal-call-this
Expand Down

0 comments on commit d439af9

Please sign in to comment.