{ "type": "Script", "span": { "start": 43, "end": 145, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 58, "end": 61, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 43, "end": 145, "ctxt": 0 }, "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 } ] } ] }, "generator": false, "async": true, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 63, "end": 78, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 65, "end": 78, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 65, "end": 72, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 72, "end": 78, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 73, "end": 77, "ctxt": 0 }, "kind": "void" } ] } } } } ], "interpreter": null }