Skip to content

feat(minifier): compress (a = b) === null || a === undefined to (a = b) == null#8637

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

feat(minifier): compress (a = b) === null || a === undefined to (a = b) == null#8637
graphite-app[bot] merged 1 commit into
mainfrom
01-21-feat_minifier_compress_a_b_null_b_undefined_to_a_b_null_

feat(minifier): compress `(a = b) === null || a === undefined` to `(a…

2bcbed2
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs