Skip to content

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

2bcbed2
Select commit
Loading
Failed to load commit list.
Merged

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

feat(minifier): compress `(a = b) === null || a === undefined` to `(a…
2bcbed2
Select commit
Loading
Failed to load commit list.