mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
renamed "comprehensionblockscope" to "comprehension_block_scope"
This commit is contained in:
@@ -416,7 +416,7 @@ case @scope.kind of
|
||||
| 4 = @block_scope
|
||||
| 5 = @for_scope
|
||||
| 6 = @for_in_scope // for-of scopes work the same as for-in scopes
|
||||
| 7 = @comprehensionblockscope
|
||||
| 7 = @comprehension_block_scope
|
||||
| 8 = @classexprscope
|
||||
| 9 = @namespacescope
|
||||
| 10 = @classdeclscope
|
||||
|
||||
Reference in New Issue
Block a user