mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
0d63470eba
swc_css_ast: - Rename `Values` to `SpaceValues`. swc_css_parser: - Add `parse_str`. - Make `ErrorKind` `#[non_exhaustive]`. - Fix span. swc_css_visit: - Create visitors.
47 lines
752 B
JSON
47 lines
752 B
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 55,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 24,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 23,
|
|
"ctxt": 0
|
|
},
|
|
"value": "something.css"
|
|
},
|
|
"condition": null
|
|
},
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 25,
|
|
"end": 54,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 33,
|
|
"end": 53,
|
|
"ctxt": 0
|
|
},
|
|
"value": "something.css"
|
|
},
|
|
"condition": null
|
|
}
|
|
]
|
|
}
|