oxc/crates/oxc_minifier/tests
Boshen 9953ac7cad
perf(minifier): add LatePeepholeOptimizations (#8651)
This PR adds a `LatePeepholeOptimizations` pass for minifications that
don't interact with the fixed point loop.

While working on this I found a couple of cases where the previous fixed
point loop is not idempotent.
2025-01-22 16:19:06 +08:00
..
ast_passes perf(minifier): add LatePeepholeOptimizations (#8651) 2025-01-22 16:19:06 +08:00
ecmascript fix(minifier): fix incorrect null.toString() and 1n.toString() (#8464) 2025-01-13 15:08:49 +00:00
mangler fix(mangler): keep exported symbols for top_level: true (#7927) 2025-01-10 15:14:30 +08:00
mod.rs fix(minifier): correctly set self.changed when minimizing if stmts (#8420) 2025-01-11 01:12:09 +00:00