oxc/crates/oxc_span/src
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
..
atom.rs perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
lib.rs refactor: make CompactStr immutable (#2620) 2024-03-06 12:29:32 +08:00
source_type.rs refactor(ast): add is_strict methods (#3227) 2024-05-11 04:39:36 +00:00
span.rs refactor(linter): improve diagnostic labeling (#3960) 2024-06-29 05:19:22 +00:00