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