-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
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
Svelte attributes can not be parsed correctly #545
Comments
alexprey
added a commit
to alexprey/htmlparser2
that referenced
this issue
Aug 20, 2020
alexprey
added a commit
to alexprey/htmlparser2
that referenced
this issue
Aug 20, 2020
…es and w/o any escaping
Unfortunately parsing Svelte markup is out of scope for this parser; it should only parse HTML. |
If someone else it was intersting: |
Awesome to see, @alexprey! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm use this library to parse and analyze svelte component markup and actually have issue with following markup:
As a result I have following output from parser events:
KatChaotic/sveltedoc-parser#28
The text was updated successfully, but these errors were encountered: