mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
Refactors a lot of case-insensitive comparisons from ```rust a.to_lowercase() == b.to_lowercase() ``` with ```rust a.eq_ignore_ascii_case(b) ``` These mostly happened when checking JSX props, so I'm expecting the most benefit from JSX-related rules. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests/integration | ||
| Cargo.toml | ||
| CHANGELOG.md | ||