mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "objecttype" to "object_type"
This commit is contained in:
@@ -2304,7 +2304,7 @@ class TypeAliasReference extends TypeReference {
|
||||
/**
|
||||
* 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.
|
||||
|
||||
@@ -619,7 +619,7 @@ case @type.kind of
|
||||
| 4 = @true_type
|
||||
| 5 = @false_type
|
||||
| 6 = @type_reference
|
||||
| 7 = @objecttype
|
||||
| 7 = @object_type
|
||||
| 8 = @canonicaltypevariabletype
|
||||
| 9 = @typeoftype
|
||||
| 10 = @voidtype
|
||||
|
||||
@@ -934,7 +934,7 @@
|
||||
<v>12383</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@objecttype</k>
|
||||
<k>@object_type</k>
|
||||
<v>159099</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user