oxc/crates/oxc_minifier/tests/ast_passes
Boshen 5b3c412e26
perf(minifier): only run optimizations on local changes (#8644)
Previously all code are ran in a fixed point loop when ast changes.

This PR changes running code when a function changes its enclosing ast only.
2025-01-21 23:55:54 +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): only run optimizations on local changes (#8644) 2025-01-21 23:55:54 +08:00