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

438 lines
10 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 13,
"end": 505,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 13,
"end": 94,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 28,
"end": 94,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 43,
"end": 78,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 43,
"end": 48,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 75,
"end": 78,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 132,
"end": 227,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"value": "div",
"raw": "div"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 136,
"end": 227,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 159,
"end": 171,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 159,
"end": 164,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 166,
"end": 171,
"ctxt": 0
},
"value": "black",
"raw": "black"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 195,
"end": 210,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 195,
"end": 205,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Ident",
"span": {
"start": 207,
"end": 210,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 237,
"end": 272,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "Block",
"span": {
"start": 239,
"end": 272,
"ctxt": 0
},
"value": [
{
"type": "Declaration",
"span": {
"start": 245,
"end": 257,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 245,
"end": 250,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 252,
"end": 257,
"ctxt": 0
},
"value": "black",
"raw": "black"
}
],
"important": null
}
]
}
},
{
"type": "MediaRule",
"span": {
"start": 274,
"end": 314,
"ctxt": 0
},
"media": {
"type": "MediaQueryList",
"span": {
"start": 293,
"end": 299,
"ctxt": 0
},
"queries": [
{
"type": "MediaQuery",
"span": {
"start": 293,
"end": 299,
"ctxt": 0
},
"modifier": null,
"mediaType": {
"type": "Ident",
"span": {
"start": 293,
"end": 299,
"ctxt": 0
},
"value": "screen",
"raw": "screen"
},
"condition": null
}
]
},
"rules": []
},
{
"type": "MediaRule",
"span": {
"start": 315,
"end": 359,
"ctxt": 0
},
"media": {
"type": "MediaQueryList",
"span": {
"start": 336,
"end": 342,
"ctxt": 0
},
"queries": [
{
"type": "MediaQuery",
"span": {
"start": 336,
"end": 342,
"ctxt": 0
},
"modifier": null,
"mediaType": {
"type": "Ident",
"span": {
"start": 336,
"end": 342,
"ctxt": 0
},
"value": "screen",
"raw": "screen"
},
"condition": null
}
]
},
"rules": []
}
]
}