feat(minifier): minimize if (x) if (y) z
-> if (x && y) z
#8136
Merged
graphite-app[bot] merged 1 commit intomain from 12-27-feat_minifier_minimize_nested_ifsDec 27, 2024
+68-57
if (x) if (y) z
-> if (x && y) z
#8136