renamed "declarablenode" to "declarable_node"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:55 +02:00
parent 1a979f52ab
commit 7bff2a18f0

View File

@@ -200,8 +200,8 @@ case @stmt.kind of
is_instantiated(unique int decl: @namespacedeclaration ref);
@declarablenode = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
has_declare_keyword(unique int stmt: @declarablenode ref);
@declarable_node = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
has_declare_keyword(unique int stmt: @declarable_node ref);
is_for_await_of(unique int forof: @forofstmt ref);