mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
b206404d94
swc_css_ast: - Add `DeclBlockItem`. - Change `DeclBlock.properties` to `DeclBlock.items`. swc_css_parser: - Add a way to recovered errors.
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "StyleRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"selectors": [
|
|
{
|
|
"type": "ComplexSelector",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"selectors": [
|
|
{
|
|
"type": "CompoundSelector",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"hasNestPrefix": false,
|
|
"combinator": null,
|
|
"typeSelector": null,
|
|
"subclassSelectors": [
|
|
{
|
|
"type": "IdSelector",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"text": {
|
|
"type": "Text",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"value": "0hash"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"block": {
|
|
"type": "DeclBlock",
|
|
"span": {
|
|
"start": 9,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"items": []
|
|
}
|
|
}
|
|
]
|
|
}
|