mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "namespacescope" to "namespace_scope"
This commit is contained in:
@@ -116,7 +116,7 @@ class ComprehensionBlockScope extends Scope, @comprehension_block_scope {
|
||||
* and currently does not include variables exported from other declarations
|
||||
* of the same namespace.
|
||||
*/
|
||||
class NamespaceScope extends Scope, @namespacescope {
|
||||
class NamespaceScope extends Scope, @namespace_scope {
|
||||
override string toString() { result = "namespace scope" }
|
||||
}
|
||||
|
||||
|
||||
@@ -418,7 +418,7 @@ case @scope.kind of
|
||||
| 6 = @for_in_scope // for-of scopes work the same as for-in scopes
|
||||
| 7 = @comprehension_block_scope
|
||||
| 8 = @class_expr_scope
|
||||
| 9 = @namespacescope
|
||||
| 9 = @namespace_scope
|
||||
| 10 = @classdeclscope
|
||||
| 11 = @interfacescope
|
||||
| 12 = @typealiasscope
|
||||
|
||||
@@ -614,7 +614,7 @@
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@namespacescope</k>
|
||||
<k>@namespace_scope</k>
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user