mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
30 lines
446 B
JSON
30 lines
446 B
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 9,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ThrowStatement",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 9,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"argument": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 7,
|
||
|
"end": 8,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "e",
|
||
|
"optional": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|