swc/crates/swc_css_parser/tests/recovery/bad-url-token/left-parenthesis/output.json

165 lines
3.7 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 57,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 0,
"end": 56,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TypeSelector",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"prefix": null,
"name": {
"type": "Identifier",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"value": "div",
"raw": "div"
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 4,
"end": 56,
"ctxt": 0
},
"items": [
{
"type": "Tokens",
"span": {
"start": 10,
"end": 37,
"ctxt": 0
},
"tokens": [
{
"span": {
"start": 10,
"end": 20,
"ctxt": 0
},
"token": {
"Ident": {
"value": "background",
"raw": "background"
}
}
},
{
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"token": "Colon"
},
{
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"token": {
"WhiteSpace": {
"value": " "
}
}
},
{
"span": {
"start": 22,
"end": 37,
"ctxt": 0
},
"token": {
"BadUrl": {
"value": "image(.png",
"raw": "image(.png"
}
}
}
]
},
{
"type": "Declaration",
"span": {
"start": 43,
"end": 53,
"ctxt": 0
},
"property": {
"type": "Identifier",
"span": {
"start": 43,
"end": 48,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Identifier",
"span": {
"start": 50,
"end": 53,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
}
]
}
}
]
}