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
<div test></div>
gives
"type": "svelteProperty", "name": "test", "value": [], "modifiers": [], "shorthand": "boolean", "position": { "start": { "line": 1, "column": 6, "offset": 5 }, "end": {} }
expected end to have position information
end
The text was updated successfully, but these errors were encountered:
I also get the same behaviour for directives without an =
<input type="checkbox" bind:group />
gives no end position (it says shorthand="none", but not sure what it should say here)
Sorry, something went wrong.
I think this should say shorthand='expression' as it is shorthand for bind:group={group}, iirc.
shorthand='expression'
bind:group={group}
Not actually convinced about the shorthand thing. Will revisit.
Successfully merging a pull request may close this issue.
gives
expected
end
to have position informationThe text was updated successfully, but these errors were encountered: