oxc-project
oxc
BlogDocsChangelog

refactor(linter): remove `run_on_symbol`

#14610Merged
Comparing
10-14-refactor_linter_remove_run_on_symbol_
(
90f5f89
) with
main
(
676ee99
)
CodSpeed Performance Gauge
0%
Untouched
4
Skipped
33

Benchmarks

Skipped (33)

Passed

linter[react.development.js]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
24.2 ms24.2 ms
linter[RadixUIAdoptionSection.jsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
1.1 ms1.1 ms
linter[binder.ts]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
64.4 ms64.5 ms
linter[cal.com.tsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
591.6 ms593.8 ms

Commits

Click on a commit to change the comparison range
Base
main
676ee99
-0.15%
refactor(linter): remove `run_on_symbol` (#14610) - closes https://github.com/oxc-project/backlog/issues/191 Previous PRs removed most usage of this run function, and this migrates the rest to use `run_once`. The motivation for this is not performance (this is likely a slight regression, actually), but should be a slight benefit to binary size and general maintenance. We now only have 3 ways of running lint rules, which makes the linter runtime code simpler.
90f5f89
20 days ago
by camchenry
© 2025 CodSpeed Technology
Home Terms Privacy Docs