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 }`.
|
* 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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user