Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [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>&nbsp;-[2025&#8209;02][realms-notes]<br />&nbsp;-[2024&#8209;12][realms-notes-2024-12]<br />&nbsp;-[2024&#8209;06][realms-notes-2024-06]<br />&nbsp;-[2024&#8209;02][realms-notes-2024-02]<br />&nbsp;-[2023&#8209;11][realms-notes-2023-11]<br />&nbsp;-[2023&#8209;09][realms-notes-2023-09]<br />&nbsp;-[2022&#8209;11][realms-notes-2022-11]<br />&nbsp;-[2022&#8209;09][realms-notes-2022-09]<br />&nbsp;-[2022&#8209;06][realms-notes-2022-06]<br />&nbsp;-[2022&#8209;03][realms-notes-2022-03]<br />&nbsp;-[2021&#8209;12][realms-notes-2021-12]<br />&nbsp;-[2021&#8209;08][realms-notes-2021-08]<br />&nbsp;-[2021&#8209;07][realms-notes-2021-07]<br />&nbsp;-[2021&#8209;05][realms-notes-2021-05]<br />&nbsp;-[2021&#8209;04][realms-notes-2021-04]<br />&nbsp;-[2021&#8209;01][realms-notes-2021-01]<br />&nbsp;-[2020&#8209;11][realms-notes-2020-11]<br />&nbsp;-[2020&#8209;06][realms-notes-2020-06]<br />&nbsp;-[2020&#8209;02][realms-notes-2020-02]<br />&nbsp;-[2018&#8209;07][realms-notes-2018-07]<br />&nbsp;-[2018&#8209;05][realms-notes-2018-05]<br />&nbsp;-[2018&#8209;03][realms-notes-2018-03]<br />&nbsp;-[2017&#8209;03][realms-notes-2017-03]<br />&nbsp;-[2017&#8209;01][realms-notes-2017-01]<br />&nbsp;-[2016&#8209;03][realms-notes-2016-03]<br />&nbsp;-[2015&#8209;05][realms-notes-2015-05]<br />&nbsp;-[2014&#8209;06][realms-notes-2014-06]<br />&nbsp;-[2014&#8209;01][realms-notes-2014-01]</sub> |
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | :question: | <sub>&nbsp;-[2024&#8209;12][esm-phase-notes]<br />&nbsp;-[2024&#8209;06][esm-phase-notes-2024-06]<br />&nbsp;-[2024&#8209;02][esm-phase-notes-2024-02]</sub> |
| [Immutable ArrayBuffers][immutable-abs] | Mark Miller<br />Peter Hoddie<br />Richard Gibson<br />Jack Works | Mark Miller<br />Peter Hoddie<br />Richard Gibson<br />Jack Works | :question: | <sub>&nbsp;-[2025&#8209;07][immutable-abs-notes]</sub> |
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | :question: | <sub>&nbsp;-[2025&#8209;09][chunking-notes]<br />&nbsp;-[2025&#8209;07][chunking-notes-2025-07]<br />&nbsp;-[2025&#8209;05][chunking-notes-2025-05]<br />&nbsp;-[2024&#8209;10][chunking-notes-2024-10]<br />&nbsp;-[2024&#8209;02][chunking-notes-2024-02]</sub> |
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>[iterator-chunking][chunking-tests]</sub> | <sub>&nbsp;-[2025&#8209;09][chunking-notes]<br />&nbsp;-[2025&#8209;07][chunking-notes-2025-07]<br />&nbsp;-[2025&#8209;05][chunking-notes-2025-05]<br />&nbsp;-[2024&#8209;10][chunking-notes-2024-10]<br />&nbsp;-[2024&#8209;02][chunking-notes-2024-02]</sub> |
| [Import Bytes][import-bytes] | Steven Salat | Steven Salat | :question: | <sub>&nbsp;-[2025&#8209;09][import-bytes-notes]</sub> |
| [Await Dictionary][await-dictionary] | Alexander J. Vincent | Ashley Claymore<br />Jordan Harband<br />Chris de Almeida | :question: | <sub>&nbsp;-[2025&#8209;11][await-dictionary-notes]</sub> |
| [Iterator Join][iterator-join] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>&nbsp;-[2025&#8209;11][iterator-join-notes]</sub> |
Expand Down Expand Up @@ -174,6 +174,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[extractors]: https://github.com/tc39/proposal-extractors
[extractors-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#extractors-for-stage-2
[chunking]: https://github.com/tc39/proposal-iterator-chunking
[chunking-tests]: https://github.com/tc39/test262/pull/5011
[chunking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-09/september-22.md#iterator-chunking-for-stage-27
[chunking-notes-2025-07]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-07/july-29.md#iterator-chunking-for-stage-27
[chunking-notes-2025-05]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-05/may-29.md#iterator-chunking-for-stage-27
Expand Down