unjs / magic-regexp

A compiled-away, type-safe, readable RegExp alternative

Home Page:https://regexp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improvements to anonymous groups

danielroe opened this issue · comments

  • #28
  • Type inference of number of anonymous groups? E.g. type safe array access? (possibly default to non-capturing groups, requiring opt-in?)
  • Better way to expose what each anonymous groups refers to for ease of use...?