more cleanup (dropped AST_SwitchBlock)
This commit is contained in:
@@ -718,9 +718,6 @@ function OutputStream(options) {
|
||||
self.expression.print(output);
|
||||
});
|
||||
output.space();
|
||||
self.body.print(output);
|
||||
});
|
||||
DEFPRINT(AST_SwitchBlock, function(self, output){
|
||||
if (self.body.length > 0) output.with_block(function(){
|
||||
self.body.forEach(function(stmt, i){
|
||||
if (i) output.newline();
|
||||
|
||||
Reference in New Issue
Block a user