Skip to content

feat(minifier): fold `if(x)return;y` -> `if(!x)y` (#8226)

2041477
Select commit
Loading
Failed to load commit list.
Merged

feat(minifier): fold if(x)return;y -> if(!x)y #8226

feat(minifier): fold `if(x)return;y` -> `if(!x)y` (#8226)
2041477
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs