mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "externalmodulescope" to "external_module_scope"
This commit is contained in:
@@ -1497,7 +1497,7 @@ class EnumScope extends @enum_scope, Scope {
|
||||
/**
|
||||
* Scope induced by a declaration of form `declare module "X" {...}`.
|
||||
*/
|
||||
class ExternalModuleScope extends @externalmodulescope, Scope {
|
||||
class ExternalModuleScope extends @external_module_scope, Scope {
|
||||
override string toString() { result = "external module scope" }
|
||||
}
|
||||
|
||||
|
||||
@@ -424,7 +424,7 @@ case @scope.kind of
|
||||
| 12 = @type_alias_scope
|
||||
| 13 = @mapped_type_scope
|
||||
| 14 = @enum_scope
|
||||
| 15 = @externalmodulescope
|
||||
| 15 = @external_module_scope
|
||||
| 16 = @conditionaltypescope;
|
||||
|
||||
scopenodes (unique int node: @ast_node ref,
|
||||
|
||||
@@ -686,7 +686,7 @@
|
||||
<v>252</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@externalmodulescope</k>
|
||||
<k>@external_module_scope</k>
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user