swc/css/parser/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/span.rust-debug
Alexander Akait 0b76d29ae4
feat(css/ast): Add SelectorList (#2639)
swc_css_ast:
 - Add `SelectorLsit`.
 - Use `SelectorList` instead of `Vec<ComplexSelector>`.
2021-11-04 09:54:55 +00:00

109 lines
2.4 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^^^^^^^^^^^^^^^^
error: Rule
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^^^^^^^^^^^^^^^^
error: StyleRule
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^^^^^^^^^^^^^^^^
error: SelectorList
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:1
|
1 | .decl { a: b; c: d }
| ^^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:2
|
1 | .decl { a: b; c: d }
| ^^^^
error: Block
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:7
|
1 | .decl { a: b; c: d }
| ^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:9
|
1 | .decl { a: b; c: d }
| ^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:9
|
1 | .decl { a: b; c: d }
| ^
error: Value
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:12
|
1 | .decl { a: b; c: d }
| ^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:12
|
1 | .decl { a: b; c: d }
| ^
error: Declaration
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:15
|
1 | .decl { a: b; c: d }
| ^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:15
|
1 | .decl { a: b; c: d }
| ^
error: Value
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:18
|
1 | .decl { a: b; c: d }
| ^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Gt3Lw4L5Pe4aLLDPz9cxRg/input.css:1:18
|
1 | .decl { a: b; c: d }
| ^