swc/css/parser/tests/fixture/esbuild/misc/gVzUgfEllenh46I3Psx-uQ/output.json

166 lines
3.9 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 25,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 25,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 1,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 1,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": {
"type": "NamespacedName",
"span": {
"start": 0,
"end": 1,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"prefix": null,
"name": {
"type": "Text",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "a",
"raw": "a"
2021-08-19 08:16:32 +03:00
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 2,
"end": 25,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"items": [
2021-08-19 08:16:32 +03:00
{
"type": "Property",
"span": {
"start": 4,
"end": 23,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 10,
"ctxt": 0
},
"value": "margin",
"raw": "margin"
2021-08-19 08:16:32 +03:00
},
"values": [
{
"type": "Number",
"span": {
"start": 12,
"end": 13,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
2021-08-19 08:16:32 +03:00
},
{
"type": "Number",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
2021-08-19 08:16:32 +03:00
},
{
"type": "UnitValue",
"span": {
"start": 16,
"end": 19,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 16,
"end": 17,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
2021-08-19 08:16:32 +03:00
},
"unit": {
"span": {
"start": 17,
"end": 19,
"ctxt": 0
},
"value": "px",
"raw": "px"
2021-08-19 08:16:32 +03:00
}
},
{
"type": "UnitValue",
"span": {
"start": 20,
"end": 23,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
2021-08-19 08:16:32 +03:00
},
"unit": {
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"value": "px",
"raw": "px"
2021-08-19 08:16:32 +03:00
}
}
],
"important": null
}
]
}
}
]
}