oxc/crates/oxc_linter
DonIsaac a207923af1 perf: replace some CompactStr usages with Cows (#4377)
Reduce memory allocations in semantic and linter by using `Cow<'a, str>` over `CompactStr`
2024-07-20 19:19:55 +00:00
..
examples refactor(linter): improve diagnostic labeling (#3960) 2024-06-29 05:19:22 +00:00
fixtures feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00
src perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
tests feat(tasks/website): code generate the linter rules 2024-05-23 15:21:37 +08:00
Cargo.toml feat(linter): support suggestions and dangerous fixes (#4223) 2024-07-18 02:20:30 +00:00
CHANGELOG.md Release oxlint v0.6.1 (#4326) 2024-07-17 21:18:28 +08:00