mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
20 lines
248 B
JSON
20 lines
248 B
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 2,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "EmptyStatement",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 2,
|
||
|
"ctxt": 0
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|