feat(minifier): compress a == null && b
to a ?? b
when return value is ignored#8749
Merged
graphite-app[bot] merged 1 commit intomainfrom Jan 27, 2025
8000
a == null && b
to a ?? b
when return value is ignored#8749