feat(minifier): minimize if (x) if (y) z
-> if (x && y) z
#8374
Annotations
1 warning
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading