minor AST cleanup (AST_BlockStatement may inherit from AST_Block)
This commit is contained in:
@@ -93,10 +93,6 @@ TreeTransformer.prototype = new TreeWalker;
|
||||
self.body = self.body.transform(tw);
|
||||
});
|
||||
|
||||
_(AST_BlockStatement, function(self, tw){
|
||||
self.body = do_list(self.body, tw);
|
||||
});
|
||||
|
||||
_(AST_Block, function(self, tw){
|
||||
self.body = do_list(self.body, tw);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user