oxc/tasks/common
camchenry bb9d76352f refactor(linter): remove usage of url crate (#8833)
In the linter, this was only used for getting a query parameter value out of a URL. These lint rules already check that the URL value is a known-good URL so we don't need to validate and parse it. I've replaced these usages with a simple helper function to get the value from the query string.

There was also a usage in the tasks directory for getting test files and I've also skipped validating here since it's not strictly necessary as we control all inputs.
2025-02-02 01:16:03 +00:00
..
src refactor(linter): remove usage of url crate (#8833) 2025-02-02 01:16:03 +00:00
Cargo.toml refactor(linter): remove usage of url crate (#8833) 2025-02-02 01:16:03 +00:00