{ "type": "Script", "span": { "start": 42, "end": 145, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 42, "end": 145, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 46, "end": 145, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 46, "end": 49, "ctxt": 0 }, "value": "foo", "optional": false, "typeAnnotation": null }, "init": { "type": "ArrowFunctionExpression", "span": { "start": 52, "end": 145, "ctxt": 0 }, "params": [], "body": { "type": "BlockStatement", "span": { "start": 79, "end": 145, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 130, "end": 143, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 134, "end": 142, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 134, "end": 135, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 135, "end": 142, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 137, "end": 142, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 137, "end": 142, "ctxt": 0 }, "value": "await", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] } ] }, "async": true, "generator": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 60, "end": 75, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 62, "end": 75, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 62, "end": 69, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 69, "end": 75, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 70, "end": 74, "ctxt": 0 }, "kind": "void" } ] } } } }, "definite": false } ] } ], "interpreter": null }