oxc/crates/oxc_diagnostics
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
..
src perf(diagnostic): use Cow<'static, str> over String (#4175) 2024-07-11 01:44:13 +00:00
Cargo.toml Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
CHANGELOG.md Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00