mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
137 lines
2.5 KiB
Plaintext
137 lines
2.5 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | ,-> foo {
|
|
2 | | // Line comment
|
|
3 | | color: red;
|
|
4 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | ,-> foo {
|
|
2 | | // Line comment
|
|
3 | | color: red;
|
|
4 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | ,-> foo {
|
|
2 | | // Line comment
|
|
3 | | color: red;
|
|
4 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^^^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | ,-> foo {
|
|
2 | | // Line comment
|
|
3 | | color: red;
|
|
4 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:1:1]
|
|
1 | foo {
|
|
: ^
|
|
2 | // Line comment
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^^^^^^^^
|
|
4 | }
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^^^^^^^^
|
|
4 | }
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^^^
|
|
4 | }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^^^
|
|
4 | }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^
|
|
4 | }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/line-comment/css-in-js/2/input.css:2:1]
|
|
2 | // Line comment
|
|
3 | color: red;
|
|
: ^^^
|
|
4 | }
|
|
`----
|