oxc/crates/oxc_minifier/src
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
..
peephole feat(minifier): replace const with let for non-exported read-only variables (#8733) 2025-01-26 12:44:01 +00:00
compressor.rs feat(minifier): replace const with let for non-exported read-only variables (#8733) 2025-01-26 12:44:01 +00:00
ctx.rs refactor(ecmascript): remove the lifetime annotation on MayHaveSideEffects (#8717) 2025-01-25 16:21:03 +00:00
keep_var.rs refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
lib.rs feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
options.rs feat(minfier): add CompressOptions::target (#8179) 2024-12-29 12:27:32 +00:00
tester.rs test(minifier): fix broken tests (#8722) 2025-01-26 03:47:07 +00:00