swc/css/parser/tests/fixture/esbuild/misc/-gboAEi1zyjFW5mtEM24Rg/output.json
Donny/강동윤 b206404d94
feat(css): Recover from invalid properties (#2312)
swc_css_ast:
 - Add `DeclBlockItem`.
 - Change `DeclBlock.properties` to `DeclBlock.items`.

swc_css_parser:
 - Add a way to recovered errors.
2021-09-28 09:58:56 +00:00

172 lines
4.0 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 45,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 45,
"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"
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 2,
"end": 45,
"ctxt": 0
},
"items": [
{
"type": "Property",
"span": {
"start": 4,
"end": 43,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 14,
"ctxt": 0
},
"value": "box-shadow"
},
"values": [
{
"type": "FnValue",
"span": {
"start": 16,
"end": 31,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"value": "rgb"
},
"args": [
{
"type": "Number",
"span": {
"start": 20,
"end": 23,
"ctxt": 0
},
"value": 255.0
},
{
"type": "Number",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 28,
"end": 30,
"ctxt": 0
},
"value": 17.0
}
]
},
{
"type": "Number",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 34,
"end": 35,
"ctxt": 0
},
"value": 0.0
},
{
"type": "Number",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"value": 1.0
},
{
"type": "Text",
"span": {
"start": 38,
"end": 43,
"ctxt": 0
},
"value": "inset"
}
],
"important": null
}
]
}
}
]
}