swc/css/parser/tests/fixture/esbuild/misc/Z4J4sVA4UnGhTMiN5tdMMQ/output.json
2021-10-07 20:32:54 +09:00

128 lines
2.8 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 22,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 22,
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": {
"type": "NamespacedName",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"prefix": null,
"name": {
"type": "Text",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 2,
"end": 22,
"ctxt": 0
},
"items": [
{
"type": "Property",
"span": {
"start": 4,
"end": 20,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 11,
"ctxt": 0
},
"value": "padding",
"raw": "padding"
},
"values": [
{
"type": "Number",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"value": 1.0
},
{
"type": "Number",
"span": {
"start": 17,
"end": 18,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 19,
"end": 20,
"ctxt": 0
},
"value": 1.0
}
],
"important": null
}
]
}
}
]
}