{ "type": "File", "start": 0, "end": 432, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 16, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 432, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 16, "column": 0 } }, "sourceType": "module", "body": [ { "type": "ImportDeclaration", "start": 0, "end": 47, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 47 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 9, "end": 20, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 20 } }, "imported": { "type": "Identifier", "start": 9, "end": 20, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 20 }, "identifierName": "BaseHUDPart" }, "name": "BaseHUDPart" }, "local": { "type": "Identifier", "start": 9, "end": 20, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 20 }, "identifierName": "BaseHUDPart" }, "name": "BaseHUDPart" } } ], "source": { "type": "StringLiteral", "start": 28, "end": 46, "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 46 } }, "extra": { "rawValue": "../base_hud_part", "raw": "\"../base_hud_part\"" }, "value": "../base_hud_part" } }, { "type": "ImportDeclaration", "start": 49, "end": 95, "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 46 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 58, "end": 65, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 16 } }, "imported": { "type": "Identifier", "start": 58, "end": 65, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 16 }, "identifierName": "makeDiv" }, "name": "makeDiv" }, "local": { "type": "Identifier", "start": 58, "end": 65, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 16 }, "identifierName": "makeDiv" }, "name": "makeDiv" } } ], "source": { "type": "StringLiteral", "start": 73, "end": 94, "loc": { "start": { "line": 2, "column": 24 }, "end": { "line": 2, "column": 45 } }, "extra": { "rawValue": "../../../core/utils", "raw": "\"../../../core/utils\"" }, "value": "../../../core/utils" } }, { "type": "ExportNamedDeclaration", "start": 99, "end": 430, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 15, "column": 1 } }, "specifiers": [], "source": null, "declaration": { "type": "ClassDeclaration", "start": 106, "end": 430, "loc": { "start": { "line": 4, "column": 7 }, "end": { "line": 15, "column": 1 } }, "id": { "type": "Identifier", "start": 112, "end": 126, "loc": { "start": { "line": 4, "column": 13 }, "end": { "line": 4, "column": 27 }, "identifierName": "HUDBetaOverlay" }, "name": "HUDBetaOverlay" }, "superClass": { "type": "Identifier", "start": 135, "end": 146, "loc": { "start": { "line": 4, "column": 36 }, "end": { "line": 4, "column": 47 }, "identifierName": "BaseHUDPart" }, "name": "BaseHUDPart" }, "body": { "type": "ClassBody", "start": 147, "end": 430, "loc": { "start": { "line": 4, "column": 48 }, "end": { "line": 15, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 154, "end": 404, "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 12, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 154, "end": 168, "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 5, "column": 18 }, "identifierName": "createElements" }, "name": "createElements" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 169, "end": 175, "loc": { "start": { "line": 5, "column": 19 }, "end": { "line": 5, "column": 25 }, "identifierName": "parent" }, "name": "parent" } ], "body": { "type": "BlockStatement", "start": 177, "end": 404, "loc": { "start": { "line": 5, "column": 27 }, "end": { "line": 12, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 188, "end": 397, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 11, "column": 10 } }, "expression": { "type": "AssignmentExpression", "start": 188, "end": 396, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 11, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 188, "end": 200, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 6, "column": 20 } }, "object": { "type": "ThisExpression", "start": 188, "end": 192, "loc": { "start": { "line": 6, "column": 8 }, "end": { "line": 6, "column": 12 } } }, "property": { "type": "Identifier", "start": 193, "end": 200, "loc": { "start": { "line": 6, "column": 13 }, "end": { "line": 6, "column": 20 }, "identifierName": "element" }, "name": "element" }, "computed": false }, "right": { "type": "CallExpression", "start": 203, "end": 396, "loc": { "start": { "line": 6, "column": 23 }, "end": { "line": 11, "column": 9 } }, "callee": { "type": "Identifier", "start": 203, "end": 210, "loc": { "start": { "line": 6, "column": 23 }, "end": { "line": 6, "column": 30 }, "identifierName": "makeDiv" }, "name": "makeDiv" }, "arguments": [ { "type": "Identifier", "start": 225, "end": 231, "loc": { "start": { "line": 7, "column": 12 }, "end": { "line": 7, "column": 18 }, "identifierName": "parent" }, "name": "parent" }, { "type": "StringLiteral", "start": 246, "end": 270, "loc": { "start": { "line": 8, "column": 12 }, "end": { "line": 8, "column": 36 } }, "extra": { "rawValue": "ingame_HUD_BetaOverlay", "raw": "\"ingame_HUD_BetaOverlay\"" }, "value": "ingame_HUD_BetaOverlay" }, { "type": "ArrayExpression", "start": 285, "end": 287, "loc": { "start": { "line": 9, "column": 12 }, "end": { "line": 9, "column": 14 } }, "elements": [] }, { "type": "StringLiteral", "start": 302, "end": 385, "loc": { "start": { "line": 10, "column": 12 }, "end": { "line": 10, "column": 95 } }, "extra": { "rawValue": "