-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(html/parser): perf and fixes #6543
Conversation
@@ -3,31 +3,31 @@ | |||
,-[$DIR/tests/recovery/attribute/duplicate/input.html:6:1] | |||
6 | <body> | |||
7 | <div class="test" class="test-1" class="test-2"></div> | |||
: ^^^^^^^^^^^^^^ | |||
: ^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just use only attribute name for error reporting
c095810
to
0faae5d
Compare
@kdy1 Ready for review, there are many changes, but most of them just rewriting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
swc-bump:
- swc_html_parser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated review comment generated by auto-rebase script
Description:
Here:
LexResult
where it is unnecessaryPerf:
BREAKING CHANGE:
Yes, if you will use Lexer directly
Related issue (if exists):
No