@@ -13729,7 +13729,7 @@ Compressor.prototype.compress = function(node) {
|
||||
}));
|
||||
return !abort;
|
||||
};
|
||||
} else if (in_await && !is_async(fn) || in_async_generator(scope)) {
|
||||
} else if (in_await || is_async(fn) || in_async_generator(scope)) {
|
||||
verify_body = function(stat) {
|
||||
var abort = false;
|
||||
var find_return = new TreeWalker(function(node) {
|
||||
|
||||
Reference in New Issue
Block a user