mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 03:57:10 +03:00
3714802bd3
swc_css_ast: - Add `Rule::Invalid`. swc_css_parser: - Add error recovery for tokens in selector positions. - Report an error while recovering property errors.
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
error: Expected a property value
|
|
--> $DIR/tests/recovery/styled-jsx/2/input.css:2:16
|
|
|
|
|
2 | flex-basis: __styled-jsx-placeholder__0%;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|