Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normative: Fully specify legal escape sequences in RegExp capture group names #1869

Merged
merged 1 commit into from
Apr 2, 2020

Commits on Apr 2, 2020

  1. Normative: Fully specify legal escape sequences in RegExp capture gro…

    …up names (#1869)
    
    This commit makes the Early Errors for RegExpIdentifierStart and RegExpIdentifierPart fully specified, with the semantics that Unicode escape sequences of the form `\u LeadSurrogate \u TrailSurrogate` as well as `\u { CodePoint }` are legal in named capture group names for both Unicode and non-Unicode regular expressions.
    
    Fixes #1861
    bakkot authored and ljharb committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    249c466 View commit details
    Browse the repository at this point in the history