mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: add children to UnspecifiedElement
This will allow better downgrade scripts in the future.
This commit is contained in:
@@ -47,6 +47,7 @@ class UnspecifiedElement(ErrorElement):
|
||||
property: string
|
||||
index: optional[int]
|
||||
error: string
|
||||
children: list["AstNode"] | child | desc("These will be present only in certain downgraded databases.")
|
||||
|
||||
class Comment(Locatable):
|
||||
text: string
|
||||
|
||||
Reference in New Issue
Block a user