feat(minifier): minimize if (x) if (y) z
-> if (x && y) z
#33088
Loading
if (x) if (y) z
-> if (x && y) z
#33088