Skip to content

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

e525e60
Select commit
Loading
Failed to load commit list.
Merged

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

feat(minifier): compress `a != null ? a.b : undefined` to `a?.b` (#88…
e525e60
Select commit
Loading
Failed to load commit list.