swc/crates/swc_css_parser/tests/fixture/value/escaped/output.json
2022-11-10 01:36:53 +00:00

1745 lines
50 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 1,
"end": 368,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 1,
"end": 27,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"value": "table",
"raw": "table"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 7,
"end": 27,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"token": "LBrace"
},
"value": [
{
"type": "Declaration",
"span": {
"start": 13,
"end": 24,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 13,
"end": 18,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 20,
"end": 24,
"ctxt": 0
},
"value": "red",
"raw": "\\red"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 29,
"end": 138,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"value": "a",
"raw": "a"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 31,
"end": 138,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"token": "LBrace"
},
"value": [
{
"type": "Declaration",
"span": {
"start": 37,
"end": 62,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 37,
"end": 47,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Url",
"span": {
"start": 49,
"end": 62,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 49,
"end": 52,
"ctxt": 0
},
"value": "url",
"raw": "url"
},
"value": {
"type": "String",
"span": {
"start": 53,
"end": 61,
"ctxt": 0
},
"value": "a).png",
"raw": "\"a).png\""
},
"modifiers": []
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 68,
"end": 88,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 68,
"end": 78,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Url",
"span": {
"start": 80,
"end": 88,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 80,
"end": 83,
"ctxt": 0
},
"value": "url",
"raw": "url"
},
"value": {
"type": "UrlValueRaw",
"span": {
"start": 84,
"end": 87,
"ctxt": 0
},
"value": "a;a",
"raw": "a;a"
},
"modifiers": null
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 94,
"end": 114,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 94,
"end": 104,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Url",
"span": {
"start": 106,
"end": 114,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 106,
"end": 109,
"ctxt": 0
},
"value": "url",
"raw": "url"
},
"value": {
"type": "UrlValueRaw",
"span": {
"start": 110,
"end": 113,
"ctxt": 0
},
"value": "a/*",
"raw": "a/*"
},
"modifiers": null
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 120,
"end": 135,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 120,
"end": 130,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Ident",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"value": ";a",
"raw": "\\;a"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 139,
"end": 158,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 139,
"end": 154,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 139,
"end": 154,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 139,
"end": 154,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "PseudoClassSelector",
"span": {
"start": 139,
"end": 154,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 140,
"end": 143,
"ctxt": 0
},
"value": "not",
"raw": "not"
},
"children": [
{
"type": "SelectorList",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 145,
"end": 148,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 145,
"end": 148,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 148,
"end": 149,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "String",
"span": {
"start": 149,
"end": 152,
"ctxt": 0
},
"value": ")",
"raw": "\")\""
},
"modifier": null
}
]
}
]
}
]
}
]
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 155,
"end": 158,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 155,
"end": 156,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 159,
"end": 177,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 159,
"end": 173,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 159,
"end": 173,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 159,
"end": 173,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "PseudoClassSelector",
"span": {
"start": 159,
"end": 173,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 160,
"end": 163,
"ctxt": 0
},
"value": "not",
"raw": "not"
},
"children": [
{
"type": "SelectorList",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"value": "div",
"raw": "div"
}
}
},
"subclassSelectors": []
}
]
}
]
}
]
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 174,
"end": 177,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 178,
"end": 215,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 178,
"end": 211,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 178,
"end": 211,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 178,
"end": 211,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "PseudoClassSelector",
"span": {
"start": 178,
"end": 211,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 179,
"end": 182,
"ctxt": 0
},
"value": "not",
"raw": "not"
},
"children": [
{
"type": "SelectorList",
"span": {
"start": 183,
"end": 210,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 183,
"end": 210,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 183,
"end": 210,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "PseudoClassSelector",
"span": {
"start": 183,
"end": 210,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 184,
"end": 193,
"ctxt": 0
},
"value": "nth-child",
"raw": "nth-child"
},
"children": [
{
"type": "AnPlusBNotation",
"span": {
"start": 194,
"end": 197,
"ctxt": 0
},
"a": 2,
"aRaw": "2",
"b": null,
"bRaw": null
},
{
"type": "Ident",
"span": {
"start": 197,
"end": 199,
"ctxt": 0
},
"value": "of",
"raw": "of"
},
{
"type": "SelectorList",
"span": {
"start": 200,
"end": 209,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 200,
"end": 209,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 200,
"end": 209,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 200,
"end": 209,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 201,
"end": 204,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 201,
"end": 204,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 204,
"end": 205,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "String",
"span": {
"start": 205,
"end": 208,
"ctxt": 0
},
"value": ")",
"raw": "\")\""
},
"modifier": null
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 212,
"end": 215,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 212,
"end": 213,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 216,
"end": 228,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 216,
"end": 224,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 216,
"end": 224,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 216,
"end": 224,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 216,
"end": 224,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 217,
"end": 220,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 217,
"end": 220,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 220,
"end": 221,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "Ident",
"span": {
"start": 221,
"end": 223,
"ctxt": 0
},
"value": "\"",
"raw": "\\\""
},
"modifier": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 225,
"end": 228,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 225,
"end": 226,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 229,
"end": 241,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 230,
"end": 233,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 230,
"end": 233,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 233,
"end": 234,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "Ident",
"span": {
"start": 234,
"end": 236,
"ctxt": 0
},
"value": "{",
"raw": "\\{"
},
"modifier": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 238,
"end": 241,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 242,
"end": 254,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 243,
"end": 246,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 243,
"end": 246,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 246,
"end": 247,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "Ident",
"span": {
"start": 247,
"end": 249,
"ctxt": 0
},
"value": "(",
"raw": "\\("
},
"modifier": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 251,
"end": 254,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 255,
"end": 285,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 255,
"end": 281,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 255,
"end": 281,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 255,
"end": 281,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 255,
"end": 281,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 256,
"end": 259,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 256,
"end": 259,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 259,
"end": 260,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "Ident",
"span": {
"start": 260,
"end": 280,
"ctxt": 0
},
"value": "yes:(it's work)",
"raw": "yes\\:\\(it\\'s\\ work\\)"
},
"modifier": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 282,
"end": 285,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 282,
"end": 283,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 287,
"end": 297,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"value": "@noat",
"raw": "\\@noat"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 294,
"end": 297,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 299,
"end": 321,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 299,
"end": 303,
"ctxt": 0
},
"value": "h1\\",
"raw": "h1\\\\"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 303,
"end": 321,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"token": "LBrace"
},
"value": [
{
"type": "Declaration",
"span": {
"start": 309,
"end": 318,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 309,
"end": 314,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 316,
"end": 318,
"ctxt": 0
},
"value": "\\",
"raw": "\\\\"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 323,
"end": 338,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 323,
"end": 334,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 323,
"end": 334,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 323,
"end": 334,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AttributeSelector",
"span": {
"start": 323,
"end": 334,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 324,
"end": 328,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 324,
"end": 328,
"ctxt": 0
},
"value": "attr",
"raw": "attr"
}
},
"matcher": {
"type": "AttributeSelectorMatcher",
"span": {
"start": 328,
"end": 329,
"ctxt": 0
},
"value": "="
},
"value": {
"type": "String",
"span": {
"start": 329,
"end": 333,
"ctxt": 0
},
"value": ";",
"raw": "\"\\;\""
},
"modifier": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 335,
"end": 338,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 335,
"end": 336,
"ctxt": 0
},
"token": "LBrace"
},
"value": []
}
},
{
"type": "QualifiedRule",
"span": {
"start": 340,
"end": 367,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 340,
"end": 345,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 340,
"end": 345,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 340,
"end": 345,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 340,
"end": 345,
"ctxt": 0
},
"text": {
"type": "Ident",
"span": {
"start": 341,
"end": 345,
"ctxt": 0
},
"value": "prop",
"raw": "prop"
}
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 346,
"end": 367,
"ctxt": 0
},
"name": {
"type": "PreservedToken",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"token": "LBrace"
},
"value": [
{
"type": "Declaration",
"span": {
"start": 352,
"end": 366,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 352,
"end": 360,
"ctxt": 0
},
"value": "bolor",
"raw": "\\62 olor"
},
"value": [
{
"type": "Ident",
"span": {
"start": 362,
"end": 365,
"ctxt": 0
},
"value": "red",
"raw": "red"
}
],
"important": null
}
]
}
}
]
}