{ "type": "Script", "span": { "start": 43, "end": 184, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 43, "end": 66, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 55, "end": 65, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 55, "end": 56, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 56, "end": 65, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 58, "end": 65, "ctxt": 0 }, "kind": "boolean" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 67, "end": 99, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 79, "end": 98, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 79, "end": 80, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 80, "end": 98, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 82, "end": 98, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 82, "end": 89, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 89, "end": 98, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 90, "end": 97, "ctxt": 0 }, "kind": "boolean" } ] } } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 115, "end": 119, "ctxt": 0 }, "value": "func", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 100, "end": 184, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 137, "end": 184, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 143, "end": 156, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 143, "end": 155, "ctxt": 0 }, "value": "use strict", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, { "type": "VariableDeclaration", "span": { "start": 161, "end": 182, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 165, "end": 181, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 165, "end": 166, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 169, "end": 181, "ctxt": 0 }, "operator": "||", "left": { "type": "AwaitExpression", "span": { "start": 169, "end": 176, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 175, "end": 176, "ctxt": 0 }, "value": "p", "optional": false } }, "right": { "type": "Identifier", "span": { "start": 180, "end": 181, "ctxt": 0 }, "value": "a", "optional": false } }, "definite": false } ] } ] }, "generator": false, "async": true, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 121, "end": 136, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 123, "end": 136, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 123, "end": 130, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 130, "end": 136, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 131, "end": 135, "ctxt": 0 }, "kind": "void" } ] } } } } ], "interpreter": null }