use urlpattern instead of path-to-regex for registry completions #13746
Labels
breaking change
a change or feature that breaks existing semantics
lsp
related to the language server
refactor
upstream
Changes in upstream are required to solve these issues
Currently we use a custom implementation of path-to-regex just for registry completions; ideally we'd use the rust-urlpattern crate instead by exposing some of its internal methods. However, a blocker for this is whatwg/urlpattern#73, and also the fact that this change would be breaking, but releasing a v3 currently would make very little sense, as a v2 was released fairly recently and only deno.land has upgraded, whereas crux.land & nest.land still use v1.
The text was updated successfully, but these errors were encountered: