swc/css/parser/tests/fixture/esbuild/misc/-shTP60AAG6a4mCJUpV1cQ/output.json

92 lines
2.1 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 7,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 7,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 5,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 5,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
2021-09-24 09:48:31 +03:00
"type": "AttributeSelector",
2021-08-19 08:16:32 +03:00
"span": {
"start": 0,
"end": 5,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"name": {
"type": "NamespacedName",
"span": {
"start": 1,
"end": 4,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"prefix": {
"type": "Text",
"span": {
"start": 1,
"end": 2,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"value": "*",
"raw": "*"
2021-08-19 08:16:32 +03:00
},
"name": {
"type": "Text",
"span": {
"start": 3,
"end": 4,
"ctxt": 0
},
"value": "b",
"raw": "b"
2021-08-19 08:16:32 +03:00
}
},
"op": null,
"value": null,
"modifier": null
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 5,
"end": 7,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"items": []
2021-08-19 08:16:32 +03:00
}
}
]
}