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

103 lines
2.2 KiB
JSON
Raw Normal View History

2021-08-19 08:16:32 +03:00
{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 32,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 32,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 9,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 9,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 0,
"end": 9,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"text": {
"type": "Text",
"span": {
"start": 1,
"end": 9,
"ctxt": 0
},
"value": "selector",
"raw": "selector"
2021-08-19 08:16:32 +03:00
}
}
]
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 10,
"end": 32,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"items": [
2021-08-19 08:16:32 +03:00
{
"type": "Property",
"span": {
"start": 12,
"end": 29,
2021-08-19 08:16:32 +03:00
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 12,
"end": 20,
"ctxt": 0
},
"value": "property",
"raw": "property"
2021-08-19 08:16:32 +03:00
},
"values": [
{
"type": "Text",
"span": {
"start": 22,
"end": 29,
"ctxt": 0
},
"value": "value\t",
"raw": "value\\9"
2021-08-19 08:16:32 +03:00
}
],
"important": null
}
]
}
}
]
}