mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "exportalldeclaration" to "export_all_declaration"
This commit is contained in:
@@ -177,7 +177,7 @@ case @stmt.kind of
|
||||
| 25 = @for_each_stmt
|
||||
| 26 = @class_decl_stmt
|
||||
| 27 = @import_declaration
|
||||
| 28 = @exportalldeclaration
|
||||
| 28 = @export_all_declaration
|
||||
| 29 = @exportdefaultdeclaration
|
||||
| 30 = @exportnameddeclaration
|
||||
| 31 = @namespace_declaration
|
||||
@@ -193,7 +193,7 @@ case @stmt.kind of
|
||||
|
||||
@declstmt = @var_decl_stmt | @const_decl_stmt | @let_stmt | @legacy_let_stmt;
|
||||
|
||||
@exportdeclaration = @exportalldeclaration | @exportdefaultdeclaration | @exportnameddeclaration;
|
||||
@exportdeclaration = @export_all_declaration | @exportdefaultdeclaration | @exportnameddeclaration;
|
||||
|
||||
@namespacedefinition = @namespace_declaration | @enumdeclaration;
|
||||
@typedefinition = @classdefinition | @interfacedeclaration | @enumdeclaration | @typealiasdeclaration | @enum_member;
|
||||
|
||||
Reference in New Issue
Block a user