{ "type": "Program", "statements": [ { "type": "ImportDeclaration", "source": { "type": "StringLiteral", "value": "./lambda_import_alias_1-3", "loc": { "start": { "line": 16, "column": 22 }, "end": { "line": 16, "column": 49 } } }, "specifiers": [ { "type": "ImportNamespaceSpecifier", "local": { "type": "Identifier", "name": "lib", "decorators": [], "loc": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 16 } } }, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 16 } } } ], "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 16, "column": 49 } } }, { "type": "TSTypeAliasDeclaration", "id": { "type": "Identifier", "name": "A", "decorators": [], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 14 } } }, "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "TSQualifiedName", "left": { "type": "Identifier", "name": "lib", "decorators": [], "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 20 } } }, "right": { "type": "Identifier", "name": "A", "decorators": [], "loc": { "start": { "line": 17, "column": 21 }, "end": { "line": 17, "column": 22 } } }, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 18, "column": 7 } } }, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 18, "column": 7 } } }, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 18, "column": 7 } } }, "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 18, "column": 7 } } }, { "type": "ClassDeclaration", "definition": { "id": { "type": "Identifier", "name": "ETSGLOBAL", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "superClass": null, "implements": [], "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "main", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "kind": "method", "accessibility": "public", "static": true, "optional": false, "computed": false, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "_$init$_", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "__linker", "decorators": [], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "Class", "decorators": [], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "property": { "type": "Identifier", "name": "ofCaller", "decorators": [], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "arguments": [], "optional": false, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "property": { "type": "Identifier", "name": "getLinker", "decorators": [], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "arguments": [], "optional": false, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } } ], "kind": "const", "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 3 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "__linker", "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 3 } } }, "property": { "type": "Identifier", "name": "loadClass", "decorators": [], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 3 } } }, "arguments": [ { "type": "StringLiteral", "value": "lambda_import_alias_1-3.ETSGLOBAL", "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } }, { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 3 } } } ], "optional": false, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 3 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 3 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "createA", "decorators": [], "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 19 } } }, "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "lib", "decorators": [], "loc": { "start": { "line": 18, "column": 31 }, "end": { "line": 18, "column": 34 } } }, "property": { "type": "Identifier", "name": "createA", "decorators": [], "loc": { "start": { "line": 18, "column": 35 }, "end": { "line": 18, "column": 42 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 18, "column": 31 }, "end": { "line": 18, "column": 42 } } }, "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 42 } } }, "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 42 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, { "type": "ClassProperty", "key": { "type": "Identifier", "name": "createA", "decorators": [], "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 19 } } }, "accessibility": "public", "static": true, "readonly": false, "declare": false, "optional": false, "computed": false, "typeAnnotation": { "type": "ETSFunctionType", "params": [], "returnType": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "A", "decorators": [], "loc": { "start": { "line": 18, "column": 27 }, "end": { "line": 18, "column": 28 } } }, "loc": { "start": { "line": 18, "column": 27 }, "end": { "line": 18, "column": 30 } } }, "loc": { "start": { "line": 18, "column": 27 }, "end": { "line": 18, "column": 30 } } }, "loc": { "start": { "line": 18, "column": 21 }, "end": { "line": 18, "column": 30 } } }, "definite": false, "decorators": [], "loc": { "start": { "line": 18, "column": 12 }, "end": { "line": 18, "column": 42 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 1 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 19, "column": 1 } } }