mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
31 lines
475 B
JSON
31 lines
475 B
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 17,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "SwitchStatement",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 17,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"discriminant": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 9,
|
||
|
"end": 12,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "foo",
|
||
|
"optional": false
|
||
|
},
|
||
|
"cases": []
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|