path-to-regexp icon indicating copy to clipboard operation
path-to-regexp copied to clipboard

Add * wildcard support.

Open wanderview opened this issue 3 years ago • 2 comments

wanderview avatar Jan 13 '22 22:01 wanderview

@blakeembrey PTAL. This is the first in a series of pull requests to add changes/features necessary for urlpattern.

This first PR adds * wildcard support.

Note, I was going to squash the commits and add a better commit message, but it seems some newer version of a tool you use in the commit hook added a ton of commas at the end of arrays throughout the codebase. Not sure if you have a way to avoid that. Anyway, happy to try to reformat this however you would like.

Thanks.

wanderview avatar Jan 13 '22 22:01 wanderview

I rebased this PR on master and force pushed to your branch (just a heads up on that one) to fix the formatting issue. Sorry about that!

blakeembrey avatar Feb 11 '22 03:02 blakeembrey