{ "type": "Script", "span": { "start": 43, "end": 255, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 43, "end": 65, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 55, "end": 64, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 55, "end": 56, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 56, "end": 64, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 58, "end": 64, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 66, "end": 97, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 78, "end": 96, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 78, "end": 79, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 79, "end": 96, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 81, "end": 96, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 81, "end": 88, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 88, "end": 96, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 89, "end": 95, "ctxt": 0 }, "kind": "number" } ] } } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 115, "end": 121, "ctxt": 0 }, "value": "before", "optional": false }, "declare": true, "params": [], "decorators": [], "span": { "start": 98, "end": 130, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 123, "end": 129, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 125, "end": 129, "ctxt": 0 }, "kind": "void" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 148, "end": 153, "ctxt": 0 }, "value": "after", "optional": false }, "declare": true, "params": [], "decorators": [], "span": { "start": 131, "end": 162, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 155, "end": 161, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 157, "end": 161, "ctxt": 0 }, "kind": "void" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 178, "end": 182, "ctxt": 0 }, "value": "func", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 163, "end": 255, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 200, "end": 255, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 206, "end": 215, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 206, "end": 214, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 206, "end": 212, "ctxt": 0 }, "value": "before", "optional": false }, "arguments": [], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 220, "end": 240, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 224, "end": 239, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 228, "end": 239, "ctxt": 0 }, "operator": "+", "left": { "type": "AwaitExpression", "span": { "start": 228, "end": 235, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 234, "end": 235, "ctxt": 0 }, "value": "p", "optional": false } }, "right": { "type": "Identifier", "span": { "start": 238, "end": 239, "ctxt": 0 }, "value": "a", "optional": false } }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 245, "end": 253, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 245, "end": 252, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 245, "end": 250, "ctxt": 0 }, "value": "after", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": true, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 184, "end": 199, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 186, "end": 199, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 186, "end": 193, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 193, "end": 199, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 194, "end": 198, "ctxt": 0 }, "kind": "void" } ] } } } } ], "interpreter": null }