jviereck / regjsparser

Parsing the JavaScript's RegExp in JavaScript.
http://www.julianviereck.de/regjsparser/
BSD 2-Clause "Simplified" License
79 stars 20 forks source link

Update `unicodeSet` proposal to use the `\q{` syntax for strings #119

Closed nicolo-ribaudo closed 2 years ago

nicolo-ribaudo commented 2 years ago

This is based on https://arai-a.github.io/ecma262-compare/?pr=2418.

cc @mathiasbynens @jviereck

jviereck commented 2 years ago

Thanks for your contribution @nicolo-ribaudo !