more cleanup (dropped AST_SwitchBlock)
This commit is contained in:
@@ -140,7 +140,7 @@ TreeTransformer.prototype = new TreeWalker;
|
||||
|
||||
_(AST_Switch, function(self, tw){
|
||||
self.expression = self.expression.transform(tw);
|
||||
self.body = self.body.transform(tw);
|
||||
self.body = do_list(self.body, tw);
|
||||
});
|
||||
|
||||
_(AST_Case, function(self, tw){
|
||||
|
||||
Reference in New Issue
Block a user