swc/css/parser/tests/fixture/esbuild/misc/avMO0PRST3qaooxANKWiIw/output.json
2021-08-19 05:16:32 +00:00

129 lines
2.8 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 6,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"text": {
"type": "Text",
"span": {
"start": 1,
"end": 5,
"ctxt": 0
},
"value": "decl"
}
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 6,
"end": 20,
"ctxt": 0
},
"properties": [
{
"type": "Property",
"span": {
"start": 8,
"end": 11,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 8,
"end": 9,
"ctxt": 0
},
"value": "a"
},
"values": [
{
"type": "Text",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"value": "b"
}
],
"important": null
},
{
"type": "Property",
"span": {
"start": 14,
"end": 17,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": "c"
},
"values": [
{
"type": "Text",
"span": {
"start": 17,
"end": 18,
"ctxt": 0
},
"value": "d"
}
],
"important": null
}
]
}
}
]
}