swc/css/parser/tests/fixture/esbuild/misc/Rq1DOaNCa5Dl2jaozalLXQ/output.json
2021-10-19 17:32:59 +09:00

220 lines
5.3 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 45,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 45,
"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": 45,
"ctxt": 0
},
"items": [
{
"type": "Property",
"span": {
"start": 4,
"end": 43,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 14,
"ctxt": 0
},
"value": "box-shadow",
"raw": "box-shadow"
},
"values": [
{
"type": "Text",
"span": {
"start": 16,
"end": 21,
"ctxt": 0
},
"value": "inset",
"raw": "inset"
},
{
"type": "UnitValue",
"span": {
"start": 22,
"end": 25,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"unit": {
"span": {
"start": 23,
"end": 25,
"ctxt": 0
},
"value": "px",
"raw": "px"
}
},
{
"type": "UnitValue",
"span": {
"start": 26,
"end": 29,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"unit": {
"span": {
"start": 27,
"end": 29,
"ctxt": 0
},
"value": "px",
"raw": "px"
}
},
{
"type": "UnitValue",
"span": {
"start": 30,
"end": 33,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"unit": {
"span": {
"start": 31,
"end": 33,
"ctxt": 0
},
"value": "px",
"raw": "px"
}
},
{
"type": "UnitValue",
"span": {
"start": 34,
"end": 37,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 34,
"end": 35,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"unit": {
"span": {
"start": 35,
"end": 37,
"ctxt": 0
},
"value": "px",
"raw": "px"
}
},
{
"type": "Text",
"span": {
"start": 38,
"end": 43,
"ctxt": 0
},
"value": "black",
"raw": "black"
}
],
"important": null
}
]
}
}
]
}