Skip to content

feat(minifier): compress a != null ? a.b : undefined to a?.b (#8802) - #8808

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

feat(minifier): compress a != null ? a.b : undefined to a?.b (#8802)#8808
graphite-app[bot] merged 1 commit into
mainfrom
01-31-refactor_minifier_clean_up

feat(minifier): compress `a != null ? a.b : undefined` to `a?.b` (#88…

e525e60
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs