swc/crates/swc_css_parser/tests/recovery/at-rule/unknown/output.json

31 lines
481 B
JSON

{
"type": "Stylesheet",
"span": {
"start": 1,
"end": 20,
"ctxt": 0
},
"rules": [
{
"type": "AtRule",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 2,
"end": 18,
"ctxt": 0
},
"value": "import-normalize",
"raw": "import-normalize"
},
"prelude": null,
"block": null
}
]
}