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
750 B
Plaintext
31 lines
750 B
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/D6tjKw383eOL-bbWEm1-4w/input.css:1:1
|
|
|
|
|
1 | @-moz-keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/D6tjKw383eOL-bbWEm1-4w/input.css:1:1
|
|
|
|
|
1 | @-moz-keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/D6tjKw383eOL-bbWEm1-4w/input.css:1:1
|
|
|
|
|
1 | @-moz-keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: KeyframesRule
|
|
--> $DIR/tests/fixture/esbuild/misc/D6tjKw383eOL-bbWEm1-4w/input.css:1:1
|
|
|
|
|
1 | @-moz-keyframes name {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/D6tjKw383eOL-bbWEm1-4w/input.css:1:17
|
|
|
|
|
1 | @-moz-keyframes name {}
|
|
| ^^^^
|
|
|