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
When I parse
<test {value} />
I get a svelteElement with a svelteProperty as expected, but the expression is missing position information, and the property is missing end location
svelteElement
svelteProperty
I get
... "type": "svelteElement", "tagName": "test", "properties": [ { "type": "svelteProperty", "name": "value", "value": [ { "type": "svelteExpression", "value": "value" } ], "modifiers": [], "shorthand": "expression", "position": { "start": { "line": 1, "column": 7, "offset": 6 }, "end": {} } } ],
The text was updated successfully, but these errors were encountered:
Thanks 👍
Sorry, something went wrong.
The publish step has decided to fail for some reason, I'll take a closer look at this tonight. I'm not sure what is going on.
No branches or pull requests
When I parse
I get a
svelteElement
with asvelteProperty
as expected, but the expression is missing position information, and the property is missing end locationI get
The text was updated successfully, but these errors were encountered: