{
"type": "File",
"start": 0,
"end": 1571,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 53,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1571,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 53,
"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": 18,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "GameState"
},
"name": "GameState"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "GameState"
},
"name": "GameState"
}
}
],
"source": {
"type": "StringLiteral",
"start": 26,
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 46
}
},
"extra": {
"rawValue": "../core/game_state",
"raw": "\"../core/game_state\""
},
"value": "../core/game_state"
}
},
{
"type": "ImportDeclaration",
"start": 49,
"end": 95,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 46
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 58,
"end": 67,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 58,
"end": 67,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 18
},
"identifierName": "cachebust"
},
"name": "cachebust"
},
"local": {
"type": "Identifier",
"start": 58,
"end": 67,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 18
},
"identifierName": "cachebust"
},
"name": "cachebust"
}
}
],
"source": {
"type": "StringLiteral",
"start": 75,
"end": 94,
"loc": {
"start": {
"line": 2,
"column": 26
},
"end": {
"line": 2,
"column": 45
}
},
"extra": {
"rawValue": "../core/cachebust",
"raw": "\"../core/cachebust\""
},
"value": "../core/cachebust"
}
},
{
"type": "ImportDeclaration",
"start": 97,
"end": 146,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 49
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 106,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 24
}
},
"imported": {
"type": "Identifier",
"start": 106,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 24
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
},
"local": {
"type": "Identifier",
"start": 106,
"end": 121,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 24
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
}
}
],
"source": {
"type": "StringLiteral",
"start": 129,
"end": 145,
"loc": {
"start": {
"line": 3,
"column": 32
},
"end": {
"line": 3,
"column": 48
}
},
"extra": {
"rawValue": "../core/config",
"raw": "\"../core/config\""
},
"value": "../core/config"
}
},
{
"type": "ExportNamedDeclaration",
"start": 150,
"end": 1569,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 52,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 157,
"end": 1569,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 52,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 163,
"end": 181,
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 31
},
"identifierName": "MobileWarningState"
},
"name": "MobileWarningState"
},
"superClass": {
"type": "Identifier",
"start": 190,
"end": 199,
"loc": {
"start": {
"line": 5,
"column": 40
},
"end": {
"line": 5,
"column": 49
},
"identifierName": "GameState"
},
"name": "GameState"
},
"body": {
"type": "ClassBody",
"start": 200,
"end": 1569,
"loc": {
"start": {
"line": 5,
"column": 50
},
"end": {
"line": 52,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 207,
"end": 267,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 8,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 207,
"end": 218,
"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": [],
"body": {
"type": "BlockStatement",
"start": 221,
"end": 267,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 8,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 232,
"end": 260,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 232,
"end": 259,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 35
}
},
"callee": {
"type": "Super",
"start": 232,
"end": 237,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 13
}
}
},
"arguments": [
{
"type": "StringLiteral",
"start": 238,
"end": 258,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 34
}
},
"extra": {
"rawValue": "MobileWarningState",
"raw": "\"MobileWarningState\""
},
"value": "MobileWarningState"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 275,
"end": 1046,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 275,
"end": 287,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 16
},
"identifierName": "getInnerHTML"
},
"name": "getInnerHTML"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 290,
"end": 1046,
"loc": {
"start": {
"line": 10,
"column": 19
},
"end": {
"line": 27,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 301,
"end": 1039,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 26,
"column": 10
}
},
"argument": {
"type": "TemplateLiteral",
"start": 308,
"end": 1038,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 26,
"column": 9
}
},
"expressions": [
{
"type": "CallExpression",
"start": 354,
"end": 379,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 62
}
},
"callee": {
"type": "Identifier",
"start": 354,
"end": 363,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 46
},
"identifierName": "cachebust"
},
"name": "cachebust"
},
"arguments": [
{
"type": "StringLiteral",
"start": 364,
"end": 378,
"loc": {
"start": {
"line": 13,
"column": 47
},
"end": {
"line": 13,
"column": 61
}
},
"extra": {
"rawValue": "res/logo.png",
"raw": "\"res/logo.png\""
},
"value": "res/logo.png"
}
]
},
{
"type": "BinaryExpression",
"start": 887,
"end": 938,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 67
}
},
"left": {
"type": "MemberExpression",
"start": 887,
"end": 922,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 887,
"end": 902,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 31
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
},
"property": {
"type": "Identifier",
"start": 903,
"end": 922,
"loc": {
"start": {
"line": 24,
"column": 32
},
"end": {
"line": 24,
"column": 51
},
"identifierName": "standaloneStorePage"
},
"name": "standaloneStorePage"
},
"computed": false
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 925,
"end": 938,
"loc": {
"start": {
"line": 24,
"column": 54
},
"end": {
"line": 24,
"column": 67
}
},
"extra": {
"rawValue": "?ref=mobile",
"raw": "\"?ref=mobile\""
},
"value": "?ref=mobile"
}
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 309,
"end": 352,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 13,
"column": 35
}
},
"value": {
"raw": "\n \n \n\n
\n I'm sorry, but shapez.io is not available on mobile devices yet!\n There is also no estimate when this will change, but feel to make a contribution! It's\n open source!
\n \nIf you want to play on your computer, you can also get the standalone on Steam:
\n\n \n \n\n\n I'm sorry, but shapez.io is not available on mobile devices yet!\n There is also no estimate when this will change, but feel to make a contribution! It's\n open source!
\n \nIf you want to play on your computer, you can also get the standalone on Steam:
\n\n \n Get the shapez.io standalone!\n ", "cooked": "\" class=\"standaloneLink\" target=\"_blank\">Get the shapez.io standalone!\n " }, "tail": true } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1054, "end": 1100, "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 31, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1054, "end": 1067, "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 29, "column": 17 }, "identifierName": "getThemeMusic" }, "name": "getThemeMusic" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1070, "end": 1100, "loc": { "start": { "line": 29, "column": 20 }, "end": { "line": 31, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 1081, "end": 1093, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 20 } }, "argument": { "type": "NullLiteral", "start": 1088, "end": 1092, "loc": { "start": { "line": 30, "column": 15 }, "end": { "line": 30, "column": 19 } } } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1108, "end": 1154, "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 35, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1108, "end": 1120, "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 33, "column": 16 }, "identifierName": "getHasFadeIn" }, "name": "getHasFadeIn" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1123, "end": 1154, "loc": { "start": { "line": 33, "column": 19 }, "end": { "line": 35, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 1134, "end": 1147, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 21 } }, "argument": { "type": "BooleanLiteral", "start": 1141, "end": 1146, "loc": { "start": { "line": 34, "column": 15 }, "end": { "line": 34, "column": 20 } }, "value": false } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1162, "end": 1506, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 48, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1162, "end": 1169, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 11 }, "identifierName": "onEnter" }, "name": "onEnter" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1172, "end": 1506, "loc": { "start": { "line": 37, "column": 14 }, "end": { "line": 48, "column": 5 } }, "body": [ { "type": "TryStatement", "start": 1183, "end": 1499, "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 47, "column": 9 } }, "block": { "type": "BlockStatement", "start": 1187, "end": 1411, "loc": { "start": { "line": 38, "column": 12 }, "end": { "line": 45, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 1202, "end": 1400, "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 44, "column": 13 } }, "test": { "type": "MemberExpression", "start": 1206, "end": 1217, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 27 } }, "object": { "type": "Identifier", "start": 1206, "end": 1212, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 22 }, "identifierName": "window" }, "name": "window" }, "property": { "type": "Identifier", "start": 1213, "end": 1217, "loc": { "start": { "line": 39, "column": 23 }, "end": { "line": 39, "column": 27 }, "identifierName": "gtag" }, "name": "gtag" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 1219, "end": 1400, "loc": { "start": { "line": 39, "column": 29 }, "end": { "line": 44, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 1238, "end": 1385, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 43, "column": 19 } }, "expression": { "type": "CallExpression", "start": 1238, "end": 1384, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 43, "column": 18 } }, "callee": { "type": "MemberExpression", "start": 1238, "end": 1249, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 40, "column": 27 } }, "object": { "type": "Identifier", "start": 1238, "end": 1244, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 40, "column": 22 }, "identifierName": "window" }, "name": "window" }, "property": { "type": "Identifier", "start": 1245, "end": 1249, "loc": { "start": { "line": 40, "column": 23 }, "end": { "line": 40, "column": 27 }, "identifierName": "gtag" }, "name": "gtag" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1250, "end": 1257, "loc": { "start": { "line": 40, "column": 28 }, "end": { "line": 40, "column": 35 } }, "extra": { "rawValue": "event", "raw": "\"event\"" }, "value": "event" }, { "type": "StringLiteral", "start": 1259, "end": 1266, "loc": { "start": { "line": 40, "column": 37 }, "end": { "line": 40, "column": 44 } }, "extra": { "rawValue": "click", "raw": "\"click\"" }, "value": "click" }, { "type": "ObjectExpression", "start": 1268, "end": 1383, "loc": { "start": { "line": 40, "column": 46 }, "end": { "line": 43, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 1291, "end": 1311, "loc": { "start": { "line": 41, "column": 20 }, "end": { "line": 41, "column": 40 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1291, "end": 1305, "loc": { "start": { "line": 41, "column": 20 }, "end": { "line": 41, "column": 34 }, "identifierName": "event_category" }, "name": "event_category" }, "value": { "type": "StringLiteral", "start": 1307, "end": 1311, "loc": { "start": { "line": 41, "column": 36 }, "end": { "line": 41, "column": 40 } }, "extra": { "rawValue": "ui", "raw": "\"ui\"" }, "value": "ui" } }, { "type": "ObjectProperty", "start": 1334, "end": 1363, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 49 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1334, "end": 1345, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 31 }, "identifierName": "event_label" }, "name": "event_label" }, "value": { "type": "StringLiteral", "start": 1347, "end": 1363, "loc": { "start": { "line": 42, "column": 33 }, "end": { "line": 42, "column": 49 } }, "extra": { "rawValue": "mobile_warning", "raw": "\"mobile_warning\"" }, "value": "mobile_warning" } } ] } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "handler": { "type": "CatchClause", "start": 1412, "end": 1499, "loc": { "start": { "line": 45, "column": 10 }, "end": { "line": 47, "column": 9 } }, "param": { "type": "Identifier", "start": 1419, "end": 1421, "loc": { "start": { "line": 45, "column": 17 }, "end": { "line": 45, "column": 19 }, "identifierName": "ex" }, "name": "ex" }, "body": { "type": "BlockStatement", "start": 1423, "end": 1499, "loc": { "start": { "line": 45, "column": 21 }, "end": { "line": 47, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1438, "end": 1488, "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 62 } }, "expression": { "type": "CallExpression", "start": 1438, "end": 1487, "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 1438, "end": 1450, "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 24 } }, "object": { "type": "Identifier", "start": 1438, "end": 1445, "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 19 }, "identifierName": "console" }, "name": "console" }, "property": { "type": "Identifier", "start": 1446, "end": 1450, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 46, "column": 24 }, "identifierName": "warn" }, "name": "warn" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1451, "end": 1482, "loc": { "start": { "line": 46, "column": 25 }, "end": { "line": 46, "column": 56 } }, "extra": { "rawValue": "Failed to track mobile click:", "raw": "\"Failed to track mobile click:\"" }, "value": "Failed to track mobile click:" }, { "type": "Identifier", "start": 1484, "end": 1486, "loc": { "start": { "line": 46, "column": 58 }, "end": { "line": 46, "column": 60 }, "identifierName": "ex" }, "name": "ex" } ] } } ], "directives": [] } }, "guardedHandlers": [], "finalizer": null } ], "directives": [] } }, { "type": "ClassMethod", "start": 1512, "end": 1566, "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 51, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1512, "end": 1519, "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 11 }, "identifierName": "onLeave" }, "name": "onLeave" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1522, "end": 1566, "loc": { "start": { "line": 49, "column": 14 }, "end": { "line": 51, "column": 5 } }, "body": [], "directives": [], "leadingComments": null, "innerComments": [ { "type": "CommentLine", "value": " this.dialogs.cleanup();", "start": 1533, "end": 1559, "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 34 } } } ] } } ] }, "leadingComments": [], "trailingComments": [] } } ], "directives": [] }, "comments": [ { "type": "CommentLine", "value": " this.dialogs.cleanup();", "start": 1533, "end": 1559, "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 34 } } } ], "tokens": [ { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 0, "end": 6, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7, "end": 8, "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "GameState", "start": 9, "end": 18, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 18 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 19, "end": 20, "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 21, "end": 25, "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/game_state", "start": 26, "end": 46, "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 46 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 46, "end": 47, "loc": { "start": { "line": 1, "column": 46 }, "end": { "line": 1, "column": 47 } } }, { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 49, "end": 55, "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 56, "end": 57, "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cachebust", "start": 58, "end": 67, "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 18 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 68, "end": 69, "loc": { "start": { "line": 2, "column": 19 }, "end": { "line": 2, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 70, "end": 74, "loc": { "start": { "line": 2, "column": 21 }, "end": { "line": 2, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/cachebust", "start": 75, "end": 94, "loc": { "start": { "line": 2, "column": 26 }, "end": { "line": 2, "column": 45 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 94, "end": 95, "loc": { "start": { "line": 2, "column": 45 }, "end": { "line": 2, "column": 46 } } }, { "type": { "label": "import", "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "import", "start": 97, "end": 103, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 104, "end": 105, "loc": { "start": { "line": 3, "column": 7 }, "end": { "line": 3, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "THIRDPARTY_URLS", "start": 106, "end": 121, "loc": { "start": { "line": 3, "column": 9 }, "end": { "line": 3, "column": 24 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 122, "end": 123, "loc": { "start": { "line": 3, "column": 25 }, "end": { "line": 3, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 124, "end": 128, "loc": { "start": { "line": 3, "column": 27 }, "end": { "line": 3, "column": 31 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "../core/config", "start": 129, "end": 145, "loc": { "start": { "line": 3, "column": 32 }, "end": { "line": 3, "column": 48 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 145, "end": 146, "loc": { "start": { "line": 3, "column": 48 }, "end": { "line": 3, "column": 49 } } }, { "type": { "label": "export", "keyword": "export", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "export", "start": 150, "end": 156, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 6 } } }, { "type": { "label": "class", "keyword": "class", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "class", "start": 157, "end": 162, "loc": { "start": { "line": 5, "column": 7 }, "end": { "line": 5, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "MobileWarningState", "start": 163, "end": 181, "loc": { "start": { "line": 5, "column": 13 }, "end": { "line": 5, "column": 31 } } }, { "type": { "label": "extends", "keyword": "extends", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "extends", "start": 182, "end": 189, "loc": { "start": { "line": 5, "column": 32 }, "end": { "line": 5, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "GameState", "start": 190, "end": 199, "loc": { "start": { "line": 5, "column": 40 }, "end": { "line": 5, "column": 49 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 200, "end": 201, "loc": { "start": { "line": 5, "column": 50 }, "end": { "line": 5, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "constructor", "start": 207, "end": 218, "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 6, "column": 15 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 218, "end": 219, "loc": { "start": { "line": 6, "column": 15 }, "end": { "line": 6, "column": 16 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 219, "end": 220, "loc": { "start": { "line": 6, "column": 16 }, "end": { "line": 6, "column": 17 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 221, "end": 222, "loc": { "start": { "line": 6, "column": 18 }, "end": { "line": 6, "column": 19 } } }, { "type": { "label": "super", "keyword": "super", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "super", "start": 232, "end": 237, "loc": { "start": { "line": 7, "column": 8 }, "end": { "line": 7, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 237, "end": 238, "loc": { "start": { "line": 7, "column": 13 }, "end": { "line": 7, "column": 14 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "MobileWarningState", "start": 238, "end": 258, "loc": { "start": { "line": 7, "column": 14 }, "end": { "line": 7, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 258, "end": 259, "loc": { "start": { "line": 7, "column": 34 }, "end": { "line": 7, "column": 35 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 259, "end": 260, "loc": { "start": { "line": 7, "column": 35 }, "end": { "line": 7, "column": 36 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 266, "end": 267, "loc": { "start": { "line": 8, "column": 4 }, "end": { "line": 8, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getInnerHTML", "start": 275, "end": 287, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 10, "column": 16 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 287, "end": 288, "loc": { "start": { "line": 10, "column": 16 }, "end": { "line": 10, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 288, "end": 289, "loc": { "start": { "line": 10, "column": 17 }, "end": { "line": 10, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 290, "end": 291, "loc": { "start": { "line": 10, "column": 19 }, "end": { "line": 10, "column": 20 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 301, "end": 307, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 14 } } }, { "type": { "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 308, "end": 309, "loc": { "start": { "line": 11, "column": 15 }, "end": { "line": 11, "column": 16 } } }, { "type": { "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "\n \n\n I'm sorry, but shapez.io is not available on mobile devices yet!\n There is also no estimate when this will change, but feel to make a contribution! It's\n open source!
\n \nIf you want to play on your computer, you can also get the standalone on Steam:
\n\n \n Get the shapez.io standalone!\n ", "start": 953, "end": 1037, "loc": { "start": { "line": 25, "column": 13 }, "end": { "line": 26, "column": 8 } } }, { "type": { "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1037, "end": 1038, "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 9 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1038, "end": 1039, "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 10 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1045, "end": 1046, "loc": { "start": { "line": 27, "column": 4 }, "end": { "line": 27, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getThemeMusic", "start": 1054, "end": 1067, "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 29, "column": 17 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1067, "end": 1068, "loc": { "start": { "line": 29, "column": 17 }, "end": { "line": 29, "column": 18 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1068, "end": 1069, "loc": { "start": { "line": 29, "column": 18 }, "end": { "line": 29, "column": 19 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1070, "end": 1071, "loc": { "start": { "line": 29, "column": 20 }, "end": { "line": 29, "column": 21 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 1081, "end": 1087, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 14 } } }, { "type": { "label": "null", "keyword": "null", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "null", "start": 1088, "end": 1092, "loc": { "start": { "line": 30, "column": 15 }, "end": { "line": 30, "column": 19 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1092, "end": 1093, "loc": { "start": { "line": 30, "column": 19 }, "end": { "line": 30, "column": 20 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1099, "end": 1100, "loc": { "start": { "line": 31, "column": 4 }, "end": { "line": 31, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getHasFadeIn", "start": 1108, "end": 1120, "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 33, "column": 16 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1120, "end": 1121, "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1121, "end": 1122, "loc": { "start": { "line": 33, "column": 17 }, "end": { "line": 33, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1123, "end": 1124, "loc": { "start": { "line": 33, "column": 19 }, "end": { "line": 33, "column": 20 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 1134, "end": 1140, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 14 } } }, { "type": { "label": "false", "keyword": "false", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "false", "start": 1141, "end": 1146, "loc": { "start": { "line": 34, "column": 15 }, "end": { "line": 34, "column": 20 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1146, "end": 1147, "loc": { "start": { "line": 34, "column": 20 }, "end": { "line": 34, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1153, "end": 1154, "loc": { "start": { "line": 35, "column": 4 }, "end": { "line": 35, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "onEnter", "start": 1162, "end": 1169, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1169, "end": 1170, "loc": { "start": { "line": 37, "column": 11 }, "end": { "line": 37, "column": 12 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1170, "end": 1171, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1172, "end": 1173, "loc": { "start": { "line": 37, "column": 14 }, "end": { "line": 37, "column": 15 } } }, { "type": { "label": "try", "keyword": "try", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "try", "start": 1183, "end": 1186, "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 11 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1187, "end": 1188, "loc": { "start": { "line": 38, "column": 12 }, "end": { "line": 38, "column": 13 } } }, { "type": { "label": "if", "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "if", "start": 1202, "end": 1204, "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 39, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1205, "end": 1206, "loc": { "start": { "line": 39, "column": 15 }, "end": { "line": 39, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "window", "start": 1206, "end": 1212, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 22 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1212, "end": 1213, "loc": { "start": { "line": 39, "column": 22 }, "end": { "line": 39, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "gtag", "start": 1213, "end": 1217, "loc": { "start": { "line": 39, "column": 23 }, "end": { "line": 39, "column": 27 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1217, "end": 1218, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 28 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1219, "end": 1220, "loc": { "start": { "line": 39, "column": 29 }, "end": { "line": 39, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "window", "start": 1238, "end": 1244, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 40, "column": 22 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1244, "end": 1245, "loc": { "start": { "line": 40, "column": 22 }, "end": { "line": 40, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "gtag", "start": 1245, "end": 1249, "loc": { "start": { "line": 40, "column": 23 }, "end": { "line": 40, "column": 27 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1249, "end": 1250, "loc": { "start": { "line": 40, "column": 27 }, "end": { "line": 40, "column": 28 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "event", "start": 1250, "end": 1257, "loc": { "start": { "line": 40, "column": 28 }, "end": { "line": 40, "column": 35 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1257, "end": 1258, "loc": { "start": { "line": 40, "column": 35 }, "end": { "line": 40, "column": 36 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "click", "start": 1259, "end": 1266, "loc": { "start": { "line": 40, "column": 37 }, "end": { "line": 40, "column": 44 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1266, "end": 1267, "loc": { "start": { "line": 40, "column": 44 }, "end": { "line": 40, "column": 45 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1268, "end": 1269, "loc": { "start": { "line": 40, "column": 46 }, "end": { "line": 40, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "event_category", "start": 1291, "end": 1305, "loc": { "start": { "line": 41, "column": 20 }, "end": { "line": 41, "column": 34 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1305, "end": 1306, "loc": { "start": { "line": 41, "column": 34 }, "end": { "line": 41, "column": 35 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "ui", "start": 1307, "end": 1311, "loc": { "start": { "line": 41, "column": 36 }, "end": { "line": 41, "column": 40 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1311, "end": 1312, "loc": { "start": { "line": 41, "column": 40 }, "end": { "line": 41, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "event_label", "start": 1334, "end": 1345, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 31 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1345, "end": 1346, "loc": { "start": { "line": 42, "column": 31 }, "end": { "line": 42, "column": 32 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "mobile_warning", "start": 1347, "end": 1363, "loc": { "start": { "line": 42, "column": 33 }, "end": { "line": 42, "column": 49 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1363, "end": 1364, "loc": { "start": { "line": 42, "column": 49 }, "end": { "line": 42, "column": 50 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1382, "end": 1383, "loc": { "start": { "line": 43, "column": 16 }, "end": { "line": 43, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1383, "end": 1384, "loc": { "start": { "line": 43, "column": 17 }, "end": { "line": 43, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1384, "end": 1385, "loc": { "start": { "line": 43, "column": 18 }, "end": { "line": 43, "column": 19 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1399, "end": 1400, "loc": { "start": { "line": 44, "column": 12 }, "end": { "line": 44, "column": 13 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1410, "end": 1411, "loc": { "start": { "line": 45, "column": 8 }, "end": { "line": 45, "column": 9 } } }, { "type": { "label": "catch", "keyword": "catch", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "catch", "start": 1412, "end": 1417, "loc": { "start": { "line": 45, "column": 10 }, "end": { "line": 45, "column": 15 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1418, "end": 1419, "loc": { "start": { "line": 45, "column": 16 }, "end": { "line": 45, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "ex", "start": 1419, "end": 1421, "loc": { "start": { "line": 45, "column": 17 }, "end": { "line": 45, "column": 19 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1421, "end": 1422, "loc": { "start": { "line": 45, "column": 19 }, "end": { "line": 45, "column": 20 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1423, "end": 1424, "loc": { "start": { "line": 45, "column": 21 }, "end": { "line": 45, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "console", "start": 1438, "end": 1445, "loc": { "start": { "line": 46, "column": 12 }, "end": { "line": 46, "column": 19 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1445, "end": 1446, "loc": { "start": { "line": 46, "column": 19 }, "end": { "line": 46, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "warn", "start": 1446, "end": 1450, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 46, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1450, "end": 1451, "loc": { "start": { "line": 46, "column": 24 }, "end": { "line": 46, "column": 25 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Failed to track mobile click:", "start": 1451, "end": 1482, "loc": { "start": { "line": 46, "column": 25 }, "end": { "line": 46, "column": 56 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1482, "end": 1483, "loc": { "start": { "line": 46, "column": 56 }, "end": { "line": 46, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "ex", "start": 1484, "end": 1486, "loc": { "start": { "line": 46, "column": 58 }, "end": { "line": 46, "column": 60 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1486, "end": 1487, "loc": { "start": { "line": 46, "column": 60 }, "end": { "line": 46, "column": 61 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1487, "end": 1488, "loc": { "start": { "line": 46, "column": 61 }, "end": { "line": 46, "column": 62 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1498, "end": 1499, "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 9 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1505, "end": 1506, "loc": { "start": { "line": 48, "column": 4 }, "end": { "line": 48, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "onLeave", "start": 1512, "end": 1519, "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1519, "end": 1520, "loc": { "start": { "line": 49, "column": 11 }, "end": { "line": 49, "column": 12 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1520, "end": 1521, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1522, "end": 1523, "loc": { "start": { "line": 49, "column": 14 }, "end": { "line": 49, "column": 15 } } }, { "type": "CommentLine", "value": " this.dialogs.cleanup();", "start": 1533, "end": 1559, "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 34 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1565, "end": 1566, "loc": { "start": { "line": 51, "column": 4 }, "end": { "line": 51, "column": 5 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1568, "end": 1569, "loc": { "start": { "line": 52, "column": 0 }, "end": { "line": 52, "column": 1 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1571, "end": 1571, "loc": { "start": { "line": 53, "column": 0 }, "end": { "line": 53, "column": 0 } } } ] }