mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 02:26:09 +03:00
1112 lines
22 KiB
Plaintext
1112 lines
22 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | ,-> .foo {
|
|
2 | | color: red;
|
|
3 | | @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | | }
|
|
6 | | }
|
|
7 | |
|
|
8 | | .foo {
|
|
9 | | color: red;
|
|
10 | | @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | | }
|
|
13 | | }
|
|
14 | |
|
|
15 | | .foo {
|
|
16 | | color: red;
|
|
17 | | @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | | }
|
|
20 | | }
|
|
21 | |
|
|
22 | | .foo {
|
|
23 | | color: blue;
|
|
24 | |
|
|
25 | | @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | | }
|
|
31 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | ,-> .foo {
|
|
2 | | color: red;
|
|
3 | | @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | ,-> .foo {
|
|
2 | | color: red;
|
|
3 | | @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | .foo {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:1:1]
|
|
1 | ,-> .foo {
|
|
2 | | color: red;
|
|
3 | | @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:2:5]
|
|
2 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | ,-> @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | ,-> @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | `-> }
|
|
`----
|
|
|
|
x AtRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | ,-> @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^
|
|
`----
|
|
|
|
x NestingSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^
|
|
`----
|
|
|
|
x Combinator
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | @nest & > .bar {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:3:5]
|
|
3 | ,-> @nest & > .bar {
|
|
4 | | color: blue;
|
|
5 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:4:9]
|
|
4 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | ,-> .foo {
|
|
9 | | color: red;
|
|
10 | | @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | | }
|
|
13 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | ,-> .foo {
|
|
9 | | color: red;
|
|
10 | | @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | | }
|
|
13 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | .foo {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:8:1]
|
|
8 | ,-> .foo {
|
|
9 | | color: red;
|
|
10 | | @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | | }
|
|
13 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:9:5]
|
|
9 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | ,-> @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | ,-> @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | `-> }
|
|
`----
|
|
|
|
x AtRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | ,-> @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Combinator
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^
|
|
`----
|
|
|
|
x NestingSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | @nest .parent & {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:10:5]
|
|
10 | ,-> @nest .parent & {
|
|
11 | | color: blue;
|
|
12 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:11:9]
|
|
11 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | ,-> .foo {
|
|
16 | | color: red;
|
|
17 | | @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | | }
|
|
20 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | ,-> .foo {
|
|
16 | | color: red;
|
|
17 | | @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | | }
|
|
20 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | .foo {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:15:1]
|
|
15 | ,-> .foo {
|
|
16 | | color: red;
|
|
17 | | @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | | }
|
|
20 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:16:5]
|
|
16 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | ,-> @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | ,-> @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | `-> }
|
|
`----
|
|
|
|
x AtRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | ,-> @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x PseudoClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^^^
|
|
`----
|
|
|
|
x PseudoClassSelectorChildren
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^
|
|
`----
|
|
|
|
x NestingSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | @nest :not(&) {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:17:5]
|
|
17 | ,-> @nest :not(&) {
|
|
18 | | color: blue;
|
|
19 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:18:9]
|
|
18 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | ,-> .foo {
|
|
23 | | color: blue;
|
|
24 | |
|
|
25 | | @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | | }
|
|
31 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | ,-> .foo {
|
|
23 | | color: blue;
|
|
24 | |
|
|
25 | | @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | | }
|
|
31 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | .foo {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:22:1]
|
|
22 | ,-> .foo {
|
|
23 | | color: blue;
|
|
24 | |
|
|
25 | | @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | | }
|
|
31 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:23:5]
|
|
23 | color: blue;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | ,-> @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | ,-> @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | `-> }
|
|
`----
|
|
|
|
x AtRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | ,-> @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^^^
|
|
`----
|
|
|
|
x Combinator
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^
|
|
`----
|
|
|
|
x NestingSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | @nest .bar & {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:25:5]
|
|
25 | ,-> @nest .bar & {
|
|
26 | | color: red;
|
|
27 | | &.baz {
|
|
28 | | color: green;
|
|
29 | | }
|
|
30 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:26:9]
|
|
26 | color: red;
|
|
: ^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | ,-> &.baz {
|
|
28 | | color: green;
|
|
29 | `-> }
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | ,-> &.baz {
|
|
28 | | color: green;
|
|
29 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | ,-> &.baz {
|
|
28 | | color: green;
|
|
29 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^^^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^^^
|
|
`----
|
|
|
|
x NestingSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^
|
|
`----
|
|
|
|
x SubclassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^^
|
|
`----
|
|
|
|
x ClassSelector
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | &.baz {
|
|
: ^^^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:27:9]
|
|
27 | ,-> &.baz {
|
|
28 | | color: green;
|
|
29 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/at-rule/nest/input.css:28:13]
|
|
28 | color: green;
|
|
: ^^^^^
|
|
`----
|