mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
Fixing code is an important part of linter logic. We want to make sure fixers for each rule, and the code responsible for applying those fixes, are included in benchmarks. As it currently stands, fixer closures are applied regardless of whether the user wants fixers to be applied. However, this is an implementation detail and is subject to change. I also want to bench the performance of `Fixer`. |
||
|---|---|---|
| .. | ||
| benches | ||
| codspeed | ||
| src | ||
| Cargo.toml | ||
| README.md | ||