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

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
},
"properties": [
{
"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
}
]
}
}
]
}