mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
30 lines
452 B
JSON
30 lines
452 B
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 19,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 17,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo.css",
|
|
"raw": "\"foo.css\""
|
|
},
|
|
"condition": null
|
|
}
|
|
]
|
|
}
|