oxc/crates/oxc_diagnostics/src
Luca Bruno 92c21b266e
perf(diagnostics): optimize string-buffer reallocations (#3897)
This improves `GraphicalReportHandler` logic by using a string-buffer
with a capacity hint. That avoids growing the buffer from zero each
time, saving a bunch of reallocations.
2024-06-25 17:55:53 +08:00
..
reporter chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
graphic_reporter.rs perf(diagnostics): optimize string-buffer reallocations (#3897) 2024-06-25 17:55:53 +08:00
graphical_theme.rs fix(diagnostics): do not print ansi color codes in non-TTYs (#3624) 2024-06-11 16:16:28 +08:00
lib.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
service.rs feat(cli): add --silent to disable all diagnostics printing (#3338) 2024-05-18 10:22:51 +00:00