{ "type": "Script", "span": { "start": 68, "end": 280, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 68, "end": 90, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 80, "end": 89, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 80, "end": 81, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 81, "end": 89, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 83, "end": 89, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 91, "end": 122, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 103, "end": 121, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 103, "end": 104, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 104, "end": 121, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 106, "end": 121, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 106, "end": 113, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 113, "end": 121, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 114, "end": 120, "ctxt": 0 }, "kind": "number" } ] } } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 140, "end": 146, "ctxt": 0 }, "value": "before", "optional": false }, "declare": true, "params": [], "decorators": [], "span": { "start": 123, "end": 155, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 148, "end": 154, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 150, "end": 154, "ctxt": 0 }, "kind": "void" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 173, "end": 178, "ctxt": 0 }, "value": "after", "optional": false }, "declare": true, "params": [], "decorators": [], "span": { "start": 156, "end": 187, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 180, "end": 186, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 182, "end": 186, "ctxt": 0 }, "kind": "void" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 203, "end": 207, "ctxt": 0 }, "value": "func", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 188, "end": 280, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 225, "end": 280, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 231, "end": 240, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 231, "end": 239, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 231, "end": 237, "ctxt": 0 }, "value": "before", "optional": false }, "arguments": [], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 245, "end": 265, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 249, "end": 264, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 249, "end": 250, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 253, "end": 264, "ctxt": 0 }, "operator": "+", "left": { "type": "AwaitExpression", "span": { "start": 253, "end": 260, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 259, "end": 260, "ctxt": 0 }, "value": "p", "optional": false } }, "right": { "type": "Identifier", "span": { "start": 263, "end": 264, "ctxt": 0 }, "value": "a", "optional": false } }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 270, "end": 278, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 270, "end": 277, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 270, "end": 275, "ctxt": 0 }, "value": "after", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": true, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 209, "end": 224, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 211, "end": 224, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 211, "end": 218, "ctxt": 0 }, "value": "Promise", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 218, "end": 224, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 219, "end": 223, "ctxt": 0 }, "kind": "void" } ] } } } } ], "interpreter": null }