oxc/crates/oxc_diagnostics/src
DonIsaac ddfa343475 perf(diagnostic): use Cow<'static, str> over String (#4175)
Allows us to use `&'static str` for  error and help messages without allocating them into `String`s.
2024-07-11 01:44:13 +00: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 perf(diagnostic): use Cow<'static, str> over String (#4175) 2024-07-11 01:44:13 +00:00
service.rs feat(cli): add --silent to disable all diagnostics printing (#3338) 2024-05-18 10:22:51 +00:00