swc/css/parser/tests/fixture/esbuild/misc/btdQp-3m090Q73vMHSpKgw/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

77 lines
1.6 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 10,
"ctxt": 0
},
"rules": [
{
"type": "StyleRule",
"span": {
"start": 0,
"end": 10,
"ctxt": 0
},
"selectors": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 7,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 7,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": {
"type": "NamespacedName",
"span": {
"start": 0,
"end": 7,
"ctxt": 0
},
"prefix": {
"type": "Text",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"value": "*"
},
"name": {
"type": "Text",
"span": {
"start": 4,
"end": 7,
"ctxt": 0
},
"value": "div"
}
},
"subclassSelectors": []
}
]
}
],
"block": {
"type": "DeclBlock",
"span": {
"start": 8,
"end": 10,
"ctxt": 0
},
"items": []
}
}
]
}