{ "type": "Program", "statements": [ { "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": "_$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": [], "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": "main", "decorators": [], "loc": { "start": { "line": 16, "column": 10 }, "end": { "line": 16, "column": 14 } } }, "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": 16, "column": 10 }, "end": { "line": 16, "column": 14 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 16, "column": 18 }, "end": { "line": 16, "column": 21 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "src14", "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "ETSFunctionType", "params": [ { "type": "ETSParameterExpression", "name": { "type": "Identifier", "name": "x", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 17, "column": 19 }, "end": { "line": 17, "column": 23 } } }, "loc": { "start": { "line": 17, "column": 19 }, "end": { "line": 17, "column": 24 } } }, "loc": { "start": { "line": 17, "column": 19 }, "end": { "line": 17, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 24 } } }, "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 24 } } } ], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 28 }, "end": { "line": 17, "column": 32 } } }, "loc": { "start": { "line": 17, "column": 14 }, "end": { "line": 17, "column": 32 } } }, "loc": { "start": { "line": 17, "column": 36 }, "end": { "line": 17, "column": 37 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 17, "column": 12 } } }, "init": { "type": "ArrayExpression", "elements": [ { "type": "ArrowFunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "ETSParameterExpression", "name": { "type": "Identifier", "name": "p", "typeAnnotation": { "type": "ETSTypeReference", "part": { "type": "ETSTypeReferencePart", "name": { "type": "Identifier", "name": "Char", "decorators": [], "loc": { "start": { "line": 17, "column": 43 }, "end": { "line": 17, "column": 47 } } }, "loc": { "start": { "line": 17, "column": 43 }, "end": { "line": 17, "column": 48 } } }, "loc": { "start": { "line": 17, "column": 43 }, "end": { "line": 17, "column": 48 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 40 }, "end": { "line": 17, "column": 48 } } }, "loc": { "start": { "line": 17, "column": 40 }, "end": { "line": 17, "column": 48 } } } ], "returnType": { "type": "ETSPrimitiveType", "loc": { "start": { "line": 17, "column": 50 }, "end": { "line": 17, "column": 54 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "p", "decorators": [], "loc": { "start": { "line": 17, "column": 67 }, "end": { "line": 17, "column": 68 } } }, "property": { "type": "Identifier", "name": "unboxed", "decorators": [], "loc": { "start": { "line": 17, "column": 69 }, "end": { "line": 17, "column": 76 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 17, "column": 67 }, "end": { "line": 17, "column": 76 } } }, "arguments": [], "optional": false, "loc": { "start": { "line": 17, "column": 67 }, "end": { "line": 17, "column": 78 } } }, "loc": { "start": { "line": 17, "column": 60 }, "end": { "line": 17, "column": 79 } } } ], "loc": { "start": { "line": 17, "column": 58 }, "end": { "line": 17, "column": 81 } } }, "loc": { "start": { "line": 17, "column": 39 }, "end": { "line": 17, "column": 81 } } }, "loc": { "start": { "line": 17, "column": 39 }, "end": { "line": 17, "column": 81 } } } ], "loc": { "start": { "line": 17, "column": 38 }, "end": { "line": 17, "column": 82 } } }, "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 17, "column": 82 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 3 }, "end": { "line": 17, "column": 83 } } }, { "type": "ReturnStatement", "argument": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 18, "column": 10 }, "end": { "line": 18, "column": 11 } } }, "loc": { "start": { "line": 18, "column": 3 }, "end": { "line": 18, "column": 12 } } } ], "loc": { "start": { "line": 16, "column": 22 }, "end": { "line": 19, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 19, "column": 2 } } }, "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 19, "column": 2 } } }, "overloads": [], "decorators": [], "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 19, "column": 2 } } } ], "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": 20, "column": 1 } } }