mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
113 lines
1.9 KiB
Plaintext
113 lines
1.9 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | prop: |;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | prop: |;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | prop: |;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | a {
|
|
: ^
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:1:1]
|
|
1 | ,-> a {
|
|
2 | | prop: |;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x StyleBlock
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^^^^
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^
|
|
`----
|
|
|
|
x Delim { value: '|' }
|
|
,-[$DIR/tests/recovery/delim-token/bar/input.css:2:5]
|
|
2 | prop: |;
|
|
: ^
|
|
`----
|