mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^
|
|
|
|
error: PseudoSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:1
|
|
|
|
|
1 | ::b {}
|
|
| ^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:3
|
|
|
|
|
1 | ::b {}
|
|
| ^
|
|
|
|
error: Tokens
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/mTLdgh264Uoe84INHS3fAw/input.css:1:5
|
|
|
|
|
1 | ::b {}
|
|
| ^^
|
|
|