kenchris / urlpattern-polyfill

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

fix pattern string generation #53

Closed wanderview closed 2 years ago

wanderview commented 2 years ago

The spec and c++ implementation have been fixed to address some issues where a compiled pattern would generate a pattern string with a different meaning. See WICG/urlpattern#145. The polyfill needs to be updated for this change as well.