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

39 lines
620 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 15,
"ctxt": 0
},
"body": [
{
"type": "WithStatement",
"span": {
"start": 1,
"end": 15,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 7,
"end": 10,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 12,
"end": 15,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}