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

98 lines
2.3 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 12,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 12,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 10,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 10,
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": 10,
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,
"ctxt": 0
},
"value": "a"
},
"name": {
"type": "Text",
"span": {
"start": 3,
"end": 4,
"ctxt": 0
},
"value": "b"
}
},
"op": "|=",
"value": {
"type": "String",
2021-08-19 08:16:32 +03:00
"span": {
"start": 6,
"end": 9,
"ctxt": 0
},
"value": "c"
},
"modifier": null
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 10,
"end": 12,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"items": []
2021-08-19 08:16:32 +03:00
}
}
]
}