kenchris / urlpattern-polyfill

URLPattern polyfill
https://www.npmjs.com/package/urlpattern-polyfill
MIT License
268 stars 31 forks source link

handle duplicate group names appropriately #31

Closed wanderview closed 3 years ago

wanderview commented 3 years ago

See WICG/urlpattern#96. If there are duplicate group names like:

let p = new URLPattern({ pathname: '/:id/:id' });

We want to throw an exception.