kenchris / urlpattern-polyfill

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

Combine consecutive fixed text parts #27

Closed wanderview closed 3 years ago

wanderview commented 3 years ago

The c++ implementation has been modified to fix:

https://bugs.chromium.org/p/chromium/issues/detail?id=1232796

We should update the polyfill as well. This is not really observable until a comparison method is added, though.

wanderview commented 3 years ago

This will involve another branch/change to path-to-regexp layer.