mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 03:57:10 +03:00
97 lines
2.0 KiB
Plaintext
97 lines
2.0 KiB
Plaintext
|
error: Stylesheet
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Rule
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: StyleRule
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: SelectorList
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: ComplexSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: CompoundSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^
|
||
|
|
||
|
error: NestingSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:1
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^
|
||
|
|
||
|
error: CompoundSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:5
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^
|
||
|
|
||
|
error: SubclassSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:5
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^
|
||
|
|
||
|
error: ClassSelector
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:5
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:6
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^
|
||
|
|
||
|
error: Block
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:10
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Declaration
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:12
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:12
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:19
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/selector/nesting/input.css:1:19
|
||
|
|
|
||
|
1 | & > .bar { color: red; }
|
||
|
| ^^^
|
||
|
|