improve inline efficiency (#2924)
This commit is contained in:
@@ -4487,6 +4487,8 @@ merge(Compressor.prototype, {
|
||||
})) {
|
||||
return false;
|
||||
}
|
||||
} else if (line instanceof AST_EmptyStatement) {
|
||||
continue;
|
||||
} else if (stat) {
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user