mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "mappedtypescope" to "mapped_type_scope"
This commit is contained in:
@@ -1480,7 +1480,7 @@ class TypeAliasScope extends @type_alias_scope, Scope {
|
|||||||
/**
|
/**
|
||||||
* Scope induced by a mapped type expression, containing the type parameter declared as part of the type.
|
* Scope induced by a mapped type expression, containing the type parameter declared as part of the type.
|
||||||
*/
|
*/
|
||||||
class MappedTypeScope extends @mappedtypescope, Scope {
|
class MappedTypeScope extends @mapped_type_scope, Scope {
|
||||||
override string toString() { result = "mapped type scope" }
|
override string toString() { result = "mapped type scope" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -422,7 +422,7 @@ case @scope.kind of
|
|||||||
| 10 = @class_decl_scope
|
| 10 = @class_decl_scope
|
||||||
| 11 = @interface_scope
|
| 11 = @interface_scope
|
||||||
| 12 = @type_alias_scope
|
| 12 = @type_alias_scope
|
||||||
| 13 = @mappedtypescope
|
| 13 = @mapped_type_scope
|
||||||
| 14 = @enumscope
|
| 14 = @enumscope
|
||||||
| 15 = @externalmodulescope
|
| 15 = @externalmodulescope
|
||||||
| 16 = @conditionaltypescope;
|
| 16 = @conditionaltypescope;
|
||||||
|
|||||||
@@ -690,7 +690,7 @@
|
|||||||
<v>100</v>
|
<v>100</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@mappedtypescope</k>
|
<k>@mapped_type_scope</k>
|
||||||
<v>10</v>
|
<v>10</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user