1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/docs/ast/source/core/config.js.json
2021-02-26 15:20:37 +01:00

21464 lines
519 KiB
JSON

{
"type": "File",
"start": 0,
"end": 4190,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 147,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 4190,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 147,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ExportNamedDeclaration",
"start": 0,
"end": 279,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 6,
"column": 50
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 7,
"end": 279,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 6,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 13,
"end": 278,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 6,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 13,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "IS_DEBUG"
},
"name": "IS_DEBUG"
},
"init": {
"type": "LogicalExpression",
"start": 29,
"end": 278,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 6,
"column": 49
}
},
"left": {
"type": "LogicalExpression",
"start": 29,
"end": 224,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 5,
"column": 104
}
},
"left": {
"type": "LogicalExpression",
"start": 29,
"end": 115,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 4,
"column": 35
}
},
"left": {
"type": "LogicalExpression",
"start": 29,
"end": 75,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 3,
"column": 33
}
},
"left": {
"type": "Identifier",
"start": 29,
"end": 37,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 12
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 46,
"end": 75,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 33
}
},
"left": {
"type": "UnaryExpression",
"start": 46,
"end": 59,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 17
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 53,
"end": 59,
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 3,
"column": 17
},
"identifierName": "window"
},
"name": "window"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "!==",
"right": {
"type": "StringLiteral",
"start": 64,
"end": 75,
"loc": {
"start": {
"line": 3,
"column": 22
},
"end": {
"line": 3,
"column": 33
}
},
"extra": {
"rawValue": "undefined",
"raw": "\"undefined\""
},
"value": "undefined"
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 84,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 35
}
},
"left": {
"type": "MemberExpression",
"start": 84,
"end": 104,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 24
}
},
"object": {
"type": "MemberExpression",
"start": 84,
"end": 99,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 84,
"end": 90,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 10
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 19
},
"identifierName": "location"
},
"name": "location"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 100,
"end": 104,
"loc": {
"start": {
"line": 4,
"column": 20
},
"end": {
"line": 4,
"column": 24
},
"identifierName": "port"
},
"name": "port"
},
"computed": false
},
"operator": "===",
"right": {
"type": "StringLiteral",
"start": 109,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 29
},
"end": {
"line": 4,
"column": 35
}
},
"extra": {
"rawValue": "3005",
"raw": "\"3005\""
},
"value": "3005"
}
}
},
"operator": "&&",
"right": {
"type": "LogicalExpression",
"start": 125,
"end": 223,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 103
}
},
"left": {
"type": "BinaryExpression",
"start": 125,
"end": 172,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 52
}
},
"left": {
"type": "CallExpression",
"start": 125,
"end": 167,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 125,
"end": 153,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 125,
"end": 145,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 125,
"end": 140,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 125,
"end": 131,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 11
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 132,
"end": 140,
"loc": {
"start": {
"line": 5,
"column": 12
},
"end": {
"line": 5,
"column": 20
},
"identifierName": "location"
},
"name": "location"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 25
},
"identifierName": "host"
},
"name": "host"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 146,
"end": 153,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 33
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 154,
"end": 166,
"loc": {
"start": {
"line": 5,
"column": 34
},
"end": {
"line": 5,
"column": 46
}
},
"extra": {
"rawValue": "localhost:",
"raw": "\"localhost:\""
},
"value": "localhost:"
}
]
},
"operator": ">=",
"right": {
"type": "NumericLiteral",
"start": 171,
"end": 172,
"loc": {
"start": {
"line": 5,
"column": 51
},
"end": {
"line": 5,
"column": 52
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 176,
"end": 223,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 103
}
},
"left": {
"type": "CallExpression",
"start": 176,
"end": 218,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 176,
"end": 204,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 84
}
},
"object": {
"type": "MemberExpression",
"start": 176,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 76
}
},
"object": {
"type": "MemberExpression",
"start": 176,
"end": 191,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 176,
"end": 182,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 62
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 183,
"end": 191,
"loc": {
"start": {
"line": 5,
"column": 63
},
"end": {
"line": 5,
"column": 71
},
"identifierName": "location"
},
"name": "location"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 72
},
"end": {
"line": 5,
"column": 76
},
"identifierName": "host"
},
"name": "host"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 197,
"end": 204,
"loc": {
"start": {
"line": 5,
"column": 77
},
"end": {
"line": 5,
"column": 84
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 205,
"end": 217,
"loc": {
"start": {
"line": 5,
"column": 85
},
"end": {
"line": 5,
"column": 97
}
},
"extra": {
"rawValue": "192.168.0.",
"raw": "\"192.168.0.\""
},
"value": "192.168.0."
}
]
},
"operator": ">=",
"right": {
"type": "NumericLiteral",
"start": 222,
"end": 223,
"loc": {
"start": {
"line": 5,
"column": 102
},
"end": {
"line": 5,
"column": 103
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"extra": {
"parenthesized": true,
"parenStart": 124
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 233,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 49
}
},
"left": {
"type": "CallExpression",
"start": 233,
"end": 274,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 233,
"end": 263,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 233,
"end": 255,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 26
}
},
"object": {
"type": "MemberExpression",
"start": 233,
"end": 248,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 233,
"end": 239,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 10
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 240,
"end": 248,
"loc": {
"start": {
"line": 6,
"column": 11
},
"end": {
"line": 6,
"column": 19
},
"identifierName": "location"
},
"name": "location"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 249,
"end": 255,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 26
},
"identifierName": "search"
},
"name": "search"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 256,
"end": 263,
"loc": {
"start": {
"line": 6,
"column": 27
},
"end": {
"line": 6,
"column": 34
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 264,
"end": 273,
"loc": {
"start": {
"line": 6,
"column": 35
},
"end": {
"line": 6,
"column": 44
}
},
"extra": {
"rawValue": "nodebug",
"raw": "\"nodebug\""
},
"value": "nodebug"
}
]
},
"operator": "<",
"right": {
"type": "NumericLiteral",
"start": 277,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 48
},
"end": {
"line": 6,
"column": 49
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 283,
"end": 318,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 35
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 290,
"end": 318,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 296,
"end": 317,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 34
}
},
"id": {
"type": "Identifier",
"start": 296,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 26
},
"identifierName": "SUPPORT_TOUCH"
},
"name": "SUPPORT_TOUCH"
},
"init": {
"type": "BooleanLiteral",
"start": 312,
"end": 317,
"loc": {
"start": {
"line": 8,
"column": 29
},
"end": {
"line": 8,
"column": 34
}
},
"value": false
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 322,
"end": 397,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 75
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 329,
"end": 397,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 75
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 335,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 74
}
},
"id": {
"type": "Identifier",
"start": 335,
"end": 341,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 19
},
"identifierName": "IS_MAC"
},
"name": "IS_MAC"
},
"init": {
"type": "BinaryExpression",
"start": 344,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 74
}
},
"left": {
"type": "CallExpression",
"start": 344,
"end": 391,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 344,
"end": 384,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 62
}
},
"object": {
"type": "CallExpression",
"start": 344,
"end": 376,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 344,
"end": 374,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 344,
"end": 362,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 344,
"end": 353,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 31
},
"identifierName": "navigator"
},
"name": "navigator"
},
"property": {
"type": "Identifier",
"start": 354,
"end": 362,
"loc": {
"start": {
"line": 10,
"column": 32
},
"end": {
"line": 10,
"column": 40
},
"identifierName": "platform"
},
"name": "platform"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 363,
"end": 374,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 52
},
"identifierName": "toLowerCase"
},
"name": "toLowerCase"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 377,
"end": 384,
"loc": {
"start": {
"line": 10,
"column": 55
},
"end": {
"line": 10,
"column": 62
},
"identifierName": "indexOf"
},
"name": "indexOf"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 385,
"end": 390,
"loc": {
"start": {
"line": 10,
"column": 63
},
"end": {
"line": 10,
"column": 68
}
},
"extra": {
"rawValue": "mac",
"raw": "\"mac\""
},
"value": "mac"
}
]
},
"operator": ">=",
"right": {
"type": "NumericLiteral",
"start": 395,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 74
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "VariableDeclaration",
"start": 401,
"end": 427,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 26
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 407,
"end": 426,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 25
}
},
"id": {
"type": "Identifier",
"start": 407,
"end": 419,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 18
},
"identifierName": "smoothCanvas"
},
"name": "smoothCanvas"
},
"init": {
"type": "BooleanLiteral",
"start": 422,
"end": 426,
"loc": {
"start": {
"line": 12,
"column": 21
},
"end": {
"line": 12,
"column": 25
}
},
"value": true
}
}
],
"kind": "const"
},
{
"type": "ExportNamedDeclaration",
"start": 431,
"end": 963,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 27,
"column": 2
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 438,
"end": 963,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 27,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 444,
"end": 962,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 27,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 444,
"end": 459,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 28
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
},
"init": {
"type": "ObjectExpression",
"start": 462,
"end": 962,
"loc": {
"start": {
"line": 14,
"column": 31
},
"end": {
"line": 27,
"column": 1
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 469,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 469,
"end": 476,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 11
},
"identifierName": "discord"
},
"name": "discord"
},
"value": {
"type": "StringLiteral",
"start": 478,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 41
}
},
"extra": {
"rawValue": "https://discord.gg/HN7EVzV",
"raw": "\"https://discord.gg/HN7EVzV\""
},
"value": "https://discord.gg/HN7EVzV"
}
},
{
"type": "ObjectProperty",
"start": 513,
"end": 558,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 49
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 513,
"end": 519,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 10
},
"identifierName": "github"
},
"name": "github"
},
"value": {
"type": "StringLiteral",
"start": 521,
"end": 558,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 49
}
},
"extra": {
"rawValue": "https://github.com/tobspr/shapez.io",
"raw": "\"https://github.com/tobspr/shapez.io\""
},
"value": "https://github.com/tobspr/shapez.io"
}
},
{
"type": "ObjectProperty",
"start": 565,
"end": 608,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 47
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 565,
"end": 571,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 10
},
"identifierName": "reddit"
},
"name": "reddit"
},
"value": {
"type": "StringLiteral",
"start": 573,
"end": 608,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 47
}
},
"extra": {
"rawValue": "https://www.reddit.com/r/shapezio",
"raw": "\"https://www.reddit.com/r/shapezio\""
},
"value": "https://www.reddit.com/r/shapezio"
}
},
{
"type": "ObjectProperty",
"start": 615,
"end": 654,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 43
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 615,
"end": 626,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 15
},
"identifierName": "shapeViewer"
},
"name": "shapeViewer"
},
"value": {
"type": "StringLiteral",
"start": 628,
"end": 654,
"loc": {
"start": {
"line": 18,
"column": 17
},
"end": {
"line": 18,
"column": 43
}
},
"extra": {
"rawValue": "https://viewer.shapez.io",
"raw": "\"https://viewer.shapez.io\""
},
"value": "https://viewer.shapez.io"
}
},
{
"type": "ObjectProperty",
"start": 663,
"end": 738,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 79
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 663,
"end": 682,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 23
},
"identifierName": "standaloneStorePage"
},
"name": "standaloneStorePage"
},
"value": {
"type": "StringLiteral",
"start": 684,
"end": 738,
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 79
}
},
"extra": {
"rawValue": "https://store.steampowered.com/app/1318690/shapezio/",
"raw": "\"https://store.steampowered.com/app/1318690/shapezio/\""
},
"value": "https://store.steampowered.com/app/1318690/shapezio/"
}
},
{
"type": "ObjectProperty",
"start": 747,
"end": 958,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 26,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 747,
"end": 766,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 23
},
"identifierName": "levelTutorialVideos"
},
"name": "levelTutorialVideos"
},
"value": {
"type": "ObjectExpression",
"start": 768,
"end": 958,
"loc": {
"start": {
"line": 22,
"column": 25
},
"end": {
"line": 26,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 779,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 58
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "NumericLiteral",
"start": 779,
"end": 781,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 10
}
},
"extra": {
"rawValue": 21,
"raw": "21"
},
"value": 21
},
"value": {
"type": "StringLiteral",
"start": 783,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 58
}
},
"extra": {
"rawValue": "https://www.youtube.com/watch?v=0nUfRLMCcgo&",
"raw": "\"https://www.youtube.com/watch?v=0nUfRLMCcgo&\""
},
"value": "https://www.youtube.com/watch?v=0nUfRLMCcgo&"
}
},
{
"type": "ObjectProperty",
"start": 840,
"end": 890,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 58
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "NumericLiteral",
"start": 840,
"end": 842,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 10
}
},
"extra": {
"rawValue": 25,
"raw": "25"
},
"value": 25
},
"value": {
"type": "StringLiteral",
"start": 844,
"end": 890,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 58
}
},
"extra": {
"rawValue": "https://www.youtube.com/watch?v=7OCV1g40Iew&",
"raw": "\"https://www.youtube.com/watch?v=7OCV1g40Iew&\""
},
"value": "https://www.youtube.com/watch?v=7OCV1g40Iew&"
}
},
{
"type": "ObjectProperty",
"start": 901,
"end": 950,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 57
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "NumericLiteral",
"start": 901,
"end": 903,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 10
}
},
"extra": {
"rawValue": 26,
"raw": "26"
},
"value": 26
},
"value": {
"type": "StringLiteral",
"start": 905,
"end": 950,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 57
}
},
"extra": {
"rawValue": "https://www.youtube.com/watch?v=gfm6dS1dCoY",
"raw": "\"https://www.youtube.com/watch?v=gfm6dS1dCoY\""
},
"value": "https://www.youtube.com/watch?v=gfm6dS1dCoY"
}
}
]
}
}
]
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
}
],
"leadingComments": []
},
"trailingComments": [
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 1061,
"end": 1112,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 51
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 1068,
"end": 1112,
"loc": {
"start": {
"line": 30,
"column": 7
},
"end": {
"line": 30,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1074,
"end": 1111,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 1074,
"end": 1095,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 34
},
"identifierName": "A_B_TESTING_LINK_TYPE"
},
"name": "A_B_TESTING_LINK_TYPE",
"leadingComments": null
},
"init": {
"type": "StringLiteral",
"start": 1098,
"end": 1111,
"loc": {
"start": {
"line": 30,
"column": 37
},
"end": {
"line": 30,
"column": 50
}
},
"extra": {
"rawValue": "steam_2_npr",
"raw": "\"steam_2_npr\""
},
"value": "steam_2_npr"
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"start": 1116,
"end": 3076,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 114,
"column": 2
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 1123,
"end": 3076,
"loc": {
"start": {
"line": 32,
"column": 7
},
"end": {
"line": 114,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1129,
"end": 3075,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 114,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 1129,
"end": 1141,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 25
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"init": {
"type": "ObjectExpression",
"start": 1144,
"end": 3075,
"loc": {
"start": {
"line": 32,
"column": 28
},
"end": {
"line": 114,
"column": 1
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1246,
"end": 1258,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 16
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1246,
"end": 1254,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 12
},
"identifierName": "tileSize"
},
"name": "tileSize",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 1256,
"end": 1258,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 16
}
},
"extra": {
"rawValue": 32,
"raw": "32"
},
"value": 32
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Size of a single tile in Pixels.",
"start": 1151,
"end": 1186,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 39
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1192,
"end": 1240,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 52
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1265,
"end": 1281,
"loc": {
"start": {
"line": 36,
"column": 4
},
"end": {
"line": 36,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1265,
"end": 1277,
"loc": {
"start": {
"line": 36,
"column": 4
},
"end": {
"line": 36,
"column": 16
},
"identifierName": "halfTileSize"
},
"name": "halfTileSize"
},
"value": {
"type": "NumericLiteral",
"start": 1279,
"end": 1281,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 20
}
},
"extra": {
"rawValue": 16,
"raw": "16"
},
"value": 16
}
},
{
"type": "ObjectProperty",
"start": 1324,
"end": 1343,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1324,
"end": 1333,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 13
},
"identifierName": "assetsDpi"
},
"name": "assetsDpi",
"leadingComments": null
},
"value": {
"type": "BinaryExpression",
"start": 1335,
"end": 1343,
"loc": {
"start": {
"line": 39,
"column": 15
},
"end": {
"line": 39,
"column": 23
}
},
"left": {
"type": "NumericLiteral",
"start": 1335,
"end": 1338,
"loc": {
"start": {
"line": 39,
"column": 15
},
"end": {
"line": 39,
"column": 18
}
},
"extra": {
"rawValue": 192,
"raw": "192"
},
"value": 192
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 1341,
"end": 1343,
"loc": {
"start": {
"line": 39,
"column": 21
},
"end": {
"line": 39,
"column": 23
}
},
"extra": {
"rawValue": 32,
"raw": "32"
},
"value": 32
}
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Which dpi the assets have",
"start": 1290,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 4
},
"end": {
"line": 38,
"column": 32
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1350,
"end": 1370,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1350,
"end": 1365,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 19
},
"identifierName": "assetsSharpness"
},
"name": "assetsSharpness"
},
"value": {
"type": "NumericLiteral",
"start": 1367,
"end": 1370,
"loc": {
"start": {
"line": 40,
"column": 21
},
"end": {
"line": 40,
"column": 24
}
},
"extra": {
"rawValue": 1.5,
"raw": "1.5"
},
"value": 1.5
}
},
{
"type": "ObjectProperty",
"start": 1377,
"end": 1397,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1377,
"end": 1392,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 19
},
"identifierName": "shapesSharpness"
},
"name": "shapesSharpness"
},
"value": {
"type": "NumericLiteral",
"start": 1394,
"end": 1397,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 24
}
},
"extra": {
"rawValue": 1.4,
"raw": "1.4"
},
"value": 1.4
}
},
{
"type": "ObjectProperty",
"start": 1435,
"end": 1458,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1435,
"end": 1453,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 22
},
"identifierName": "statisticsGraphDpi"
},
"name": "statisticsGraphDpi",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 1455,
"end": 1458,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 27
}
},
"extra": {
"rawValue": 2.5,
"raw": "2.5"
},
"value": 2.5
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Production analytics",
"start": 1406,
"end": 1429,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 27
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1465,
"end": 1491,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1465,
"end": 1486,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 25
},
"identifierName": "statisticsGraphSlices"
},
"name": "statisticsGraphSlices"
},
"value": {
"type": "NumericLiteral",
"start": 1488,
"end": 1491,
"loc": {
"start": {
"line": 45,
"column": 27
},
"end": {
"line": 45,
"column": 30
}
},
"extra": {
"rawValue": 100,
"raw": "100"
},
"value": 100
}
},
{
"type": "ObjectProperty",
"start": 1498,
"end": 1546,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 52
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1498,
"end": 1527,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 33
},
"identifierName": "analyticsSliceDurationSeconds"
},
"name": "analyticsSliceDurationSeconds"
},
"value": {
"type": "ConditionalExpression",
"start": 1529,
"end": 1546,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 52
}
},
"test": {
"type": "Identifier",
"start": 1529,
"end": 1537,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 43
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"consequent": {
"type": "NumericLiteral",
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 46
},
"end": {
"line": 46,
"column": 47
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"alternate": {
"type": "NumericLiteral",
"start": 1544,
"end": 1546,
"loc": {
"start": {
"line": 46,
"column": 50
},
"end": {
"line": 46,
"column": 52
}
},
"extra": {
"rawValue": 10,
"raw": "10"
},
"value": 10
}
}
},
{
"type": "ObjectProperty",
"start": 1555,
"end": 1574,
"loc": {
"start": {
"line": 48,
"column": 4
},
"end": {
"line": 48,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1555,
"end": 1570,
"loc": {
"start": {
"line": 48,
"column": 4
},
"end": {
"line": 48,
"column": 19
},
"identifierName": "minimumTickRate"
},
"name": "minimumTickRate"
},
"value": {
"type": "NumericLiteral",
"start": 1572,
"end": 1574,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 23
}
},
"extra": {
"rawValue": 25,
"raw": "25"
},
"value": 25
}
},
{
"type": "ObjectProperty",
"start": 1581,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1581,
"end": 1596,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 19
},
"identifierName": "maximumTickRate"
},
"name": "maximumTickRate"
},
"value": {
"type": "NumericLiteral",
"start": 1598,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 24
}
},
"extra": {
"rawValue": 500,
"raw": "500"
},
"value": 500
}
},
{
"type": "ObjectProperty",
"start": 1622,
"end": 1638,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1622,
"end": 1634,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 16
},
"identifierName": "mapChunkSize"
},
"name": "mapChunkSize",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 1636,
"end": 1638,
"loc": {
"start": {
"line": 52,
"column": 18
},
"end": {
"line": 52,
"column": 20
}
},
"extra": {
"rawValue": 16,
"raw": "16"
},
"value": 16
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Map",
"start": 1610,
"end": 1616,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 10
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1645,
"end": 1673,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1645,
"end": 1668,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 27
},
"identifierName": "mapChunkOverviewMinZoom"
},
"name": "mapChunkOverviewMinZoom"
},
"value": {
"type": "NumericLiteral",
"start": 1670,
"end": 1673,
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 32
}
},
"extra": {
"rawValue": 0.9,
"raw": "0.9"
},
"value": 0.9
}
},
{
"type": "ObjectProperty",
"start": 1680,
"end": 1703,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 54,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1680,
"end": 1697,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 54,
"column": 21
},
"identifierName": "mapChunkWorldSize"
},
"name": "mapChunkWorldSize"
},
"value": {
"type": "NullLiteral",
"start": 1699,
"end": 1703,
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 27
}
}
}
},
{
"type": "ObjectProperty",
"start": 1798,
"end": 1824,
"loc": {
"start": {
"line": 58,
"column": 4
},
"end": {
"line": 58,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1798,
"end": 1821,
"loc": {
"start": {
"line": 58,
"column": 4
},
"end": {
"line": 58,
"column": 27
},
"identifierName": "beltSpeedItemsPerSecond"
},
"name": "beltSpeedItemsPerSecond",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 1823,
"end": 1824,
"loc": {
"start": {
"line": 58,
"column": 29
},
"end": {
"line": 58,
"column": 30
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
},
"leadingComments": [
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1705,
"end": 1716,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 40
}
}
},
{
"type": "CommentLine",
"value": " Belt speeds",
"start": 1724,
"end": 1738,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 18
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1744,
"end": 1792,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 52
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1831,
"end": 1858,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 31
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1831,
"end": 1855,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 28
},
"identifierName": "minerSpeedItemsPerSecond"
},
"name": "minerSpeedItemsPerSecond"
},
"value": {
"type": "NumericLiteral",
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 59,
"column": 30
},
"end": {
"line": 59,
"column": 31
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "ObjectProperty",
"start": 1879,
"end": 1902,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1879,
"end": 1898,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 23
},
"identifierName": "defaultItemDiameter"
},
"name": "defaultItemDiameter",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 1900,
"end": 1902,
"loc": {
"start": {
"line": 61,
"column": 25
},
"end": {
"line": 61,
"column": 27
}
},
"extra": {
"rawValue": 20,
"raw": "20"
},
"value": 20
},
"leadingComments": [
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1860,
"end": 1871,
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 44
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 1911,
"end": 1935,
"loc": {
"start": {
"line": 63,
"column": 4
},
"end": {
"line": 63,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1911,
"end": 1929,
"loc": {
"start": {
"line": 63,
"column": 4
},
"end": {
"line": 63,
"column": 22
},
"identifierName": "itemSpacingOnBelts"
},
"name": "itemSpacingOnBelts"
},
"value": {
"type": "NumericLiteral",
"start": 1931,
"end": 1935,
"loc": {
"start": {
"line": 63,
"column": 24
},
"end": {
"line": 63,
"column": 28
}
},
"extra": {
"rawValue": 0.63,
"raw": "0.63"
},
"value": 0.63
}
},
{
"type": "ObjectProperty",
"start": 1944,
"end": 1971,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 31
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1944,
"end": 1968,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 28
},
"identifierName": "wiresSpeedItemsPerSecond"
},
"name": "wiresSpeedItemsPerSecond"
},
"value": {
"type": "NumericLiteral",
"start": 1970,
"end": 1971,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 31
}
},
"extra": {
"rawValue": 6,
"raw": "6"
},
"value": 6
}
},
{
"type": "ObjectProperty",
"start": 1980,
"end": 2017,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1980,
"end": 2009,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 33
},
"identifierName": "undergroundBeltMaxTilesByTier"
},
"name": "undergroundBeltMaxTilesByTier"
},
"value": {
"type": "ArrayExpression",
"start": 2011,
"end": 2017,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 41
}
},
"elements": [
{
"type": "NumericLiteral",
"start": 2012,
"end": 2013,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
},
"extra": {
"rawValue": 5,
"raw": "5"
},
"value": 5
},
{
"type": "NumericLiteral",
"start": 2015,
"end": 2016,
"loc": {
"start": {
"line": 67,
"column": 39
},
"end": {
"line": 67,
"column": 40
}
},
"extra": {
"rawValue": 9,
"raw": "9"
},
"value": 9
}
]
}
},
{
"type": "ObjectProperty",
"start": 2026,
"end": 2058,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2026,
"end": 2054,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 32
},
"identifierName": "readerAnalyzeIntervalSeconds"
},
"name": "readerAnalyzeIntervalSeconds"
},
"value": {
"type": "NumericLiteral",
"start": 2056,
"end": 2058,
"loc": {
"start": {
"line": 69,
"column": 34
},
"end": {
"line": 69,
"column": 36
}
},
"extra": {
"rawValue": 10,
"raw": "10"
},
"value": 10
}
},
{
"type": "ObjectProperty",
"start": 2067,
"end": 2357,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2067,
"end": 2081,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 18
},
"identifierName": "buildingSpeeds"
},
"name": "buildingSpeeds"
},
"value": {
"type": "ObjectExpression",
"start": 2083,
"end": 2357,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 82,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2094,
"end": 2107,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2094,
"end": 2100,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 14
},
"identifierName": "cutter"
},
"name": "cutter"
},
"value": {
"type": "BinaryExpression",
"start": 2102,
"end": 2107,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 21
}
},
"left": {
"type": "NumericLiteral",
"start": 2102,
"end": 2103,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 17
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2106,
"end": 2107,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 21
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
}
},
{
"type": "ObjectProperty",
"start": 2118,
"end": 2135,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2118,
"end": 2128,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 18
},
"identifierName": "cutterQuad"
},
"name": "cutterQuad"
},
"value": {
"type": "BinaryExpression",
"start": 2130,
"end": 2135,
"loc": {
"start": {
"line": 73,
"column": 20
},
"end": {
"line": 73,
"column": 25
}
},
"left": {
"type": "NumericLiteral",
"start": 2130,
"end": 2131,
"loc": {
"start": {
"line": 73,
"column": 20
},
"end": {
"line": 73,
"column": 21
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 73,
"column": 24
},
"end": {
"line": 73,
"column": 25
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
}
}
},
{
"type": "ObjectProperty",
"start": 2146,
"end": 2160,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2146,
"end": 2153,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 15
},
"identifierName": "rotater"
},
"name": "rotater"
},
"value": {
"type": "BinaryExpression",
"start": 2155,
"end": 2160,
"loc": {
"start": {
"line": 74,
"column": 17
},
"end": {
"line": 74,
"column": 22
}
},
"left": {
"type": "NumericLiteral",
"start": 2155,
"end": 2156,
"loc": {
"start": {
"line": 74,
"column": 17
},
"end": {
"line": 74,
"column": 18
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2159,
"end": 2160,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 22
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
},
{
"type": "ObjectProperty",
"start": 2171,
"end": 2188,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2171,
"end": 2181,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 18
},
"identifierName": "rotaterCCW"
},
"name": "rotaterCCW"
},
"value": {
"type": "BinaryExpression",
"start": 2183,
"end": 2188,
"loc": {
"start": {
"line": 75,
"column": 20
},
"end": {
"line": 75,
"column": 25
}
},
"left": {
"type": "NumericLiteral",
"start": 2183,
"end": 2184,
"loc": {
"start": {
"line": 75,
"column": 20
},
"end": {
"line": 75,
"column": 21
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2187,
"end": 2188,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 25
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
},
{
"type": "ObjectProperty",
"start": 2199,
"end": 2216,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2199,
"end": 2209,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 18
},
"identifierName": "rotater180"
},
"name": "rotater180"
},
"value": {
"type": "BinaryExpression",
"start": 2211,
"end": 2216,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 25
}
},
"left": {
"type": "NumericLiteral",
"start": 2211,
"end": 2212,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 21
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2215,
"end": 2216,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 25
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
},
{
"type": "ObjectProperty",
"start": 2227,
"end": 2241,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2227,
"end": 2234,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 15
},
"identifierName": "painter"
},
"name": "painter"
},
"value": {
"type": "BinaryExpression",
"start": 2236,
"end": 2241,
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 22
}
},
"left": {
"type": "NumericLiteral",
"start": 2236,
"end": 2237,
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 18
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2240,
"end": 2241,
"loc": {
"start": {
"line": 77,
"column": 21
},
"end": {
"line": 77,
"column": 22
}
},
"extra": {
"rawValue": 6,
"raw": "6"
},
"value": 6
}
}
},
{
"type": "ObjectProperty",
"start": 2252,
"end": 2272,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2252,
"end": 2265,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 21
},
"identifierName": "painterDouble"
},
"name": "painterDouble"
},
"value": {
"type": "BinaryExpression",
"start": 2267,
"end": 2272,
"loc": {
"start": {
"line": 78,
"column": 23
},
"end": {
"line": 78,
"column": 28
}
},
"left": {
"type": "NumericLiteral",
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 78,
"column": 23
},
"end": {
"line": 78,
"column": 24
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2271,
"end": 2272,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 28
}
},
"extra": {
"rawValue": 8,
"raw": "8"
},
"value": 8
}
}
},
{
"type": "ObjectProperty",
"start": 2283,
"end": 2301,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 26
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2283,
"end": 2294,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 19
},
"identifierName": "painterQuad"
},
"name": "painterQuad"
},
"value": {
"type": "BinaryExpression",
"start": 2296,
"end": 2301,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 26
}
},
"left": {
"type": "NumericLiteral",
"start": 2296,
"end": 2297,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 22
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 26
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
}
}
},
{
"type": "ObjectProperty",
"start": 2312,
"end": 2324,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2312,
"end": 2317,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 13
},
"identifierName": "mixer"
},
"name": "mixer"
},
"value": {
"type": "BinaryExpression",
"start": 2319,
"end": 2324,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 20
}
},
"left": {
"type": "NumericLiteral",
"start": 2319,
"end": 2320,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 16
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2323,
"end": 2324,
"loc": {
"start": {
"line": 80,
"column": 19
},
"end": {
"line": 80,
"column": 20
}
},
"extra": {
"rawValue": 5,
"raw": "5"
},
"value": 5
}
}
},
{
"type": "ObjectProperty",
"start": 2335,
"end": 2349,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2335,
"end": 2342,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 15
},
"identifierName": "stacker"
},
"name": "stacker"
},
"value": {
"type": "BinaryExpression",
"start": 2344,
"end": 2349,
"loc": {
"start": {
"line": 81,
"column": 17
},
"end": {
"line": 81,
"column": 22
}
},
"left": {
"type": "NumericLiteral",
"start": 2344,
"end": 2345,
"loc": {
"start": {
"line": 81,
"column": 17
},
"end": {
"line": 81,
"column": 18
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 2348,
"end": 2349,
"loc": {
"start": {
"line": 81,
"column": 21
},
"end": {
"line": 81,
"column": 22
}
},
"extra": {
"rawValue": 8,
"raw": "8"
},
"value": 8
}
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2382,
"end": 2398,
"loc": {
"start": {
"line": 85,
"column": 4
},
"end": {
"line": 85,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2382,
"end": 2393,
"loc": {
"start": {
"line": 85,
"column": 4
},
"end": {
"line": 85,
"column": 15
},
"identifierName": "initialZoom"
},
"name": "initialZoom",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 2395,
"end": 2398,
"loc": {
"start": {
"line": 85,
"column": 17
},
"end": {
"line": 85,
"column": 20
}
},
"extra": {
"rawValue": 1.9,
"raw": "1.9"
},
"value": 1.9
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Zooming",
"start": 2366,
"end": 2376,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 14
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 2405,
"end": 2422,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2405,
"end": 2417,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 16
},
"identifierName": "minZoomLevel"
},
"name": "minZoomLevel"
},
"value": {
"type": "NumericLiteral",
"start": 2419,
"end": 2422,
"loc": {
"start": {
"line": 86,
"column": 18
},
"end": {
"line": 86,
"column": 21
}
},
"extra": {
"rawValue": 0.1,
"raw": "0.1"
},
"value": 0.1
}
},
{
"type": "ObjectProperty",
"start": 2429,
"end": 2444,
"loc": {
"start": {
"line": 87,
"column": 4
},
"end": {
"line": 87,
"column": 19
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2429,
"end": 2441,
"loc": {
"start": {
"line": 87,
"column": 4
},
"end": {
"line": 87,
"column": 16
},
"identifierName": "maxZoomLevel"
},
"name": "maxZoomLevel"
},
"value": {
"type": "NumericLiteral",
"start": 2443,
"end": 2444,
"loc": {
"start": {
"line": 87,
"column": 18
},
"end": {
"line": 87,
"column": 19
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
},
{
"type": "ObjectProperty",
"start": 2479,
"end": 2491,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 90,
"column": 16
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2479,
"end": 2488,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 90,
"column": 13
},
"identifierName": "gameSpeed"
},
"name": "gameSpeed",
"leadingComments": null
},
"value": {
"type": "NumericLiteral",
"start": 2490,
"end": 2491,
"loc": {
"start": {
"line": 90,
"column": 15
},
"end": {
"line": 90,
"column": 16
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Global game speed",
"start": 2453,
"end": 2473,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 24
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 2500,
"end": 2526,
"loc": {
"start": {
"line": 92,
"column": 4
},
"end": {
"line": 92,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2500,
"end": 2521,
"loc": {
"start": {
"line": 92,
"column": 4
},
"end": {
"line": 92,
"column": 25
},
"identifierName": "warmupTimeSecondsFast"
},
"name": "warmupTimeSecondsFast"
},
"value": {
"type": "NumericLiteral",
"start": 2523,
"end": 2526,
"loc": {
"start": {
"line": 92,
"column": 27
},
"end": {
"line": 92,
"column": 30
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
},
{
"type": "ObjectProperty",
"start": 2533,
"end": 2560,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 31
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2533,
"end": 2557,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 28
},
"identifierName": "warmupTimeSecondsRegular"
},
"name": "warmupTimeSecondsRegular"
},
"value": {
"type": "NumericLiteral",
"start": 2559,
"end": 2560,
"loc": {
"start": {
"line": 93,
"column": 30
},
"end": {
"line": 93,
"column": 31
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
},
{
"type": "ObjectProperty",
"start": 2569,
"end": 2704,
"loc": {
"start": {
"line": 95,
"column": 4
},
"end": {
"line": 98,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2569,
"end": 2578,
"loc": {
"start": {
"line": 95,
"column": 4
},
"end": {
"line": 95,
"column": 13
},
"identifierName": "smoothing"
},
"name": "smoothing"
},
"value": {
"type": "ObjectExpression",
"start": 2580,
"end": 2704,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 98,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2591,
"end": 2629,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 46
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2591,
"end": 2607,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 24
},
"identifierName": "smoothMainCanvas"
},
"name": "smoothMainCanvas"
},
"value": {
"type": "LogicalExpression",
"start": 2609,
"end": 2629,
"loc": {
"start": {
"line": 96,
"column": 26
},
"end": {
"line": 96,
"column": 46
}
},
"left": {
"type": "Identifier",
"start": 2609,
"end": 2621,
"loc": {
"start": {
"line": 96,
"column": 26
},
"end": {
"line": 96,
"column": 38
},
"identifierName": "smoothCanvas"
},
"name": "smoothCanvas"
},
"operator": "&&",
"right": {
"type": "BooleanLiteral",
"start": 2625,
"end": 2629,
"loc": {
"start": {
"line": 96,
"column": 42
},
"end": {
"line": 96,
"column": 46
}
},
"value": true
}
}
},
{
"type": "ObjectProperty",
"start": 2640,
"end": 2654,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2640,
"end": 2647,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 15
},
"identifierName": "quality"
},
"name": "quality"
},
"value": {
"type": "StringLiteral",
"start": 2649,
"end": 2654,
"loc": {
"start": {
"line": 97,
"column": 17
},
"end": {
"line": 97,
"column": 22
}
},
"extra": {
"rawValue": "low",
"raw": "\"low\""
},
"value": "low"
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Low is CRUCIAL for mobile performance!",
"start": 2656,
"end": 2697,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 65
}
}
}
]
}
]
}
},
{
"type": "ObjectProperty",
"start": 2713,
"end": 2726,
"loc": {
"start": {
"line": 100,
"column": 4
},
"end": {
"line": 100,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2713,
"end": 2722,
"loc": {
"start": {
"line": 100,
"column": 4
},
"end": {
"line": 100,
"column": 13
},
"identifierName": "rendering"
},
"name": "rendering"
},
"value": {
"type": "ObjectExpression",
"start": 2724,
"end": 2726,
"loc": {
"start": {
"line": 100,
"column": 15
},
"end": {
"line": 100,
"column": 17
}
},
"properties": []
}
},
{
"type": "ObjectProperty",
"start": 2733,
"end": 2773,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2733,
"end": 2738,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 9
},
"identifierName": "debug"
},
"name": "debug"
},
"value": {
"type": "MemberExpression",
"start": 2740,
"end": 2773,
"loc": {
"start": {
"line": 101,
"column": 11
},
"end": {
"line": 101,
"column": 44
}
},
"object": {
"type": "CallExpression",
"start": 2740,
"end": 2765,
"loc": {
"start": {
"line": 101,
"column": 11
},
"end": {
"line": 101,
"column": 36
}
},
"callee": {
"type": "Identifier",
"start": 2740,
"end": 2747,
"loc": {
"start": {
"line": 101,
"column": 11
},
"end": {
"line": 101,
"column": 18
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2748,
"end": 2764,
"loc": {
"start": {
"line": 101,
"column": 19
},
"end": {
"line": 101,
"column": 35
}
},
"extra": {
"rawValue": "./config.local",
"raw": "\"./config.local\""
},
"value": "./config.local"
}
]
},
"property": {
"type": "Identifier",
"start": 2766,
"end": 2773,
"loc": {
"start": {
"line": 101,
"column": 37
},
"end": {
"line": 101,
"column": 44
},
"identifierName": "default"
},
"name": "default"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 2802,
"end": 3071,
"loc": {
"start": {
"line": 104,
"column": 4
},
"end": {
"line": 113,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2802,
"end": 2806,
"loc": {
"start": {
"line": 104,
"column": 4
},
"end": {
"line": 104,
"column": 8
},
"identifierName": "info"
},
"name": "info",
"leadingComments": null
},
"value": {
"type": "ObjectExpression",
"start": 2808,
"end": 3071,
"loc": {
"start": {
"line": 104,
"column": 10
},
"end": {
"line": 113,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2848,
"end": 2886,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 46
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2848,
"end": 2852,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
},
"identifierName": "file"
},
"name": "file",
"leadingComments": null
},
"value": {
"type": "StringLiteral",
"start": 2854,
"end": 2886,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 46
}
},
"extra": {
"rawValue": "Ec'])@^+*9zMevK3uMV4432x9%iK'=",
"raw": "\"Ec'])@^+*9zMevK3uMV4432x9%iK'=\""
},
"value": "Ec'])@^+*9zMevK3uMV4432x9%iK'="
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Binary file salt",
"start": 2819,
"end": 2838,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 27
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 2925,
"end": 2965,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 48
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2925,
"end": 2931,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 14
},
"identifierName": "sgSalt"
},
"name": "sgSalt",
"leadingComments": null
},
"value": {
"type": "StringLiteral",
"start": 2933,
"end": 2965,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 48
}
},
"extra": {
"rawValue": "}95Q3%8/.837Lqym_BJx%q7)pAHJbF",
"raw": "\"}95Q3%8/.837Lqym_BJx%q7)pAHJbF\""
},
"value": "}95Q3%8/.837Lqym_BJx%q7)pAHJbF"
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Savegame salt",
"start": 2899,
"end": 2915,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 24
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 3004,
"end": 3063,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 112,
"column": 67
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3004,
"end": 3019,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 112,
"column": 23
},
"identifierName": "analyticsApiKey"
},
"name": "analyticsApiKey",
"leadingComments": null
},
"value": {
"type": "StringLiteral",
"start": 3021,
"end": 3063,
"loc": {
"start": {
"line": 112,
"column": 25
},
"end": {
"line": 112,
"column": 67
}
},
"extra": {
"rawValue": "baf6a50f0cc7dfdec5a0e21c88a1c69a4b34bc4a",
"raw": "\"baf6a50f0cc7dfdec5a0e21c88a1c69a4b34bc4a\""
},
"value": "baf6a50f0cc7dfdec5a0e21c88a1c69a4b34bc4a"
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Analytics key",
"start": 2978,
"end": 2994,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 24
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Secret vars",
"start": 2782,
"end": 2796,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 18
}
}
}
]
}
]
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 3080,
"end": 3159,
"loc": {
"start": {
"line": 116,
"column": 0
},
"end": {
"line": 116,
"column": 79
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 3087,
"end": 3159,
"loc": {
"start": {
"line": 116,
"column": 7
},
"end": {
"line": 116,
"column": 79
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3093,
"end": 3158,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 78
}
},
"id": {
"type": "Identifier",
"start": 3093,
"end": 3102,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 22
},
"identifierName": "IS_MOBILE"
},
"name": "IS_MOBILE"
},
"init": {
"type": "CallExpression",
"start": 3105,
"end": 3158,
"loc": {
"start": {
"line": 116,
"column": 25
},
"end": {
"line": 116,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 3105,
"end": 3137,
"loc": {
"start": {
"line": 116,
"column": 25
},
"end": {
"line": 116,
"column": 57
}
},
"object": {
"type": "RegExpLiteral",
"start": 3105,
"end": 3132,
"loc": {
"start": {
"line": 116,
"column": 25
},
"end": {
"line": 116,
"column": 52
}
},
"extra": {
"raw": "/iPhone|iPad|iPod|Android/i"
},
"pattern": "iPhone|iPad|iPod|Android",
"flags": "i"
},
"property": {
"type": "Identifier",
"start": 3133,
"end": 3137,
"loc": {
"start": {
"line": 116,
"column": 53
},
"end": {
"line": 116,
"column": 57
},
"identifierName": "test"
},
"name": "test"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3138,
"end": 3157,
"loc": {
"start": {
"line": 116,
"column": 58
},
"end": {
"line": 116,
"column": 77
}
},
"object": {
"type": "Identifier",
"start": 3138,
"end": 3147,
"loc": {
"start": {
"line": 116,
"column": 58
},
"end": {
"line": 116,
"column": 67
},
"identifierName": "navigator"
},
"name": "navigator"
},
"property": {
"type": "Identifier",
"start": 3148,
"end": 3157,
"loc": {
"start": {
"line": 116,
"column": 68
},
"end": {
"line": 116,
"column": 77
},
"identifierName": "userAgent"
},
"name": "userAgent"
},
"computed": false
}
]
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentLine",
"value": " Automatic calculations",
"start": 3163,
"end": 3188,
"loc": {
"start": {
"line": 118,
"column": 0
},
"end": {
"line": 118,
"column": 25
}
}
}
],
"leadingComments": []
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Automatic calculations",
"start": 3163,
"end": 3188,
"loc": {
"start": {
"line": 118,
"column": 0
},
"end": {
"line": 118,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3190,
"end": 3271,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 81
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3190,
"end": 3270,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 80
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3190,
"end": 3227,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 3190,
"end": 3202,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 12
},
"identifierName": "globalConfig"
},
"name": "globalConfig",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3203,
"end": 3227,
"loc": {
"start": {
"line": 119,
"column": 13
},
"end": {
"line": 119,
"column": 37
},
"identifierName": "minerSpeedItemsPerSecond"
},
"name": "minerSpeedItemsPerSecond"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BinaryExpression",
"start": 3230,
"end": 3270,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 119,
"column": 80
}
},
"left": {
"type": "MemberExpression",
"start": 3230,
"end": 3266,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 119,
"column": 76
}
},
"object": {
"type": "Identifier",
"start": 3230,
"end": 3242,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 119,
"column": 52
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3243,
"end": 3266,
"loc": {
"start": {
"line": 119,
"column": 53
},
"end": {
"line": 119,
"column": 76
},
"identifierName": "beltSpeedItemsPerSecond"
},
"name": "beltSpeedItemsPerSecond"
},
"computed": false
},
"operator": "/",
"right": {
"type": "NumericLiteral",
"start": 3269,
"end": 3270,
"loc": {
"start": {
"line": 119,
"column": 79
},
"end": {
"line": 119,
"column": 80
}
},
"extra": {
"rawValue": 5,
"raw": "5"
},
"value": 5
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Automatic calculations",
"start": 3163,
"end": 3188,
"loc": {
"start": {
"line": 118,
"column": 0
},
"end": {
"line": 118,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3275,
"end": 3358,
"loc": {
"start": {
"line": 121,
"column": 0
},
"end": {
"line": 121,
"column": 83
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3275,
"end": 3357,
"loc": {
"start": {
"line": 121,
"column": 0
},
"end": {
"line": 121,
"column": 82
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3275,
"end": 3305,
"loc": {
"start": {
"line": 121,
"column": 0
},
"end": {
"line": 121,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 3275,
"end": 3287,
"loc": {
"start": {
"line": 121,
"column": 0
},
"end": {
"line": 121,
"column": 12
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3288,
"end": 3305,
"loc": {
"start": {
"line": 121,
"column": 13
},
"end": {
"line": 121,
"column": 30
},
"identifierName": "mapChunkWorldSize"
},
"name": "mapChunkWorldSize"
},
"computed": false
},
"right": {
"type": "BinaryExpression",
"start": 3308,
"end": 3357,
"loc": {
"start": {
"line": 121,
"column": 33
},
"end": {
"line": 121,
"column": 82
}
},
"left": {
"type": "MemberExpression",
"start": 3308,
"end": 3333,
"loc": {
"start": {
"line": 121,
"column": 33
},
"end": {
"line": 121,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 3308,
"end": 3320,
"loc": {
"start": {
"line": 121,
"column": 33
},
"end": {
"line": 121,
"column": 45
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3321,
"end": 3333,
"loc": {
"start": {
"line": 121,
"column": 46
},
"end": {
"line": 121,
"column": 58
},
"identifierName": "mapChunkSize"
},
"name": "mapChunkSize"
},
"computed": false
},
"operator": "*",
"right": {
"type": "MemberExpression",
"start": 3336,
"end": 3357,
"loc": {
"start": {
"line": 121,
"column": 61
},
"end": {
"line": 121,
"column": 82
}
},
"object": {
"type": "Identifier",
"start": 3336,
"end": 3348,
"loc": {
"start": {
"line": 121,
"column": 61
},
"end": {
"line": 121,
"column": 73
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3349,
"end": 3357,
"loc": {
"start": {
"line": 121,
"column": 74
},
"end": {
"line": 121,
"column": 82
},
"identifierName": "tileSize"
},
"name": "tileSize"
},
"computed": false
}
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Dynamic calculations",
"start": 3362,
"end": 3385,
"loc": {
"start": {
"line": 123,
"column": 0
},
"end": {
"line": 123,
"column": 23
}
}
}
]
},
{
"type": "IfStatement",
"start": 3387,
"end": 3481,
"loc": {
"start": {
"line": 124,
"column": 0
},
"end": {
"line": 126,
"column": 1
}
},
"test": {
"type": "MemberExpression",
"start": 3391,
"end": 3428,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 3391,
"end": 3409,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 3391,
"end": 3403,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3404,
"end": 3409,
"loc": {
"start": {
"line": 124,
"column": 17
},
"end": {
"line": 124,
"column": 22
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3410,
"end": 3428,
"loc": {
"start": {
"line": 124,
"column": 23
},
"end": {
"line": 124,
"column": 41
},
"identifierName": "disableMapOverview"
},
"name": "disableMapOverview"
},
"computed": false,
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 3430,
"end": 3481,
"loc": {
"start": {
"line": 124,
"column": 43
},
"end": {
"line": 126,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3437,
"end": 3478,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3437,
"end": 3477,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3437,
"end": 3473,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 3437,
"end": 3449,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3450,
"end": 3473,
"loc": {
"start": {
"line": 125,
"column": 17
},
"end": {
"line": 125,
"column": 40
},
"identifierName": "mapChunkOverviewMinZoom"
},
"name": "mapChunkOverviewMinZoom"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 3476,
"end": 3477,
"loc": {
"start": {
"line": 125,
"column": 43
},
"end": {
"line": 125,
"column": 44
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"directives": [],
"trailingComments": null
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " Dynamic calculations",
"start": 3362,
"end": 3385,
"loc": {
"start": {
"line": 123,
"column": 0
},
"end": {
"line": 123,
"column": 23
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " Stuff for making the trailer",
"start": 3485,
"end": 3516,
"loc": {
"start": {
"line": 128,
"column": 0
},
"end": {
"line": 128,
"column": 31
}
}
}
]
},
{
"type": "IfStatement",
"start": 3518,
"end": 3935,
"loc": {
"start": {
"line": 129,
"column": 0
},
"end": {
"line": 137,
"column": 1
}
},
"test": {
"type": "LogicalExpression",
"start": 3522,
"end": 3569,
"loc": {
"start": {
"line": 129,
"column": 4
},
"end": {
"line": 129,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 3522,
"end": 3530,
"loc": {
"start": {
"line": 129,
"column": 4
},
"end": {
"line": 129,
"column": 12
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV",
"leadingComments": null
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 3534,
"end": 3569,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 3534,
"end": 3552,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 3534,
"end": 3546,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 28
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3547,
"end": 3552,
"loc": {
"start": {
"line": 129,
"column": 29
},
"end": {
"line": 129,
"column": 34
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3553,
"end": 3569,
"loc": {
"start": {
"line": 129,
"column": 35
},
"end": {
"line": 129,
"column": 51
},
"identifierName": "renderForTrailer"
},
"name": "renderForTrailer"
},
"computed": false
},
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 3571,
"end": 3935,
"loc": {
"start": {
"line": 129,
"column": 53
},
"end": {
"line": 137,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3578,
"end": 3626,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3578,
"end": 3625,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3578,
"end": 3620,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 3578,
"end": 3596,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 3578,
"end": 3590,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3591,
"end": 3596,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3597,
"end": 3620,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 46
},
"identifierName": "framePausesBetweenTicks"
},
"name": "framePausesBetweenTicks"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 3623,
"end": 3625,
"loc": {
"start": {
"line": 130,
"column": 49
},
"end": {
"line": 130,
"column": 51
}
},
"extra": {
"rawValue": 32,
"raw": "32"
},
"value": 32
}
},
"trailingComments": [
{
"type": "CommentLine",
"value": " globalConfig.mapChunkOverviewMinZoom = 0.0;",
"start": 3632,
"end": 3678,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 50
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantBelts = true;",
"start": 3684,
"end": 3726,
"loc": {
"start": {
"line": 132,
"column": 4
},
"end": {
"line": 132,
"column": 46
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantProcessors = true;",
"start": 3732,
"end": 3779,
"loc": {
"start": {
"line": 133,
"column": 4
},
"end": {
"line": 133,
"column": 51
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantMiners = true;",
"start": 3785,
"end": 3828,
"loc": {
"start": {
"line": 134,
"column": 4
},
"end": {
"line": 134,
"column": 47
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 3834,
"end": 3881,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3834,
"end": 3880,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3834,
"end": 3873,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 3834,
"end": 3852,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 3834,
"end": 3846,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3847,
"end": 3852,
"loc": {
"start": {
"line": 135,
"column": 17
},
"end": {
"line": 135,
"column": 22
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 3853,
"end": 3873,
"loc": {
"start": {
"line": 135,
"column": 23
},
"end": {
"line": 135,
"column": 43
},
"identifierName": "disableSavegameWrite"
},
"name": "disableSavegameWrite"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "BooleanLiteral",
"start": 3876,
"end": 3880,
"loc": {
"start": {
"line": 135,
"column": 46
},
"end": {
"line": 135,
"column": 50
}
},
"value": true
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " globalConfig.mapChunkOverviewMinZoom = 0.0;",
"start": 3632,
"end": 3678,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 50
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantBelts = true;",
"start": 3684,
"end": 3726,
"loc": {
"start": {
"line": 132,
"column": 4
},
"end": {
"line": 132,
"column": 46
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantProcessors = true;",
"start": 3732,
"end": 3779,
"loc": {
"start": {
"line": 133,
"column": 4
},
"end": {
"line": 133,
"column": 51
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantMiners = true;",
"start": 3785,
"end": 3828,
"loc": {
"start": {
"line": 134,
"column": 4
},
"end": {
"line": 134,
"column": 47
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " globalConfig.beltSpeedItemsPerSecond *= 2;",
"start": 3887,
"end": 3932,
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 136,
"column": 49
}
}
}
]
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " Stuff for making the trailer",
"start": 3485,
"end": 3516,
"loc": {
"start": {
"line": 128,
"column": 0
},
"end": {
"line": 128,
"column": 31
}
}
}
]
},
{
"type": "IfStatement",
"start": 3939,
"end": 4032,
"loc": {
"start": {
"line": 139,
"column": 0
},
"end": {
"line": 141,
"column": 1
}
},
"test": {
"type": "MemberExpression",
"start": 3943,
"end": 3975,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 3943,
"end": 3961,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 3943,
"end": 3955,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3956,
"end": 3961,
"loc": {
"start": {
"line": 139,
"column": 17
},
"end": {
"line": 139,
"column": 22
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3962,
"end": 3975,
"loc": {
"start": {
"line": 139,
"column": 23
},
"end": {
"line": 139,
"column": 36
},
"identifierName": "fastGameEnter"
},
"name": "fastGameEnter"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3977,
"end": 4032,
"loc": {
"start": {
"line": 139,
"column": 38
},
"end": {
"line": 141,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3984,
"end": 4029,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 49
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3984,
"end": 4028,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 48
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3984,
"end": 4021,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 3984,
"end": 4002,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 3984,
"end": 3996,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 3997,
"end": 4002,
"loc": {
"start": {
"line": 140,
"column": 17
},
"end": {
"line": 140,
"column": 22
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4003,
"end": 4021,
"loc": {
"start": {
"line": 140,
"column": 23
},
"end": {
"line": 140,
"column": 41
},
"identifierName": "noArtificialDelays"
},
"name": "noArtificialDelays"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 4024,
"end": 4028,
"loc": {
"start": {
"line": 140,
"column": 44
},
"end": {
"line": 140,
"column": 48
}
},
"value": true
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 4036,
"end": 4188,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 146,
"column": 1
}
},
"test": {
"type": "LogicalExpression",
"start": 4040,
"end": 4089,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 53
}
},
"left": {
"type": "Identifier",
"start": 4040,
"end": 4048,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 12
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 4052,
"end": 4089,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 4052,
"end": 4070,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 4052,
"end": 4064,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 28
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 4065,
"end": 4070,
"loc": {
"start": {
"line": 143,
"column": 29
},
"end": {
"line": 143,
"column": 34
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4071,
"end": 4089,
"loc": {
"start": {
"line": 143,
"column": 35
},
"end": {
"line": 143,
"column": 53
},
"identifierName": "noArtificialDelays"
},
"name": "noArtificialDelays"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 4091,
"end": 4188,
"loc": {
"start": {
"line": 143,
"column": 55
},
"end": {
"line": 146,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4098,
"end": 4137,
"loc": {
"start": {
"line": 144,
"column": 4
},
"end": {
"line": 144,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4098,
"end": 4136,
"loc": {
"start": {
"line": 144,
"column": 4
},
"end": {
"line": 144,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4098,
"end": 4132,
"loc": {
"start": {
"line": 144,
"column": 4
},
"end": {
"line": 144,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 4098,
"end": 4110,
"loc": {
"start": {
"line": 144,
"column": 4
},
"end": {
"line": 144,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 4111,
"end": 4132,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 38
},
"identifierName": "warmupTimeSecondsFast"
},
"name": "warmupTimeSecondsFast"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 4135,
"end": 4136,
"loc": {
"start": {
"line": 144,
"column": 41
},
"end": {
"line": 144,
"column": 42
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
{
"type": "ExpressionStatement",
"start": 4143,
"end": 4185,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 46
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4143,
"end": 4184,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4143,
"end": 4180,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 4143,
"end": 4155,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 16
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 4156,
"end": 4180,
"loc": {
"start": {
"line": 145,
"column": 17
},
"end": {
"line": 145,
"column": 41
},
"identifierName": "warmupTimeSecondsRegular"
},
"name": "warmupTimeSecondsRegular"
},
"computed": false
},
"right": {
"type": "NumericLiteral",
"start": 4183,
"end": 4184,
"loc": {
"start": {
"line": 145,
"column": 44
},
"end": {
"line": 145,
"column": 45
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
},
{
"type": "CommentLine",
"value": " Size of a single tile in Pixels.",
"start": 1151,
"end": 1186,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 39
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1192,
"end": 1240,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 52
}
}
},
{
"type": "CommentLine",
"value": " Which dpi the assets have",
"start": 1290,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 4
},
"end": {
"line": 38,
"column": 32
}
}
},
{
"type": "CommentLine",
"value": " Production analytics",
"start": 1406,
"end": 1429,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 27
}
}
},
{
"type": "CommentLine",
"value": " Map",
"start": 1610,
"end": 1616,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 10
}
}
},
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1705,
"end": 1716,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 40
}
}
},
{
"type": "CommentLine",
"value": " Belt speeds",
"start": 1724,
"end": 1738,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 18
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1744,
"end": 1792,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 52
}
}
},
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1860,
"end": 1871,
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 44
}
}
},
{
"type": "CommentLine",
"value": " Zooming",
"start": 2366,
"end": 2376,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 14
}
}
},
{
"type": "CommentLine",
"value": " Global game speed",
"start": 2453,
"end": 2473,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 24
}
}
},
{
"type": "CommentLine",
"value": " Low is CRUCIAL for mobile performance!",
"start": 2656,
"end": 2697,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 65
}
}
},
{
"type": "CommentLine",
"value": " Secret vars",
"start": 2782,
"end": 2796,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 18
}
}
},
{
"type": "CommentLine",
"value": " Binary file salt",
"start": 2819,
"end": 2838,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 27
}
}
},
{
"type": "CommentLine",
"value": " Savegame salt",
"start": 2899,
"end": 2915,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 24
}
}
},
{
"type": "CommentLine",
"value": " Analytics key",
"start": 2978,
"end": 2994,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 24
}
}
},
{
"type": "CommentLine",
"value": " Automatic calculations",
"start": 3163,
"end": 3188,
"loc": {
"start": {
"line": 118,
"column": 0
},
"end": {
"line": 118,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " Dynamic calculations",
"start": 3362,
"end": 3385,
"loc": {
"start": {
"line": 123,
"column": 0
},
"end": {
"line": 123,
"column": 23
}
}
},
{
"type": "CommentLine",
"value": " Stuff for making the trailer",
"start": 3485,
"end": 3516,
"loc": {
"start": {
"line": 128,
"column": 0
},
"end": {
"line": 128,
"column": 31
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.mapChunkOverviewMinZoom = 0.0;",
"start": 3632,
"end": 3678,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 50
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantBelts = true;",
"start": 3684,
"end": 3726,
"loc": {
"start": {
"line": 132,
"column": 4
},
"end": {
"line": 132,
"column": 46
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantProcessors = true;",
"start": 3732,
"end": 3779,
"loc": {
"start": {
"line": 133,
"column": 4
},
"end": {
"line": 133,
"column": 51
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantMiners = true;",
"start": 3785,
"end": 3828,
"loc": {
"start": {
"line": 134,
"column": 4
},
"end": {
"line": 134,
"column": 47
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.beltSpeedItemsPerSecond *= 2;",
"start": 3887,
"end": 3932,
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 136,
"column": 49
}
}
}
],
"tokens": [
{
"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": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 7,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "IS_DEBUG",
"start": 13,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 29,
"end": 37,
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 12
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 38,
"end": 40,
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 15
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 46,
"end": 52,
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 53,
"end": 59,
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 3,
"column": 17
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 60,
"end": 63,
"loc": {
"start": {
"line": 3,
"column": 18
},
"end": {
"line": 3,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "undefined",
"start": 64,
"end": 75,
"loc": {
"start": {
"line": 3,
"column": 22
},
"end": {
"line": 3,
"column": 33
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 76,
"end": 78,
"loc": {
"start": {
"line": 3,
"column": 34
},
"end": {
"line": 3,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 84,
"end": 90,
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 90,
"end": 91,
"loc": {
"start": {
"line": 4,
"column": 10
},
"end": {
"line": 4,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "location",
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 99,
"end": 100,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "port",
"start": 100,
"end": 104,
"loc": {
"start": {
"line": 4,
"column": 20
},
"end": {
"line": 4,
"column": 24
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 105,
"end": 108,
"loc": {
"start": {
"line": 4,
"column": 25
},
"end": {
"line": 4,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "3005",
"start": 109,
"end": 115,
"loc": {
"start": {
"line": 4,
"column": 29
},
"end": {
"line": 4,
"column": 35
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 116,
"end": 118,
"loc": {
"start": {
"line": 4,
"column": 36
},
"end": {
"line": 4,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 124,
"end": 125,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 125,
"end": 131,
"loc": {
"start": {
"line": 5,
"column": 5
},
"end": {
"line": 5,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 131,
"end": 132,
"loc": {
"start": {
"line": 5,
"column": 11
},
"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": "location",
"start": 132,
"end": 140,
"loc": {
"start": {
"line": 5,
"column": 12
},
"end": {
"line": 5,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 140,
"end": 141,
"loc": {
"start": {
"line": 5,
"column": 20
},
"end": {
"line": 5,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "host",
"start": 141,
"end": 145,
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 145,
"end": 146,
"loc": {
"start": {
"line": 5,
"column": 25
},
"end": {
"line": 5,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 146,
"end": 153,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 153,
"end": 154,
"loc": {
"start": {
"line": 5,
"column": 33
},
"end": {
"line": 5,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "localhost:",
"start": 154,
"end": 166,
"loc": {
"start": {
"line": 5,
"column": 34
},
"end": {
"line": 5,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 166,
"end": 167,
"loc": {
"start": {
"line": 5,
"column": 46
},
"end": {
"line": 5,
"column": 47
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">=",
"start": 168,
"end": 170,
"loc": {
"start": {
"line": 5,
"column": 48
},
"end": {
"line": 5,
"column": 50
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 171,
"end": 172,
"loc": {
"start": {
"line": 5,
"column": 51
},
"end": {
"line": 5,
"column": 52
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 173,
"end": 175,
"loc": {
"start": {
"line": 5,
"column": 53
},
"end": {
"line": 5,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 176,
"end": 182,
"loc": {
"start": {
"line": 5,
"column": 56
},
"end": {
"line": 5,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 5,
"column": 62
},
"end": {
"line": 5,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "location",
"start": 183,
"end": 191,
"loc": {
"start": {
"line": 5,
"column": 63
},
"end": {
"line": 5,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 191,
"end": 192,
"loc": {
"start": {
"line": 5,
"column": 71
},
"end": {
"line": 5,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "host",
"start": 192,
"end": 196,
"loc": {
"start": {
"line": 5,
"column": 72
},
"end": {
"line": 5,
"column": 76
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 196,
"end": 197,
"loc": {
"start": {
"line": 5,
"column": 76
},
"end": {
"line": 5,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 197,
"end": 204,
"loc": {
"start": {
"line": 5,
"column": 77
},
"end": {
"line": 5,
"column": 84
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 204,
"end": 205,
"loc": {
"start": {
"line": 5,
"column": 84
},
"end": {
"line": 5,
"column": 85
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "192.168.0.",
"start": 205,
"end": 217,
"loc": {
"start": {
"line": 5,
"column": 85
},
"end": {
"line": 5,
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 217,
"end": 218,
"loc": {
"start": {
"line": 5,
"column": 97
},
"end": {
"line": 5,
"column": 98
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">=",
"start": 219,
"end": 221,
"loc": {
"start": {
"line": 5,
"column": 99
},
"end": {
"line": 5,
"column": 101
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 222,
"end": 223,
"loc": {
"start": {
"line": 5,
"column": 102
},
"end": {
"line": 5,
"column": 103
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 223,
"end": 224,
"loc": {
"start": {
"line": 5,
"column": 103
},
"end": {
"line": 5,
"column": 104
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 225,
"end": 227,
"loc": {
"start": {
"line": 5,
"column": 105
},
"end": {
"line": 5,
"column": 107
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 233,
"end": 239,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 239,
"end": 240,
"loc": {
"start": {
"line": 6,
"column": 10
},
"end": {
"line": 6,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "location",
"start": 240,
"end": 248,
"loc": {
"start": {
"line": 6,
"column": 11
},
"end": {
"line": 6,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 248,
"end": 249,
"loc": {
"start": {
"line": 6,
"column": 19
},
"end": {
"line": 6,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "search",
"start": 249,
"end": 255,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 6,
"column": 26
},
"end": {
"line": 6,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 256,
"end": 263,
"loc": {
"start": {
"line": 6,
"column": 27
},
"end": {
"line": 6,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 263,
"end": 264,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 6,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "nodebug",
"start": 264,
"end": 273,
"loc": {
"start": {
"line": 6,
"column": 35
},
"end": {
"line": 6,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 273,
"end": 274,
"loc": {
"start": {
"line": 6,
"column": 44
},
"end": {
"line": 6,
"column": 45
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 275,
"end": 276,
"loc": {
"start": {
"line": 6,
"column": 46
},
"end": {
"line": 6,
"column": 47
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 277,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 48
},
"end": {
"line": 6,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 278,
"end": 279,
"loc": {
"start": {
"line": 6,
"column": 49
},
"end": {
"line": 6,
"column": 50
}
}
},
{
"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": 283,
"end": 289,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 290,
"end": 295,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SUPPORT_TOUCH",
"start": 296,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 310,
"end": 311,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 28
}
}
},
{
"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": 312,
"end": 317,
"loc": {
"start": {
"line": 8,
"column": 29
},
"end": {
"line": 8,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 317,
"end": 318,
"loc": {
"start": {
"line": 8,
"column": 34
},
"end": {
"line": 8,
"column": 35
}
}
},
{
"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": 322,
"end": 328,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 329,
"end": 334,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "IS_MAC",
"start": 335,
"end": 341,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 342,
"end": 343,
"loc": {
"start": {
"line": 10,
"column": 20
},
"end": {
"line": 10,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navigator",
"start": 344,
"end": 353,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 353,
"end": 354,
"loc": {
"start": {
"line": 10,
"column": 31
},
"end": {
"line": 10,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "platform",
"start": 354,
"end": 362,
"loc": {
"start": {
"line": 10,
"column": 32
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 362,
"end": 363,
"loc": {
"start": {
"line": 10,
"column": 40
},
"end": {
"line": 10,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toLowerCase",
"start": 363,
"end": 374,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 374,
"end": 375,
"loc": {
"start": {
"line": 10,
"column": 52
},
"end": {
"line": 10,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 375,
"end": 376,
"loc": {
"start": {
"line": 10,
"column": 53
},
"end": {
"line": 10,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 376,
"end": 377,
"loc": {
"start": {
"line": 10,
"column": 54
},
"end": {
"line": 10,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "indexOf",
"start": 377,
"end": 384,
"loc": {
"start": {
"line": 10,
"column": 55
},
"end": {
"line": 10,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 384,
"end": 385,
"loc": {
"start": {
"line": 10,
"column": 62
},
"end": {
"line": 10,
"column": 63
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mac",
"start": 385,
"end": 390,
"loc": {
"start": {
"line": 10,
"column": 63
},
"end": {
"line": 10,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 390,
"end": 391,
"loc": {
"start": {
"line": 10,
"column": 68
},
"end": {
"line": 10,
"column": 69
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">=",
"start": 392,
"end": 394,
"loc": {
"start": {
"line": 10,
"column": 70
},
"end": {
"line": 10,
"column": 72
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 395,
"end": 396,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 396,
"end": 397,
"loc": {
"start": {
"line": 10,
"column": 74
},
"end": {
"line": 10,
"column": 75
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 401,
"end": 406,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "smoothCanvas",
"start": 407,
"end": 419,
"loc": {
"start": {
"line": 12,
"column": 6
},
"end": {
"line": 12,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 420,
"end": 421,
"loc": {
"start": {
"line": 12,
"column": 19
},
"end": {
"line": 12,
"column": 20
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 422,
"end": 426,
"loc": {
"start": {
"line": 12,
"column": 21
},
"end": {
"line": 12,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 426,
"end": 427,
"loc": {
"start": {
"line": 12,
"column": 25
},
"end": {
"line": 12,
"column": 26
}
}
},
{
"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": 431,
"end": 437,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 438,
"end": 443,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "THIRDPARTY_URLS",
"start": 444,
"end": 459,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 460,
"end": 461,
"loc": {
"start": {
"line": 14,
"column": 29
},
"end": {
"line": 14,
"column": 30
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 462,
"end": 463,
"loc": {
"start": {
"line": 14,
"column": 31
},
"end": {
"line": 14,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "discord",
"start": 469,
"end": 476,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 476,
"end": 477,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://discord.gg/HN7EVzV",
"start": 478,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 506,
"end": 507,
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "github",
"start": 513,
"end": 519,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 10
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 519,
"end": 520,
"loc": {
"start": {
"line": 16,
"column": 10
},
"end": {
"line": 16,
"column": 11
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://github.com/tobspr/shapez.io",
"start": 521,
"end": 558,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 558,
"end": 559,
"loc": {
"start": {
"line": 16,
"column": 49
},
"end": {
"line": 16,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reddit",
"start": 565,
"end": 571,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 10
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 571,
"end": 572,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 11
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://www.reddit.com/r/shapezio",
"start": 573,
"end": 608,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 608,
"end": 609,
"loc": {
"start": {
"line": 17,
"column": 47
},
"end": {
"line": 17,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shapeViewer",
"start": 615,
"end": 626,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 626,
"end": 627,
"loc": {
"start": {
"line": 18,
"column": 15
},
"end": {
"line": 18,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://viewer.shapez.io",
"start": 628,
"end": 654,
"loc": {
"start": {
"line": 18,
"column": 17
},
"end": {
"line": 18,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 654,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 43
},
"end": {
"line": 18,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "standaloneStorePage",
"start": 663,
"end": 682,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 682,
"end": 683,
"loc": {
"start": {
"line": 20,
"column": 23
},
"end": {
"line": 20,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://store.steampowered.com/app/1318690/shapezio/",
"start": 684,
"end": 738,
"loc": {
"start": {
"line": 20,
"column": 25
},
"end": {
"line": 20,
"column": 79
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 738,
"end": 739,
"loc": {
"start": {
"line": 20,
"column": 79
},
"end": {
"line": 20,
"column": 80
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelTutorialVideos",
"start": 747,
"end": 766,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 766,
"end": 767,
"loc": {
"start": {
"line": 22,
"column": 23
},
"end": {
"line": 22,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 768,
"end": 769,
"loc": {
"start": {
"line": 22,
"column": 25
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 21,
"start": 779,
"end": 781,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 10
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 781,
"end": 782,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 11
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://www.youtube.com/watch?v=0nUfRLMCcgo&",
"start": 783,
"end": 829,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 829,
"end": 830,
"loc": {
"start": {
"line": 23,
"column": 58
},
"end": {
"line": 23,
"column": 59
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 25,
"start": 840,
"end": 842,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 10
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 842,
"end": 843,
"loc": {
"start": {
"line": 24,
"column": 10
},
"end": {
"line": 24,
"column": 11
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://www.youtube.com/watch?v=7OCV1g40Iew&",
"start": 844,
"end": 890,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 890,
"end": 891,
"loc": {
"start": {
"line": 24,
"column": 58
},
"end": {
"line": 24,
"column": 59
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 26,
"start": 901,
"end": 903,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 10
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 903,
"end": 904,
"loc": {
"start": {
"line": 25,
"column": 10
},
"end": {
"line": 25,
"column": 11
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "https://www.youtube.com/watch?v=gfm6dS1dCoY",
"start": 905,
"end": 950,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 57
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 950,
"end": 951,
"loc": {
"start": {
"line": 25,
"column": 57
},
"end": {
"line": 25,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 957,
"end": 958,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 958,
"end": 959,
"loc": {
"start": {
"line": 26,
"column": 5
},
"end": {
"line": 26,
"column": 6
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 961,
"end": 962,
"loc": {
"start": {
"line": 27,
"column": 0
},
"end": {
"line": 27,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 962,
"end": 963,
"loc": {
"start": {
"line": 27,
"column": 1
},
"end": {
"line": 27,
"column": 2
}
}
},
{
"type": "CommentLine",
"value": " export const A_B_TESTING_LINK_TYPE = Math.random() > 0.95 ? \"steam_1_pr\" : \"steam_2_npr\";",
"start": 967,
"end": 1059,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 92
}
}
},
{
"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": 1061,
"end": 1067,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1068,
"end": 1073,
"loc": {
"start": {
"line": 30,
"column": 7
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "A_B_TESTING_LINK_TYPE",
"start": 1074,
"end": 1095,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1096,
"end": 1097,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "steam_2_npr",
"start": 1098,
"end": 1111,
"loc": {
"start": {
"line": 30,
"column": 37
},
"end": {
"line": 30,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1111,
"end": 1112,
"loc": {
"start": {
"line": 30,
"column": 50
},
"end": {
"line": 30,
"column": 51
}
}
},
{
"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": 1116,
"end": 1122,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1123,
"end": 1128,
"loc": {
"start": {
"line": 32,
"column": 7
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 1129,
"end": 1141,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1142,
"end": 1143,
"loc": {
"start": {
"line": 32,
"column": 26
},
"end": {
"line": 32,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1144,
"end": 1145,
"loc": {
"start": {
"line": 32,
"column": 28
},
"end": {
"line": 32,
"column": 29
}
}
},
{
"type": "CommentLine",
"value": " Size of a single tile in Pixels.",
"start": 1151,
"end": 1186,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 39
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1192,
"end": 1240,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 1246,
"end": 1254,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1254,
"end": 1255,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 32,
"start": 1256,
"end": 1258,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1258,
"end": 1259,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "halfTileSize",
"start": 1265,
"end": 1277,
"loc": {
"start": {
"line": 36,
"column": 4
},
"end": {
"line": 36,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1277,
"end": 1278,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 17
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 16,
"start": 1279,
"end": 1281,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1281,
"end": 1282,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 21
}
}
},
{
"type": "CommentLine",
"value": " Which dpi the assets have",
"start": 1290,
"end": 1318,
"loc": {
"start": {
"line": 38,
"column": 4
},
"end": {
"line": 38,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "assetsDpi",
"start": 1324,
"end": 1333,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 13
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1333,
"end": 1334,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 14
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 192,
"start": 1335,
"end": 1338,
"loc": {
"start": {
"line": 39,
"column": 15
},
"end": {
"line": 39,
"column": 18
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 1339,
"end": 1340,
"loc": {
"start": {
"line": 39,
"column": 19
},
"end": {
"line": 39,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 32,
"start": 1341,
"end": 1343,
"loc": {
"start": {
"line": 39,
"column": 21
},
"end": {
"line": 39,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1343,
"end": 1344,
"loc": {
"start": {
"line": 39,
"column": 23
},
"end": {
"line": 39,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "assetsSharpness",
"start": 1350,
"end": 1365,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1365,
"end": 1366,
"loc": {
"start": {
"line": 40,
"column": 19
},
"end": {
"line": 40,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1.5,
"start": 1367,
"end": 1370,
"loc": {
"start": {
"line": 40,
"column": 21
},
"end": {
"line": 40,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1370,
"end": 1371,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shapesSharpness",
"start": 1377,
"end": 1392,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1392,
"end": 1393,
"loc": {
"start": {
"line": 41,
"column": 19
},
"end": {
"line": 41,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1.4,
"start": 1394,
"end": 1397,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1397,
"end": 1398,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " Production analytics",
"start": 1406,
"end": 1429,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "statisticsGraphDpi",
"start": 1435,
"end": 1453,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 22
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1453,
"end": 1454,
"loc": {
"start": {
"line": 44,
"column": 22
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2.5,
"start": 1455,
"end": 1458,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1458,
"end": 1459,
"loc": {
"start": {
"line": 44,
"column": 27
},
"end": {
"line": 44,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "statisticsGraphSlices",
"start": 1465,
"end": 1486,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1486,
"end": 1487,
"loc": {
"start": {
"line": 45,
"column": 25
},
"end": {
"line": 45,
"column": 26
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 100,
"start": 1488,
"end": 1491,
"loc": {
"start": {
"line": 45,
"column": 27
},
"end": {
"line": 45,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1491,
"end": 1492,
"loc": {
"start": {
"line": 45,
"column": 30
},
"end": {
"line": 45,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "analyticsSliceDurationSeconds",
"start": 1498,
"end": 1527,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 33
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1527,
"end": 1528,
"loc": {
"start": {
"line": 46,
"column": 33
},
"end": {
"line": 46,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 1529,
"end": 1537,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 43
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1538,
"end": 1539,
"loc": {
"start": {
"line": 46,
"column": 44
},
"end": {
"line": 46,
"column": 45
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 46
},
"end": {
"line": 46,
"column": 47
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1542,
"end": 1543,
"loc": {
"start": {
"line": 46,
"column": 48
},
"end": {
"line": 46,
"column": 49
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 10,
"start": 1544,
"end": 1546,
"loc": {
"start": {
"line": 46,
"column": 50
},
"end": {
"line": 46,
"column": 52
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1546,
"end": 1547,
"loc": {
"start": {
"line": 46,
"column": 52
},
"end": {
"line": 46,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "minimumTickRate",
"start": 1555,
"end": 1570,
"loc": {
"start": {
"line": 48,
"column": 4
},
"end": {
"line": 48,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1570,
"end": 1571,
"loc": {
"start": {
"line": 48,
"column": 19
},
"end": {
"line": 48,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 25,
"start": 1572,
"end": 1574,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1574,
"end": 1575,
"loc": {
"start": {
"line": 48,
"column": 23
},
"end": {
"line": 48,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maximumTickRate",
"start": 1581,
"end": 1596,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1596,
"end": 1597,
"loc": {
"start": {
"line": 49,
"column": 19
},
"end": {
"line": 49,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 500,
"start": 1598,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1601,
"end": 1602,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " Map",
"start": 1610,
"end": 1616,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkSize",
"start": 1622,
"end": 1634,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1634,
"end": 1635,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 17
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 16,
"start": 1636,
"end": 1638,
"loc": {
"start": {
"line": 52,
"column": 18
},
"end": {
"line": 52,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1638,
"end": 1639,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkOverviewMinZoom",
"start": 1645,
"end": 1668,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 27
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1668,
"end": 1669,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 28
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.9,
"start": 1670,
"end": 1673,
"loc": {
"start": {
"line": 53,
"column": 29
},
"end": {
"line": 53,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1673,
"end": 1674,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkWorldSize",
"start": 1680,
"end": 1697,
"loc": {
"start": {
"line": 54,
"column": 4
},
"end": {
"line": 54,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1697,
"end": 1698,
"loc": {
"start": {
"line": 54,
"column": 21
},
"end": {
"line": 54,
"column": 22
}
}
},
{
"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": 1699,
"end": 1703,
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1703,
"end": 1704,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 28
}
}
},
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1705,
"end": 1716,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 40
}
}
},
{
"type": "CommentLine",
"value": " Belt speeds",
"start": 1724,
"end": 1738,
"loc": {
"start": {
"line": 56,
"column": 4
},
"end": {
"line": 56,
"column": 18
}
}
},
{
"type": "CommentLine",
"value": " NOTICE: Update webpack.production.config too!",
"start": 1744,
"end": 1792,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "beltSpeedItemsPerSecond",
"start": 1798,
"end": 1821,
"loc": {
"start": {
"line": 58,
"column": 4
},
"end": {
"line": 58,
"column": 27
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1821,
"end": 1822,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 28
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2,
"start": 1823,
"end": 1824,
"loc": {
"start": {
"line": 58,
"column": 29
},
"end": {
"line": 58,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1824,
"end": 1825,
"loc": {
"start": {
"line": 58,
"column": 30
},
"end": {
"line": 58,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "minerSpeedItemsPerSecond",
"start": 1831,
"end": 1855,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1855,
"end": 1856,
"loc": {
"start": {
"line": 59,
"column": 28
},
"end": {
"line": 59,
"column": 29
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 59,
"column": 30
},
"end": {
"line": 59,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1858,
"end": 1859,
"loc": {
"start": {
"line": 59,
"column": 31
},
"end": {
"line": 59,
"column": 32
}
}
},
{
"type": "CommentLine",
"value": " COMPUTED",
"start": 1860,
"end": 1871,
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultItemDiameter",
"start": 1879,
"end": 1898,
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 61,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1898,
"end": 1899,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 61,
"column": 24
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 20,
"start": 1900,
"end": 1902,
"loc": {
"start": {
"line": 61,
"column": 25
},
"end": {
"line": 61,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 61,
"column": 27
},
"end": {
"line": 61,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "itemSpacingOnBelts",
"start": 1911,
"end": 1929,
"loc": {
"start": {
"line": 63,
"column": 4
},
"end": {
"line": 63,
"column": 22
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1929,
"end": 1930,
"loc": {
"start": {
"line": 63,
"column": 22
},
"end": {
"line": 63,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.63,
"start": 1931,
"end": 1935,
"loc": {
"start": {
"line": 63,
"column": 24
},
"end": {
"line": 63,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1935,
"end": 1936,
"loc": {
"start": {
"line": 63,
"column": 28
},
"end": {
"line": 63,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "wiresSpeedItemsPerSecond",
"start": 1944,
"end": 1968,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1968,
"end": 1969,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 29
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 6,
"start": 1970,
"end": 1971,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1971,
"end": 1972,
"loc": {
"start": {
"line": 65,
"column": 31
},
"end": {
"line": 65,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "undergroundBeltMaxTilesByTier",
"start": 1980,
"end": 2009,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 33
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2009,
"end": 2010,
"loc": {
"start": {
"line": 67,
"column": 33
},
"end": {
"line": 67,
"column": 34
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2011,
"end": 2012,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 36
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 5,
"start": 2012,
"end": 2013,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 38
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 9,
"start": 2015,
"end": 2016,
"loc": {
"start": {
"line": 67,
"column": 39
},
"end": {
"line": 67,
"column": 40
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2016,
"end": 2017,
"loc": {
"start": {
"line": 67,
"column": 40
},
"end": {
"line": 67,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2017,
"end": 2018,
"loc": {
"start": {
"line": 67,
"column": 41
},
"end": {
"line": 67,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "readerAnalyzeIntervalSeconds",
"start": 2026,
"end": 2054,
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 69,
"column": 32
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2054,
"end": 2055,
"loc": {
"start": {
"line": 69,
"column": 32
},
"end": {
"line": 69,
"column": 33
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 10,
"start": 2056,
"end": 2058,
"loc": {
"start": {
"line": 69,
"column": 34
},
"end": {
"line": 69,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2058,
"end": 2059,
"loc": {
"start": {
"line": 69,
"column": 36
},
"end": {
"line": 69,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buildingSpeeds",
"start": 2067,
"end": 2081,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2081,
"end": 2082,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 71,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2083,
"end": 2084,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cutter",
"start": 2094,
"end": 2100,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2100,
"end": 2101,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 15
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2102,
"end": 2103,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 17
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2104,
"end": 2105,
"loc": {
"start": {
"line": 72,
"column": 18
},
"end": {
"line": 72,
"column": 19
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 4,
"start": 2106,
"end": 2107,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2107,
"end": 2108,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cutterQuad",
"start": 2118,
"end": 2128,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2128,
"end": 2129,
"loc": {
"start": {
"line": 73,
"column": 18
},
"end": {
"line": 73,
"column": 19
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2130,
"end": 2131,
"loc": {
"start": {
"line": 73,
"column": 20
},
"end": {
"line": 73,
"column": 21
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2132,
"end": 2133,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 4,
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 73,
"column": 24
},
"end": {
"line": 73,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2135,
"end": 2136,
"loc": {
"start": {
"line": 73,
"column": 25
},
"end": {
"line": 73,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rotater",
"start": 2146,
"end": 2153,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2153,
"end": 2154,
"loc": {
"start": {
"line": 74,
"column": 15
},
"end": {
"line": 74,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2155,
"end": 2156,
"loc": {
"start": {
"line": 74,
"column": 17
},
"end": {
"line": 74,
"column": 18
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2157,
"end": 2158,
"loc": {
"start": {
"line": 74,
"column": 19
},
"end": {
"line": 74,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2159,
"end": 2160,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2160,
"end": 2161,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rotaterCCW",
"start": 2171,
"end": 2181,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2181,
"end": 2182,
"loc": {
"start": {
"line": 75,
"column": 18
},
"end": {
"line": 75,
"column": 19
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2183,
"end": 2184,
"loc": {
"start": {
"line": 75,
"column": 20
},
"end": {
"line": 75,
"column": 21
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2185,
"end": 2186,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2187,
"end": 2188,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2188,
"end": 2189,
"loc": {
"start": {
"line": 75,
"column": 25
},
"end": {
"line": 75,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rotater180",
"start": 2199,
"end": 2209,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 18
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2209,
"end": 2210,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 19
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2211,
"end": 2212,
"loc": {
"start": {
"line": 76,
"column": 20
},
"end": {
"line": 76,
"column": 21
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2213,
"end": 2214,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2215,
"end": 2216,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2216,
"end": 2217,
"loc": {
"start": {
"line": 76,
"column": 25
},
"end": {
"line": 76,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "painter",
"start": 2227,
"end": 2234,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2234,
"end": 2235,
"loc": {
"start": {
"line": 77,
"column": 15
},
"end": {
"line": 77,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2236,
"end": 2237,
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 18
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2238,
"end": 2239,
"loc": {
"start": {
"line": 77,
"column": 19
},
"end": {
"line": 77,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 6,
"start": 2240,
"end": 2241,
"loc": {
"start": {
"line": 77,
"column": 21
},
"end": {
"line": 77,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2241,
"end": 2242,
"loc": {
"start": {
"line": 77,
"column": 22
},
"end": {
"line": 77,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "painterDouble",
"start": 2252,
"end": 2265,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2265,
"end": 2266,
"loc": {
"start": {
"line": 78,
"column": 21
},
"end": {
"line": 78,
"column": 22
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 78,
"column": 23
},
"end": {
"line": 78,
"column": 24
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2269,
"end": 2270,
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 26
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 8,
"start": 2271,
"end": 2272,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2272,
"end": 2273,
"loc": {
"start": {
"line": 78,
"column": 28
},
"end": {
"line": 78,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "painterQuad",
"start": 2283,
"end": 2294,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2294,
"end": 2295,
"loc": {
"start": {
"line": 79,
"column": 19
},
"end": {
"line": 79,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2296,
"end": 2297,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 22
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2298,
"end": 2299,
"loc": {
"start": {
"line": 79,
"column": 23
},
"end": {
"line": 79,
"column": 24
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2,
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 79,
"column": 25
},
"end": {
"line": 79,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2301,
"end": 2302,
"loc": {
"start": {
"line": 79,
"column": 26
},
"end": {
"line": 79,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mixer",
"start": 2312,
"end": 2317,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2317,
"end": 2318,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2319,
"end": 2320,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 16
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2321,
"end": 2322,
"loc": {
"start": {
"line": 80,
"column": 17
},
"end": {
"line": 80,
"column": 18
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 5,
"start": 2323,
"end": 2324,
"loc": {
"start": {
"line": 80,
"column": 19
},
"end": {
"line": 80,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2324,
"end": 2325,
"loc": {
"start": {
"line": 80,
"column": 20
},
"end": {
"line": 80,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stacker",
"start": 2335,
"end": 2342,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2342,
"end": 2343,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2344,
"end": 2345,
"loc": {
"start": {
"line": 81,
"column": 17
},
"end": {
"line": 81,
"column": 18
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 2346,
"end": 2347,
"loc": {
"start": {
"line": 81,
"column": 19
},
"end": {
"line": 81,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 8,
"start": 2348,
"end": 2349,
"loc": {
"start": {
"line": 81,
"column": 21
},
"end": {
"line": 81,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2349,
"end": 2350,
"loc": {
"start": {
"line": 81,
"column": 22
},
"end": {
"line": 81,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2356,
"end": 2357,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2357,
"end": 2358,
"loc": {
"start": {
"line": 82,
"column": 5
},
"end": {
"line": 82,
"column": 6
}
}
},
{
"type": "CommentLine",
"value": " Zooming",
"start": 2366,
"end": 2376,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialZoom",
"start": 2382,
"end": 2393,
"loc": {
"start": {
"line": 85,
"column": 4
},
"end": {
"line": 85,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2393,
"end": 2394,
"loc": {
"start": {
"line": 85,
"column": 15
},
"end": {
"line": 85,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1.9,
"start": 2395,
"end": 2398,
"loc": {
"start": {
"line": 85,
"column": 17
},
"end": {
"line": 85,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2398,
"end": 2399,
"loc": {
"start": {
"line": 85,
"column": 20
},
"end": {
"line": 85,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "minZoomLevel",
"start": 2405,
"end": 2417,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2417,
"end": 2418,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 17
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.1,
"start": 2419,
"end": 2422,
"loc": {
"start": {
"line": 86,
"column": 18
},
"end": {
"line": 86,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2422,
"end": 2423,
"loc": {
"start": {
"line": 86,
"column": 21
},
"end": {
"line": 86,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "maxZoomLevel",
"start": 2429,
"end": 2441,
"loc": {
"start": {
"line": 87,
"column": 4
},
"end": {
"line": 87,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2441,
"end": 2442,
"loc": {
"start": {
"line": 87,
"column": 16
},
"end": {
"line": 87,
"column": 17
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 3,
"start": 2443,
"end": 2444,
"loc": {
"start": {
"line": 87,
"column": 18
},
"end": {
"line": 87,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2444,
"end": 2445,
"loc": {
"start": {
"line": 87,
"column": 19
},
"end": {
"line": 87,
"column": 20
}
}
},
{
"type": "CommentLine",
"value": " Global game speed",
"start": 2453,
"end": 2473,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gameSpeed",
"start": 2479,
"end": 2488,
"loc": {
"start": {
"line": 90,
"column": 4
},
"end": {
"line": 90,
"column": 13
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2488,
"end": 2489,
"loc": {
"start": {
"line": 90,
"column": 13
},
"end": {
"line": 90,
"column": 14
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2490,
"end": 2491,
"loc": {
"start": {
"line": 90,
"column": 15
},
"end": {
"line": 90,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2491,
"end": 2492,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 90,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warmupTimeSecondsFast",
"start": 2500,
"end": 2521,
"loc": {
"start": {
"line": 92,
"column": 4
},
"end": {
"line": 92,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2521,
"end": 2522,
"loc": {
"start": {
"line": 92,
"column": 25
},
"end": {
"line": 92,
"column": 26
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0.5,
"start": 2523,
"end": 2526,
"loc": {
"start": {
"line": 92,
"column": 27
},
"end": {
"line": 92,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2526,
"end": 2527,
"loc": {
"start": {
"line": 92,
"column": 30
},
"end": {
"line": 92,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warmupTimeSecondsRegular",
"start": 2533,
"end": 2557,
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2557,
"end": 2558,
"loc": {
"start": {
"line": 93,
"column": 28
},
"end": {
"line": 93,
"column": 29
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 3,
"start": 2559,
"end": 2560,
"loc": {
"start": {
"line": 93,
"column": 30
},
"end": {
"line": 93,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2560,
"end": 2561,
"loc": {
"start": {
"line": 93,
"column": 31
},
"end": {
"line": 93,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "smoothing",
"start": 2569,
"end": 2578,
"loc": {
"start": {
"line": 95,
"column": 4
},
"end": {
"line": 95,
"column": 13
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2578,
"end": 2579,
"loc": {
"start": {
"line": 95,
"column": 13
},
"end": {
"line": 95,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2580,
"end": 2581,
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "smoothMainCanvas",
"start": 2591,
"end": 2607,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2607,
"end": 2608,
"loc": {
"start": {
"line": 96,
"column": 24
},
"end": {
"line": 96,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "smoothCanvas",
"start": 2609,
"end": 2621,
"loc": {
"start": {
"line": 96,
"column": 26
},
"end": {
"line": 96,
"column": 38
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 2622,
"end": 2624,
"loc": {
"start": {
"line": 96,
"column": 39
},
"end": {
"line": 96,
"column": 41
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2625,
"end": 2629,
"loc": {
"start": {
"line": 96,
"column": 42
},
"end": {
"line": 96,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2629,
"end": 2630,
"loc": {
"start": {
"line": 96,
"column": 46
},
"end": {
"line": 96,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "quality",
"start": 2640,
"end": 2647,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2647,
"end": 2648,
"loc": {
"start": {
"line": 97,
"column": 15
},
"end": {
"line": 97,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "low",
"start": 2649,
"end": 2654,
"loc": {
"start": {
"line": 97,
"column": 17
},
"end": {
"line": 97,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2654,
"end": 2655,
"loc": {
"start": {
"line": 97,
"column": 22
},
"end": {
"line": 97,
"column": 23
}
}
},
{
"type": "CommentLine",
"value": " Low is CRUCIAL for mobile performance!",
"start": 2656,
"end": 2697,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 65
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2703,
"end": 2704,
"loc": {
"start": {
"line": 98,
"column": 4
},
"end": {
"line": 98,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2704,
"end": 2705,
"loc": {
"start": {
"line": 98,
"column": 5
},
"end": {
"line": 98,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rendering",
"start": 2713,
"end": 2722,
"loc": {
"start": {
"line": 100,
"column": 4
},
"end": {
"line": 100,
"column": 13
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2722,
"end": 2723,
"loc": {
"start": {
"line": 100,
"column": 13
},
"end": {
"line": 100,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2724,
"end": 2725,
"loc": {
"start": {
"line": 100,
"column": 15
},
"end": {
"line": 100,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2725,
"end": 2726,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2726,
"end": 2727,
"loc": {
"start": {
"line": 100,
"column": 17
},
"end": {
"line": 100,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 2733,
"end": 2738,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 9
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2738,
"end": 2739,
"loc": {
"start": {
"line": 101,
"column": 9
},
"end": {
"line": 101,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2740,
"end": 2747,
"loc": {
"start": {
"line": 101,
"column": 11
},
"end": {
"line": 101,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2747,
"end": 2748,
"loc": {
"start": {
"line": 101,
"column": 18
},
"end": {
"line": 101,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./config.local",
"start": 2748,
"end": 2764,
"loc": {
"start": {
"line": 101,
"column": 19
},
"end": {
"line": 101,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2764,
"end": 2765,
"loc": {
"start": {
"line": 101,
"column": 35
},
"end": {
"line": 101,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2765,
"end": 2766,
"loc": {
"start": {
"line": 101,
"column": 36
},
"end": {
"line": 101,
"column": 37
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 2766,
"end": 2773,
"loc": {
"start": {
"line": 101,
"column": 37
},
"end": {
"line": 101,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2773,
"end": 2774,
"loc": {
"start": {
"line": 101,
"column": 44
},
"end": {
"line": 101,
"column": 45
}
}
},
{
"type": "CommentLine",
"value": " Secret vars",
"start": 2782,
"end": 2796,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "info",
"start": 2802,
"end": 2806,
"loc": {
"start": {
"line": 104,
"column": 4
},
"end": {
"line": 104,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2806,
"end": 2807,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2808,
"end": 2809,
"loc": {
"start": {
"line": 104,
"column": 10
},
"end": {
"line": 104,
"column": 11
}
}
},
{
"type": "CommentLine",
"value": " Binary file salt",
"start": 2819,
"end": 2838,
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "file",
"start": 2848,
"end": 2852,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2852,
"end": 2853,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Ec'])@^+*9zMevK3uMV4432x9%iK'=",
"start": 2854,
"end": 2886,
"loc": {
"start": {
"line": 106,
"column": 14
},
"end": {
"line": 106,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2886,
"end": 2887,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 47
}
}
},
{
"type": "CommentLine",
"value": " Savegame salt",
"start": 2899,
"end": 2915,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sgSalt",
"start": 2925,
"end": 2931,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2931,
"end": 2932,
"loc": {
"start": {
"line": 109,
"column": 14
},
"end": {
"line": 109,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}95Q3%8/.837Lqym_BJx%q7)pAHJbF",
"start": 2933,
"end": 2965,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2965,
"end": 2966,
"loc": {
"start": {
"line": 109,
"column": 48
},
"end": {
"line": 109,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " Analytics key",
"start": 2978,
"end": 2994,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "analyticsApiKey",
"start": 3004,
"end": 3019,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 112,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3019,
"end": 3020,
"loc": {
"start": {
"line": 112,
"column": 23
},
"end": {
"line": 112,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "baf6a50f0cc7dfdec5a0e21c88a1c69a4b34bc4a",
"start": 3021,
"end": 3063,
"loc": {
"start": {
"line": 112,
"column": 25
},
"end": {
"line": 112,
"column": 67
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3063,
"end": 3064,
"loc": {
"start": {
"line": 112,
"column": 67
},
"end": {
"line": 112,
"column": 68
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3070,
"end": 3071,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 113,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3071,
"end": 3072,
"loc": {
"start": {
"line": 113,
"column": 5
},
"end": {
"line": 113,
"column": 6
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3074,
"end": 3075,
"loc": {
"start": {
"line": 114,
"column": 0
},
"end": {
"line": 114,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3075,
"end": 3076,
"loc": {
"start": {
"line": 114,
"column": 1
},
"end": {
"line": 114,
"column": 2
}
}
},
{
"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": 3080,
"end": 3086,
"loc": {
"start": {
"line": 116,
"column": 0
},
"end": {
"line": 116,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3087,
"end": 3092,
"loc": {
"start": {
"line": 116,
"column": 7
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "IS_MOBILE",
"start": 3093,
"end": 3102,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3103,
"end": 3104,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 24
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "iPhone|iPad|iPod|Android",
"flags": "i"
},
"start": 3105,
"end": 3132,
"loc": {
"start": {
"line": 116,
"column": 25
},
"end": {
"line": 116,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3132,
"end": 3133,
"loc": {
"start": {
"line": 116,
"column": 52
},
"end": {
"line": 116,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 3133,
"end": 3137,
"loc": {
"start": {
"line": 116,
"column": 53
},
"end": {
"line": 116,
"column": 57
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3137,
"end": 3138,
"loc": {
"start": {
"line": 116,
"column": 57
},
"end": {
"line": 116,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navigator",
"start": 3138,
"end": 3147,
"loc": {
"start": {
"line": 116,
"column": 58
},
"end": {
"line": 116,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3147,
"end": 3148,
"loc": {
"start": {
"line": 116,
"column": 67
},
"end": {
"line": 116,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "userAgent",
"start": 3148,
"end": 3157,
"loc": {
"start": {
"line": 116,
"column": 68
},
"end": {
"line": 116,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3157,
"end": 3158,
"loc": {
"start": {
"line": 116,
"column": 77
},
"end": {
"line": 116,
"column": 78
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3158,
"end": 3159,
"loc": {
"start": {
"line": 116,
"column": 78
},
"end": {
"line": 116,
"column": 79
}
}
},
{
"type": "CommentLine",
"value": " Automatic calculations",
"start": 3163,
"end": 3188,
"loc": {
"start": {
"line": 118,
"column": 0
},
"end": {
"line": 118,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3190,
"end": 3202,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3202,
"end": 3203,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "minerSpeedItemsPerSecond",
"start": 3203,
"end": 3227,
"loc": {
"start": {
"line": 119,
"column": 13
},
"end": {
"line": 119,
"column": 37
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3228,
"end": 3229,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3230,
"end": 3242,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 119,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3242,
"end": 3243,
"loc": {
"start": {
"line": 119,
"column": 52
},
"end": {
"line": 119,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "beltSpeedItemsPerSecond",
"start": 3243,
"end": 3266,
"loc": {
"start": {
"line": 119,
"column": 53
},
"end": {
"line": 119,
"column": 76
}
}
},
{
"type": {
"label": "/",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "/",
"start": 3267,
"end": 3268,
"loc": {
"start": {
"line": 119,
"column": 77
},
"end": {
"line": 119,
"column": 78
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 5,
"start": 3269,
"end": 3270,
"loc": {
"start": {
"line": 119,
"column": 79
},
"end": {
"line": 119,
"column": 80
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3270,
"end": 3271,
"loc": {
"start": {
"line": 119,
"column": 80
},
"end": {
"line": 119,
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3275,
"end": 3287,
"loc": {
"start": {
"line": 121,
"column": 0
},
"end": {
"line": 121,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3287,
"end": 3288,
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkWorldSize",
"start": 3288,
"end": 3305,
"loc": {
"start": {
"line": 121,
"column": 13
},
"end": {
"line": 121,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3306,
"end": 3307,
"loc": {
"start": {
"line": 121,
"column": 31
},
"end": {
"line": 121,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3308,
"end": 3320,
"loc": {
"start": {
"line": 121,
"column": 33
},
"end": {
"line": 121,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3320,
"end": 3321,
"loc": {
"start": {
"line": 121,
"column": 45
},
"end": {
"line": 121,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkSize",
"start": 3321,
"end": 3333,
"loc": {
"start": {
"line": 121,
"column": 46
},
"end": {
"line": 121,
"column": 58
}
}
},
{
"type": {
"label": "*",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 10,
"updateContext": null
},
"value": "*",
"start": 3334,
"end": 3335,
"loc": {
"start": {
"line": 121,
"column": 59
},
"end": {
"line": 121,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3336,
"end": 3348,
"loc": {
"start": {
"line": 121,
"column": 61
},
"end": {
"line": 121,
"column": 73
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3348,
"end": 3349,
"loc": {
"start": {
"line": 121,
"column": 73
},
"end": {
"line": 121,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "tileSize",
"start": 3349,
"end": 3357,
"loc": {
"start": {
"line": 121,
"column": 74
},
"end": {
"line": 121,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3357,
"end": 3358,
"loc": {
"start": {
"line": 121,
"column": 82
},
"end": {
"line": 121,
"column": 83
}
}
},
{
"type": "CommentLine",
"value": " Dynamic calculations",
"start": 3362,
"end": 3385,
"loc": {
"start": {
"line": 123,
"column": 0
},
"end": {
"line": 123,
"column": 23
}
}
},
{
"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": 3387,
"end": 3389,
"loc": {
"start": {
"line": 124,
"column": 0
},
"end": {
"line": 124,
"column": 2
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3390,
"end": 3391,
"loc": {
"start": {
"line": 124,
"column": 3
},
"end": {
"line": 124,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3391,
"end": 3403,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3403,
"end": 3404,
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3404,
"end": 3409,
"loc": {
"start": {
"line": 124,
"column": 17
},
"end": {
"line": 124,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3409,
"end": 3410,
"loc": {
"start": {
"line": 124,
"column": 22
},
"end": {
"line": 124,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "disableMapOverview",
"start": 3410,
"end": 3428,
"loc": {
"start": {
"line": 124,
"column": 23
},
"end": {
"line": 124,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3428,
"end": 3429,
"loc": {
"start": {
"line": 124,
"column": 41
},
"end": {
"line": 124,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3430,
"end": 3431,
"loc": {
"start": {
"line": 124,
"column": 43
},
"end": {
"line": 124,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3437,
"end": 3449,
"loc": {
"start": {
"line": 125,
"column": 4
},
"end": {
"line": 125,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3449,
"end": 3450,
"loc": {
"start": {
"line": 125,
"column": 16
},
"end": {
"line": 125,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mapChunkOverviewMinZoom",
"start": 3450,
"end": 3473,
"loc": {
"start": {
"line": 125,
"column": 17
},
"end": {
"line": 125,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3474,
"end": 3475,
"loc": {
"start": {
"line": 125,
"column": 41
},
"end": {
"line": 125,
"column": 42
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 3476,
"end": 3477,
"loc": {
"start": {
"line": 125,
"column": 43
},
"end": {
"line": 125,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3477,
"end": 3478,
"loc": {
"start": {
"line": 125,
"column": 44
},
"end": {
"line": 125,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3480,
"end": 3481,
"loc": {
"start": {
"line": 126,
"column": 0
},
"end": {
"line": 126,
"column": 1
}
}
},
{
"type": "CommentLine",
"value": " Stuff for making the trailer",
"start": 3485,
"end": 3516,
"loc": {
"start": {
"line": 128,
"column": 0
},
"end": {
"line": 128,
"column": 31
}
}
},
{
"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": 3518,
"end": 3520,
"loc": {
"start": {
"line": 129,
"column": 0
},
"end": {
"line": 129,
"column": 2
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3521,
"end": 3522,
"loc": {
"start": {
"line": 129,
"column": 3
},
"end": {
"line": 129,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 3522,
"end": 3530,
"loc": {
"start": {
"line": 129,
"column": 4
},
"end": {
"line": 129,
"column": 12
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 3531,
"end": 3533,
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3534,
"end": 3546,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3546,
"end": 3547,
"loc": {
"start": {
"line": 129,
"column": 28
},
"end": {
"line": 129,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3547,
"end": 3552,
"loc": {
"start": {
"line": 129,
"column": 29
},
"end": {
"line": 129,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3552,
"end": 3553,
"loc": {
"start": {
"line": 129,
"column": 34
},
"end": {
"line": 129,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "renderForTrailer",
"start": 3553,
"end": 3569,
"loc": {
"start": {
"line": 129,
"column": 35
},
"end": {
"line": 129,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3569,
"end": 3570,
"loc": {
"start": {
"line": 129,
"column": 51
},
"end": {
"line": 129,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3571,
"end": 3572,
"loc": {
"start": {
"line": 129,
"column": 53
},
"end": {
"line": 129,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3578,
"end": 3590,
"loc": {
"start": {
"line": 130,
"column": 4
},
"end": {
"line": 130,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3590,
"end": 3591,
"loc": {
"start": {
"line": 130,
"column": 16
},
"end": {
"line": 130,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3591,
"end": 3596,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3596,
"end": 3597,
"loc": {
"start": {
"line": 130,
"column": 22
},
"end": {
"line": 130,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "framePausesBetweenTicks",
"start": 3597,
"end": 3620,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 46
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3621,
"end": 3622,
"loc": {
"start": {
"line": 130,
"column": 47
},
"end": {
"line": 130,
"column": 48
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 32,
"start": 3623,
"end": 3625,
"loc": {
"start": {
"line": 130,
"column": 49
},
"end": {
"line": 130,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3625,
"end": 3626,
"loc": {
"start": {
"line": 130,
"column": 51
},
"end": {
"line": 130,
"column": 52
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.mapChunkOverviewMinZoom = 0.0;",
"start": 3632,
"end": 3678,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 50
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantBelts = true;",
"start": 3684,
"end": 3726,
"loc": {
"start": {
"line": 132,
"column": 4
},
"end": {
"line": 132,
"column": 46
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantProcessors = true;",
"start": 3732,
"end": 3779,
"loc": {
"start": {
"line": 133,
"column": 4
},
"end": {
"line": 133,
"column": 51
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.debug.instantMiners = true;",
"start": 3785,
"end": 3828,
"loc": {
"start": {
"line": 134,
"column": 4
},
"end": {
"line": 134,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3834,
"end": 3846,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3846,
"end": 3847,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3847,
"end": 3852,
"loc": {
"start": {
"line": 135,
"column": 17
},
"end": {
"line": 135,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3852,
"end": 3853,
"loc": {
"start": {
"line": 135,
"column": 22
},
"end": {
"line": 135,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "disableSavegameWrite",
"start": 3853,
"end": 3873,
"loc": {
"start": {
"line": 135,
"column": 23
},
"end": {
"line": 135,
"column": 43
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3874,
"end": 3875,
"loc": {
"start": {
"line": 135,
"column": 44
},
"end": {
"line": 135,
"column": 45
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3876,
"end": 3880,
"loc": {
"start": {
"line": 135,
"column": 46
},
"end": {
"line": 135,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3880,
"end": 3881,
"loc": {
"start": {
"line": 135,
"column": 50
},
"end": {
"line": 135,
"column": 51
}
}
},
{
"type": "CommentLine",
"value": " globalConfig.beltSpeedItemsPerSecond *= 2;",
"start": 3887,
"end": 3932,
"loc": {
"start": {
"line": 136,
"column": 4
},
"end": {
"line": 136,
"column": 49
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3934,
"end": 3935,
"loc": {
"start": {
"line": 137,
"column": 0
},
"end": {
"line": 137,
"column": 1
}
}
},
{
"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": 3939,
"end": 3941,
"loc": {
"start": {
"line": 139,
"column": 0
},
"end": {
"line": 139,
"column": 2
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3942,
"end": 3943,
"loc": {
"start": {
"line": 139,
"column": 3
},
"end": {
"line": 139,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3943,
"end": 3955,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3955,
"end": 3956,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3956,
"end": 3961,
"loc": {
"start": {
"line": 139,
"column": 17
},
"end": {
"line": 139,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3961,
"end": 3962,
"loc": {
"start": {
"line": 139,
"column": 22
},
"end": {
"line": 139,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fastGameEnter",
"start": 3962,
"end": 3975,
"loc": {
"start": {
"line": 139,
"column": 23
},
"end": {
"line": 139,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3975,
"end": 3976,
"loc": {
"start": {
"line": 139,
"column": 36
},
"end": {
"line": 139,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3977,
"end": 3978,
"loc": {
"start": {
"line": 139,
"column": 38
},
"end": {
"line": 139,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 3984,
"end": 3996,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3996,
"end": 3997,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 3997,
"end": 4002,
"loc": {
"start": {
"line": 140,
"column": 17
},
"end": {
"line": 140,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4002,
"end": 4003,
"loc": {
"start": {
"line": 140,
"column": 22
},
"end": {
"line": 140,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "noArtificialDelays",
"start": 4003,
"end": 4021,
"loc": {
"start": {
"line": 140,
"column": 23
},
"end": {
"line": 140,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4022,
"end": 4023,
"loc": {
"start": {
"line": 140,
"column": 42
},
"end": {
"line": 140,
"column": 43
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4024,
"end": 4028,
"loc": {
"start": {
"line": 140,
"column": 44
},
"end": {
"line": 140,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4028,
"end": 4029,
"loc": {
"start": {
"line": 140,
"column": 48
},
"end": {
"line": 140,
"column": 49
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4031,
"end": 4032,
"loc": {
"start": {
"line": 141,
"column": 0
},
"end": {
"line": 141,
"column": 1
}
}
},
{
"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": 4036,
"end": 4038,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 143,
"column": 2
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4039,
"end": 4040,
"loc": {
"start": {
"line": 143,
"column": 3
},
"end": {
"line": 143,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 4040,
"end": 4048,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 12
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 4049,
"end": 4051,
"loc": {
"start": {
"line": 143,
"column": 13
},
"end": {
"line": 143,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 4052,
"end": 4064,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4064,
"end": 4065,
"loc": {
"start": {
"line": 143,
"column": 28
},
"end": {
"line": 143,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 4065,
"end": 4070,
"loc": {
"start": {
"line": 143,
"column": 29
},
"end": {
"line": 143,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4070,
"end": 4071,
"loc": {
"start": {
"line": 143,
"column": 34
},
"end": {
"line": 143,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "noArtificialDelays",
"start": 4071,
"end": 4089,
"loc": {
"start": {
"line": 143,
"column": 35
},
"end": {
"line": 143,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4089,
"end": 4090,
"loc": {
"start": {
"line": 143,
"column": 53
},
"end": {
"line": 143,
"column": 54
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4091,
"end": 4092,
"loc": {
"start": {
"line": 143,
"column": 55
},
"end": {
"line": 143,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 4098,
"end": 4110,
"loc": {
"start": {
"line": 144,
"column": 4
},
"end": {
"line": 144,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4110,
"end": 4111,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warmupTimeSecondsFast",
"start": 4111,
"end": 4132,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 38
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4133,
"end": 4134,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 40
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4135,
"end": 4136,
"loc": {
"start": {
"line": 144,
"column": 41
},
"end": {
"line": 144,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4136,
"end": 4137,
"loc": {
"start": {
"line": 144,
"column": 42
},
"end": {
"line": 144,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 4143,
"end": 4155,
"loc": {
"start": {
"line": 145,
"column": 4
},
"end": {
"line": 145,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4155,
"end": 4156,
"loc": {
"start": {
"line": 145,
"column": 16
},
"end": {
"line": 145,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "warmupTimeSecondsRegular",
"start": 4156,
"end": 4180,
"loc": {
"start": {
"line": 145,
"column": 17
},
"end": {
"line": 145,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4181,
"end": 4182,
"loc": {
"start": {
"line": 145,
"column": 42
},
"end": {
"line": 145,
"column": 43
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4183,
"end": 4184,
"loc": {
"start": {
"line": 145,
"column": 44
},
"end": {
"line": 145,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4184,
"end": 4185,
"loc": {
"start": {
"line": 145,
"column": 45
},
"end": {
"line": 145,
"column": 46
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4187,
"end": 4188,
"loc": {
"start": {
"line": 146,
"column": 0
},
"end": {
"line": 146,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4190,
"end": 4190,
"loc": {
"start": {
"line": 147,
"column": 0
},
"end": {
"line": 147,
"column": 0
}
}
}
]
}