Skip to content

feat(minifier): minimize `if (x) if (y) z` -> `if (x && y) z` (#8136)

213364a
Select commit
Loading
Failed to load commit list.
Merged

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

feat(minifier): minimize `if (x) if (y) z` -> `if (x && y) z` (#8136)
213364a
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs