mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01: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.
31 lines
700 B
Plaintext
31 lines
700 B
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/br3FVXHz5lsrf5d1qGO18A/input.css:1:1
|
|
|
|
|
1 | @keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/br3FVXHz5lsrf5d1qGO18A/input.css:1:1
|
|
|
|
|
1 | @keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/br3FVXHz5lsrf5d1qGO18A/input.css:1:1
|
|
|
|
|
1 | @keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: KeyframesRule
|
|
--> $DIR/tests/fixture/esbuild/misc/br3FVXHz5lsrf5d1qGO18A/input.css:1:1
|
|
|
|
|
1 | @keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/br3FVXHz5lsrf5d1qGO18A/input.css:1:12
|
|
|
|
|
1 | @keyframes name {}
|
|
| ^^^^
|
|
|