{ "type": "Script", "span": { "start": 38, "end": 135, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 38, "end": 135, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 42, "end": 134, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 42, "end": 50, "ctxt": 0 }, "value": "promise1", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 53, "end": 134, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 53, "end": 119, "ctxt": 0 }, "object": { "type": "NewExpression", "span": { "start": 53, "end": 94, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 57, "end": 64, "ctxt": 0 }, "value": "Promise", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 74, "end": 81, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 74, "end": 81, "ctxt": 0 }, "value": "resolve", "optional": false, "typeAnnotation": null } }, { "type": "Parameter", "span": { "start": 83, "end": 89, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 83, "end": 89, "ctxt": 0 }, "value": "reject", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 65, "end": 93, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 91, "end": 93, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } ], "typeArguments": null }, "property": { "type": "Identifier", "span": { "start": 112, "end": 119, "ctxt": 0 }, "value": "finally", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "FunctionExpression", "identifier": null, "params": [], "decorators": [], "span": { "start": 120, "end": 133, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 131, "end": 133, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }