@@ -2593,7 +2593,8 @@ Compressor.prototype.compress = function(node) {
|
||||
if (value instanceof AST_Array) return !all(node.elements, function(element, index) {
|
||||
return !arg_may_throw(reject, element, value[index]);
|
||||
});
|
||||
return value.is_string(compressor) && !all(node.elements, function(element) {
|
||||
if (!value.is_string(compressor)) return true;
|
||||
return !all(node.elements, function(element) {
|
||||
return !arg_may_throw(reject, element);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user