renamed "externalmodulescope" to "external_module_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:52 +02:00
parent 602f627e14
commit 3553fe8ed8
3 changed files with 3 additions and 3 deletions

View File

@@ -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" }
}

View File

@@ -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,

View File

@@ -686,7 +686,7 @@
<v>252</v>
</e>
<e>
<k>@externalmodulescope</k>
<k>@external_module_scope</k>
<v>100</v>
</e>
<e>