improve inline efficiency (#2924)

This commit is contained in:
Alex Lam S.L
2018-02-17 02:37:13 +08:00
committed by GitHub
parent a2a9459684
commit d626e9bf19
3 changed files with 28 additions and 33 deletions

View File

@@ -4487,6 +4487,8 @@ merge(Compressor.prototype, {
})) {
return false;
}
} else if (line instanceof AST_EmptyStatement) {
continue;
} else if (stat) {
return false;
} else {