Skip to content

feat(minifier): compress `a == null && b` to `a ?? b` when return val…

f7f2d2f
Select commit
Loading
Failed to load commit list.
Merged

feat(minifier): compress a == null && b to a ?? b when return value is ignored #8749

feat(minifier): compress `a == null && b` to `a ?? b` when return val…
f7f2d2f
Select commit
Loading
Failed to load commit list.