mysticatea / regexpp

The regular expression parser for ECMAScript.
MIT License
153 stars 15 forks source link

Allow surrogate pairs in capture group names #10

Closed mysticatea closed 4 years ago

mysticatea commented 4 years ago

ES2020 should allow surrogate pairs and \u{...} escape sequences in the capture group names even if no u flag. See also https://github.com/tc39/ecma262/pull/1869