@@ -635,6 +635,11 @@ function OutputStream(options) {
|
||||
return false;
|
||||
});
|
||||
|
||||
PARENS(AST_Arrow, function(output){
|
||||
var p = output.parent();
|
||||
return p instanceof AST_PropAccess && p.expression === this;
|
||||
});
|
||||
|
||||
// same goes for an object literal, because otherwise it would be
|
||||
// interpreted as a block of code.
|
||||
PARENS(AST_Object, function(output){
|
||||
|
||||
Reference in New Issue
Block a user