swc/crates/swc_css_parser/tests/fixture/rome/comment/output.json

329 lines
7.7 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 18,
"end": 127,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 20,
"end": 54,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 22,
"end": 54,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 25,
"end": 37,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 25,
"end": 30,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 32,
"end": 37,
"ctxt": 0
},
"value": "white",
"raw": "white"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 56,
"end": 90,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 58,
"end": 90,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 61,
"end": 87,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 61,
"end": 66,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 82,
"end": 87,
"ctxt": 0
},
"value": "white",
"raw": "white"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 92,
"end": 126,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 108,
"end": 126,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 111,
"end": 123,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 111,
"end": 116,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 118,
"end": 123,
"ctxt": 0
},
"value": "white",
"raw": "white"
}
],
"important": null
}
]
}
}
]
}