parent
de7ec7f1b7
commit
fdf8b5eb71
|
|
@ -520,6 +520,12 @@ function OutputStream(options) {
|
|||
return true;
|
||||
});
|
||||
|
||||
PARENS(AST_NaN, function(output){
|
||||
var p = output.parent();
|
||||
if (p instanceof AST_PropAccess && p.expression === this)
|
||||
return true;
|
||||
});
|
||||
|
||||
function assign_and_conditional_paren_rules(output) {
|
||||
var p = output.parent();
|
||||
// !(a = false) → true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user