mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
renamed "typeoftype" to "typeof_type"
This commit is contained in:
@@ -2399,7 +2399,7 @@ class ThisType extends Type, @thistype {
|
||||
* The type of a named value, `typeof X`, typically denoting the type of
|
||||
* a class constructor, namespace object, enum object, or module object.
|
||||
*/
|
||||
class TypeofType extends Type, @typeoftype {
|
||||
class TypeofType extends Type, @typeof_type {
|
||||
/**
|
||||
* Gets the canonical name of the named value.
|
||||
*/
|
||||
|
||||
@@ -621,7 +621,7 @@ case @type.kind of
|
||||
| 6 = @type_reference
|
||||
| 7 = @object_type
|
||||
| 8 = @canonical_type_variable_type
|
||||
| 9 = @typeoftype
|
||||
| 9 = @typeof_type
|
||||
| 10 = @voidtype
|
||||
| 11 = @undefinedtype
|
||||
| 12 = @nulltype
|
||||
@@ -694,7 +694,7 @@ case @symbol.kind of
|
||||
| 2 = @other_symbol
|
||||
;
|
||||
|
||||
@type_with_symbol = @type_reference | @typevariable_type | @typeoftype | @uniquesymboltype;
|
||||
@type_with_symbol = @type_reference | @typevariable_type | @typeof_type | @uniquesymboltype;
|
||||
@ast_node_with_symbol = @typedefinition | @namespacedefinition | @toplevel | @typeaccess | @namespace_access | @var_decl | @function | @invokeexpr | @import_declaration | @external_module_reference;
|
||||
|
||||
ast_node_symbol(
|
||||
|
||||
@@ -942,7 +942,7 @@
|
||||
<v>650</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@typeoftype</k>
|
||||
<k>@typeof_type</k>
|
||||
<v>2903</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user