swc/css/parser/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/output.json
강동윤 0d63470eba
feat(css): Groundwork for css processor (#2105)
swc_css_ast:
 - Rename `Values` to `SpaceValues`.

swc_css_parser:
 - Add `parse_str`.
 - Make `ErrorKind` `#[non_exhaustive]`.
 - Fix span.

swc_css_visit:
 - Create visitors.
2021-08-20 07:48:08 +00:00

87 lines
2.0 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 22,
"ctxt": 0
},
"rules": [
{
"type": "PageRule",
"span": {
"start": 0,
"end": 22,
"ctxt": 0
},
"prelude": [],
"block": {
"span": {
"start": 6,
"end": 22,
"ctxt": 0
},
"items": [
{
"type": "NestedPageRule",
"span": {
"start": 8,
"end": 20,
"ctxt": 0
},
"prelude": [
{
"type": "ComplexSelector",
"span": {
"start": 8,
"end": 17,
"ctxt": 0
},
"selectors": [
{
"type": "CompoundSelector",
"span": {
"start": 8,
"end": 17,
"ctxt": 0
},
"hasNestPrefix": false,
"combinator": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "AtSelector",
"span": {
"start": 8,
"end": 17,
"ctxt": 0
},
"text": {
"type": "Text",
"span": {
"start": 8,
"end": 17,
"ctxt": 0
},
"value": "top-left"
}
}
]
}
]
}
],
"block": {
"span": {
"start": 18,
"end": 20,
"ctxt": 0
},
"items": []
}
}
]
}
}
]
}