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>`.
110 lines
2.3 KiB
Plaintext
110 lines
2.3 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | / a:after { content: 'a\
|
|
2 | | b' }
|
|
| |____^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | / a:after { content: 'a\
|
|
2 | | b' }
|
|
| |____^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | / a:after { content: 'a\
|
|
2 | | b' }
|
|
| |____^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:2
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^
|
|
|
|
error: PseudoSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:2
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:3
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^
|
|
|
|
error: Tokens
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:9
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| _________^
|
|
2 | | b' }
|
|
| |____^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:11
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ___________^
|
|
2 | | b' }
|
|
| |__^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:11
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:20
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ____________________^
|
|
2 | | b' }
|
|
| |__^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/esbuild/misc/O2EvcnNp_CVyX3xq5-eM-g/input.css:1:20
|
|
|
|
|
1 | a:after { content: 'a\
|
|
| ____________________^
|
|
2 | | b' }
|
|
| |__^
|
|
|