swc/crates/swc_ecma_parser/tests/tsc/asyncArrowFunction4_es6.json

66 lines
1.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 41,
"end": 62,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 41,
"end": 62,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 45,
"end": 62,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 45,
"end": 50,
"ctxt": 0
},
"value": "await",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 53,
"end": 62,
"ctxt": 0
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 59,
"end": 62,
"ctxt": 0
},
"stmts": []
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
}
],
"interpreter": null
}