swc/crates/swc_ecma_parser/tests/js/explicit-resource-management/valid-using-binding-escaped/input.js.json
2023-06-29 14:13:43 +00:00

71 lines
1.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 23,
"ctxt": 0
},
"body": [
{
"type": "BlockStatement",
"span": {
"start": 1,
"end": 23,
"ctxt": 0
},
"stmts": [
{
"type": "UsingDeclaration",
"span": {
"start": 3,
"end": 20,
"ctxt": 0
},
"isAwait": false,
"decls": [
{
"type": "VariableDeclarator",
"span": {
"start": 9,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 9,
"end": 16,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 19,
"end": 20,
"ctxt": 0
},
"value": "c",
"optional": false
},
"definite": false
}
]
},
{
"type": "EmptyStatement",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
}
}
]
}
],
"interpreter": null
}