mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "interfacetypeexpr" to "interface_typeexpr"
This commit is contained in:
@@ -304,7 +304,7 @@ class InterfaceDeclaration extends Stmt, InterfaceDefinition, @interfacedeclarat
|
||||
}
|
||||
|
||||
/** An inline TypeScript interface type, such as `{x: number; y: number}`. */
|
||||
class InterfaceTypeExpr extends TypeExpr, InterfaceDefinition, @interfacetypeexpr {
|
||||
class InterfaceTypeExpr extends TypeExpr, InterfaceDefinition, @interface_typeexpr {
|
||||
override Identifier getIdentifier() { none() }
|
||||
|
||||
override string describe() { result = "anonymous interface" }
|
||||
|
||||
@@ -394,7 +394,7 @@ case @expr.kind of
|
||||
@typeassertion = @astypeassertion | @prefixtypeassertion;
|
||||
|
||||
@classdefinition = @classdeclstmt | @classexpr;
|
||||
@interfacedefinition = @interfacedeclaration | @interfacetypeexpr;
|
||||
@interfacedefinition = @interfacedeclaration | @interface_typeexpr;
|
||||
@classorinterface = @classdefinition | @interfacedefinition;
|
||||
|
||||
@lexical_decl = @vardecl | @type_decl;
|
||||
@@ -568,7 +568,7 @@ case @typeexpr.kind of
|
||||
| 18 = @qualified_var_type_access
|
||||
| 19 = @this_var_type_access
|
||||
| 20 = @predicate_typeexpr
|
||||
| 21 = @interfacetypeexpr
|
||||
| 21 = @interface_typeexpr
|
||||
| 22 = @typeparameter
|
||||
| 23 = @plainfunctiontypeexpr
|
||||
| 24 = @constructortypeexpr
|
||||
|
||||
@@ -866,7 +866,7 @@
|
||||
<v>86</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@interfacetypeexpr</k>
|
||||
<k>@interface_typeexpr</k>
|
||||
<v>1038</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user