oxc/crates/oxc_isolated_declarations
overlookmotel e66da9fe41 refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessary ref / ref mut syntax (#8643)
While working on #8641, I found a lot of places where we unnecessarily use `ref` / `ref mut` in match arms.

In many cases, we're creating double-references (turning a `&T` into a `&&T`). The compiler should be smart enough to remove them for us, but there doesn't seem much point in explicitly creating double-references when we don't actually want them, and relying on compiler to optimize them out again.
2025-01-21 14:20:07 +00:00
..
examples refactor(codegen)!: remove CommentOptions API (#6451) 2024-10-11 13:53:28 +00:00
src refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessary ref / ref mut syntax (#8643) 2025-01-21 14:20:07 +00:00
tests fix(isolated-declarations): retain declare declarations when they are exported (#8477) 2025-01-14 05:27:18 +00:00
Cargo.toml release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
CHANGELOG.md release(crates): v0.46.0 (#8487) 2025-01-14 19:40:44 +08:00