swc/crates/swc_css_parser/tests/recovery/whitespaces/output.json

167 lines
3.8 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 67,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 0,
"end": 66,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 2,
"end": 66,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 8,
"end": 15,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 8,
"end": 12,
"ctxt": 0
},
"value": "prop",
"raw": "prop"
},
"value": [],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 20,
"end": 30,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 20,
"end": 24,
"ctxt": 0
},
"value": "prop",
"raw": "prop"
},
"value": [],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 35,
"end": 43,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 35,
"end": 39,
"ctxt": 0
},
"value": "prop",
"raw": "prop"
},
"value": [],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 48,
"end": 64,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 48,
"end": 52,
"ctxt": 0
},
"value": "prop",
"raw": "prop"
},
"value": [],
"important": null
}
]
}
}
]
}