{ "type": "Script", "span": { "start": 82, "end": 427, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 82, "end": 119, "ctxt": 0 }, "kind": "var", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 94, "end": 118, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 94, "end": 100, "ctxt": 0 }, "value": "module", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 100, "end": 118, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 102, "end": 118, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 104, "end": 116, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 104, "end": 111, "ctxt": 0 }, "value": "exports", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 111, "end": 116, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 113, "end": 116, "ctxt": 0 }, "kind": "any" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 137, "end": 144, "ctxt": 0 }, "value": "require", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 145, "end": 157, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 145, "end": 157, "ctxt": 0 }, "value": "name", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 149, "end": 157, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 151, "end": 157, "ctxt": 0 }, "kind": "string" } } } } ], "decorators": [], "span": { "start": 120, "end": 164, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 158, "end": 163, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 160, "end": 163, "ctxt": 0 }, "kind": "any" } } }, { "type": "ExpressionStatement", "span": { "start": 228, "end": 260, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 228, "end": 260, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 228, "end": 242, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 228, "end": 234, "ctxt": 0 }, "value": "module", "optional": false }, "property": { "type": "Identifier", "span": { "start": 235, "end": 242, "ctxt": 0 }, "value": "exports", "optional": false } }, "right": { "type": "FunctionExpression", "identifier": null, "params": [], "decorators": [], "span": { "start": 245, "end": 260, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 257, "end": 260, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 286, "end": 321, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 286, "end": 321, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 286, "end": 302, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 286, "end": 300, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 286, "end": 292, "ctxt": 0 }, "value": "module", "optional": false }, "property": { "type": "Identifier", "span": { "start": 293, "end": 300, "ctxt": 0 }, "value": "exports", "optional": false } }, "property": { "type": "Identifier", "span": { "start": 301, "end": 302, "ctxt": 0 }, "value": "f", "optional": false } }, "right": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 315, "end": 316, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 315, "end": 316, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 305, "end": 321, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 318, "end": 321, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } }, { "type": "VariableDeclaration", "span": { "start": 383, "end": 411, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 387, "end": 411, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 387, "end": 391, "ctxt": 0 }, "value": "mod1", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 394, "end": 411, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 394, "end": 401, "ctxt": 0 }, "value": "require", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 402, "end": 410, "ctxt": 0 }, "value": "./mod1", "raw": "'./mod1'" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 412, "end": 418, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 412, "end": 418, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 412, "end": 416, "ctxt": 0 }, "value": "mod1", "optional": false }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 419, "end": 427, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 419, "end": 427, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 419, "end": 425, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 419, "end": 423, "ctxt": 0 }, "value": "mod1", "optional": false }, "property": { "type": "Identifier", "span": { "start": 424, "end": 425, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [], "typeArguments": null } } ], "interpreter": null }