oxc/crates/oxc_minifier/tests
sapphi-red e0117db531
feat(minifier): replace const with let for non-exported read-only variables (#8733)
Replace `const` with `let` when that value does not have any assignments and not exposed.
2025-01-26 12:44:01 +00:00
..
ecmascript fix(minifier): fix incorrect null.toString() and 1n.toString() (#8464) 2025-01-13 15:08:49 +00:00
mangler perf(mangler): optimize handling of collecting lived scope ids (#8724) 2025-01-26 10:53:48 +00:00
peephole feat(minifier): replace const with let for non-exported read-only variables (#8733) 2025-01-26 12:44:01 +00:00
mod.rs refactor(minifier): remove wrap_to_avoid_ambiguous_else (#8676) 2025-01-23 13:20:32 +00:00