swc/css/parser/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/span.rust-debug
강동윤 0d63470eba
feat(css): Groundwork for css processor (#2105)
swc_css_ast:
 - Rename `Values` to `SpaceValues`.

swc_css_parser:
 - Add `parse_str`.
 - Make `ErrorKind` `#[non_exhaustive]`.
 - Fix span.

swc_css_visit:
 - Create visitors.
2021-08-20 07:48:08 +00:00

91 lines
2.5 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:1
|
1 | @keyframes test { from {} to {} }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Rule
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:1
|
1 | @keyframes test { from {} to {} }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: AtRule
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:1
|
1 | @keyframes test { from {} to {} }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: KeyframesRule
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:1
|
1 | @keyframes test { from {} to {} }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:12
|
1 | @keyframes test { from {} to {} }
| ^^^^
error: KeyframeBlock
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:19
|
1 | @keyframes test { from {} to {} }
| ^^^^^^^
error: KeyframeSelector
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:19
|
1 | @keyframes test { from {} to {} }
| ^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:19
|
1 | @keyframes test { from {} to {} }
| ^^^^
error: KeyframeBlockRule
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:24
|
1 | @keyframes test { from {} to {} }
| ^^
error: DeclBlock
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:24
|
1 | @keyframes test { from {} to {} }
| ^^
error: KeyframeBlock
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:27
|
1 | @keyframes test { from {} to {} }
| ^^^^^
error: KeyframeSelector
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:27
|
1 | @keyframes test { from {} to {} }
| ^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:27
|
1 | @keyframes test { from {} to {} }
| ^^
error: KeyframeBlockRule
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:30
|
1 | @keyframes test { from {} to {} }
| ^^
error: DeclBlock
--> $DIR/tests/fixture/esbuild/misc/lS8DPMFU-dQY4SnMMBW4Aw/input.css:1:30
|
1 | @keyframes test { from {} to {} }
| ^^