mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:1
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:7
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:7
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:7
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/WnrbfdZnESKVnJxygl6yYA/input.css:1:9
|
|
|
|
|
1 | a>/**/b {}
|
|
| ^^
|
|
|