{ "type": "Module", "span": { "start": 56, "end": 238, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 56, "end": 123, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 62, "end": 122, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 66, "end": 122, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 70, "end": 77, "ctxt": 0 }, "value": "Promise", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ArrowFunctionExpression", "span": { "start": 79, "end": 120, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 81, "end": 88, "ctxt": 0 }, "value": "resolve", "optional": false, "typeAnnotation": null }, { "type": "Identifier", "span": { "start": 90, "end": 96, "ctxt": 0 }, "value": "reject", "optional": false, "typeAnnotation": null } ], "body": { "type": "BlockStatement", "span": { "start": 102, "end": 120, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 104, "end": 118, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 104, "end": 117, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 104, "end": 111, "ctxt": 0 }, "value": "resolve", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ObjectExpression", "span": { "start": 113, "end": 115, "ctxt": 0 }, "properties": [] } } ], "typeArguments": null } } ] }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } ], "typeArguments": null }, "definite": false } ] }, { "type": "ExportDefaultExpression", "span": { "start": 124, "end": 141, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 139, "end": 140, "ctxt": 0 }, "value": "x", "optional": false } }, { "type": "ImportDeclaration", "span": { "start": 162, "end": 182, "ctxt": 0 }, "specifiers": [ { "type": "ImportDefaultSpecifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "value": "x", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 176, "end": 181, "ctxt": 0 }, "value": "./a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "typeOnly": false, "asserts": null }, { "type": "ExpressionStatement", "span": { "start": 184, "end": 238, "ctxt": 0 }, "expression": { "type": "ParenthesisExpression", "span": { "start": 184, "end": 237, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 186, "end": 235, "ctxt": 0 }, "callee": { "type": "FunctionExpression", "identifier": null, "params": [], "decorators": [], "span": { "start": 186, "end": 233, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 203, "end": 233, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 209, "end": 231, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 215, "end": 230, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 215, "end": 220, "ctxt": 0 }, "value": "value", "optional": false, "typeAnnotation": null }, "init": { "type": "AwaitExpression", "span": { "start": 223, "end": 230, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 229, "end": 230, "ctxt": 0 }, "value": "x", "optional": false } }, "definite": false } ] } ] }, "generator": false, "async": true, "typeParameters": null, "returnType": null }, "arguments": [], "typeArguments": null } } } ], "interpreter": null }