oxc/crates/oxc_cli/src
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
..
format feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
lint feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
codeowners.rs Codeowners filtering (#1083) 2023-10-29 13:30:20 +08:00
command.rs feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
git.rs feat(cli): introduce pretty errors (#111) 2023-03-04 20:40:07 -08:00
lib.rs chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00
main.rs chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00
result.rs refactor(cli): improve the code around lint-staged handling (#1889) 2024-01-04 20:50:59 +08:00
runner.rs refactor(cli): remove unused lint/error.rs (#792) 2023-08-25 16:46:26 +08:00
walk.rs feat(cli): support walk vue and astro (#1745) 2023-12-31 22:15:11 +08:00