{ "type": "File", "start": 0, "end": 1053, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 41, "column": 19 } }, "program": { "type": "Program", "start": 0, "end": 1053, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 41, "column": 19 } }, "sourceType": "module", "body": [ { "type": "ImportDeclaration", "start": 0, "end": 43, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 43 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 8, "end": 18, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 18 } }, "imported": { "type": "Identifier", "start": 8, "end": 18, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 18 }, "identifierName": "Controller" }, "name": "Controller" }, "local": { "type": "Identifier", "start": 8, "end": 18, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 18 }, "identifierName": "Controller" }, "name": "Controller" } } ], "source": { "type": "StringLiteral", "start": 25, "end": 42, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 42 } }, "extra": { "rawValue": "./Controller.js", "raw": "\"./Controller.js\"" }, "value": "./Controller.js" }, "trailingComments": [ { "type": "CommentBlock", "value": "* @private ", "start": 45, "end": 60, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 15 } } } ] }, { "type": "Identifier", "start": 61, "end": 1032, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 39, "column": 1 } }, "id": { "type": "Identifier", "start": 67, "end": 76, "loc": { "start": { "line": 4, "column": 6 }, "end": { "line": 4, "column": 15 }, "identifierName": "HelpModal" }, "name": "HelpModal", "leadingComments": null }, "superClass": { "type": "Identifier", "start": 85, "end": 95, "loc": { "start": { "line": 4, "column": 24 }, "end": { "line": 4, "column": 34 }, "identifierName": "Controller" }, "name": "Controller" }, "body": { "type": "ClassBody", "start": 96, "end": 1032, "loc": { "start": { "line": 4, "column": 35 }, "end": { "line": 39, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 103, "end": 563, "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 19, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 103, "end": 114, "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 6, "column": 15 }, "identifierName": "constructor" }, "name": "constructor" }, "kind": "constructor", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 115, "end": 121, "loc": { "start": { "line": 6, "column": 16 }, "end": { "line": 6, "column": 22 }, "identifierName": "parent" }, "name": "parent" }, { "type": "AssignmentPattern", "start": 123, "end": 131, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 32 } }, "left": { "type": "Identifier", "start": 123, "end": 126, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 27 }, "identifierName": "cfg" }, "name": "cfg" }, "right": { "type": "ObjectExpression", "start": 129, "end": 131, "loc": { "start": { "line": 6, "column": 30 }, "end": { "line": 6, "column": 32 } }, "properties": [] } } ], "body": { "type": "BlockStatement", "start": 133, "end": 563, "loc": { "start": { "line": 6, "column": 34 }, "end": { "line": 19, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 144, "end": 163, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 27 } }, "expression": { "type": "CallExpression", "start": 144, "end": 162, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 26 } }, "callee": { "type": "Super", "start": 144, "end": 149, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 13 } } }, "arguments": [ { "type": "Identifier", "start": 150, "end": 156, "loc": { "start": { "line": 8, "column": 14 }, "end": { "line": 8, "column": 20 }, "identifierName": "parent" }, "name": "parent" }, { "type": "Identifier", "start": 158, "end": 161, "loc": { "start": { "line": 8, "column": 22 }, "end": { "line": 8, "column": 25 }, "identifierName": "cfg" }, "name": "cfg" } ] } }, { "type": "ExpressionStatement", "start": 173, "end": 488, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 16, "column": 17 } }, "expression": { "type": "CallExpression", "start": 173, "end": 487, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 16, "column": 16 } }, "callee": { "type": "MemberExpression", "start": 173, "end": 205, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 10, "column": 40 } }, "object": { "type": "MemberExpression", "start": 173, "end": 186, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 10, "column": 21 } }, "object": { "type": "Identifier", "start": 173, "end": 181, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 10, "column": 16 }, "identifierName": "document" }, "name": "document" }, "property": { "type": "Identifier", "start": 182, "end": 186, "loc": { "start": { "line": 10, "column": 17 }, "end": { "line": 10, "column": 21 }, "identifierName": "body" }, "name": "body" }, "computed": false }, "property": { "type": "Identifier", "start": 187, "end": 205, "loc": { "start": { "line": 10, "column": 22 }, "end": { "line": 10, "column": 40 }, "identifierName": "insertAdjacentHTML" }, "name": "insertAdjacentHTML" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 206, "end": 217, "loc": { "start": { "line": 10, "column": 41 }, "end": { "line": 10, "column": 52 } }, "extra": { "rawValue": "beforeend", "raw": "'beforeend'" }, "value": "beforeend" }, { "type": "TemplateLiteral", "start": 219, "end": 486, "loc": { "start": { "line": 10, "column": 54 }, "end": { "line": 16, "column": 15 } }, "expressions": [], "quasis": [ { "type": "TemplateElement", "start": 220, "end": 485, "loc": { "start": { "line": 10, "column": 55 }, "end": { "line": 16, "column": 14 } }, "value": { "raw": "