We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The second and third propertyValue would not have an ``openBody` range.
<Record Type="UI.DataPointType"> <PropertyValue Property="Value" Path="Price"/> <PropertyValue <PropertyValue attrib1="3" </Record>
We should "guess" and approximate openBody range which continues until the next following textual component
openBody
component
Perhaps we should mark that this openBody has been guessed, e.g using another property possibleOpenBody.
possibleOpenBody
The text was updated successfully, but these errors were encountered:
8ce840d
Added attributesRange and guessedAttributesRange properties to the AST to handle this scenario.
attributesRange
guessedAttributesRange
These ranges only have start/end offsets (no line/column) due to implementation complexity constraints.
Sorry, something went wrong.
No branches or pull requests
The second and third propertyValue would not have an ``openBody` range.
We should "guess" and approximate
openBody
range which continues until the nextfollowing textual
component
Perhaps we should mark that this
openBody
has been guessed, e.g using another propertypossibleOpenBody
.The text was updated successfully, but these errors were encountered: