hint that brackets may be required in AST_BlockStatement
This commit is contained in:
@@ -86,7 +86,7 @@ var AST_SimpleStatement = DEFNODE("SimpleStatement", null, {
|
||||
$documentation: "A statement consisting of an expression, i.e. a = 1 + 2."
|
||||
}, AST_Statement);
|
||||
|
||||
var AST_BlockStatement = DEFNODE("BlockStatement", null, {
|
||||
var AST_BlockStatement = DEFNODE("BlockStatement", "required", {
|
||||
$documentation: "A block statement.",
|
||||
_walk: function(visitor) {
|
||||
return visitor._visit(this, function(){
|
||||
|
||||
Reference in New Issue
Block a user