oxc/crates/oxc_minifier/tests
翠 / green 6589c3bbb3
feat(mangler): reuse variable names (#8562)
Changed the mangler to reuse variable names where possible.

This will reduce the code size as shorter variable names can be used in
more places. But requires global information and limits parallelism in a
single file and requires more memory.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-25 14:00:24 +08:00
..
ecmascript fix(minifier): fix incorrect null.toString() and 1n.toString() (#8464) 2025-01-13 15:08:49 +00:00
mangler feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
peephole refactor(minifier): remove wrap_to_avoid_ambiguous_else (#8676) 2025-01-23 13:20:32 +00:00
mod.rs refactor(minifier): remove wrap_to_avoid_ambiguous_else (#8676) 2025-01-23 13:20:32 +00:00