mysticatea / regexpp

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

Support for Unicode properties Script Values added in ES2022 #27

Open ota-meshi opened 2 years ago

ota-meshi commented 2 years ago

This PR will be updated to support the Unicode property script values added in ES2022.

I noticed that some script values added to the list of links are not supported. https://tc39.es/ecma262/multipage/text-processing.html#table-unicode-script-values

Specifically, the values are as follows.


Related to https://github.com/acornjs/acorn/pull/1084

MichaelDeBoey commented 1 year ago

For people watching this PR: we've already started with our own fork in order to not hold the wider community back anymore: https://github.com/eslint-community/regexpp

@mysticatea We would still love to move the original repo to the new @eslint-community though.


This PR is released in @eslint-community/regexpp v4.2.0 https://github.com/eslint-community/regexpp/releases/tag/v4.2.0