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>`.
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: IdSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:1
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/s6SbuS-mSQuuf1eQzngAFw/input.css:1:7
|
|
|
|
|
1 | #\2d- {}
|
|
| ^^
|
|
|