swc/css/parser/tests/fixture/esbuild/misc/-b4VODLSeaV93gwC2Ot2tw/output.json
2021-08-19 05:16:32 +00:00

70 lines
1.4 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "IdSelector",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"text": {
"type": "Text",
"span": {
"start": 0,
"end": 7,
"ctxt": 0
},
"value": "hash"
}
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 8,
"end": 8,
"ctxt": 0
},
"properties": []
}
}
]
}