jviereck / regjsparser

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

Fix parsing of group references in unicode mode #122

Closed nicolo-ribaudo closed 2 years ago

nicolo-ribaudo commented 2 years ago

Fixes #121

cc @JLHwung

jviereck commented 2 years ago

hi @nicolo-ribaudo, thanks for providing a fix to #121. This looks good!

There is a conflict with the file test/test-data-unicode-set.json. Can you resolve the conflict? Then I would merge the PR.

nicolo-ribaudo commented 2 years ago

Done!

jviereck commented 2 years ago

Great! Published version 0.8.2 to npm.

nicolo-ribaudo commented 2 years ago

Thanks :smile: