oxc/crates/oxc_cli
Boshen 9e06bd7797
feat(linter): remove the --timings feature (#2049)
For a various reasons:

This features bloats the code size.

We have many tools for profiling in Rust (as compared to ESLint where the feature came from),
so a built-in feature is not really needed anymore.

ESLint needed `--timings` because it needs to monitor plugins.
We control all our code so we don't need this.
2024-01-16 14:21:04 +08:00
..
fixtures fix(linter): keep rules disabled if the rule is not enabled in the config (#2031) 2024-01-15 05:32:51 +00:00
src feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
Cargo.toml chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00