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

fix reference type when named groups enabled #132

Closed tjenkinson closed 2 months ago

tjenkinson commented 1 year ago

The type previously did not allow the reference to be an index type reference if namedGroups was enabled

JLHwung commented 2 months ago

ping @jviereck