mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "typelabel" to "type_label"
This commit is contained in:
@@ -562,7 +562,7 @@ case @typeexpr.kind of
|
|||||||
| 12 = @keyof_typeexpr
|
| 12 = @keyof_typeexpr
|
||||||
| 13 = @qualified_type_access
|
| 13 = @qualified_type_access
|
||||||
| 14 = @generic_typeexpr
|
| 14 = @generic_typeexpr
|
||||||
| 15 = @typelabel
|
| 15 = @type_label
|
||||||
| 16 = @typeoftypeexpr
|
| 16 = @typeoftypeexpr
|
||||||
| 17 = @localvartypeaccess
|
| 17 = @localvartypeaccess
|
||||||
| 18 = @qualifiedvartypeaccess
|
| 18 = @qualifiedvartypeaccess
|
||||||
@@ -587,7 +587,7 @@ case @typeexpr.kind of
|
|||||||
;
|
;
|
||||||
|
|
||||||
@typeref = @typeaccess | @type_decl;
|
@typeref = @typeaccess | @type_decl;
|
||||||
@typeidentifier = @type_decl | @local_type_access | @typelabel | @localvartypeaccess | @localnamespaceaccess;
|
@typeidentifier = @type_decl | @local_type_access | @type_label | @localvartypeaccess | @localnamespaceaccess;
|
||||||
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
|
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
|
||||||
@literaltypeexpr = @string_literal_typeexpr | @number_literal_typeexpr | @boolean_literal_typeexpr | @bigintliteraltypeexpr;
|
@literaltypeexpr = @string_literal_typeexpr | @number_literal_typeexpr | @boolean_literal_typeexpr | @bigintliteraltypeexpr;
|
||||||
@typeaccess = @local_type_access | @qualified_type_access | @importtypeaccess;
|
@typeaccess = @local_type_access | @qualified_type_access | @importtypeaccess;
|
||||||
|
|||||||
@@ -842,7 +842,7 @@
|
|||||||
<v>5220</v>
|
<v>5220</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@typelabel</k>
|
<k>@type_label</k>
|
||||||
<v>3559</v>
|
<v>3559</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user