swc/css/parser/tests/fixture/esbuild/misc/F-AbRDwG_3dGLhE7pzr5aA/output.json
2021-10-07 20:32:54 +09:00

102 lines
2.2 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": {
"type": "NamespacedName",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"prefix": null,
"name": {
"type": "Text",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 2,
"end": 16,
"ctxt": 0
},
"items": [
{
"type": "Property",
"span": {
"start": 4,
"end": 14,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 9,
"ctxt": 0
},
"value": "value",
"raw": "value"
},
"values": [
{
"type": "Text",
"span": {
"start": 11,
"end": 14,
"ctxt": 0
},
"value": "x\u0001",
"raw": "x\\1 "
}
],
"important": null
}
]
}
}
]
}