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

[feat] Update to use URLPattern

Open jonathanong opened this issue 9 months ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API

This is a node native feature as of v24 with support for regex groups, which path-to-regexp removed recently. Migrating to URLPattern will add back regex groups, but only for newer versions of node.

jonathanong avatar May 19 '25 06:05 jonathanong