mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +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. |
||
|---|---|---|
| .. | ||
| annotation_comment.rs | ||
| context.rs | ||
| gen.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||