swc/css/parser/tests/fixture/esbuild/misc/rGv8hpoRRBbCTlyQ-70xVw/output.json
Alexander Akait 0b76d29ae4
feat(css/ast): Add SelectorList (#2639)
swc_css_ast:
 - Add `SelectorLsit`.
 - Use `SelectorList` instead of `Vec<ComplexSelector>`.
2021-11-04 09:54:55 +00:00

89 lines
2.0 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 17,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 17,
"ctxt": 0
},
"selectors": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "PseudoSelector",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"isElement": false,
"name": {
"type": "Text",
"span": {
"start": 1,
"end": 14,
"ctxt": 0
},
"value": "pseudoclass",
"raw": "pseudocl\\61ss"
},
"args": {
"type": "Tokens",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tokens": []
}
}
]
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 15,
"end": 17,
"ctxt": 0
},
"items": []
}
}
]
}