Skip to content

Commit

Permalink
Duplicate named capture groups to stage 4, per 2024.04.08 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 8, 2024
1 parent cab497a commit 324ebbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [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 | <sub>[json-parse-with-source][json-parse-source-tests]</sub> | <sub>[January&nbsp;2023][json-parse-source-notes]</sub> |
| [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | <sub>[regexp-modifiers][regexp-modifiers-tests]</sub> | <sub>[June&nbsp;2022][regexp-modifiers-notes]</sub> |
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | <sub>[regexp-duplicate-named-groups][named-groups-tests]</sub> | <sub>[July&nbsp;2022][named-capture-groups-notes]</sub> |
| [`Array.fromAsync`][from-async] | J.S. Choi | J.S. Choi | <sub>[Array.fromAsync][from-async-tests]</sub> | <sub>[May&nbsp;2023][from-async-notes]</sub> |
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | <sub>[set-methods][set-methods-tests]</sub> | <sub>[November&nbsp;2022][set-methods-notes]</sub> |
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | <sub>[iterator-helpers][iterator-helpers-tests]</sub> | <sub>[November&nbsp;2022][iterator-helpers-notes]</sub> |
Expand Down Expand Up @@ -152,8 +151,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[regexp-buffer-boundaries-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-15.md#regexp-buffer-boundaries-for-stage-2
[decorator-metadata]: https://github.com/tc39/proposal-decorator-metadata
[decorator-metadata-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-28.md#decorators-for-stage-3
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
[named-groups-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=regexp-duplicate-named-groups
[string.dedent]: https://github.com/tc39/proposal-string-dedent
[string.dedent-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-07.md#stringdedent
Expand Down
5 changes: 4 additions & 1 deletion finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 |
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | <sub>February&nbsp;2024</sub> | 2024 |
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | February&nbsp;2024 | 2024 |
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April&nbsp;2024 | 2025 |

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 @@ -180,3 +181,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3

0 comments on commit 324ebbc

Please sign in to comment.