swc/css/parser/tests/fixture/esbuild/misc/07tvJxvZrgDeTmptOclErA/output.json

126 lines
2.7 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 21,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 21,
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"
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 2,
"end": 21,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"properties": [
{
"type": "Property",
"span": {
"start": 4,
"end": 19,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 10,
"ctxt": 0
},
"value": "margin"
},
"values": [
{
"type": "Number",
"span": {
"start": 12,
"end": 13,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": 1.0
},
{
"type": "Number",
"span": {
"start": 16,
"end": 17,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 18,
"end": 19,
"ctxt": 0
},
"value": 1.0
}
],
"important": null
}
]
}
}
]
}