Skip to content

Commit

Permalink
Array Grouping to stage 3, per 2023.07.11 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 11, 2023
1 parent 6205740 commit 236361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | :question: | <sub>[May&nbsp;2023][float16s-notes]</sub> |
| [Decorator Metadata][decorator-metadata] | Chris Garrett | Chris 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> |
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | <sub>[array-grouping][array-grouping-tests] | <sub>July&nbsp;2023</sub> |
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | :question: | <sub>July&nbsp;2023</sub> |

### Stage 2
Expand Down Expand Up @@ -67,7 +68,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Iterator.range][iterator-range] | Jack Works | Jack Works | <sub>[March&nbsp;2023][iterator-range-notes]</sub> |
| [Async Context][async-context] | Chengzhong Wu | Chengzhong Wu<br />Justin Ridgewell | <sub>[March&nbsp;2023][async-context-notes]</sub> |
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[May&nbsp;2023][time-zone-canon-notes]</sub> |
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | <sub>[May&nbsp;2023][array-grouping-notes]</sub> |
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>July&nbsp;2023</sub> |

The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
Expand Down

0 comments on commit 236361e

Please sign in to comment.