mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
109 lines
2.4 KiB
Plaintext
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 }
|
|
| ^
|
|
|