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

108 lines
2.5 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": {
"type": "NamespacedName",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"prefix": null,
"name": {
"type": "Text",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "*"
}
},
"subclassSelectors": [
{
"type": "PseudoSelector",
"span": {
"start": 0,
"end": 2,
"ctxt": 0
},
"isElement": true,
"name": {
"type": "Text",
"span": {
"start": 3,
"end": 4,
"ctxt": 0
},
"value": "b"
},
"args": {
"type": "Tokens",
"span": {
"start": 0,
"end": 5,
"ctxt": 0
},
"tokens": [
{
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"token": {
"Ident": "c"
}
}
]
}
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 8,
"end": 8,
"ctxt": 0
},
"properties": []
}
}
]
}