Skip to content

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

Merged
graphite-app[bot] merged 1 commit into
mainfrom
01-27-feat_minifier_compress_a_null_b_to_a_b_when_return_value_is_ignored
Jan 27, 2025
Merged

feat(minifier): compress a == null && b to a ?? b when return value is ignored#8749
graphite-app[bot] merged 1 commit into
mainfrom
01-27-feat_minifier_compress_a_null_b_to_a_b_when_return_value_is_ignored

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

f7f2d2f
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs