hack-router icon indicating copy to clipboard operation
hack-router copied to clipboard

Be smarter about regexp patterns when generating the URI map

Open fredemmott opened this issue 6 years ago • 0 comments

For example, https://gist.github.com/fredemmott/38865631ec219f2643d94f33d1af7aaf has a load of (hhvm|hack) regexps. It could be smarter about:

  • foo|bar regexps: expanding them may be helpful
  • repeated regexps: it may be possibel to group

fredemmott avatar Dec 05 '19 21:12 fredemmott