mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
143 lines
2.8 KiB
Plaintext
143 lines
2.8 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | color: @ red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | color: @ red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | color: @ red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | color: @ red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^
|
|
`----
|
|
|
|
x Delim { value: '@' }
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^
|
|
`----
|
|
|
|
x WhiteSpace { value: Atom(' ' type=inline) }
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident { value: Atom('red' type=inline), raw: Atom('red' type=inline) }
|
|
,-[$DIR/tests/recovery/delim-token/at-sign/input.css:2:5]
|
|
2 | color: @ red;
|
|
: ^^^
|
|
`----
|