Skip to content

feat(minifier): compress `a != null && a.b()` to `a?.b()` in `remove_…

007051c
Select commit
Loading
Failed to load commit list.
Merged

feat(minifier): compress a != null && a.b() to a?.b() in remove_unused_expression #9459

feat(minifier): compress `a != null && a.b()` to `a?.b()` in `remove_…
007051c
Select commit
Loading
Failed to load commit list.