Skip to content

Commit

Permalink
Resizable and growable ArrayBuffers to stage 4, per 2023.09.26 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 26, 2023
1 parent 3bd30bb commit ae8f6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Legacy RegExp features in JavaScript][regexp-legacy] | Claude Pache | Mark Miller<br />Claude Pache | <sub>[legacy-regexp][tests-regexp-legacy]</sub> | <sub>[May&nbsp;2017][regexp-legacy-notes]</sub> |
| [JSON Modules][json-modules] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | <sub>[json-modules][json-modules-tests]</sub> | <sub>[January&nbsp;2021][json-modules-notes]</sub> |
| [Temporal][temporal] | Philipp Dunkel<br />Maggie Johnson-Pint<br />Matt Johnson-Pint<br />Brian Terlson<br />Shane Carr<br />Ujjwal Sharma<br />Philip Chimento<br />Jason Williams<br />Justin Grant | Philipp Dunkel<br />Maggie Johnson-Pint<br />Matt Johnson-Pint<br />Brian Terlson<br />Shane Carr<br />Ujjwal Sharma<br />Philip Chimento<br />Jason Williams<br />Justin Grant| <sub>[Temporal][temporal-tests]</sub> | <sub>[March&nbsp;2021][temporal-notes]</sub> |
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | <sub>[resizable-arraybuffer][resizable-tests]</sub> | <sub>[May&nbsp;2021][resizable-notes]</sub> |
| [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>[December&nbsp;2022][realms-notes]</sub> |
| [Decorators][decorators] | Daniel Ehrenberg<br />Kristen Hewell Garrett | Kristen Hewell Garrett | <sub>[decorators][decorators-tests]</sub> | <sub>[March&nbsp;2023][decorators-notes]</sub> |
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | :question: | <sub>[January&nbsp;2023][json-parse-source-notes]</sub> |
Expand Down Expand Up @@ -134,9 +133,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[import-attributes]: https://github.com/tc39/proposal-import-attributes
[import-attributes-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-02.md#import-assertions
[import-attributes-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=import-assertions
[resizable]: https://github.com/tc39/proposal-resizablearraybuffer
[resizable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-05/may-25.md#resizable-arraybuffers-for-stage-3
[resizable-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=resizable-arraybuffer
[module-expressions]: https://github.com/tc39/proposal-module-expressions
[module-expressions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-expressions
[pipeline]: https://github.com/tc39/proposal-pipeline-operator
Expand Down
4 changes: 3 additions & 1 deletion finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Well-Formed Unicode Strings][usv-string] | Guy Bedford<br />Bradley Farias | Guy Bedford<br />Bradley Farias<br />Michael Ficarra | [May 2023][usv-string-notes] | 2024 |
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | [May 2023][nonblocking-notes] | 2024 |
| [RegExp v flag with set notation + properties of strings][regexp-v-flag] | Markus Scherer<br />Mathias Bynens | Mathias Bynens | [May 2023][regexp-v-flag-notes] | 2024 |

| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | September&nbsp;2023] | 2024 |

See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents.

Expand Down Expand Up @@ -169,3 +169,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[nonblocking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-15.md#atomicswaitasync-for-stage-4
[regexp-v-flag]: https://github.com/tc39/proposal-regexp-v-flag
[regexp-v-flag-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#regexp-v-flag-for-stage-4
[resizable]: https://github.com/tc39/proposal-resizablearraybuffer
[resizable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-05/may-25.md#resizable-arraybuffers-for-stage-3

0 comments on commit ae8f6af

Please sign in to comment.