oxc/crates/oxc_linter
overlookmotel c8bc6f0549 refactor(linter): use std::ptr::eq (#5649)
Follow-on after #5577.

`!std::ptr::eq(x, y)` is more idiomatic than `std::ptr::from_ref(x) != std::ptr::from_ref(y)`.
2024-09-09 15:28:10 +00:00
..
examples refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
fixtures test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
src refactor(linter): use std::ptr::eq (#5649) 2024-09-09 15:28:10 +00:00
tests
Cargo.toml perf(linter): use cow_utils in no_script_url (#5633) 2024-09-09 15:06:50 +08:00
CHANGELOG.md release: oxlint v0.9.3 (#5569) 2024-09-07 12:28:46 +08:00