@@ -4938,7 +4938,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
if (!compressor.option("ie8")) return node;
|
||||
if (node) exprs.push(node);
|
||||
return make_sequence(this, exprs);
|
||||
return exprs.length == 0 ? null : make_sequence(this, exprs);
|
||||
});
|
||||
def(AST_Constant, return_null);
|
||||
def(AST_Dot, function(compressor, first_in_statement) {
|
||||
|
||||
Reference in New Issue
Block a user