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

Allow "Anchor Quantifier" within Terms #131

Closed jviereck closed 1 year ago

jviereck commented 1 year ago

\cc @mathiasbynens as FYI as this change might need updating in regexpu-core as well.

Fixes #130 - allows qualifiers with anchors.

jviereck commented 1 year ago

Thanks for the review @nicolo-ribaudo and @mathiasbynens !