oxc/crates/oxc_minifier/tests/ast_passes
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
..
dead_code_elimination.rs fix(minifier): fix dce shadowed undefined (#8582) 2025-01-18 09:04:28 +00:00
esbuild.rs test(minifier): enable passed esbuild tests 2025-01-20 16:39:39 +08:00
mod.rs perf(minifier): add LatePeepholeOptimizations (#8651) 2025-01-22 16:19:06 +08:00