renamed "typeoftype" to "typeof_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:01 +02:00
parent 11214b574e
commit 37bdea4011
3 changed files with 4 additions and 4 deletions

View File

@@ -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.
*/

View File

@@ -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(

View File

@@ -942,7 +942,7 @@
<v>650</v>
</e>
<e>
<k>@typeoftype</k>
<k>@typeof_type</k>
<v>2903</v>
</e>
<e>