swc/crates/swc_ecma_parser/tests/tsc/parserThrowStatement1.d.json

30 lines
446 B
JSON
Raw Normal View History

{
"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
}