Bug 252553 - [JSC] Implement RegExp Duplicate Named Capture Groups
Summary: [JSC] Implement RegExp Duplicate Named Capture Groups
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-19 21:54 PST by Michael Saboff
Modified: 2023-02-22 12:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2023-02-19 21:54:21 PST
Duplicate Named Captures are a TC39 Stage 3 proposal - https://github.com/tc39/ecma262/tree/duplicate-named-capture-groups.

This bug exists to track the implementation.
Comment 1 Michael Saboff 2023-02-19 21:54:36 PST
<rdar://100335581>
Comment 2 Michael Saboff 2023-02-19 22:29:54 PST
Pull request: https://github.com/WebKit/WebKit/pull/10355
Comment 3 EWS 2023-02-22 12:01:25 PST
Committed 260692@main (9ed7d9c4e366): <https://commits.webkit.org/260692@main>

Reviewed commits have been landed. Closing PR #10355 and removing active labels.