mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
39 lines
620 B
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
|
|
}
|