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

48 lines
773 B
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"rules": [
{
"type": "UnknownAtRule",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"name": {
"type": "Text",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"value": "unknown"
},
"tokens": {
"type": "Tokens",
"span": {
"start": 9,
"end": 11,
"ctxt": 0
},
"tokens": [
{
"span": {
"start": 9,
"end": 10,
"ctxt": 0
},
"token": {
"Ident": "x"
}
}
]
}
}
]
}