mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "astypeassertion" to "as_type_assertion"
This commit is contained in:
@@ -337,7 +337,7 @@ case @expr.kind of
|
||||
| 99 = @dynamic_import
|
||||
| 100 = @expression_with_type_arguments
|
||||
| 101 = @prefix_type_assertion
|
||||
| 102 = @astypeassertion
|
||||
| 102 = @as_type_assertion
|
||||
| 103 = @export_varaccess
|
||||
| 104 = @decorator_list
|
||||
| 105 = @non_null_assertion
|
||||
@@ -391,7 +391,7 @@ case @expr.kind of
|
||||
|
||||
@import_or_export_declaration = @import_declaration | @exportdeclaration;
|
||||
|
||||
@typeassertion = @astypeassertion | @prefix_type_assertion;
|
||||
@typeassertion = @as_type_assertion | @prefix_type_assertion;
|
||||
|
||||
@classdefinition = @class_decl_stmt | @class_expr;
|
||||
@interfacedefinition = @interfacedeclaration | @interface_typeexpr;
|
||||
|
||||
Reference in New Issue
Block a user