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
New svelte parser, echoes #324 but for Svelte. Replaces the solid but relatively unused (svelte-parse)
svelte-parse
svast
Constructs
script
style
meta
void_block
branching_block
each block
element
component
comment
Maybe solves/ need to write tests for:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New svelte parser, echoes #324 but for Svelte. Replaces the solid but relatively unused (
svelte-parse
)svast
to confirm AST interface #578Constructs
script
#569style
#570meta
#571void_block
#572branching_block
#573each block
#574element
#575component
#576comment
#577Maybe solves/ need to write tests for:
The text was updated successfully, but these errors were encountered: