Swift: add children to UnspecifiedElement

This will allow better downgrade scripts in the future.
This commit is contained in:
Paolo Tranquilli
2023-10-18 16:31:20 +02:00
parent 4246ebf9e0
commit d55289bf68
13 changed files with 10599 additions and 4 deletions

View File

@@ -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