Add whitespace control to partial block statements
This commit is contained in:
@@ -61,7 +61,9 @@ WhitespaceControl.prototype.Program = function(program) {
|
||||
|
||||
return program;
|
||||
};
|
||||
WhitespaceControl.prototype.BlockStatement = function(block) {
|
||||
|
||||
WhitespaceControl.prototype.BlockStatement =
|
||||
WhitespaceControl.prototype.PartialBlockStatement = function(block) {
|
||||
this.accept(block.program);
|
||||
this.accept(block.inverse);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user