swc/crates/swc_css_parser/tests/recovery/style-blocks-contents/invalid-nested/output.json

534 lines
14 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 1,
"end": 173,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 1,
"end": 60,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 1,
"end": 7,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 1,
"end": 7,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 1,
"end": 7,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 1,
"end": 7,
"ctxt": 0
},
"text": {
"type": "Ident",
"span": {
"start": 2,
"end": 7,
"ctxt": 0
},
"value": "class",
"raw": "class"
}
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 8,
"end": 60,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 14,
"end": 24,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 14,
"end": 19,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 21,
"end": 24,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 42,
"end": 57,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 42,
"end": 52,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Ident",
"span": {
"start": 54,
"end": 57,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
},
{
"type": "Tokens",
"span": {
"start": 30,
"end": 37,
"ctxt": 0
},
"tokens": [
{
"type": "PreservedToken",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"token": {
"Delim": {
"value": "&"
}
}
},
{
"type": "PreservedToken",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"token": {
"WhiteSpace": {
"value": " "
}
}
},
{
"type": "PreservedToken",
"span": {
"start": 32,
"end": 36,
"ctxt": 0
},
"token": {
"Ident": {
"value": "test",
"raw": "test"
}
}
},
{
"type": "PreservedToken",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"token": "Semi"
}
]
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 62,
"end": 172,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 62,
"end": 69,
"ctxt": 0
},
"value": "article",
"raw": "article"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 70,
"end": 172,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 76,
"end": 88,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 76,
"end": 81,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 83,
"end": 88,
"ctxt": 0
},
"value": "green",
"raw": "green"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 117,
"end": 127,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 117,
"end": 122,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 124,
"end": 127,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
},
{
"type": "QualifiedRule",
"span": {
"start": 94,
"end": 112,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
},
"nestingSelector": {
"type": "NestingSelector",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
}
},
"typeSelector": null,
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 96,
"end": 112,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 98,
"end": 109,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 98,
"end": 103,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 105,
"end": 109,
"ctxt": 0
},
"value": "blue",
"raw": "blue"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 133,
"end": 157,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"nestingSelector": {
"type": "NestingSelector",
"span": {
"start": 133,
"end": 134,
"ctxt": 0
}
},
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 134,
"end": 138,
"ctxt": 0
},
"text": {
"type": "Ident",
"span": {
"start": 135,
"end": 138,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 139,
"end": 157,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 141,
"end": 154,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 141,
"end": 146,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"value": "yellow",
"raw": "yellow"
}
],
"important": null
}
]
}
}
]
}
}
]
}