renamed "typeoftypeexpr" to "typeof_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:31 +02:00
parent 2b2fb83cdc
commit ac4a2ae6e0
3 changed files with 3 additions and 3 deletions

View File

@@ -906,7 +906,7 @@ class MappedTypeExpr extends @mappedtypeexpr, TypeParameterized, TypeExpr {
* A type of form `typeof E` where `E` is a possibly qualified name referring to a variable,
* function, class, or namespace.
*/
class TypeofTypeExpr extends @typeoftypeexpr, TypeExpr {
class TypeofTypeExpr extends @typeof_typeexpr, TypeExpr {
/**
* Gets the `E` in `typeof E`, denoting the qualified the name of a
* variable, function, class, or namespace whose type is to be extracted.

View File

@@ -563,7 +563,7 @@ case @typeexpr.kind of
| 13 = @qualified_type_access
| 14 = @generic_typeexpr
| 15 = @type_label
| 16 = @typeoftypeexpr
| 16 = @typeof_typeexpr
| 17 = @localvartypeaccess
| 18 = @qualifiedvartypeaccess
| 19 = @thisvartypeaccess

View File

@@ -846,7 +846,7 @@
<v>3559</v>
</e>
<e>
<k>@typeoftypeexpr</k>
<k>@typeof_typeexpr</k>
<v>24</v>
</e>
<e>