renamed "objecttype" to "object_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:59 +02:00
parent b72daf6559
commit 1d9dd92389
3 changed files with 3 additions and 3 deletions

View File

@@ -2304,7 +2304,7 @@ class TypeAliasReference extends TypeReference {
/** /**
* An anonymous interface type, such as `{ x: number }`. * An anonymous interface type, such as `{ x: number }`.
*/ */
class AnonymousInterfaceType extends Type, @objecttype { } class AnonymousInterfaceType extends Type, @object_type { }
/** /**
* A type that refers to a type variable. * A type that refers to a type variable.

View File

@@ -619,7 +619,7 @@ case @type.kind of
| 4 = @true_type | 4 = @true_type
| 5 = @false_type | 5 = @false_type
| 6 = @type_reference | 6 = @type_reference
| 7 = @objecttype | 7 = @object_type
| 8 = @canonicaltypevariabletype | 8 = @canonicaltypevariabletype
| 9 = @typeoftype | 9 = @typeoftype
| 10 = @voidtype | 10 = @voidtype

View File

@@ -934,7 +934,7 @@
<v>12383</v> <v>12383</v>
</e> </e>
<e> <e>
<k>@objecttype</k> <k>@object_type</k>
<v>159099</v> <v>159099</v>
</e> </e>
<e> <e>