-
-
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
refactor(css/parser): refactor more #6251
Conversation
x Expected whitespace, semicolon, EOF, at-keyword or ident token | ||
,-[$DIR/tests/recovery/hacks/input.css:226:1] | ||
226 | .selector { [;property: value;]; } | ||
: ^ | ||
`---- | ||
|
||
x Expected whitespace, semicolon, EOF, at-keyword or ident token | ||
,-[$DIR/tests/recovery/hacks/input.css:226:1] | ||
226 | .selector { [;property: value;]; } |
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.
Avoid duplicate errors, we already reported about it above
@kdy1 Ready for review |
|
||
x WhiteSpace { value: Atom(' ' type=inline) } | ||
,-[$DIR/tests/recovery/at-rule/font-face/input.css:17:1] | ||
17 | @font-face foo {} |
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.
I think this should be skipped
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.
swc-bump:
- swc_css_ast
Description:
Refactor parser more
BREAKING CHANGE:
No, but AST is changed
Related issue (if exists):
No