oxc-project
oxc
BlogDocsChangelog

fix(linter): fix false positives reported when analyzing package imports

#14602
Comparing
taearls:linter/fix/import-extensions-false-positive
(
0f575f0
) with
main
(
b1a9a03
)
CodSpeed Performance Gauge
0%
Untouched
4
Skipped
33

Benchmarks

Skipped (33)

Passed

linter[binder.ts]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
64.4 ms64.4 ms
linter[cal.com.tsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
591.1 ms591.1 ms
linter[react.development.js]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
24.1 ms24.1 ms
linter[RadixUIAdoptionSection.jsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
1.1 ms1.1 ms

Commits

Click on a commit to change the comparison range
Base
main
b1a9a03
-0.05%
refactor(linter/import-extensions): simplify comments and remove development phase references Condensed verbose comments throughout the import/extensions rule to improve readability and maintainability. Removed references to development phases and implementation details, focusing on what the code does rather than how it was developed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6bf3602
4 days ago
by taearls
+0.03%
refactor(linter/import-extensions): remove unnecessary raw string hashes Remove unnecessary `#` delimiters from raw string literals in test cases to fix clippy::needless_raw_string_hashes warnings. Changed `r#"..."#` to `r"..."` for 13 test string literals that don't require hash delimiters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
0f575f0
4 days ago
by taearls
© 2025 CodSpeed Technology
Home Terms Privacy Docs