kenchris / urlpattern-polyfill

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

Refactoring to closer match C++ and impl new compare method #113

Closed kenchris closed 1 year ago

kenchris commented 1 year ago

Changed the internal implementation to more closely follow the C++ implementation so that we are tracking the part types which is needed for the new static compare method.

Updated the test framework and implemented the new static compare method, with all tests passing