swc/css/parser/tests/fixture/esbuild/misc/_XB1oeHz4bZ49LCE2cBI6g/output.json

100 lines
2.4 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 11,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 11,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
2021-08-19 08:16:32 +03:00
"span": {
"start": 0,
"end": 8,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"name": {
"type": "NamespacedName",
2021-08-19 08:16:32 +03:00
"span": {
"start": 1,
2021-08-19 08:16:32 +03:00
"end": 7,
"ctxt": 0
},
"prefix": {
"type": "Text",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": "*",
"raw": "*"
},
"name": {
"type": "Text",
"span": {
"start": 3,
"end": 7,
"ctxt": 0
},
"value": "attr",
"raw": "attr"
}
},
"op": null,
"value": null,
"modifier": null
}
]
}
]
}
]
},
2021-08-19 08:16:32 +03:00
"block": {
"type": "Block",
2021-08-19 08:16:32 +03:00
"span": {
"start": 9,
"end": 11,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"items": []
2021-08-19 08:16:32 +03:00
}
}
]
}