oxc/crates/oxc_cli
Boshen 9d7e1657e9
perf(cli): force terminal_links to reduce sys calls (#911)
terminal_links has auto detection on by default,
it will get repeatedly called from parser rewind
with a `is_atty` system call.

closes #906
2023-09-14 22:28:30 +08:00
..
fixtures fix(cli): correct ignore-pattern behavior; add more cli tests (#796) 2023-08-26 00:03:49 +08:00
src perf(cli): force terminal_links to reduce sys calls (#911) 2023-09-14 22:28:30 +08:00
Cargo.toml feat(resolver): add more tracing events to resolver (#907) 2023-09-14 15:34:51 +08:00