mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
renamed "exportassigndeclaration" to "export_assign_declaration"
This commit is contained in:
@@ -182,7 +182,7 @@ case @stmt.kind of
|
||||
| 30 = @export_named_declaration
|
||||
| 31 = @namespace_declaration
|
||||
| 32 = @import_equals_declaration
|
||||
| 33 = @exportassigndeclaration
|
||||
| 33 = @export_assign_declaration
|
||||
| 34 = @interfacedeclaration
|
||||
| 35 = @typealiasdeclaration
|
||||
| 36 = @enumdeclaration
|
||||
|
||||
Reference in New Issue
Block a user