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