parent
5346fb94bb
commit
ff388a8d2d
|
|
@ -468,6 +468,11 @@ function OutputStream(options) {
|
|||
}
|
||||
});
|
||||
|
||||
PARENS(AST_Call, function(output){
|
||||
var p = output.parent();
|
||||
return p instanceof AST_New && p.expression === this;
|
||||
});
|
||||
|
||||
PARENS(AST_New, function(output){
|
||||
var p = output.parent();
|
||||
// (new Date).getTime();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user