{ "type": "Script", "span": { "start": 73, "end": 134, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 73, "end": 96, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 79, "end": 95, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 79, "end": 82, "ctxt": 0 }, "value": "Foo", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 85, "end": 95, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 87, "end": 90, "ctxt": 0 }, "value": "min", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 92, "end": 93, "ctxt": 0 }, "value": 3.0, "raw": "3" } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 97, "end": 111, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 97, "end": 110, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 97, "end": 108, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 97, "end": 104, "ctxt": 0 }, "value": "exports", "optional": false }, "property": { "type": "Identifier", "span": { "start": 105, "end": 108, "ctxt": 0 }, "value": "fn1", "optional": false } }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 112, "end": 134, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 112, "end": 133, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 112, "end": 123, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 112, "end": 119, "ctxt": 0 }, "value": "exports", "optional": false }, "property": { "type": "Identifier", "span": { "start": 120, "end": 123, "ctxt": 0 }, "value": "fn2", "optional": false } }, "right": { "type": "MemberExpression", "span": { "start": 126, "end": 133, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 126, "end": 129, "ctxt": 0 }, "value": "Foo", "optional": false }, "property": { "type": "Identifier", "span": { "start": 130, "end": 133, "ctxt": 0 }, "value": "min", "optional": false } } } } ], "interpreter": null }