mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
0d63470eba
swc_css_ast: - Rename `Values` to `SpaceValues`. swc_css_parser: - Add `parse_str`. - Make `ErrorKind` `#[non_exhaustive]`. - Fix span. swc_css_visit: - Create visitors.
61 lines
1.6 KiB
Plaintext
61 lines
1.6 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:1
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:1
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:1
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: KeyframesRule
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:1
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:12
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^
|
|
|
|
error: KeyframeBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:21
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^^^^
|
|
|
|
error: KeyframeSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:21
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:21
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^^^
|
|
|
|
error: KeyframeBlockRule
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:26
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/Vx6S11kYP0h0sx1VehL-tw/input.css:1:26
|
|
|
|
|
1 | @keyframes a\62 c { from {} }
|
|
| ^^
|
|
|