swc/css/parser/tests/fixture/esbuild/misc/OFqVy3cBzYnrIy6uze5Nuw/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

115 lines
3.5 KiB
Plaintext

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