mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||