mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "classexprscope" to "class_expr_scope"
This commit is contained in:
@@ -417,7 +417,7 @@ case @scope.kind of
|
||||
| 5 = @for_scope
|
||||
| 6 = @for_in_scope // for-of scopes work the same as for-in scopes
|
||||
| 7 = @comprehension_block_scope
|
||||
| 8 = @classexprscope
|
||||
| 8 = @class_expr_scope
|
||||
| 9 = @namespacescope
|
||||
| 10 = @classdeclscope
|
||||
| 11 = @interfacescope
|
||||
|
||||
Reference in New Issue
Block a user