1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 17:21:51 +00:00
tobspr_shapez.io/docs/ast/source/game/hud/parts/unlock_notification.js.json
2021-02-26 15:20:37 +01:00

41196 lines
1.1 MiB

{
"type": "File",
"start": 0,
"end": 6414,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 175,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6414,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 175,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 52,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 52
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
}
}
],
"source": {
"type": "StringLiteral",
"start": 29,
"end": 51,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 51
}
},
"extra": {
"rawValue": "../../../core/config",
"raw": "\"../../../core/config\""
},
"value": "../../../core/config"
}
},
{
"type": "ImportDeclaration",
"start": 54,
"end": 126,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 72
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 63,
"end": 84,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 30
}
},
"imported": {
"type": "Identifier",
"start": 63,
"end": 84,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 30
},
"identifierName": "gMetaBuildingRegistry"
},
"name": "gMetaBuildingRegistry"
},
"local": {
"type": "Identifier",
"start": 63,
"end": 84,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 30
},
"identifierName": "gMetaBuildingRegistry"
},
"name": "gMetaBuildingRegistry"
}
}
],
"source": {
"type": "StringLiteral",
"start": 92,
"end": 125,
"loc": {
"start": {
"line": 2,
"column": 38
},
"end": {
"line": 2,
"column": 71
}
},
"extra": {
"rawValue": "../../../core/global_registries",
"raw": "\"../../../core/global_registries\""
},
"value": "../../../core/global_registries"
}
},
{
"type": "ImportDeclaration",
"start": 128,
"end": 189,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 61
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 137,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 22
}
},
"imported": {
"type": "Identifier",
"start": 137,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 22
},
"identifierName": "InputReceiver"
},
"name": "InputReceiver"
},
"local": {
"type": "Identifier",
"start": 137,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 22
},
"identifierName": "InputReceiver"
},
"name": "InputReceiver"
}
}
],
"source": {
"type": "StringLiteral",
"start": 158,
"end": 188,
"loc": {
"start": {
"line": 3,
"column": 30
},
"end": {
"line": 3,
"column": 60
}
},
"extra": {
"rawValue": "../../../core/input_receiver",
"raw": "\"../../../core/input_receiver\""
},
"value": "../../../core/input_receiver"
}
},
{
"type": "ImportDeclaration",
"start": 191,
"end": 237,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 46
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 200,
"end": 207,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 16
}
},
"imported": {
"type": "Identifier",
"start": 200,
"end": 207,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 16
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"local": {
"type": "Identifier",
"start": 200,
"end": 207,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 16
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
}
}
],
"source": {
"type": "StringLiteral",
"start": 215,
"end": 236,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 45
}
},
"extra": {
"rawValue": "../../../core/utils",
"raw": "\"../../../core/utils\""
},
"value": "../../../core/utils"
}
},
{
"type": "ImportDeclaration",
"start": 239,
"end": 288,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 49
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 248,
"end": 254,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 248,
"end": 254,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"local": {
"type": "Identifier",
"start": 248,
"end": 254,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
}
}
],
"source": {
"type": "StringLiteral",
"start": 262,
"end": 287,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 48
}
},
"extra": {
"rawValue": "../../../platform/sound",
"raw": "\"../../../platform/sound\""
},
"value": "../../../platform/sound"
}
},
{
"type": "ImportDeclaration",
"start": 290,
"end": 332,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 42
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 299,
"end": 300,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
}
},
"imported": {
"type": "Identifier",
"start": 299,
"end": 300,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
},
"identifierName": "T"
},
"name": "T"
},
"local": {
"type": "Identifier",
"start": 299,
"end": 300,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
},
"identifierName": "T"
},
"name": "T"
}
}
],
"source": {
"type": "StringLiteral",
"start": 308,
"end": 331,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 41
}
},
"extra": {
"rawValue": "../../../translations",
"raw": "\"../../../translations\""
},
"value": "../../../translations"
}
},
{
"type": "ImportDeclaration",
"start": 334,
"end": 395,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 61
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 343,
"end": 365,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 31
}
},
"imported": {
"type": "Identifier",
"start": 343,
"end": 365,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 31
},
"identifierName": "defaultBuildingVariant"
},
"name": "defaultBuildingVariant"
},
"local": {
"type": "Identifier",
"start": 343,
"end": 365,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 31
},
"identifierName": "defaultBuildingVariant"
},
"name": "defaultBuildingVariant"
}
}
],
"source": {
"type": "StringLiteral",
"start": 373,
"end": 394,
"loc": {
"start": {
"line": 7,
"column": 39
},
"end": {
"line": 7,
"column": 60
}
},
"extra": {
"rawValue": "../../meta_building",
"raw": "\"../../meta_building\""
},
"value": "../../meta_building"
}
},
{
"type": "ImportDeclaration",
"start": 397,
"end": 455,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 58
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 406,
"end": 424,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 27
}
},
"imported": {
"type": "Identifier",
"start": 406,
"end": 424,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 27
},
"identifierName": "enumHubGoalRewards"
},
"name": "enumHubGoalRewards"
},
"local": {
"type": "Identifier",
"start": 406,
"end": 424,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 27
},
"identifierName": "enumHubGoalRewards"
},
"name": "enumHubGoalRewards"
}
}
],
"source": {
"type": "StringLiteral",
"start": 432,
"end": 454,
"loc": {
"start": {
"line": 8,
"column": 35
},
"end": {
"line": 8,
"column": 57
}
},
"extra": {
"rawValue": "../../tutorial_goals",
"raw": "\"../../tutorial_goals\""
},
"value": "../../tutorial_goals"
}
},
{
"type": "ImportDeclaration",
"start": 457,
"end": 541,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 84
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 466,
"end": 501,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 44
}
},
"imported": {
"type": "Identifier",
"start": 466,
"end": 501,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 44
},
"identifierName": "enumHubGoalRewardsToContentUnlocked"
},
"name": "enumHubGoalRewardsToContentUnlocked"
},
"local": {
"type": "Identifier",
"start": 466,
"end": 501,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 44
},
"identifierName": "enumHubGoalRewardsToContentUnlocked"
},
"name": "enumHubGoalRewardsToContentUnlocked"
}
}
],
"source": {
"type": "StringLiteral",
"start": 509,
"end": 540,
"loc": {
"start": {
"line": 9,
"column": 52
},
"end": {
"line": 9,
"column": 83
}
},
"extra": {
"rawValue": "../../tutorial_goals_mappings",
"raw": "\"../../tutorial_goals_mappings\""
},
"value": "../../tutorial_goals_mappings"
}
},
{
"type": "ImportDeclaration",
"start": 543,
"end": 590,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 47
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 552,
"end": 563,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 552,
"end": 563,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"local": {
"type": "Identifier",
"start": 552,
"end": 563,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
}
}
],
"source": {
"type": "StringLiteral",
"start": 571,
"end": 589,
"loc": {
"start": {
"line": 10,
"column": 28
},
"end": {
"line": 10,
"column": 46
}
},
"extra": {
"rawValue": "../base_hud_part",
"raw": "\"../base_hud_part\""
},
"value": "../base_hud_part"
}
},
{
"type": "ImportDeclaration",
"start": 592,
"end": 649,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 57
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 601,
"end": 617,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 601,
"end": 617,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 25
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
},
"local": {
"type": "Identifier",
"start": 601,
"end": 617,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 25
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
}
}
],
"source": {
"type": "StringLiteral",
"start": 625,
"end": 648,
"loc": {
"start": {
"line": 11,
"column": 33
},
"end": {
"line": 11,
"column": 56
}
},
"extra": {
"rawValue": "../dynamic_dom_attach",
"raw": "\"../dynamic_dom_attach\""
},
"value": "../dynamic_dom_attach"
}
},
{
"type": "ImportDeclaration",
"start": 651,
"end": 706,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 55
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 660,
"end": 680,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 29
}
},
"imported": {
"type": "Identifier",
"start": 660,
"end": 680,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 29
},
"identifierName": "enumNotificationType"
},
"name": "enumNotificationType"
},
"local": {
"type": "Identifier",
"start": 660,
"end": 680,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 29
},
"identifierName": "enumNotificationType"
},
"name": "enumNotificationType"
}
}
],
"source": {
"type": "StringLiteral",
"start": 688,
"end": 705,
"loc": {
"start": {
"line": 12,
"column": 37
},
"end": {
"line": 12,
"column": 54
}
},
"extra": {
"rawValue": "./notifications",
"raw": "\"./notifications\""
},
"value": "./notifications"
}
},
{
"type": "ExportNamedDeclaration",
"start": 710,
"end": 6412,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 174,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 717,
"end": 6412,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 174,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 723,
"end": 744,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 34
},
"identifierName": "HUDUnlockNotification"
},
"name": "HUDUnlockNotification"
},
"superClass": {
"type": "Identifier",
"start": 753,
"end": 764,
"loc": {
"start": {
"line": 14,
"column": 43
},
"end": {
"line": 14,
"column": 54
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"body": {
"type": "ClassBody",
"start": 765,
"end": 6412,
"loc": {
"start": {
"line": 14,
"column": 55
},
"end": {
"line": 174,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 772,
"end": 1153,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 772,
"end": 782,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 14
},
"identifierName": "initialize"
},
"name": "initialize"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 785,
"end": 1153,
"loc": {
"start": {
"line": 15,
"column": 17
},
"end": {
"line": 27,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 796,
"end": 817,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 29
}
},
"expression": {
"type": "AssignmentExpression",
"start": 796,
"end": 816,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 28
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 796,
"end": 808,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 796,
"end": 800,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 801,
"end": 808,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 20
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 811,
"end": 816,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 28
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 829,
"end": 941,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 20,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 829,
"end": 940,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 20,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 829,
"end": 843,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 829,
"end": 833,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 834,
"end": 843,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 22
},
"identifierName": "domAttach"
},
"name": "domAttach"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 846,
"end": 940,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 20,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 850,
"end": 866,
"loc": {
"start": {
"line": 18,
"column": 29
},
"end": {
"line": 18,
"column": 45
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
},
"arguments": [
{
"type": "MemberExpression",
"start": 867,
"end": 876,
"loc": {
"start": {
"line": 18,
"column": 46
},
"end": {
"line": 18,
"column": 55
}
},
"object": {
"type": "ThisExpression",
"start": 867,
"end": 871,
"loc": {
"start": {
"line": 18,
"column": 46
},
"end": {
"line": 18,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"start": 872,
"end": 876,
"loc": {
"start": {
"line": 18,
"column": 51
},
"end": {
"line": 18,
"column": 55
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 878,
"end": 890,
"loc": {
"start": {
"line": 18,
"column": 57
},
"end": {
"line": 18,
"column": 69
}
},
"object": {
"type": "ThisExpression",
"start": 878,
"end": 882,
"loc": {
"start": {
"line": 18,
"column": 57
},
"end": {
"line": 18,
"column": 61
}
}
},
"property": {
"type": "Identifier",
"start": 883,
"end": 890,
"loc": {
"start": {
"line": 18,
"column": 62
},
"end": {
"line": 18,
"column": 69
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 892,
"end": 939,
"loc": {
"start": {
"line": 18,
"column": 71
},
"end": {
"line": 20,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 907,
"end": 927,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 907,
"end": 924,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 29
},
"identifierName": "timeToKeepSeconds"
},
"name": "timeToKeepSeconds"
},
"value": {
"type": "NumericLiteral",
"start": 926,
"end": 927,
"loc": {
"start": {
"line": 19,
"column": 31
},
"end": {
"line": 19,
"column": 32
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
}
]
}
}
},
{
"type": "IfStatement",
"start": 953,
"end": 1104,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 24,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 957,
"end": 1010,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 65
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "LogicalExpression",
"start": 959,
"end": 1009,
"loc": {
"start": {
"line": 22,
"column": 14
},
"end": {
"line": 22,
"column": 64
}
},
"left": {
"type": "Identifier",
"start": 959,
"end": 967,
"loc": {
"start": {
"line": 22,
"column": 14
},
"end": {
"line": 22,
"column": 22
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 971,
"end": 1009,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 971,
"end": 989,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 971,
"end": 983,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 38
},
"identifierName": "globalConfig"
},
"name": "globalConfig"
},
"property": {
"type": "Identifier",
"start": 984,
"end": 989,
"loc": {
"start": {
"line": 22,
"column": 39
},
"end": {
"line": 22,
"column": 44
},
"identifierName": "debug"
},
"name": "debug"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 990,
"end": 1009,
"loc": {
"start": {
"line": 22,
"column": 45
},
"end": {
"line": 22,
"column": 64
},
"identifierName": "disableUnlockDialog"
},
"name": "disableUnlockDialog"
},
"computed": false
},
"extra": {
"parenthesized": true,
"parenStart": 958
}
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1012,
"end": 1104,
"loc": {
"start": {
"line": 22,
"column": 67
},
"end": {
"line": 24,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1027,
"end": 1093,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 78
}
},
"expression": {
"type": "CallExpression",
"start": 1027,
"end": 1092,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 1027,
"end": 1067,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 1027,
"end": 1063,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 1027,
"end": 1044,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 1027,
"end": 1036,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1027,
"end": 1031,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1032,
"end": 1036,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 21
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1037,
"end": 1044,
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 29
},
"identifierName": "signals"
},
"name": "signals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1045,
"end": 1063,
"loc": {
"start": {
"line": 23,
"column": 30
},
"end": {
"line": 23,
"column": 48
},
"identifierName": "storyGoalCompleted"
},
"name": "storyGoalCompleted"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1064,
"end": 1067,
"loc": {
"start": {
"line": 23,
"column": 49
},
"end": {
"line": 23,
"column": 52
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1068,
"end": 1085,
"loc": {
"start": {
"line": 23,
"column": 53
},
"end": {
"line": 23,
"column": 70
}
},
"object": {
"type": "ThisExpression",
"start": 1068,
"end": 1072,
"loc": {
"start": {
"line": 23,
"column": 53
},
"end": {
"line": 23,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"start": 1073,
"end": 1085,
"loc": {
"start": {
"line": 23,
"column": 58
},
"end": {
"line": 23,
"column": 70
},
"identifierName": "showForLevel"
},
"name": "showForLevel"
},
"computed": false
},
{
"type": "ThisExpression",
"start": 1087,
"end": 1091,
"loc": {
"start": {
"line": 23,
"column": 72
},
"end": {
"line": 23,
"column": 76
}
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 1116,
"end": 1146,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 38
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1116,
"end": 1145,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 37
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1116,
"end": 1138,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 1116,
"end": 1120,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1121,
"end": 1138,
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 30
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1141,
"end": 1145,
"loc": {
"start": {
"line": 26,
"column": 33
},
"end": {
"line": 26,
"column": 37
}
}
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1161,
"end": 1979,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1161,
"end": 1175,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 18
},
"identifierName": "createElements"
},
"name": "createElements"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1176,
"end": 1182,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 25
},
"identifierName": "parent"
},
"name": "parent"
}
],
"body": {
"type": "BlockStatement",
"start": 1184,
"end": 1979,
"loc": {
"start": {
"line": 29,
"column": 27
},
"end": {
"line": 47,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1195,
"end": 1257,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 70
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1195,
"end": 1256,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 69
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1195,
"end": 1213,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1195,
"end": 1199,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1200,
"end": 1213,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 26
},
"identifierName": "inputReciever"
},
"name": "inputReciever"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1216,
"end": 1256,
"loc": {
"start": {
"line": 30,
"column": 29
},
"end": {
"line": 30,
"column": 69
}
},
"callee": {
"type": "Identifier",
"start": 1220,
"end": 1233,
"loc": {
"start": {
"line": 30,
"column": 33
},
"end": {
"line": 30,
"column": 46
},
"identifierName": "InputReceiver"
},
"name": "InputReceiver"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1234,
"end": 1255,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 68
}
},
"extra": {
"rawValue": "unlock-notification",
"raw": "\"unlock-notification\""
},
"value": "unlock-notification"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1269,
"end": 1345,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 84
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1269,
"end": 1344,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 83
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1269,
"end": 1281,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1274,
"end": 1281,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 20
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1284,
"end": 1344,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 83
}
},
"callee": {
"type": "Identifier",
"start": 1284,
"end": 1291,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 30
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "Identifier",
"start": 1292,
"end": 1298,
"loc": {
"start": {
"line": 32,
"column": 31
},
"end": {
"line": 32,
"column": 37
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "StringLiteral",
"start": 1300,
"end": 1331,
"loc": {
"start": {
"line": 32,
"column": 39
},
"end": {
"line": 32,
"column": 70
}
},
"extra": {
"rawValue": "ingame_HUD_UnlockNotification",
"raw": "\"ingame_HUD_UnlockNotification\""
},
"value": "ingame_HUD_UnlockNotification"
},
{
"type": "ArrayExpression",
"start": 1333,
"end": 1343,
"loc": {
"start": {
"line": 32,
"column": 72
},
"end": {
"line": 32,
"column": 82
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1334,
"end": 1342,
"loc": {
"start": {
"line": 32,
"column": 73
},
"end": {
"line": 32,
"column": 81
}
},
"extra": {
"rawValue": "noBlur",
"raw": "\"noBlur\""
},
"value": "noBlur"
}
]
}
]
}
}
},
{
"type": "VariableDeclaration",
"start": 1357,
"end": 1412,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 63
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1363,
"end": 1411,
"loc": {
"start": {
"line": 34,
"column": 14
},
"end": {
"line": 34,
"column": 62
}
},
"id": {
"type": "Identifier",
"start": 1363,
"end": 1369,
"loc": {
"start": {
"line": 34,
"column": 14
},
"end": {
"line": 34,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "CallExpression",
"start": 1372,
"end": 1411,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 62
}
},
"callee": {
"type": "Identifier",
"start": 1372,
"end": 1379,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 30
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1380,
"end": 1392,
"loc": {
"start": {
"line": 34,
"column": 31
},
"end": {
"line": 34,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 1380,
"end": 1384,
"loc": {
"start": {
"line": 34,
"column": 31
},
"end": {
"line": 34,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"start": 1385,
"end": 1392,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 43
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
{
"type": "NullLiteral",
"start": 1394,
"end": 1398,
"loc": {
"start": {
"line": 34,
"column": 45
},
"end": {
"line": 34,
"column": 49
}
}
},
{
"type": "ArrayExpression",
"start": 1400,
"end": 1410,
"loc": {
"start": {
"line": 34,
"column": 51
},
"end": {
"line": 34,
"column": 61
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1401,
"end": 1409,
"loc": {
"start": {
"line": 34,
"column": 52
},
"end": {
"line": 34,
"column": 60
}
},
"extra": {
"rawValue": "dialog",
"raw": "\"dialog\""
},
"value": "dialog"
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1424,
"end": 1474,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 58
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1424,
"end": 1473,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 57
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1424,
"end": 1438,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1424,
"end": 1428,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1429,
"end": 1438,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 22
},
"identifierName": "elemTitle"
},
"name": "elemTitle"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1441,
"end": 1473,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 57
}
},
"callee": {
"type": "Identifier",
"start": 1441,
"end": 1448,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 32
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "Identifier",
"start": 1449,
"end": 1455,
"loc": {
"start": {
"line": 36,
"column": 33
},
"end": {
"line": 36,
"column": 39
},
"identifierName": "dialog"
},
"name": "dialog"
},
{
"type": "NullLiteral",
"start": 1457,
"end": 1461,
"loc": {
"start": {
"line": 36,
"column": 41
},
"end": {
"line": 36,
"column": 45
}
}
},
{
"type": "ArrayExpression",
"start": 1463,
"end": 1472,
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 56
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1464,
"end": 1471,
"loc": {
"start": {
"line": 36,
"column": 48
},
"end": {
"line": 36,
"column": 55
}
},
"extra": {
"rawValue": "title",
"raw": "\"title\""
},
"value": "title"
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1484,
"end": 1586,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 110
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1484,
"end": 1585,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 109
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1484,
"end": 1501,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 1484,
"end": 1488,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1489,
"end": 1501,
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 25
},
"identifierName": "elemSubTitle"
},
"name": "elemSubTitle"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1504,
"end": 1585,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 109
}
},
"callee": {
"type": "Identifier",
"start": 1504,
"end": 1511,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 35
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "Identifier",
"start": 1512,
"end": 1518,
"loc": {
"start": {
"line": 37,
"column": 36
},
"end": {
"line": 37,
"column": 42
},
"identifierName": "dialog"
},
"name": "dialog"
},
{
"type": "NullLiteral",
"start": 1520,
"end": 1524,
"loc": {
"start": {
"line": 37,
"column": 44
},
"end": {
"line": 37,
"column": 48
}
}
},
{
"type": "ArrayExpression",
"start": 1526,
"end": 1538,
"loc": {
"start": {
"line": 37,
"column": 50
},
"end": {
"line": 37,
"column": 62
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1527,
"end": 1537,
"loc": {
"start": {
"line": 37,
"column": 51
},
"end": {
"line": 37,
"column": 61
}
},
"extra": {
"rawValue": "subTitle",
"raw": "\"subTitle\""
},
"value": "subTitle"
}
]
},
{
"type": "MemberExpression",
"start": 1540,
"end": 1584,
"loc": {
"start": {
"line": 37,
"column": 64
},
"end": {
"line": 37,
"column": 108
}
},
"object": {
"type": "MemberExpression",
"start": 1540,
"end": 1574,
"loc": {
"start": {
"line": 37,
"column": 64
},
"end": {
"line": 37,
"column": 98
}
},
"object": {
"type": "MemberExpression",
"start": 1540,
"end": 1548,
"loc": {
"start": {
"line": 37,
"column": 64
},
"end": {
"line": 37,
"column": 72
}
},
"object": {
"type": "Identifier",
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 37,
"column": 64
},
"end": {
"line": 37,
"column": 65
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 1542,
"end": 1548,
"loc": {
"start": {
"line": 37,
"column": 66
},
"end": {
"line": 37,
"column": 72
},
"identifierName": "ingame"
},
"name": "ingame"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1549,
"end": 1574,
"loc": {
"start": {
"line": 37,
"column": 73
},
"end": {
"line": 37,
"column": 98
},
"identifierName": "levelCompleteNotification"
},
"name": "levelCompleteNotification"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1575,
"end": 1584,
"loc": {
"start": {
"line": 37,
"column": 99
},
"end": {
"line": 37,
"column": 108
},
"identifierName": "completed"
},
"name": "completed"
},
"computed": false
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1598,
"end": 1654,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 64
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1598,
"end": 1653,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 63
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1598,
"end": 1615,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1603,
"end": 1615,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 25
},
"identifierName": "elemContents"
},
"name": "elemContents"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1618,
"end": 1653,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 63
}
},
"callee": {
"type": "Identifier",
"start": 1618,
"end": 1625,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 35
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "Identifier",
"start": 1626,
"end": 1632,
"loc": {
"start": {
"line": 39,
"column": 36
},
"end": {
"line": 39,
"column": 42
},
"identifierName": "dialog"
},
"name": "dialog"
},
{
"type": "NullLiteral",
"start": 1634,
"end": 1638,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 48
}
}
},
{
"type": "ArrayExpression",
"start": 1640,
"end": 1652,
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 62
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 39,
"column": 51
},
"end": {
"line": 39,
"column": 61
}
},
"extra": {
"rawValue": "contents",
"raw": "\"contents\""
},
"value": "contents"
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1666,
"end": 1715,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1666,
"end": 1714,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 56
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1666,
"end": 1679,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1666,
"end": 1670,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1671,
"end": 1679,
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 21
},
"identifierName": "btnClose"
},
"name": "btnClose"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1682,
"end": 1714,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 1682,
"end": 1704,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 1682,
"end": 1690,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 32
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 1691,
"end": 1704,
"loc": {
"start": {
"line": 41,
"column": 33
},
"end": {
"line": 41,
"column": 46
},
"identifierName": "createElement"
},
"name": "createElement"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1705,
"end": 1713,
"loc": {
"start": {
"line": 41,
"column": 47
},
"end": {
"line": 41,
"column": 55
}
},
"extra": {
"rawValue": "button",
"raw": "\"button\""
},
"value": "button"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1725,
"end": 1778,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 61
}
},
"expression": {
"type": "CallExpression",
"start": 1725,
"end": 1777,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 1725,
"end": 1752,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 1725,
"end": 1748,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 1725,
"end": 1738,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1725,
"end": 1729,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1730,
"end": 1738,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 21
},
"identifierName": "btnClose"
},
"name": "btnClose"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1739,
"end": 1748,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 31
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1749,
"end": 1752,
"loc": {
"start": {
"line": 42,
"column": 32
},
"end": {
"line": 42,
"column": 35
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1753,
"end": 1760,
"loc": {
"start": {
"line": 42,
"column": 36
},
"end": {
"line": 42,
"column": 43
}
},
"extra": {
"rawValue": "close",
"raw": "\"close\""
},
"value": "close"
},
{
"type": "StringLiteral",
"start": 1762,
"end": 1776,
"loc": {
"start": {
"line": 42,
"column": 45
},
"end": {
"line": 42,
"column": 59
}
},
"extra": {
"rawValue": "styledButton",
"raw": "\"styledButton\""
},
"value": "styledButton"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1788,
"end": 1865,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 85
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1788,
"end": 1864,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 84
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1788,
"end": 1811,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 1788,
"end": 1801,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1788,
"end": 1792,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1793,
"end": 1801,
"loc": {
"start": {
"line": 43,
"column": 13
},
"end": {
"line": 43,
"column": 21
},
"identifierName": "btnClose"
},
"name": "btnClose"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1802,
"end": 1811,
"loc": {
"start": {
"line": 43,
"column": 22
},
"end": {
"line": 43,
"column": 31
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 1814,
"end": 1864,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 84
}
},
"object": {
"type": "MemberExpression",
"start": 1814,
"end": 1848,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 1814,
"end": 1822,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 1814,
"end": 1815,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 35
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 1816,
"end": 1822,
"loc": {
"start": {
"line": 43,
"column": 36
},
"end": {
"line": 43,
"column": 42
},
"identifierName": "ingame"
},
"name": "ingame"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1823,
"end": 1848,
"loc": {
"start": {
"line": 43,
"column": 43
},
"end": {
"line": 43,
"column": 68
},
"identifierName": "levelCompleteNotification"
},
"name": "levelCompleteNotification"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1849,
"end": 1864,
"loc": {
"start": {
"line": 43,
"column": 69
},
"end": {
"line": 43,
"column": 84
},
"identifierName": "buttonNextLevel"
},
"name": "buttonNextLevel"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1875,
"end": 1909,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 1875,
"end": 1908,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 1875,
"end": 1893,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 1875,
"end": 1881,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 1882,
"end": 1893,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 26
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1894,
"end": 1907,
"loc": {
"start": {
"line": 44,
"column": 27
},
"end": {
"line": 44,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 1894,
"end": 1898,
"loc": {
"start": {
"line": 44,
"column": 27
},
"end": {
"line": 44,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1899,
"end": 1907,
"loc": {
"start": {
"line": 44,
"column": 32
},
"end": {
"line": 44,
"column": 40
},
"identifierName": "btnClose"
},
"name": "btnClose"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1921,
"end": 1972,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 1921,
"end": 1971,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 1921,
"end": 1937,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 1921,
"end": 1925,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1926,
"end": 1937,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 24
},
"identifierName": "trackClicks"
},
"name": "trackClicks"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1938,
"end": 1951,
"loc": {
"start": {
"line": 46,
"column": 25
},
"end": {
"line": 46,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 1938,
"end": 1942,
"loc": {
"start": {
"line": 46,
"column": 25
},
"end": {
"line": 46,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 1943,
"end": 1951,
"loc": {
"start": {
"line": 46,
"column": 30
},
"end": {
"line": 46,
"column": 38
},
"identifierName": "btnClose"
},
"name": "btnClose"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1953,
"end": 1970,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 57
}
},
"object": {
"type": "ThisExpression",
"start": 1953,
"end": 1957,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"start": 1958,
"end": 1970,
"loc": {
"start": {
"line": 46,
"column": 45
},
"end": {
"line": 46,
"column": 57
},
"identifierName": "requestClose"
},
"name": "requestClose"
},
"computed": false
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {number} level\r\n * @param {enumHubGoalRewards} reward\r\n ",
"start": 1987,
"end": 2072,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2078,
"end": 4425,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 114,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2078,
"end": 2090,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 16
},
"identifierName": "showForLevel"
},
"name": "showForLevel",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2091,
"end": 2096,
"loc": {
"start": {
"line": 53,
"column": 17
},
"end": {
"line": 53,
"column": 22
},
"identifierName": "level"
},
"name": "level"
},
{
"type": "Identifier",
"start": 2098,
"end": 2104,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 30
},
"identifierName": "reward"
},
"name": "reward"
}
],
"body": {
"type": "BlockStatement",
"start": 2106,
"end": 4425,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 114,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2117,
"end": 2167,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2117,
"end": 2166,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2117,
"end": 2144,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 2117,
"end": 2137,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 2117,
"end": 2126,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 2117,
"end": 2121,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2122,
"end": 2126,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2127,
"end": 2137,
"loc": {
"start": {
"line": 54,
"column": 18
},
"end": {
"line": 54,
"column": 28
},
"identifierName": "soundProxy"
},
"name": "soundProxy"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2138,
"end": 2144,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 35
},
"identifierName": "playUi"
},
"name": "playUi"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2145,
"end": 2165,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2145,
"end": 2151,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 42
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"property": {
"type": "Identifier",
"start": 2152,
"end": 2165,
"loc": {
"start": {
"line": 54,
"column": 43
},
"end": {
"line": 54,
"column": 56
},
"identifierName": "levelComplete"
},
"name": "levelComplete"
},
"computed": false
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2179,
"end": 2235,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 64
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2185,
"end": 2234,
"loc": {
"start": {
"line": 56,
"column": 14
},
"end": {
"line": 56,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 2185,
"end": 2191,
"loc": {
"start": {
"line": 56,
"column": 14
},
"end": {
"line": 56,
"column": 20
},
"identifierName": "levels"
},
"name": "levels"
},
"init": {
"type": "CallExpression",
"start": 2194,
"end": 2234,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
"start": 2194,
"end": 2232,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 61
}
},
"object": {
"type": "MemberExpression",
"start": 2194,
"end": 2212,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 2194,
"end": 2203,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 2194,
"end": 2198,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"start": 2199,
"end": 2203,
"loc": {
"start": {
"line": 56,
"column": 28
},
"end": {
"line": 56,
"column": 32
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2204,
"end": 2212,
"loc": {
"start": {
"line": 56,
"column": 33
},
"end": {
"line": 56,
"column": 41
},
"identifierName": "gameMode"
},
"name": "gameMode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2213,
"end": 2232,
"loc": {
"start": {
"line": 56,
"column": 42
},
"end": {
"line": 56,
"column": 61
},
"identifierName": "getLevelDefinitions"
},
"name": "getLevelDefinitions"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const",
"trailingComments": [
{
"type": "CommentLine",
"value": " Don't use getIsFreeplay() because we want the freeplay level up to show",
"start": 2245,
"end": 2319,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 82
}
}
}
]
},
{
"type": "IfStatement",
"start": 2329,
"end": 2606,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 64,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 2333,
"end": 2354,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 33
}
},
"left": {
"type": "Identifier",
"start": 2333,
"end": 2338,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 17
},
"identifierName": "level"
},
"name": "level",
"leadingComments": null
},
"operator": ">",
"right": {
"type": "MemberExpression",
"start": 2341,
"end": 2354,
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 26
},
"identifierName": "levels"
},
"name": "levels"
},
"property": {
"type": "Identifier",
"start": 2348,
"end": 2354,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 33
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 2356,
"end": 2606,
"loc": {
"start": {
"line": 58,
"column": 35
},
"end": {
"line": 64,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2371,
"end": 2574,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 62,
"column": 14
}
},
"expression": {
"type": "CallExpression",
"start": 2371,
"end": 2573,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
},
"callee": {
"type": "MemberExpression",
"start": 2371,
"end": 2414,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 2371,
"end": 2405,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 2371,
"end": 2392,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 2371,
"end": 2384,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 2371,
"end": 2380,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 2371,
"end": 2375,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2376,
"end": 2380,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 21
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2381,
"end": 2384,
"loc": {
"start": {
"line": 59,
"column": 22
},
"end": {
"line": 59,
"column": 25
},
"identifierName": "hud"
},
"name": "hud"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2385,
"end": 2392,
"loc": {
"start": {
"line": 59,
"column": 26
},
"end": {
"line": 59,
"column": 33
},
"identifierName": "signals"
},
"name": "signals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2393,
"end": 2405,
"loc": {
"start": {
"line": 59,
"column": 34
},
"end": {
"line": 59,
"column": 46
},
"identifierName": "notification"
},
"name": "notification"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2406,
"end": 2414,
"loc": {
"start": {
"line": 59,
"column": 47
},
"end": {
"line": 59,
"column": 55
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2433,
"end": 2511,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 94
}
},
"callee": {
"type": "MemberExpression",
"start": 2433,
"end": 2485,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 2433,
"end": 2477,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 2433,
"end": 2455,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2433,
"end": 2441,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 24
}
},
"object": {
"type": "Identifier",
"start": 2433,
"end": 2434,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 17
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 2435,
"end": 2441,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 24
},
"identifierName": "ingame"
},
"name": "ingame"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2442,
"end": 2455,
"loc": {
"start": {
"line": 60,
"column": 25
},
"end": {
"line": 60,
"column": 38
},
"identifierName": "notifications"
},
"name": "notifications"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2456,
"end": 2477,
"loc": {
"start": {
"line": 60,
"column": 39
},
"end": {
"line": 60,
"column": 60
},
"identifierName": "freeplayLevelComplete"
},
"name": "freeplayLevelComplete"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2478,
"end": 2485,
"loc": {
"start": {
"line": 60,
"column": 61
},
"end": {
"line": 60,
"column": 68
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2486,
"end": 2495,
"loc": {
"start": {
"line": 60,
"column": 69
},
"end": {
"line": 60,
"column": 78
}
},
"extra": {
"rawValue": "<level>",
"raw": "\"<level>\""
},
"value": "<level>"
},
{
"type": "CallExpression",
"start": 2497,
"end": 2510,
"loc": {
"start": {
"line": 60,
"column": 80
},
"end": {
"line": 60,
"column": 93
}
},
"callee": {
"type": "Identifier",
"start": 2497,
"end": 2503,
"loc": {
"start": {
"line": 60,
"column": 80
},
"end": {
"line": 60,
"column": 86
},
"identifierName": "String"
},
"name": "String"
},
"arguments": [
{
"type": "Identifier",
"start": 2504,
"end": 2509,
"loc": {
"start": {
"line": 60,
"column": 87
},
"end": {
"line": 60,
"column": 92
},
"identifierName": "level"
},
"name": "level"
}
]
}
]
},
{
"type": "MemberExpression",
"start": 2530,
"end": 2558,
"loc": {
"start": {
"line": 61,
"column": 16
},
"end": {
"line": 61,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 2530,
"end": 2550,
"loc": {
"start": {
"line": 61,
"column": 16
},
"end": {
"line": 61,
"column": 36
},
"identifierName": "enumNotificationType"
},
"name": "enumNotificationType"
},
"property": {
"type": "Identifier",
"start": 2551,
"end": 2558,
"loc": {
"start": {
"line": 61,
"column": 37
},
"end": {
"line": 61,
"column": 44
},
"identifierName": "success"
},
"name": "success"
},
"computed": false
}
]
}
},
{
"type": "ReturnStatement",
"start": 2588,
"end": 2595,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " Don't use getIsFreeplay() because we want the freeplay level up to show",
"start": 2245,
"end": 2319,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 82
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 2618,
"end": 2686,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 76
}
},
"expression": {
"type": "CallExpression",
"start": 2618,
"end": 2685,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 75
}
},
"callee": {
"type": "MemberExpression",
"start": 2618,
"end": 2665,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 2618,
"end": 2640,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 2618,
"end": 2631,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 2618,
"end": 2627,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 2618,
"end": 2622,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2623,
"end": 2627,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2628,
"end": 2631,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 21
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2632,
"end": 2640,
"loc": {
"start": {
"line": 66,
"column": 22
},
"end": {
"line": 66,
"column": 30
},
"identifierName": "inputMgr"
},
"name": "inputMgr"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2641,
"end": 2665,
"loc": {
"start": {
"line": 66,
"column": 31
},
"end": {
"line": 66,
"column": 55
},
"identifierName": "makeSureAttachedAndOnTop"
},
"name": "makeSureAttachedAndOnTop"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2666,
"end": 2684,
"loc": {
"start": {
"line": 66,
"column": 56
},
"end": {
"line": 66,
"column": 74
}
},
"object": {
"type": "ThisExpression",
"start": 2666,
"end": 2670,
"loc": {
"start": {
"line": 66,
"column": 56
},
"end": {
"line": 66,
"column": 60
}
}
},
"property": {
"type": "Identifier",
"start": 2671,
"end": 2684,
"loc": {
"start": {
"line": 66,
"column": 61
},
"end": {
"line": 66,
"column": 74
},
"identifierName": "inputReciever"
},
"name": "inputReciever"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2696,
"end": 2856,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 70,
"column": 10
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2696,
"end": 2855,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 70,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2696,
"end": 2720,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 32
}
},
"object": {
"type": "MemberExpression",
"start": 2696,
"end": 2710,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 2696,
"end": 2700,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2701,
"end": 2710,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 22
},
"identifierName": "elemTitle"
},
"name": "elemTitle"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2711,
"end": 2720,
"loc": {
"start": {
"line": 67,
"column": 23
},
"end": {
"line": 67,
"column": 32
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2723,
"end": 2855,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 70,
"column": 9
}
},
"callee": {
"type": "MemberExpression",
"start": 2723,
"end": 2776,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 88
}
},
"object": {
"type": "MemberExpression",
"start": 2723,
"end": 2768,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 80
}
},
"object": {
"type": "MemberExpression",
"start": 2723,
"end": 2757,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 2723,
"end": 2731,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 43
}
},
"object": {
"type": "Identifier",
"start": 2723,
"end": 2724,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 36
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 2725,
"end": 2731,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 43
},
"identifierName": "ingame"
},
"name": "ingame"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2732,
"end": 2757,
"loc": {
"start": {
"line": 67,
"column": 44
},
"end": {
"line": 67,
"column": 69
},
"identifierName": "levelCompleteNotification"
},
"name": "levelCompleteNotification"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2758,
"end": 2768,
"loc": {
"start": {
"line": 67,
"column": 70
},
"end": {
"line": 67,
"column": 80
},
"identifierName": "levelTitle"
},
"name": "levelTitle"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2769,
"end": 2776,
"loc": {
"start": {
"line": 67,
"column": 81
},
"end": {
"line": 67,
"column": 88
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2791,
"end": 2800,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 21
}
},
"extra": {
"rawValue": "<level>",
"raw": "\"<level>\""
},
"value": "<level>"
},
{
"type": "CallExpression",
"start": 2815,
"end": 2844,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 2815,
"end": 2836,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 33
}
},
"object": {
"type": "BinaryExpression",
"start": 2816,
"end": 2826,
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 23
}
},
"left": {
"type": "StringLiteral",
"start": 2816,
"end": 2818,
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 15
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 2821,
"end": 2826,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 23
},
"identifierName": "level"
},
"name": "level"
},
"extra": {
"parenthesized": true,
"parenStart": 2815
}
},
"property": {
"type": "Identifier",
"start": 2828,
"end": 2836,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 33
},
"identifierName": "padStart"
},
"name": "padStart"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 2837,
"end": 2838,
"loc": {
"start": {
"line": 69,
"column": 34
},
"end": {
"line": 69,
"column": 35
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
},
{
"type": "StringLiteral",
"start": 2840,
"end": 2843,
"loc": {
"start": {
"line": 69,
"column": 37
},
"end": {
"line": 69,
"column": 40
}
},
"extra": {
"rawValue": "0",
"raw": "\"0\""
},
"value": "0"
}
]
}
]
}
}
},
{
"type": "VariableDeclaration",
"start": 2868,
"end": 2916,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 56
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2874,
"end": 2915,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 55
}
},
"id": {
"type": "Identifier",
"start": 2874,
"end": 2884,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 24
},
"identifierName": "rewardName"
},
"name": "rewardName"
},
"init": {
"type": "MemberExpression",
"start": 2887,
"end": 2915,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 2887,
"end": 2909,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2887,
"end": 2901,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2887,
"end": 2888,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 28
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 2889,
"end": 2901,
"loc": {
"start": {
"line": 72,
"column": 29
},
"end": {
"line": 72,
"column": 41
},
"identifierName": "storyRewards"
},
"name": "storyRewards"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2902,
"end": 2908,
"loc": {
"start": {
"line": 72,
"column": 42
},
"end": {
"line": 72,
"column": 48
},
"identifierName": "reward"
},
"name": "reward"
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 2910,
"end": 2915,
"loc": {
"start": {
"line": 72,
"column": 50
},
"end": {
"line": 72,
"column": 55
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2928,
"end": 3202,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 83,
"column": 10
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2932,
"end": 3201,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 83,
"column": 9
}
},
"id": {
"type": "Identifier",
"start": 2932,
"end": 2936,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "TemplateLiteral",
"start": 2939,
"end": 3201,
"loc": {
"start": {
"line": 74,
"column": 19
},
"end": {
"line": 83,
"column": 9
}
},
"expressions": [
{
"type": "CallExpression",
"start": 2990,
"end": 3067,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 91
}
},
"callee": {
"type": "MemberExpression",
"start": 2990,
"end": 3043,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 67
}
},
"object": {
"type": "MemberExpression",
"start": 2990,
"end": 3035,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 2990,
"end": 3024,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 2990,
"end": 2998,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 2990,
"end": 2991,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 15
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 2992,
"end": 2998,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 22
},
"identifierName": "ingame"
},
"name": "ingame"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2999,
"end": 3024,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 48
},
"identifierName": "levelCompleteNotification"
},
"name": "levelCompleteNotification"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3025,
"end": 3035,
"loc": {
"start": {
"line": 76,
"column": 49
},
"end": {
"line": 76,
"column": 59
},
"identifierName": "unlockText"
},
"name": "unlockText"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3036,
"end": 3043,
"loc": {
"start": {
"line": 76,
"column": 60
},
"end": {
"line": 76,
"column": 67
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3044,
"end": 3054,
"loc": {
"start": {
"line": 76,
"column": 68
},
"end": {
"line": 76,
"column": 78
}
},
"extra": {
"rawValue": "<reward>",
"raw": "\"<reward>\""
},
"value": "<reward>"
},
{
"type": "Identifier",
"start": 3056,
"end": 3066,
"loc": {
"start": {
"line": 76,
"column": 80
},
"end": {
"line": 76,
"column": 90
},
"identifierName": "rewardName"
},
"name": "rewardName"
}
]
},
{
"type": "MemberExpression",
"start": 3144,
"end": 3171,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 3144,
"end": 3166,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 3144,
"end": 3158,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3144,
"end": 3145,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 15
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 3146,
"end": 3158,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 28
},
"identifierName": "storyRewards"
},
"name": "storyRewards"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3159,
"end": 3165,
"loc": {
"start": {
"line": 80,
"column": 29
},
"end": {
"line": 80,
"column": 35
},
"identifierName": "reward"
},
"name": "reward"
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 3167,
"end": 3171,
"loc": {
"start": {
"line": 80,
"column": 37
},
"end": {
"line": 80,
"column": 41
},
"identifierName": "desc"
},
"name": "desc"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 2940,
"end": 2988,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 76,
"column": 12
}
},
"value": {
"raw": "\n <div class=\"rewardName\">\n ",
"cooked": "\n <div class=\"rewardName\">\n "
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3068,
"end": 3142,
"loc": {
"start": {
"line": 76,
"column": 92
},
"end": {
"line": 80,
"column": 12
}
},
"value": {
"raw": "\n </div>\n \n <div class=\"rewardDesc\">\n ",
"cooked": "\n </div>\n \n <div class=\"rewardDesc\">\n "
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3172,
"end": 3200,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 83,
"column": 8
}
},
"value": {
"raw": "\n </div>\n\n ",
"cooked": "\n </div>\n\n "
},
"tail": true
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 3214,
"end": 3245,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 39
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3214,
"end": 3244,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 38
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 3214,
"end": 3218,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"right": {
"type": "StringLiteral",
"start": 3222,
"end": 3244,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 38
}
},
"extra": {
"rawValue": "<div class='images'>",
"raw": "\"<div class='images'>\""
},
"value": "<div class='images'>"
}
}
},
{
"type": "VariableDeclaration",
"start": 3255,
"end": 3314,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3261,
"end": 3313,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 66
}
},
"id": {
"type": "Identifier",
"start": 3261,
"end": 3267,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 20
},
"identifierName": "gained"
},
"name": "gained"
},
"init": {
"type": "MemberExpression",
"start": 3270,
"end": 3313,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 66
}
},
"object": {
"type": "Identifier",
"start": 3270,
"end": 3305,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 58
},
"identifierName": "enumHubGoalRewardsToContentUnlocked"
},
"name": "enumHubGoalRewardsToContentUnlocked"
},
"property": {
"type": "Identifier",
"start": 3306,
"end": 3312,
"loc": {
"start": {
"line": 86,
"column": 59
},
"end": {
"line": 86,
"column": 65
},
"identifierName": "reward"
},
"name": "reward"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 3324,
"end": 3748,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
},
"test": {
"type": "Identifier",
"start": 3328,
"end": 3334,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 18
},
"identifierName": "gained"
},
"name": "gained"
},
"consequent": {
"type": "BlockStatement",
"start": 3336,
"end": 3748,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 94,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3351,
"end": 3737,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 93,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 3351,
"end": 3736,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 93,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 3351,
"end": 3365,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 3351,
"end": 3357,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 18
},
"identifierName": "gained"
},
"name": "gained"
},
"property": {
"type": "Identifier",
"start": 3358,
"end": 3365,
"loc": {
"start": {
"line": 88,
"column": 19
},
"end": {
"line": 88,
"column": 26
},
"identifierName": "forEach"
},
"name": "forEach"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 3366,
"end": 3735,
"loc": {
"start": {
"line": 88,
"column": 27
},
"end": {
"line": 93,
"column": 13
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "ArrayPattern",
"start": 3367,
"end": 3395,
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 56
}
},
"elements": [
{
"type": "Identifier",
"start": 3368,
"end": 3385,
"loc": {
"start": {
"line": 88,
"column": 29
},
"end": {
"line": 88,
"column": 46
},
"identifierName": "metaBuildingClass"
},
"name": "metaBuildingClass"
},
{
"type": "Identifier",
"start": 3387,
"end": 3394,
"loc": {
"start": {
"line": 88,
"column": 48
},
"end": {
"line": 88,
"column": 55
},
"identifierName": "variant"
},
"name": "variant"
}
]
}
],
"body": {
"type": "BlockStatement",
"start": 3400,
"end": 3735,
"loc": {
"start": {
"line": 88,
"column": 61
},
"end": {
"line": 93,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3419,
"end": 3493,
"loc": {
"start": {
"line": 89,
"column": 16
},
"end": {
"line": 89,
"column": 90
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3425,
"end": 3492,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 89
}
},
"id": {
"type": "Identifier",
"start": 3425,
"end": 3437,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 34
},
"identifierName": "metaBuilding"
},
"name": "metaBuilding"
},
"init": {
"type": "CallExpression",
"start": 3440,
"end": 3492,
"loc": {
"start": {
"line": 89,
"column": 37
},
"end": {
"line": 89,
"column": 89
}
},
"callee": {
"type": "MemberExpression",
"start": 3440,
"end": 3473,
"loc": {
"start": {
"line": 89,
"column": 37
},
"end": {
"line": 89,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 3440,
"end": 3461,
"loc": {
"start": {
"line": 89,
"column": 37
},
"end": {
"line": 89,
"column": 58
},
"identifierName": "gMetaBuildingRegistry"
},
"name": "gMetaBuildingRegistry"
},
"property": {
"type": "Identifier",
"start": 3462,
"end": 3473,
"loc": {
"start": {
"line": 89,
"column": 59
},
"end": {
"line": 89,
"column": 70
},
"identifierName": "findByClass"
},
"name": "findByClass"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3474,
"end": 3491,
"loc": {
"start": {
"line": 89,
"column": 71
},
"end": {
"line": 89,
"column": 88
},
"identifierName": "metaBuildingClass"
},
"name": "metaBuildingClass"
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3511,
"end": 3720,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 92,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3511,
"end": 3719,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 92,
"column": 30
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 3511,
"end": 3515,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 90,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"right": {
"type": "TemplateLiteral",
"start": 3519,
"end": 3719,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 92,
"column": 30
}
},
"expressions": [
{
"type": "BinaryExpression",
"start": 3607,
"end": 3687,
"loc": {
"start": {
"line": 91,
"column": 20
},
"end": {
"line": 91,
"column": 100
}
},
"left": {
"type": "CallExpression",
"start": 3607,
"end": 3627,
"loc": {
"start": {
"line": 91,
"column": 20
},
"end": {
"line": 91,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 3607,
"end": 3625,
"loc": {
"start": {
"line": 91,
"column": 20
},
"end": {
"line": 91,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 3607,
"end": 3619,
"loc": {
"start": {
"line": 91,
"column": 20
},
"end": {
"line": 91,
"column": 32
},
"identifierName": "metaBuilding"
},
"name": "metaBuilding"
},
"property": {
"type": "Identifier",
"start": 3620,
"end": 3625,
"loc": {
"start": {
"line": 91,
"column": 33
},
"end": {
"line": 91,
"column": 38
},
"identifierName": "getId"
},
"name": "getId"
},
"computed": false
},
"arguments": []
},
"operator": "+",
"right": {
"type": "ConditionalExpression",
"start": 3631,
"end": 3686,
"loc": {
"start": {
"line": 91,
"column": 44
},
"end": {
"line": 91,
"column": 99
}
},
"test": {
"type": "BinaryExpression",
"start": 3631,
"end": 3665,
"loc": {
"start": {
"line": 91,
"column": 44
},
"end": {
"line": 91,
"column": 78
}
},
"left": {
"type": "Identifier",
"start": 3631,
"end": 3638,
"loc": {
"start": {
"line": 91,
"column": 44
},
"end": {
"line": 91,
"column": 51
},
"identifierName": "variant"
},
"name": "variant"
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 3643,
"end": 3665,
"loc": {
"start": {
"line": 91,
"column": 56
},
"end": {
"line": 91,
"column": 78
},
"identifierName": "defaultBuildingVariant"
},
"name": "defaultBuildingVariant"
}
},
"consequent": {
"type": "StringLiteral",
"start": 3668,
"end": 3670,
"loc": {
"start": {
"line": 91,
"column": 81
},
"end": {
"line": 91,
"column": 83
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
},
"alternate": {
"type": "BinaryExpression",
"start": 3673,
"end": 3686,
"loc": {
"start": {
"line": 91,
"column": 86
},
"end": {
"line": 91,
"column": 99
}
},
"left": {
"type": "StringLiteral",
"start": 3673,
"end": 3676,
"loc": {
"start": {
"line": 91,
"column": 86
},
"end": {
"line": 91,
"column": 89
}
},
"extra": {
"rawValue": "-",
"raw": "\"-\""
},
"value": "-"
},
"operator": "+",
"right": {
"type": "Identifier",
"start": 3679,
"end": 3686,
"loc": {
"start": {
"line": 91,
"column": 92
},
"end": {
"line": 91,
"column": 99
},
"identifierName": "variant"
},
"name": "variant"
}
},
"extra": {
"parenthesized": true,
"parenStart": 3630
}
}
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3520,
"end": 3583,
"loc": {
"start": {
"line": 90,
"column": 25
},
"end": {
"line": 90,
"column": 88
}
},
"value": {
"raw": "<div class=\"buildingExplanation\" data-icon=\"building_tutorials/",
"cooked": "<div class=\"buildingExplanation\" data-icon=\"building_tutorials/"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3706,
"end": 3718,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 29
}
},
"value": {
"raw": ".png\"></div>",
"cooked": ".png\"></div>"
},
"tail": true
}
]
}
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3758,
"end": 3775,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3758,
"end": 3774,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 24
}
},
"operator": "+=",
"left": {
"type": "Identifier",
"start": 3758,
"end": 3762,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"right": {
"type": "StringLiteral",
"start": 3766,
"end": 3774,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 24
}
},
"extra": {
"rawValue": "</div>",
"raw": "\"</div>\""
},
"value": "</div>"
}
}
},
{
"type": "ExpressionStatement",
"start": 3787,
"end": 3822,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3787,
"end": 3821,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3787,
"end": 3814,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 3787,
"end": 3804,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 3787,
"end": 3791,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3792,
"end": 3804,
"loc": {
"start": {
"line": 97,
"column": 13
},
"end": {
"line": 97,
"column": 25
},
"identifierName": "elemContents"
},
"name": "elemContents"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3805,
"end": 3814,
"loc": {
"start": {
"line": 97,
"column": 26
},
"end": {
"line": 97,
"column": 35
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 3817,
"end": 3821,
"loc": {
"start": {
"line": 97,
"column": 38
},
"end": {
"line": 97,
"column": 42
},
"identifierName": "html"
},
"name": "html"
}
}
},
{
"type": "ExpressionStatement",
"start": 3832,
"end": 3852,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 28
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3832,
"end": 3851,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 27
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3832,
"end": 3844,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3832,
"end": 3836,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3837,
"end": 3844,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 20
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 3847,
"end": 3851,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 27
}
},
"value": true
}
}
},
{
"type": "IfStatement",
"start": 3864,
"end": 3955,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 102,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 3868,
"end": 3890,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 3868,
"end": 3872,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3873,
"end": 3890,
"loc": {
"start": {
"line": 100,
"column": 17
},
"end": {
"line": 100,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3892,
"end": 3955,
"loc": {
"start": {
"line": 100,
"column": 36
},
"end": {
"line": 102,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3907,
"end": 3944,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 3907,
"end": 3943,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 3907,
"end": 3919,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 24
},
"identifierName": "clearTimeout"
},
"name": "clearTimeout"
},
"arguments": [
{
"type": "MemberExpression",
"start": 3920,
"end": 3942,
"loc": {
"start": {
"line": 101,
"column": 25
},
"end": {
"line": 101,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 3920,
"end": 3924,
"loc": {
"start": {
"line": 101,
"column": 25
},
"end": {
"line": 101,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 3925,
"end": 3942,
"loc": {
"start": {
"line": 101,
"column": 30
},
"end": {
"line": 101,
"column": 47
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3967,
"end": 4039,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 80
}
},
"expression": {
"type": "CallExpression",
"start": 3967,
"end": 4038,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 3967,
"end": 4026,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 67
}
},
"object": {
"type": "MemberExpression",
"start": 3967,
"end": 4019,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 60
}
},
"object": {
"type": "CallExpression",
"start": 3967,
"end": 4009,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 3967,
"end": 3993,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 3967,
"end": 3979,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3967,
"end": 3971,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3972,
"end": 3979,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 20
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3980,
"end": 3993,
"loc": {
"start": {
"line": 104,
"column": 21
},
"end": {
"line": 104,
"column": 34
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3994,
"end": 4008,
"loc": {
"start": {
"line": 104,
"column": 35
},
"end": {
"line": 104,
"column": 49
}
},
"extra": {
"rawValue": "button.close",
"raw": "\"button.close\""
},
"value": "button.close"
}
]
},
"property": {
"type": "Identifier",
"start": 4010,
"end": 4019,
"loc": {
"start": {
"line": 104,
"column": 51
},
"end": {
"line": 104,
"column": 60
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4020,
"end": 4026,
"loc": {
"start": {
"line": 104,
"column": 61
},
"end": {
"line": 104,
"column": 67
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4027,
"end": 4037,
"loc": {
"start": {
"line": 104,
"column": 68
},
"end": {
"line": 104,
"column": 78
}
},
"extra": {
"rawValue": "unlocked",
"raw": "\"unlocked\""
},
"value": "unlocked"
}
]
}
},
{
"type": "IfStatement",
"start": 4051,
"end": 4418,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 113,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 4055,
"end": 4105,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 62
}
},
"object": {
"type": "CallExpression",
"start": 4055,
"end": 4094,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 4055,
"end": 4092,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 4055,
"end": 4077,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 4055,
"end": 4068,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4055,
"end": 4064,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 4055,
"end": 4059,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4060,
"end": 4064,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 21
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4065,
"end": 4068,
"loc": {
"start": {
"line": 106,
"column": 22
},
"end": {
"line": 106,
"column": 25
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4069,
"end": 4077,
"loc": {
"start": {
"line": 106,
"column": 26
},
"end": {
"line": 106,
"column": 34
},
"identifierName": "settings"
},
"name": "settings"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4078,
"end": 4092,
"loc": {
"start": {
"line": 106,
"column": 35
},
"end": {
"line": 106,
"column": 49
},
"identifierName": "getAllSettings"
},
"name": "getAllSettings"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 4095,
"end": 4105,
"loc": {
"start": {
"line": 106,
"column": 52
},
"end": {
"line": 106,
"column": 62
},
"identifierName": "offerHints"
},
"name": "offerHints"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 4107,
"end": 4317,
"loc": {
"start": {
"line": 106,
"column": 64
},
"end": {
"line": 111,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4122,
"end": 4306,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 110,
"column": 14
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4122,
"end": 4305,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 110,
"column": 13
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4122,
"end": 4144,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 4122,
"end": 4126,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4127,
"end": 4144,
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 4147,
"end": 4305,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 110,
"column": 13
}
},
"callee": {
"type": "Identifier",
"start": 4147,
"end": 4157,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 47
},
"identifierName": "setTimeout"
},
"name": "setTimeout"
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 4176,
"end": 4250,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 90
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 4182,
"end": 4250,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 90
}
},
"callee": {
"type": "MemberExpression",
"start": 4182,
"end": 4238,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 78
}
},
"object": {
"type": "MemberExpression",
"start": 4182,
"end": 4234,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 74
}
},
"object": {
"type": "CallExpression",
"start": 4182,
"end": 4224,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 4182,
"end": 4208,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 4182,
"end": 4194,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 4182,
"end": 4186,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 4187,
"end": 4194,
"loc": {
"start": {
"line": 108,
"column": 27
},
"end": {
"line": 108,
"column": 34
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4195,
"end": 4208,
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 48
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4209,
"end": 4223,
"loc": {
"start": {
"line": 108,
"column": 49
},
"end": {
"line": 108,
"column": 63
}
},
"extra": {
"rawValue": "button.close",
"raw": "\"button.close\""
},
"value": "button.close"
}
]
},
"property": {
"type": "Identifier",
"start": 4225,
"end": 4234,
"loc": {
"start": {
"line": 108,
"column": 65
},
"end": {
"line": 108,
"column": 74
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4235,
"end": 4238,
"loc": {
"start": {
"line": 108,
"column": 75
},
"end": {
"line": 108,
"column": 78
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4239,
"end": 4249,
"loc": {
"start": {
"line": 108,
"column": 79
},
"end": {
"line": 108,
"column": 89
}
},
"extra": {
"rawValue": "unlocked",
"raw": "\"unlocked\""
},
"value": "unlocked"
}
]
}
},
{
"type": "ConditionalExpression",
"start": 4269,
"end": 4290,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 37
}
},
"test": {
"type": "Identifier",
"start": 4269,
"end": 4277,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 24
},
"identifierName": "G_IS_DEV"
},
"name": "G_IS_DEV"
},
"consequent": {
"type": "NumericLiteral",
"start": 4280,
"end": 4283,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 30
}
},
"extra": {
"rawValue": 100,
"raw": "100"
},
"value": 100
},
"alternate": {
"type": "NumericLiteral",
"start": 4286,
"end": 4290,
"loc": {
"start": {
"line": 109,
"column": 33
},
"end": {
"line": 109,
"column": 37
}
},
"extra": {
"rawValue": 5000,
"raw": "5000"
},
"value": 5000
}
}
]
}
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 4323,
"end": 4418,
"loc": {
"start": {
"line": 111,
"column": 15
},
"end": {
"line": 113,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4338,
"end": 4407,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 81
}
},
"expression": {
"type": "CallExpression",
"start": 4338,
"end": 4406,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 4338,
"end": 4394,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 4338,
"end": 4390,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 64
}
},
"object": {
"type": "CallExpression",
"start": 4338,
"end": 4380,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 4338,
"end": 4364,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 4338,
"end": 4350,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 4338,
"end": 4342,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4343,
"end": 4350,
"loc": {
"start": {
"line": 112,
"column": 17
},
"end": {
"line": 112,
"column": 24
},
"identifierName": "element"
},
"name": "element"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4351,
"end": 4364,
"loc": {
"start": {
"line": 112,
"column": 25
},
"end": {
"line": 112,
"column": 38
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4365,
"end": 4379,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 53
}
},
"extra": {
"rawValue": "button.close",
"raw": "\"button.close\""
},
"value": "button.close"
}
]
},
"property": {
"type": "Identifier",
"start": 4381,
"end": 4390,
"loc": {
"start": {
"line": 112,
"column": 55
},
"end": {
"line": 112,
"column": 64
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4391,
"end": 4394,
"loc": {
"start": {
"line": 112,
"column": 65
},
"end": {
"line": 112,
"column": 68
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4395,
"end": 4405,
"loc": {
"start": {
"line": 112,
"column": 69
},
"end": {
"line": 112,
"column": 79
}
},
"extra": {
"rawValue": "unlocked",
"raw": "\"unlocked\""
},
"value": "unlocked"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {number} level\r\n * @param {enumHubGoalRewards} reward\r\n ",
"start": 1987,
"end": 2072,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 4433,
"end": 4666,
"loc": {
"start": {
"line": 116,
"column": 4
},
"end": {
"line": 122,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4433,
"end": 4440,
"loc": {
"start": {
"line": 116,
"column": 4
},
"end": {
"line": 116,
"column": 11
},
"identifierName": "cleanup"
},
"name": "cleanup"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4443,
"end": 4666,
"loc": {
"start": {
"line": 116,
"column": 14
},
"end": {
"line": 122,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4454,
"end": 4514,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 68
}
},
"expression": {
"type": "CallExpression",
"start": 4454,
"end": 4513,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
"start": 4454,
"end": 4493,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 4454,
"end": 4476,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 4454,
"end": 4467,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 4454,
"end": 4463,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 4454,
"end": 4458,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4459,
"end": 4463,
"loc": {
"start": {
"line": 117,
"column": 13
},
"end": {
"line": 117,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4464,
"end": 4467,
"loc": {
"start": {
"line": 117,
"column": 18
},
"end": {
"line": 117,
"column": 21
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4468,
"end": 4476,
"loc": {
"start": {
"line": 117,
"column": 22
},
"end": {
"line": 117,
"column": 30
},
"identifierName": "inputMgr"
},
"name": "inputMgr"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4477,
"end": 4493,
"loc": {
"start": {
"line": 117,
"column": 31
},
"end": {
"line": 117,
"column": 47
},
"identifierName": "makeSureDetached"
},
"name": "makeSureDetached"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4494,
"end": 4512,
"loc": {
"start": {
"line": 117,
"column": 48
},
"end": {
"line": 117,
"column": 66
}
},
"object": {
"type": "ThisExpression",
"start": 4494,
"end": 4498,
"loc": {
"start": {
"line": 117,
"column": 48
},
"end": {
"line": 117,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"start": 4499,
"end": 4512,
"loc": {
"start": {
"line": 117,
"column": 53
},
"end": {
"line": 117,
"column": 66
},
"identifierName": "inputReciever"
},
"name": "inputReciever"
},
"computed": false
}
]
}
},
{
"type": "IfStatement",
"start": 4524,
"end": 4659,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 121,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 4528,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 4528,
"end": 4532,
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4533,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 17
},
"end": {
"line": 118,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 4552,
"end": 4659,
"loc": {
"start": {
"line": 118,
"column": 36
},
"end": {
"line": 121,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4567,
"end": 4604,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 4567,
"end": 4603,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 4567,
"end": 4579,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 24
},
"identifierName": "clearTimeout"
},
"name": "clearTimeout"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4580,
"end": 4602,
"loc": {
"start": {
"line": 119,
"column": 25
},
"end": {
"line": 119,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 4580,
"end": 4584,
"loc": {
"start": {
"line": 119,
"column": 25
},
"end": {
"line": 119,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 4585,
"end": 4602,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 47
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4618,
"end": 4648,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4618,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4618,
"end": 4640,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 4618,
"end": 4622,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4623,
"end": 4640,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 4643,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 41
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4674,
"end": 4732,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4674,
"end": 4691,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 21
},
"identifierName": "isBlockingOverlay"
},
"name": "isBlockingOverlay"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4694,
"end": 4732,
"loc": {
"start": {
"line": 124,
"column": 24
},
"end": {
"line": 126,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4705,
"end": 4725,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 28
}
},
"argument": {
"type": "MemberExpression",
"start": 4712,
"end": 4724,
"loc": {
"start": {
"line": 125,
"column": 15
},
"end": {
"line": 125,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 4712,
"end": 4716,
"loc": {
"start": {
"line": 125,
"column": 15
},
"end": {
"line": 125,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 4717,
"end": 4724,
"loc": {
"start": {
"line": 125,
"column": 20
},
"end": {
"line": 125,
"column": 27
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4740,
"end": 5906,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 156,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4740,
"end": 4752,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 16
},
"identifierName": "requestClose"
},
"name": "requestClose"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4755,
"end": 5906,
"loc": {
"start": {
"line": 128,
"column": 19
},
"end": {
"line": 156,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4766,
"end": 5899,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 155,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 4766,
"end": 5898,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 155,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 4766,
"end": 4809,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 51
}
},
"object": {
"type": "CallExpression",
"start": 4766,
"end": 4804,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 4766,
"end": 4802,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 4766,
"end": 4790,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 32
}
},
"object": {
"type": "MemberExpression",
"start": 4766,
"end": 4779,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 4766,
"end": 4775,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 4766,
"end": 4770,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4771,
"end": 4775,
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4776,
"end": 4779,
"loc": {
"start": {
"line": 129,
"column": 18
},
"end": {
"line": 129,
"column": 21
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4780,
"end": 4790,
"loc": {
"start": {
"line": 129,
"column": 22
},
"end": {
"line": 129,
"column": 32
},
"identifierName": "adProvider"
},
"name": "adProvider"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4791,
"end": 4802,
"loc": {
"start": {
"line": 129,
"column": 33
},
"end": {
"line": 129,
"column": 44
},
"identifierName": "showVideoAd"
},
"name": "showVideoAd"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 4805,
"end": 4809,
"loc": {
"start": {
"line": 129,
"column": 47
},
"end": {
"line": 129,
"column": 51
},
"identifierName": "then"
},
"name": "then"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 4810,
"end": 5897,
"loc": {
"start": {
"line": 129,
"column": 52
},
"end": {
"line": 155,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4816,
"end": 5897,
"loc": {
"start": {
"line": 129,
"column": 58
},
"end": {
"line": 155,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4831,
"end": 4844,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 4831,
"end": 4843,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 4831,
"end": 4841,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4831,
"end": 4835,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4836,
"end": 4841,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
},
"identifierName": "close"
},
"name": "close"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4860,
"end": 4920,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 4860,
"end": 4919,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 4860,
"end": 4917,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 4860,
"end": 4908,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 4860,
"end": 4881,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 4860,
"end": 4873,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4860,
"end": 4869,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 4860,
"end": 4864,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4865,
"end": 4869,
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 21
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4870,
"end": 4873,
"loc": {
"start": {
"line": 132,
"column": 22
},
"end": {
"line": 132,
"column": 25
},
"identifierName": "hud"
},
"name": "hud"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4874,
"end": 4881,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 33
},
"identifierName": "signals"
},
"name": "signals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4882,
"end": 4908,
"loc": {
"start": {
"line": 132,
"column": 34
},
"end": {
"line": 132,
"column": 60
},
"identifierName": "unlockNotificationFinished"
},
"name": "unlockNotificationFinished"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4909,
"end": 4917,
"loc": {
"start": {
"line": 132,
"column": 61
},
"end": {
"line": 132,
"column": 69
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": []
}
},
{
"type": "IfStatement",
"start": 4936,
"end": 5034,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 136,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 4940,
"end": 4991,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 67
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 4941,
"end": 4991,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 67
}
},
"object": {
"type": "CallExpression",
"start": 4941,
"end": 4980,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 4941,
"end": 4978,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 4941,
"end": 4963,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 4941,
"end": 4954,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 4941,
"end": 4950,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 4941,
"end": 4945,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 4946,
"end": 4950,
"loc": {
"start": {
"line": 134,
"column": 22
},
"end": {
"line": 134,
"column": 26
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4951,
"end": 4954,
"loc": {
"start": {
"line": 134,
"column": 27
},
"end": {
"line": 134,
"column": 30
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4955,
"end": 4963,
"loc": {
"start": {
"line": 134,
"column": 31
},
"end": {
"line": 134,
"column": 39
},
"identifierName": "settings"
},
"name": "settings"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4964,
"end": 4978,
"loc": {
"start": {
"line": 134,
"column": 40
},
"end": {
"line": 134,
"column": 54
},
"identifierName": "getAllSettings"
},
"name": "getAllSettings"
},
"computed": false
},
"arguments": []
},
"property": {
"type": "Identifier",
"start": 4981,
"end": 4991,
"loc": {
"start": {
"line": 134,
"column": 57
},
"end": {
"line": 134,
"column": 67
},
"identifierName": "offerHints"
},
"name": "offerHints"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 4993,
"end": 5034,
"loc": {
"start": {
"line": 134,
"column": 69
},
"end": {
"line": 136,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5012,
"end": 5019,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 5050,
"end": 5444,
"loc": {
"start": {
"line": 138,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 5054,
"end": 5084,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 46
}
},
"left": {
"type": "MemberExpression",
"start": 5054,
"end": 5078,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 5054,
"end": 5072,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 5054,
"end": 5063,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 5054,
"end": 5058,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 5059,
"end": 5063,
"loc": {
"start": {
"line": 138,
"column": 21
},
"end": {
"line": 138,
"column": 25
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5064,
"end": 5072,
"loc": {
"start": {
"line": 138,
"column": 26
},
"end": {
"line": 138,
"column": 34
},
"identifierName": "hubGoals"
},
"name": "hubGoals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5073,
"end": 5078,
"loc": {
"start": {
"line": 138,
"column": 35
},
"end": {
"line": 138,
"column": 40
},
"identifierName": "level"
},
"name": "level"
},
"computed": false
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 5083,
"end": 5084,
"loc": {
"start": {
"line": 138,
"column": 45
},
"end": {
"line": 138,
"column": 46
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
}
},
"consequent": {
"type": "BlockStatement",
"start": 5086,
"end": 5444,
"loc": {
"start": {
"line": 138,
"column": 48
},
"end": {
"line": 145,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5105,
"end": 5355,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 143,
"column": 18
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5111,
"end": 5354,
"loc": {
"start": {
"line": 139,
"column": 22
},
"end": {
"line": 143,
"column": 17
}
},
"id": {
"type": "ObjectPattern",
"start": 5111,
"end": 5127,
"loc": {
"start": {
"line": 139,
"column": 22
},
"end": {
"line": 139,
"column": 38
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5113,
"end": 5125,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 36
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 5113,
"end": 5125,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 36
},
"identifierName": "showUpgrades"
},
"name": "showUpgrades"
},
"value": {
"type": "Identifier",
"start": 5113,
"end": 5125,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 36
},
"identifierName": "showUpgrades"
},
"name": "showUpgrades"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "CallExpression",
"start": 5130,
"end": 5354,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 143,
"column": 17
}
},
"callee": {
"type": "MemberExpression",
"start": 5130,
"end": 5166,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 5130,
"end": 5157,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 5130,
"end": 5149,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 5130,
"end": 5143,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 5130,
"end": 5139,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 50
}
},
"object": {
"type": "ThisExpression",
"start": 5130,
"end": 5134,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"start": 5135,
"end": 5139,
"loc": {
"start": {
"line": 139,
"column": 46
},
"end": {
"line": 139,
"column": 50
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5140,
"end": 5143,
"loc": {
"start": {
"line": 139,
"column": 51
},
"end": {
"line": 139,
"column": 54
},
"identifierName": "hud"
},
"name": "hud"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5144,
"end": 5149,
"loc": {
"start": {
"line": 139,
"column": 55
},
"end": {
"line": 139,
"column": 60
},
"identifierName": "parts"
},
"name": "parts"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5150,
"end": 5157,
"loc": {
"start": {
"line": 139,
"column": 61
},
"end": {
"line": 139,
"column": 68
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5158,
"end": 5166,
"loc": {
"start": {
"line": 139,
"column": 69
},
"end": {
"line": 139,
"column": 77
},
"identifierName": "showInfo"
},
"name": "showInfo"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5189,
"end": 5225,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 5189,
"end": 5219,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 5189,
"end": 5198,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5189,
"end": 5190,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 21
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 5191,
"end": 5198,
"loc": {
"start": {
"line": 140,
"column": 22
},
"end": {
"line": 140,
"column": 29
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5199,
"end": 5219,
"loc": {
"start": {
"line": 140,
"column": 30
},
"end": {
"line": 140,
"column": 50
},
"identifierName": "upgradesIntroduction"
},
"name": "upgradesIntroduction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5220,
"end": 5225,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 56
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 5248,
"end": 5283,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 5248,
"end": 5278,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 5248,
"end": 5257,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5248,
"end": 5249,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 21
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 5250,
"end": 5257,
"loc": {
"start": {
"line": 141,
"column": 22
},
"end": {
"line": 141,
"column": 29
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5258,
"end": 5278,
"loc": {
"start": {
"line": 141,
"column": 30
},
"end": {
"line": 141,
"column": 50
},
"identifierName": "upgradesIntroduction"
},
"name": "upgradesIntroduction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5279,
"end": 5283,
"loc": {
"start": {
"line": 141,
"column": 51
},
"end": {
"line": 141,
"column": 55
},
"identifierName": "desc"
},
"name": "desc"
},
"computed": false
},
{
"type": "ArrayExpression",
"start": 5306,
"end": 5335,
"loc": {
"start": {
"line": 142,
"column": 20
},
"end": {
"line": 142,
"column": 49
}
},
"elements": [
{
"type": "StringLiteral",
"start": 5307,
"end": 5334,
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 48
}
},
"extra": {
"rawValue": "showUpgrades:good:timeout",
"raw": "\"showUpgrades:good:timeout\""
},
"value": "showUpgrades:good:timeout"
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5373,
"end": 5429,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 5373,
"end": 5428,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 5373,
"end": 5389,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 5373,
"end": 5385,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 28
},
"identifierName": "showUpgrades"
},
"name": "showUpgrades"
},
"property": {
"type": "Identifier",
"start": 5386,
"end": 5389,
"loc": {
"start": {
"line": 144,
"column": 29
},
"end": {
"line": 144,
"column": 32
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 5390,
"end": 5427,
"loc": {
"start": {
"line": 144,
"column": 33
},
"end": {
"line": 144,
"column": 70
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 5396,
"end": 5427,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 5396,
"end": 5425,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 68
}
},
"object": {
"type": "MemberExpression",
"start": 5396,
"end": 5420,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 5396,
"end": 5415,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 5396,
"end": 5409,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 5396,
"end": 5405,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 48
}
},
"object": {
"type": "ThisExpression",
"start": 5396,
"end": 5400,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"start": 5401,
"end": 5405,
"loc": {
"start": {
"line": 144,
"column": 44
},
"end": {
"line": 144,
"column": 48
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5406,
"end": 5409,
"loc": {
"start": {
"line": 144,
"column": 49
},
"end": {
"line": 144,
"column": 52
},
"identifierName": "hud"
},
"name": "hud"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5410,
"end": 5415,
"loc": {
"start": {
"line": 144,
"column": 53
},
"end": {
"line": 144,
"column": 58
},
"identifierName": "parts"
},
"name": "parts"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5416,
"end": 5420,
"loc": {
"start": {
"line": 144,
"column": 59
},
"end": {
"line": 144,
"column": 63
},
"identifierName": "shop"
},
"name": "shop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5421,
"end": 5425,
"loc": {
"start": {
"line": 144,
"column": 64
},
"end": {
"line": 144,
"column": 68
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": []
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 5460,
"end": 5886,
"loc": {
"start": {
"line": 147,
"column": 12
},
"end": {
"line": 154,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 5464,
"end": 5494,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 46
}
},
"left": {
"type": "MemberExpression",
"start": 5464,
"end": 5488,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 5464,
"end": 5482,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 5464,
"end": 5473,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 5464,
"end": 5468,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 5469,
"end": 5473,
"loc": {
"start": {
"line": 147,
"column": 21
},
"end": {
"line": 147,
"column": 25
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5474,
"end": 5482,
"loc": {
"start": {
"line": 147,
"column": 26
},
"end": {
"line": 147,
"column": 34
},
"identifierName": "hubGoals"
},
"name": "hubGoals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5483,
"end": 5488,
"loc": {
"start": {
"line": 147,
"column": 35
},
"end": {
"line": 147,
"column": 40
},
"identifierName": "level"
},
"name": "level"
},
"computed": false
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 5493,
"end": 5494,
"loc": {
"start": {
"line": 147,
"column": 45
},
"end": {
"line": 147,
"column": 46
}
},
"extra": {
"rawValue": 5,
"raw": "5"
},
"value": 5
}
},
"consequent": {
"type": "BlockStatement",
"start": 5496,
"end": 5886,
"loc": {
"start": {
"line": 147,
"column": 48
},
"end": {
"line": 154,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5515,
"end": 5788,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 152,
"column": 18
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5521,
"end": 5787,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 152,
"column": 17
}
},
"id": {
"type": "ObjectPattern",
"start": 5521,
"end": 5540,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 41
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5523,
"end": 5538,
"loc": {
"start": {
"line": 148,
"column": 24
},
"end": {
"line": 148,
"column": 39
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 5523,
"end": 5538,
"loc": {
"start": {
"line": 148,
"column": 24
},
"end": {
"line": 148,
"column": 39
},
"identifierName": "showKeybindings"
},
"name": "showKeybindings"
},
"value": {
"type": "Identifier",
"start": 5523,
"end": 5538,
"loc": {
"start": {
"line": 148,
"column": 24
},
"end": {
"line": 148,
"column": 39
},
"identifierName": "showKeybindings"
},
"name": "showKeybindings"
},
"extra": {
"shorthand": true
}
}
]
},
"init": {
"type": "CallExpression",
"start": 5543,
"end": 5787,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 152,
"column": 17
}
},
"callee": {
"type": "MemberExpression",
"start": 5543,
"end": 5579,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 80
}
},
"object": {
"type": "MemberExpression",
"start": 5543,
"end": 5570,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 5543,
"end": 5562,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 5543,
"end": 5556,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 5543,
"end": 5552,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 5543,
"end": 5547,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 5548,
"end": 5552,
"loc": {
"start": {
"line": 148,
"column": 49
},
"end": {
"line": 148,
"column": 53
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5553,
"end": 5556,
"loc": {
"start": {
"line": 148,
"column": 54
},
"end": {
"line": 148,
"column": 57
},
"identifierName": "hud"
},
"name": "hud"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5557,
"end": 5562,
"loc": {
"start": {
"line": 148,
"column": 58
},
"end": {
"line": 148,
"column": 63
},
"identifierName": "parts"
},
"name": "parts"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5563,
"end": 5570,
"loc": {
"start": {
"line": 148,
"column": 64
},
"end": {
"line": 148,
"column": 71
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5571,
"end": 5579,
"loc": {
"start": {
"line": 148,
"column": 72
},
"end": {
"line": 148,
"column": 80
},
"identifierName": "showInfo"
},
"name": "showInfo"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5602,
"end": 5641,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 5602,
"end": 5635,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 5602,
"end": 5611,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 21
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 5604,
"end": 5611,
"loc": {
"start": {
"line": 149,
"column": 22
},
"end": {
"line": 149,
"column": 29
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5612,
"end": 5635,
"loc": {
"start": {
"line": 149,
"column": 30
},
"end": {
"line": 149,
"column": 53
},
"identifierName": "keybindingsIntroduction"
},
"name": "keybindingsIntroduction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5636,
"end": 5641,
"loc": {
"start": {
"line": 149,
"column": 54
},
"end": {
"line": 149,
"column": 59
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 5664,
"end": 5702,
"loc": {
"start": {
"line": 150,
"column": 20
},
"end": {
"line": 150,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 5664,
"end": 5697,
"loc": {
"start": {
"line": 150,
"column": 20
},
"end": {
"line": 150,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 5664,
"end": 5673,
"loc": {
"start": {
"line": 150,
"column": 20
},
"end": {
"line": 150,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 5664,
"end": 5665,
"loc": {
"start": {
"line": 150,
"column": 20
},
"end": {
"line": 150,
"column": 21
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 5666,
"end": 5673,
"loc": {
"start": {
"line": 150,
"column": 22
},
"end": {
"line": 150,
"column": 29
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5674,
"end": 5697,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 53
},
"identifierName": "keybindingsIntroduction"
},
"name": "keybindingsIntroduction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5698,
"end": 5702,
"loc": {
"start": {
"line": 150,
"column": 54
},
"end": {
"line": 150,
"column": 58
},
"identifierName": "desc"
},
"name": "desc"
},
"computed": false
},
{
"type": "ArrayExpression",
"start": 5725,
"end": 5768,
"loc": {
"start": {
"line": 151,
"column": 20
},
"end": {
"line": 151,
"column": 63
}
},
"elements": [
{
"type": "StringLiteral",
"start": 5726,
"end": 5748,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 43
}
},
"extra": {
"rawValue": "showKeybindings:misc",
"raw": "\"showKeybindings:misc\""
},
"value": "showKeybindings:misc"
},
{
"type": "StringLiteral",
"start": 5750,
"end": 5767,
"loc": {
"start": {
"line": 151,
"column": 45
},
"end": {
"line": 151,
"column": 62
}
},
"extra": {
"rawValue": "ok:good:timeout",
"raw": "\"ok:good:timeout\""
},
"value": "ok:good:timeout"
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5806,
"end": 5871,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 81
}
},
"expression": {
"type": "CallExpression",
"start": 5806,
"end": 5870,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 5806,
"end": 5825,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 5806,
"end": 5821,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 31
},
"identifierName": "showKeybindings"
},
"name": "showKeybindings"
},
"property": {
"type": "Identifier",
"start": 5822,
"end": 5825,
"loc": {
"start": {
"line": 153,
"column": 32
},
"end": {
"line": 153,
"column": 35
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 5826,
"end": 5869,
"loc": {
"start": {
"line": 153,
"column": 36
},
"end": {
"line": 153,
"column": 79
}
},
"id": null,
"generator": false,
"expression": true,
"async": false,
"params": [],
"body": {
"type": "CallExpression",
"start": 5832,
"end": 5869,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 5832,
"end": 5867,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 5832,
"end": 5851,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 61
}
},
"object": {
"type": "MemberExpression",
"start": 5832,
"end": 5841,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 5837,
"end": 5841,
"loc": {
"start": {
"line": 153,
"column": 47
},
"end": {
"line": 153,
"column": 51
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5842,
"end": 5851,
"loc": {
"start": {
"line": 153,
"column": 52
},
"end": {
"line": 153,
"column": 61
},
"identifierName": "gameState"
},
"name": "gameState"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5852,
"end": 5867,
"loc": {
"start": {
"line": 153,
"column": 62
},
"end": {
"line": 153,
"column": 77
},
"identifierName": "goToKeybindings"
},
"name": "goToKeybindings"
},
"computed": false
},
"arguments": []
}
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5914,
"end": 6176,
"loc": {
"start": {
"line": 158,
"column": 4
},
"end": {
"line": 165,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5914,
"end": 5919,
"loc": {
"start": {
"line": 158,
"column": 4
},
"end": {
"line": 158,
"column": 9
},
"identifierName": "close"
},
"name": "close"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 5922,
"end": 6176,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 165,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5933,
"end": 5993,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 68
}
},
"expression": {
"type": "CallExpression",
"start": 5933,
"end": 5992,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
"start": 5933,
"end": 5972,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 5933,
"end": 5955,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 5933,
"end": 5946,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 5933,
"end": 5942,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 5933,
"end": 5937,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5938,
"end": 5942,
"loc": {
"start": {
"line": 159,
"column": 13
},
"end": {
"line": 159,
"column": 17
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5943,
"end": 5946,
"loc": {
"start": {
"line": 159,
"column": 18
},
"end": {
"line": 159,
"column": 21
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5947,
"end": 5955,
"loc": {
"start": {
"line": 159,
"column": 22
},
"end": {
"line": 159,
"column": 30
},
"identifierName": "inputMgr"
},
"name": "inputMgr"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5956,
"end": 5972,
"loc": {
"start": {
"line": 159,
"column": 31
},
"end": {
"line": 159,
"column": 47
},
"identifierName": "makeSureDetached"
},
"name": "makeSureDetached"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5973,
"end": 5991,
"loc": {
"start": {
"line": 159,
"column": 48
},
"end": {
"line": 159,
"column": 66
}
},
"object": {
"type": "ThisExpression",
"start": 5973,
"end": 5977,
"loc": {
"start": {
"line": 159,
"column": 48
},
"end": {
"line": 159,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"start": 5978,
"end": 5991,
"loc": {
"start": {
"line": 159,
"column": 53
},
"end": {
"line": 159,
"column": 66
},
"identifierName": "inputReciever"
},
"name": "inputReciever"
},
"computed": false
}
]
}
},
{
"type": "IfStatement",
"start": 6003,
"end": 6138,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 163,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 6007,
"end": 6029,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 6007,
"end": 6011,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6012,
"end": 6029,
"loc": {
"start": {
"line": 160,
"column": 17
},
"end": {
"line": 160,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 6031,
"end": 6138,
"loc": {
"start": {
"line": 160,
"column": 36
},
"end": {
"line": 163,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6046,
"end": 6083,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 6046,
"end": 6082,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 6046,
"end": 6058,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 24
},
"identifierName": "clearTimeout"
},
"name": "clearTimeout"
},
"arguments": [
{
"type": "MemberExpression",
"start": 6059,
"end": 6081,
"loc": {
"start": {
"line": 161,
"column": 25
},
"end": {
"line": 161,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 6059,
"end": 6063,
"loc": {
"start": {
"line": 161,
"column": 25
},
"end": {
"line": 161,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 6064,
"end": 6081,
"loc": {
"start": {
"line": 161,
"column": 30
},
"end": {
"line": 161,
"column": 47
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6097,
"end": 6127,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6097,
"end": 6126,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6097,
"end": 6119,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 6097,
"end": 6101,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6102,
"end": 6119,
"loc": {
"start": {
"line": 162,
"column": 17
},
"end": {
"line": 162,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6122,
"end": 6126,
"loc": {
"start": {
"line": 162,
"column": 37
},
"end": {
"line": 162,
"column": 41
}
}
}
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 6148,
"end": 6169,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 29
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6148,
"end": 6168,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 28
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6148,
"end": 6160,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 6148,
"end": 6152,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6153,
"end": 6160,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 20
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 6163,
"end": 6168,
"loc": {
"start": {
"line": 164,
"column": 23
},
"end": {
"line": 164,
"column": 28
}
},
"value": false
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 6184,
"end": 6409,
"loc": {
"start": {
"line": 167,
"column": 4
},
"end": {
"line": 173,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6184,
"end": 6190,
"loc": {
"start": {
"line": 167,
"column": 4
},
"end": {
"line": 167,
"column": 10
},
"identifierName": "update"
},
"name": "update"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 6193,
"end": 6409,
"loc": {
"start": {
"line": 167,
"column": 13
},
"end": {
"line": 173,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6204,
"end": 6240,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 6204,
"end": 6239,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 6204,
"end": 6225,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 6204,
"end": 6218,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 6204,
"end": 6208,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6209,
"end": 6218,
"loc": {
"start": {
"line": 168,
"column": 13
},
"end": {
"line": 168,
"column": 22
},
"identifierName": "domAttach"
},
"name": "domAttach"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6219,
"end": 6225,
"loc": {
"start": {
"line": 168,
"column": 23
},
"end": {
"line": 168,
"column": 29
},
"identifierName": "update"
},
"name": "update"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6226,
"end": 6238,
"loc": {
"start": {
"line": 168,
"column": 30
},
"end": {
"line": 168,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 6226,
"end": 6230,
"loc": {
"start": {
"line": 168,
"column": 30
},
"end": {
"line": 168,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 6231,
"end": 6238,
"loc": {
"start": {
"line": 168,
"column": 35
},
"end": {
"line": 168,
"column": 42
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
}
]
}
},
{
"type": "IfStatement",
"start": 6250,
"end": 6402,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 172,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 6254,
"end": 6293,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 51
}
},
"left": {
"type": "UnaryExpression",
"start": 6254,
"end": 6267,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 25
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 6255,
"end": 6267,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 6255,
"end": 6259,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 6260,
"end": 6267,
"loc": {
"start": {
"line": 169,
"column": 18
},
"end": {
"line": 169,
"column": 25
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 6271,
"end": 6293,
"loc": {
"start": {
"line": 169,
"column": 29
},
"end": {
"line": 169,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 6271,
"end": 6275,
"loc": {
"start": {
"line": 169,
"column": 29
},
"end": {
"line": 169,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 6276,
"end": 6293,
"loc": {
"start": {
"line": 169,
"column": 34
},
"end": {
"line": 169,
"column": 51
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 6295,
"end": 6402,
"loc": {
"start": {
"line": 169,
"column": 53
},
"end": {
"line": 172,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6310,
"end": 6347,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 6310,
"end": 6346,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 48
}
},
"callee": {
"type": "Identifier",
"start": 6310,
"end": 6322,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 24
},
"identifierName": "clearTimeout"
},
"name": "clearTimeout"
},
"arguments": [
{
"type": "MemberExpression",
"start": 6323,
"end": 6345,
"loc": {
"start": {
"line": 170,
"column": 25
},
"end": {
"line": 170,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 6323,
"end": 6327,
"loc": {
"start": {
"line": 170,
"column": 25
},
"end": {
"line": 170,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"start": 6328,
"end": 6345,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 47
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6361,
"end": 6391,
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 42
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6361,
"end": 6390,
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 41
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6361,
"end": 6383,
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 6361,
"end": 6365,
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6366,
"end": 6383,
"loc": {
"start": {
"line": 171,
"column": 17
},
"end": {
"line": 171,
"column": 34
},
"identifierName": "buttonShowTimeout"
},
"name": "buttonShowTimeout"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6386,
"end": 6390,
"loc": {
"start": {
"line": 171,
"column": 37
},
"end": {
"line": 171,
"column": 41
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {number} level\r\n * @param {enumHubGoalRewards} reward\r\n ",
"start": 1987,
"end": 2072,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Don't use getIsFreeplay() because we want the freeplay level up to show",
"start": 2245,
"end": 2319,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 82
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 9,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"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": "from",
"start": 24,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/config",
"start": 29,
"end": 51,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 51,
"end": 52,
"loc": {
"start": {
"line": 1,
"column": 51
},
"end": {
"line": 1,
"column": 52
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 54,
"end": 60,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 61,
"end": 62,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gMetaBuildingRegistry",
"start": 63,
"end": 84,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 85,
"end": 86,
"loc": {
"start": {
"line": 2,
"column": 31
},
"end": {
"line": 2,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 87,
"end": 91,
"loc": {
"start": {
"line": 2,
"column": 33
},
"end": {
"line": 2,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/global_registries",
"start": 92,
"end": 125,
"loc": {
"start": {
"line": 2,
"column": 38
},
"end": {
"line": 2,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 125,
"end": 126,
"loc": {
"start": {
"line": 2,
"column": 71
},
"end": {
"line": 2,
"column": 72
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 128,
"end": 134,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 135,
"end": 136,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "InputReceiver",
"start": 137,
"end": 150,
"loc": {
"start": {
"line": 3,
"column": 9
},
"end": {
"line": 3,
"column": 22
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 3,
"column": 23
},
"end": {
"line": 3,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 153,
"end": 157,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/input_receiver",
"start": 158,
"end": 188,
"loc": {
"start": {
"line": 3,
"column": 30
},
"end": {
"line": 3,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 188,
"end": 189,
"loc": {
"start": {
"line": 3,
"column": 60
},
"end": {
"line": 3,
"column": 61
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 191,
"end": 197,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 198,
"end": 199,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 200,
"end": 207,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 208,
"end": 209,
"loc": {
"start": {
"line": 4,
"column": 17
},
"end": {
"line": 4,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 210,
"end": 214,
"loc": {
"start": {
"line": 4,
"column": 19
},
"end": {
"line": 4,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/utils",
"start": 215,
"end": 236,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 236,
"end": 237,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 4,
"column": 46
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 239,
"end": 245,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 246,
"end": 247,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SOUNDS",
"start": 248,
"end": 254,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 5,
"column": 16
},
"end": {
"line": 5,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 257,
"end": 261,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../platform/sound",
"start": 262,
"end": 287,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 287,
"end": 288,
"loc": {
"start": {
"line": 5,
"column": 48
},
"end": {
"line": 5,
"column": 49
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 290,
"end": 296,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 297,
"end": 298,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 299,
"end": 300,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 301,
"end": 302,
"loc": {
"start": {
"line": 6,
"column": 11
},
"end": {
"line": 6,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 303,
"end": 307,
"loc": {
"start": {
"line": 6,
"column": 13
},
"end": {
"line": 6,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../translations",
"start": 308,
"end": 331,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 331,
"end": 332,
"loc": {
"start": {
"line": 6,
"column": 41
},
"end": {
"line": 6,
"column": 42
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 334,
"end": 340,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 341,
"end": 342,
"loc": {
"start": {
"line": 7,
"column": 7
},
"end": {
"line": 7,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultBuildingVariant",
"start": 343,
"end": 365,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 366,
"end": 367,
"loc": {
"start": {
"line": 7,
"column": 32
},
"end": {
"line": 7,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 368,
"end": 372,
"loc": {
"start": {
"line": 7,
"column": 34
},
"end": {
"line": 7,
"column": 38
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../meta_building",
"start": 373,
"end": 394,
"loc": {
"start": {
"line": 7,
"column": 39
},
"end": {
"line": 7,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 394,
"end": 395,
"loc": {
"start": {
"line": 7,
"column": 60
},
"end": {
"line": 7,
"column": 61
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 397,
"end": 403,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 404,
"end": 405,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enumHubGoalRewards",
"start": 406,
"end": 424,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 425,
"end": 426,
"loc": {
"start": {
"line": 8,
"column": 28
},
"end": {
"line": 8,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 427,
"end": 431,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../tutorial_goals",
"start": 432,
"end": 454,
"loc": {
"start": {
"line": 8,
"column": 35
},
"end": {
"line": 8,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 454,
"end": 455,
"loc": {
"start": {
"line": 8,
"column": 57
},
"end": {
"line": 8,
"column": 58
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 457,
"end": 463,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 464,
"end": 465,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enumHubGoalRewardsToContentUnlocked",
"start": 466,
"end": 501,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 502,
"end": 503,
"loc": {
"start": {
"line": 9,
"column": 45
},
"end": {
"line": 9,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 504,
"end": 508,
"loc": {
"start": {
"line": 9,
"column": 47
},
"end": {
"line": 9,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../tutorial_goals_mappings",
"start": 509,
"end": 540,
"loc": {
"start": {
"line": 9,
"column": 52
},
"end": {
"line": 9,
"column": 83
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 540,
"end": 541,
"loc": {
"start": {
"line": 9,
"column": 83
},
"end": {
"line": 9,
"column": 84
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 543,
"end": 549,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 550,
"end": 551,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BaseHUDPart",
"start": 552,
"end": 563,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 564,
"end": 565,
"loc": {
"start": {
"line": 10,
"column": 21
},
"end": {
"line": 10,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 566,
"end": 570,
"loc": {
"start": {
"line": 10,
"column": 23
},
"end": {
"line": 10,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../base_hud_part",
"start": 571,
"end": 589,
"loc": {
"start": {
"line": 10,
"column": 28
},
"end": {
"line": 10,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 589,
"end": 590,
"loc": {
"start": {
"line": 10,
"column": 46
},
"end": {
"line": 10,
"column": 47
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 592,
"end": 598,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 599,
"end": 600,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DynamicDomAttach",
"start": 601,
"end": 617,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 618,
"end": 619,
"loc": {
"start": {
"line": 11,
"column": 26
},
"end": {
"line": 11,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 620,
"end": 624,
"loc": {
"start": {
"line": 11,
"column": 28
},
"end": {
"line": 11,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../dynamic_dom_attach",
"start": 625,
"end": 648,
"loc": {
"start": {
"line": 11,
"column": 33
},
"end": {
"line": 11,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 648,
"end": 649,
"loc": {
"start": {
"line": 11,
"column": 56
},
"end": {
"line": 11,
"column": 57
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 651,
"end": 657,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 658,
"end": 659,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enumNotificationType",
"start": 660,
"end": 680,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 681,
"end": 682,
"loc": {
"start": {
"line": 12,
"column": 30
},
"end": {
"line": 12,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 683,
"end": 687,
"loc": {
"start": {
"line": 12,
"column": 32
},
"end": {
"line": 12,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./notifications",
"start": 688,
"end": 705,
"loc": {
"start": {
"line": 12,
"column": 37
},
"end": {
"line": 12,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 705,
"end": 706,
"loc": {
"start": {
"line": 12,
"column": 54
},
"end": {
"line": 12,
"column": 55
}
}
},
{
"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": 710,
"end": 716,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 6
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 717,
"end": 722,
"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": "HUDUnlockNotification",
"start": 723,
"end": 744,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 34
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 745,
"end": 752,
"loc": {
"start": {
"line": 14,
"column": 35
},
"end": {
"line": 14,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BaseHUDPart",
"start": 753,
"end": 764,
"loc": {
"start": {
"line": 14,
"column": 43
},
"end": {
"line": 14,
"column": 54
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 765,
"end": 766,
"loc": {
"start": {
"line": 14,
"column": 55
},
"end": {
"line": 14,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialize",
"start": 772,
"end": 782,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 782,
"end": 783,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 783,
"end": 784,
"loc": {
"start": {
"line": 15,
"column": 15
},
"end": {
"line": 15,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 785,
"end": 786,
"loc": {
"start": {
"line": 15,
"column": 17
},
"end": {
"line": 15,
"column": 18
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 796,
"end": 800,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 800,
"end": 801,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 801,
"end": 808,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 809,
"end": 810,
"loc": {
"start": {
"line": 16,
"column": 21
},
"end": {
"line": 16,
"column": 22
}
}
},
{
"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": 811,
"end": 816,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 816,
"end": 817,
"loc": {
"start": {
"line": 16,
"column": 28
},
"end": {
"line": 16,
"column": 29
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 829,
"end": 833,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 833,
"end": 834,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "domAttach",
"start": 834,
"end": 843,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 844,
"end": 845,
"loc": {
"start": {
"line": 18,
"column": 23
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 846,
"end": 849,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 18,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DynamicDomAttach",
"start": 850,
"end": 866,
"loc": {
"start": {
"line": 18,
"column": 29
},
"end": {
"line": 18,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 866,
"end": 867,
"loc": {
"start": {
"line": 18,
"column": 45
},
"end": {
"line": 18,
"column": 46
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 867,
"end": 871,
"loc": {
"start": {
"line": 18,
"column": 46
},
"end": {
"line": 18,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 871,
"end": 872,
"loc": {
"start": {
"line": 18,
"column": 50
},
"end": {
"line": 18,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 872,
"end": 876,
"loc": {
"start": {
"line": 18,
"column": 51
},
"end": {
"line": 18,
"column": 55
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 876,
"end": 877,
"loc": {
"start": {
"line": 18,
"column": 55
},
"end": {
"line": 18,
"column": 56
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 878,
"end": 882,
"loc": {
"start": {
"line": 18,
"column": 57
},
"end": {
"line": 18,
"column": 61
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 882,
"end": 883,
"loc": {
"start": {
"line": 18,
"column": 61
},
"end": {
"line": 18,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 883,
"end": 890,
"loc": {
"start": {
"line": 18,
"column": 62
},
"end": {
"line": 18,
"column": 69
}
}
},
{
"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": 18,
"column": 69
},
"end": {
"line": 18,
"column": 70
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 18,
"column": 71
},
"end": {
"line": 18,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "timeToKeepSeconds",
"start": 907,
"end": 924,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 29
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 924,
"end": 925,
"loc": {
"start": {
"line": 19,
"column": 29
},
"end": {
"line": 19,
"column": 30
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 926,
"end": 927,
"loc": {
"start": {
"line": 19,
"column": 31
},
"end": {
"line": 19,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 927,
"end": 928,
"loc": {
"start": {
"line": 19,
"column": 32
},
"end": {
"line": 19,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 938,
"end": 939,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 939,
"end": 940,
"loc": {
"start": {
"line": 20,
"column": 9
},
"end": {
"line": 20,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 940,
"end": 941,
"loc": {
"start": {
"line": 20,
"column": 10
},
"end": {
"line": 20,
"column": 11
}
}
},
{
"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": 953,
"end": 955,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 956,
"end": 957,
"loc": {
"start": {
"line": 22,
"column": 11
},
"end": {
"line": 22,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 957,
"end": 958,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 958,
"end": 959,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 959,
"end": 967,
"loc": {
"start": {
"line": 22,
"column": 14
},
"end": {
"line": 22,
"column": 22
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 968,
"end": 970,
"loc": {
"start": {
"line": 22,
"column": 23
},
"end": {
"line": 22,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "globalConfig",
"start": 971,
"end": 983,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 983,
"end": 984,
"loc": {
"start": {
"line": 22,
"column": 38
},
"end": {
"line": 22,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "debug",
"start": 984,
"end": 989,
"loc": {
"start": {
"line": 22,
"column": 39
},
"end": {
"line": 22,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 989,
"end": 990,
"loc": {
"start": {
"line": 22,
"column": 44
},
"end": {
"line": 22,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "disableUnlockDialog",
"start": 990,
"end": 1009,
"loc": {
"start": {
"line": 22,
"column": 45
},
"end": {
"line": 22,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1009,
"end": 1010,
"loc": {
"start": {
"line": 22,
"column": 64
},
"end": {
"line": 22,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1010,
"end": 1011,
"loc": {
"start": {
"line": 22,
"column": 65
},
"end": {
"line": 22,
"column": 66
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1012,
"end": 1013,
"loc": {
"start": {
"line": 22,
"column": 67
},
"end": {
"line": 22,
"column": 68
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1027,
"end": 1031,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 1032,
"end": 1036,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1036,
"end": 1037,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "signals",
"start": 1037,
"end": 1044,
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1044,
"end": 1045,
"loc": {
"start": {
"line": 23,
"column": 29
},
"end": {
"line": 23,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storyGoalCompleted",
"start": 1045,
"end": 1063,
"loc": {
"start": {
"line": 23,
"column": 30
},
"end": {
"line": 23,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1063,
"end": 1064,
"loc": {
"start": {
"line": 23,
"column": 48
},
"end": {
"line": 23,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 1064,
"end": 1067,
"loc": {
"start": {
"line": 23,
"column": 49
},
"end": {
"line": 23,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1067,
"end": 1068,
"loc": {
"start": {
"line": 23,
"column": 52
},
"end": {
"line": 23,
"column": 53
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1068,
"end": 1072,
"loc": {
"start": {
"line": 23,
"column": 53
},
"end": {
"line": 23,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1072,
"end": 1073,
"loc": {
"start": {
"line": 23,
"column": 57
},
"end": {
"line": 23,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showForLevel",
"start": 1073,
"end": 1085,
"loc": {
"start": {
"line": 23,
"column": 58
},
"end": {
"line": 23,
"column": 70
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1085,
"end": 1086,
"loc": {
"start": {
"line": 23,
"column": 70
},
"end": {
"line": 23,
"column": 71
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1087,
"end": 1091,
"loc": {
"start": {
"line": 23,
"column": 72
},
"end": {
"line": 23,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1091,
"end": 1092,
"loc": {
"start": {
"line": 23,
"column": 76
},
"end": {
"line": 23,
"column": 77
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1092,
"end": 1093,
"loc": {
"start": {
"line": 23,
"column": 77
},
"end": {
"line": 23,
"column": 78
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1103,
"end": 1104,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1116,
"end": 1120,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1120,
"end": 1121,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 1121,
"end": 1138,
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1139,
"end": 1140,
"loc": {
"start": {
"line": 26,
"column": 31
},
"end": {
"line": 26,
"column": 32
}
}
},
{
"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": 1141,
"end": 1145,
"loc": {
"start": {
"line": 26,
"column": 33
},
"end": {
"line": 26,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1145,
"end": 1146,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1152,
"end": 1153,
"loc": {
"start": {
"line": 27,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElements",
"start": 1161,
"end": 1175,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1175,
"end": 1176,
"loc": {
"start": {
"line": 29,
"column": 18
},
"end": {
"line": 29,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 1176,
"end": 1182,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1182,
"end": 1183,
"loc": {
"start": {
"line": 29,
"column": 25
},
"end": {
"line": 29,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1184,
"end": 1185,
"loc": {
"start": {
"line": 29,
"column": 27
},
"end": {
"line": 29,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1195,
"end": 1199,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1199,
"end": 1200,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputReciever",
"start": 1200,
"end": 1213,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1214,
"end": 1215,
"loc": {
"start": {
"line": 30,
"column": 27
},
"end": {
"line": 30,
"column": 28
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1216,
"end": 1219,
"loc": {
"start": {
"line": 30,
"column": 29
},
"end": {
"line": 30,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "InputReceiver",
"start": 1220,
"end": 1233,
"loc": {
"start": {
"line": 30,
"column": 33
},
"end": {
"line": 30,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1233,
"end": 1234,
"loc": {
"start": {
"line": 30,
"column": 46
},
"end": {
"line": 30,
"column": 47
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unlock-notification",
"start": 1234,
"end": 1255,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1255,
"end": 1256,
"loc": {
"start": {
"line": 30,
"column": 68
},
"end": {
"line": 30,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1256,
"end": 1257,
"loc": {
"start": {
"line": 30,
"column": 69
},
"end": {
"line": 30,
"column": 70
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1269,
"end": 1273,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1273,
"end": 1274,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 1274,
"end": 1281,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1282,
"end": 1283,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1284,
"end": 1291,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1291,
"end": 1292,
"loc": {
"start": {
"line": 32,
"column": 30
},
"end": {
"line": 32,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 1292,
"end": 1298,
"loc": {
"start": {
"line": 32,
"column": 31
},
"end": {
"line": 32,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1298,
"end": 1299,
"loc": {
"start": {
"line": 32,
"column": 37
},
"end": {
"line": 32,
"column": 38
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ingame_HUD_UnlockNotification",
"start": 1300,
"end": 1331,
"loc": {
"start": {
"line": 32,
"column": 39
},
"end": {
"line": 32,
"column": 70
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1331,
"end": 1332,
"loc": {
"start": {
"line": 32,
"column": 70
},
"end": {
"line": 32,
"column": 71
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1333,
"end": 1334,
"loc": {
"start": {
"line": 32,
"column": 72
},
"end": {
"line": 32,
"column": 73
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "noBlur",
"start": 1334,
"end": 1342,
"loc": {
"start": {
"line": 32,
"column": 73
},
"end": {
"line": 32,
"column": 81
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1342,
"end": 1343,
"loc": {
"start": {
"line": 32,
"column": 81
},
"end": {
"line": 32,
"column": 82
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1343,
"end": 1344,
"loc": {
"start": {
"line": 32,
"column": 82
},
"end": {
"line": 32,
"column": 83
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1344,
"end": 1345,
"loc": {
"start": {
"line": 32,
"column": 83
},
"end": {
"line": 32,
"column": 84
}
}
},
{
"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": 1357,
"end": 1362,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1363,
"end": 1369,
"loc": {
"start": {
"line": 34,
"column": 14
},
"end": {
"line": 34,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1370,
"end": 1371,
"loc": {
"start": {
"line": 34,
"column": 21
},
"end": {
"line": 34,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1372,
"end": 1379,
"loc": {
"start": {
"line": 34,
"column": 23
},
"end": {
"line": 34,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1379,
"end": 1380,
"loc": {
"start": {
"line": 34,
"column": 30
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1380,
"end": 1384,
"loc": {
"start": {
"line": 34,
"column": 31
},
"end": {
"line": 34,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1384,
"end": 1385,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 1385,
"end": 1392,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 43
}
}
},
{
"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": 34,
"column": 43
},
"end": {
"line": 34,
"column": 44
}
}
},
{
"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": 1394,
"end": 1398,
"loc": {
"start": {
"line": 34,
"column": 45
},
"end": {
"line": 34,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1398,
"end": 1399,
"loc": {
"start": {
"line": 34,
"column": 49
},
"end": {
"line": 34,
"column": 50
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1400,
"end": 1401,
"loc": {
"start": {
"line": 34,
"column": 51
},
"end": {
"line": 34,
"column": 52
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "dialog",
"start": 1401,
"end": 1409,
"loc": {
"start": {
"line": 34,
"column": 52
},
"end": {
"line": 34,
"column": 60
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1409,
"end": 1410,
"loc": {
"start": {
"line": 34,
"column": 60
},
"end": {
"line": 34,
"column": 61
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1410,
"end": 1411,
"loc": {
"start": {
"line": 34,
"column": 61
},
"end": {
"line": 34,
"column": 62
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1411,
"end": 1412,
"loc": {
"start": {
"line": 34,
"column": 62
},
"end": {
"line": 34,
"column": 63
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1424,
"end": 1428,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1428,
"end": 1429,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elemTitle",
"start": 1429,
"end": 1438,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1439,
"end": 1440,
"loc": {
"start": {
"line": 36,
"column": 23
},
"end": {
"line": 36,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1441,
"end": 1448,
"loc": {
"start": {
"line": 36,
"column": 25
},
"end": {
"line": 36,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1448,
"end": 1449,
"loc": {
"start": {
"line": 36,
"column": 32
},
"end": {
"line": 36,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1449,
"end": 1455,
"loc": {
"start": {
"line": 36,
"column": 33
},
"end": {
"line": 36,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1455,
"end": 1456,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"column": 40
}
}
},
{
"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": 1457,
"end": 1461,
"loc": {
"start": {
"line": 36,
"column": 41
},
"end": {
"line": 36,
"column": 45
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1461,
"end": 1462,
"loc": {
"start": {
"line": 36,
"column": 45
},
"end": {
"line": 36,
"column": 46
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1463,
"end": 1464,
"loc": {
"start": {
"line": 36,
"column": 47
},
"end": {
"line": 36,
"column": 48
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "title",
"start": 1464,
"end": 1471,
"loc": {
"start": {
"line": 36,
"column": 48
},
"end": {
"line": 36,
"column": 55
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1471,
"end": 1472,
"loc": {
"start": {
"line": 36,
"column": 55
},
"end": {
"line": 36,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1472,
"end": 1473,
"loc": {
"start": {
"line": 36,
"column": 56
},
"end": {
"line": 36,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1473,
"end": 1474,
"loc": {
"start": {
"line": 36,
"column": 57
},
"end": {
"line": 36,
"column": 58
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1484,
"end": 1488,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1488,
"end": 1489,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elemSubTitle",
"start": 1489,
"end": 1501,
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1502,
"end": 1503,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1504,
"end": 1511,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1511,
"end": 1512,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1512,
"end": 1518,
"loc": {
"start": {
"line": 37,
"column": 36
},
"end": {
"line": 37,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 37,
"column": 42
},
"end": {
"line": 37,
"column": 43
}
}
},
{
"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": 1520,
"end": 1524,
"loc": {
"start": {
"line": 37,
"column": 44
},
"end": {
"line": 37,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1524,
"end": 1525,
"loc": {
"start": {
"line": 37,
"column": 48
},
"end": {
"line": 37,
"column": 49
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1526,
"end": 1527,
"loc": {
"start": {
"line": 37,
"column": 50
},
"end": {
"line": 37,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "subTitle",
"start": 1527,
"end": 1537,
"loc": {
"start": {
"line": 37,
"column": 51
},
"end": {
"line": 37,
"column": 61
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1537,
"end": 1538,
"loc": {
"start": {
"line": 37,
"column": 61
},
"end": {
"line": 37,
"column": 62
}
}
},
{
"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": 37,
"column": 62
},
"end": {
"line": 37,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 37,
"column": 64
},
"end": {
"line": 37,
"column": 65
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1541,
"end": 1542,
"loc": {
"start": {
"line": 37,
"column": 65
},
"end": {
"line": 37,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ingame",
"start": 1542,
"end": 1548,
"loc": {
"start": {
"line": 37,
"column": 66
},
"end": {
"line": 37,
"column": 72
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1548,
"end": 1549,
"loc": {
"start": {
"line": 37,
"column": 72
},
"end": {
"line": 37,
"column": 73
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelCompleteNotification",
"start": 1549,
"end": 1574,
"loc": {
"start": {
"line": 37,
"column": 73
},
"end": {
"line": 37,
"column": 98
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1574,
"end": 1575,
"loc": {
"start": {
"line": 37,
"column": 98
},
"end": {
"line": 37,
"column": 99
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "completed",
"start": 1575,
"end": 1584,
"loc": {
"start": {
"line": 37,
"column": 99
},
"end": {
"line": 37,
"column": 108
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1584,
"end": 1585,
"loc": {
"start": {
"line": 37,
"column": 108
},
"end": {
"line": 37,
"column": 109
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1585,
"end": 1586,
"loc": {
"start": {
"line": 37,
"column": 109
},
"end": {
"line": 37,
"column": 110
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1602,
"end": 1603,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elemContents",
"start": 1603,
"end": 1615,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1616,
"end": 1617,
"loc": {
"start": {
"line": 39,
"column": 26
},
"end": {
"line": 39,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1618,
"end": 1625,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1625,
"end": 1626,
"loc": {
"start": {
"line": 39,
"column": 35
},
"end": {
"line": 39,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1626,
"end": 1632,
"loc": {
"start": {
"line": 39,
"column": 36
},
"end": {
"line": 39,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1632,
"end": 1633,
"loc": {
"start": {
"line": 39,
"column": 42
},
"end": {
"line": 39,
"column": 43
}
}
},
{
"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": 1634,
"end": 1638,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 48
}
}
},
{
"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": 39,
"column": 48
},
"end": {
"line": 39,
"column": 49
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1640,
"end": 1641,
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "contents",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 39,
"column": 51
},
"end": {
"line": 39,
"column": 61
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1651,
"end": 1652,
"loc": {
"start": {
"line": 39,
"column": 61
},
"end": {
"line": 39,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1652,
"end": 1653,
"loc": {
"start": {
"line": 39,
"column": 62
},
"end": {
"line": 39,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1653,
"end": 1654,
"loc": {
"start": {
"line": 39,
"column": 63
},
"end": {
"line": 39,
"column": 64
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1666,
"end": 1670,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1670,
"end": 1671,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnClose",
"start": 1671,
"end": 1679,
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1680,
"end": 1681,
"loc": {
"start": {
"line": 41,
"column": 22
},
"end": {
"line": 41,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 1682,
"end": 1690,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1690,
"end": 1691,
"loc": {
"start": {
"line": 41,
"column": 32
},
"end": {
"line": 41,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElement",
"start": 1691,
"end": 1704,
"loc": {
"start": {
"line": 41,
"column": 33
},
"end": {
"line": 41,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1704,
"end": 1705,
"loc": {
"start": {
"line": 41,
"column": 46
},
"end": {
"line": 41,
"column": 47
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "button",
"start": 1705,
"end": 1713,
"loc": {
"start": {
"line": 41,
"column": 47
},
"end": {
"line": 41,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1713,
"end": 1714,
"loc": {
"start": {
"line": 41,
"column": 55
},
"end": {
"line": 41,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1714,
"end": 1715,
"loc": {
"start": {
"line": 41,
"column": 56
},
"end": {
"line": 41,
"column": 57
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1725,
"end": 1729,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1729,
"end": 1730,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnClose",
"start": 1730,
"end": 1738,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1738,
"end": 1739,
"loc": {
"start": {
"line": 42,
"column": 21
},
"end": {
"line": 42,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1739,
"end": 1748,
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1748,
"end": 1749,
"loc": {
"start": {
"line": 42,
"column": 31
},
"end": {
"line": 42,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 1749,
"end": 1752,
"loc": {
"start": {
"line": 42,
"column": 32
},
"end": {
"line": 42,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1752,
"end": 1753,
"loc": {
"start": {
"line": 42,
"column": 35
},
"end": {
"line": 42,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "close",
"start": 1753,
"end": 1760,
"loc": {
"start": {
"line": 42,
"column": 36
},
"end": {
"line": 42,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1760,
"end": 1761,
"loc": {
"start": {
"line": 42,
"column": 43
},
"end": {
"line": 42,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "styledButton",
"start": 1762,
"end": 1776,
"loc": {
"start": {
"line": 42,
"column": 45
},
"end": {
"line": 42,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1776,
"end": 1777,
"loc": {
"start": {
"line": 42,
"column": 59
},
"end": {
"line": 42,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1777,
"end": 1778,
"loc": {
"start": {
"line": 42,
"column": 60
},
"end": {
"line": 42,
"column": 61
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1788,
"end": 1792,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1792,
"end": 1793,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnClose",
"start": 1793,
"end": 1801,
"loc": {
"start": {
"line": 43,
"column": 13
},
"end": {
"line": 43,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1801,
"end": 1802,
"loc": {
"start": {
"line": 43,
"column": 21
},
"end": {
"line": 43,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerText",
"start": 1802,
"end": 1811,
"loc": {
"start": {
"line": 43,
"column": 22
},
"end": {
"line": 43,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1812,
"end": 1813,
"loc": {
"start": {
"line": 43,
"column": 32
},
"end": {
"line": 43,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 1814,
"end": 1815,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1815,
"end": 1816,
"loc": {
"start": {
"line": 43,
"column": 35
},
"end": {
"line": 43,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ingame",
"start": 1816,
"end": 1822,
"loc": {
"start": {
"line": 43,
"column": 36
},
"end": {
"line": 43,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1822,
"end": 1823,
"loc": {
"start": {
"line": 43,
"column": 42
},
"end": {
"line": 43,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelCompleteNotification",
"start": 1823,
"end": 1848,
"loc": {
"start": {
"line": 43,
"column": 43
},
"end": {
"line": 43,
"column": 68
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1848,
"end": 1849,
"loc": {
"start": {
"line": 43,
"column": 68
},
"end": {
"line": 43,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonNextLevel",
"start": 1849,
"end": 1864,
"loc": {
"start": {
"line": 43,
"column": 69
},
"end": {
"line": 43,
"column": 84
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1864,
"end": 1865,
"loc": {
"start": {
"line": 43,
"column": 84
},
"end": {
"line": 43,
"column": 85
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1875,
"end": 1881,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1881,
"end": 1882,
"loc": {
"start": {
"line": 44,
"column": 14
},
"end": {
"line": 44,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 1882,
"end": 1893,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1893,
"end": 1894,
"loc": {
"start": {
"line": 44,
"column": 26
},
"end": {
"line": 44,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1894,
"end": 1898,
"loc": {
"start": {
"line": 44,
"column": 27
},
"end": {
"line": 44,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1898,
"end": 1899,
"loc": {
"start": {
"line": 44,
"column": 31
},
"end": {
"line": 44,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnClose",
"start": 1899,
"end": 1907,
"loc": {
"start": {
"line": 44,
"column": 32
},
"end": {
"line": 44,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1907,
"end": 1908,
"loc": {
"start": {
"line": 44,
"column": 40
},
"end": {
"line": 44,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1908,
"end": 1909,
"loc": {
"start": {
"line": 44,
"column": 41
},
"end": {
"line": 44,
"column": 42
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1921,
"end": 1925,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1925,
"end": 1926,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "trackClicks",
"start": 1926,
"end": 1937,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1937,
"end": 1938,
"loc": {
"start": {
"line": 46,
"column": 24
},
"end": {
"line": 46,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1938,
"end": 1942,
"loc": {
"start": {
"line": 46,
"column": 25
},
"end": {
"line": 46,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1942,
"end": 1943,
"loc": {
"start": {
"line": 46,
"column": 29
},
"end": {
"line": 46,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "btnClose",
"start": 1943,
"end": 1951,
"loc": {
"start": {
"line": 46,
"column": 30
},
"end": {
"line": 46,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1951,
"end": 1952,
"loc": {
"start": {
"line": 46,
"column": 38
},
"end": {
"line": 46,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1953,
"end": 1957,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1957,
"end": 1958,
"loc": {
"start": {
"line": 46,
"column": 44
},
"end": {
"line": 46,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "requestClose",
"start": 1958,
"end": 1970,
"loc": {
"start": {
"line": 46,
"column": 45
},
"end": {
"line": 46,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1970,
"end": 1971,
"loc": {
"start": {
"line": 46,
"column": 57
},
"end": {
"line": 46,
"column": 58
}
}
},
{
"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": 46,
"column": 58
},
"end": {
"line": 46,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1978,
"end": 1979,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {number} level\r\n * @param {enumHubGoalRewards} reward\r\n ",
"start": 1987,
"end": 2072,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 52,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showForLevel",
"start": 2078,
"end": 2090,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2090,
"end": 2091,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 2091,
"end": 2096,
"loc": {
"start": {
"line": 53,
"column": 17
},
"end": {
"line": 53,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2096,
"end": 2097,
"loc": {
"start": {
"line": 53,
"column": 22
},
"end": {
"line": 53,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reward",
"start": 2098,
"end": 2104,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2104,
"end": 2105,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2106,
"end": 2107,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 33
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2117,
"end": 2121,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2121,
"end": 2122,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 2122,
"end": 2126,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2126,
"end": 2127,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "soundProxy",
"start": 2127,
"end": 2137,
"loc": {
"start": {
"line": 54,
"column": 18
},
"end": {
"line": 54,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2137,
"end": 2138,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "playUi",
"start": 2138,
"end": 2144,
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2144,
"end": 2145,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SOUNDS",
"start": 2145,
"end": 2151,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2151,
"end": 2152,
"loc": {
"start": {
"line": 54,
"column": 42
},
"end": {
"line": 54,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelComplete",
"start": 2152,
"end": 2165,
"loc": {
"start": {
"line": 54,
"column": 43
},
"end": {
"line": 54,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2165,
"end": 2166,
"loc": {
"start": {
"line": 54,
"column": 56
},
"end": {
"line": 54,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2166,
"end": 2167,
"loc": {
"start": {
"line": 54,
"column": 57
},
"end": {
"line": 54,
"column": 58
}
}
},
{
"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": 2179,
"end": 2184,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levels",
"start": 2185,
"end": 2191,
"loc": {
"start": {
"line": 56,
"column": 14
},
"end": {
"line": 56,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2192,
"end": 2193,
"loc": {
"start": {
"line": 56,
"column": 21
},
"end": {
"line": 56,
"column": 22
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2194,
"end": 2198,
"loc": {
"start": {
"line": 56,
"column": 23
},
"end": {
"line": 56,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2198,
"end": 2199,
"loc": {
"start": {
"line": 56,
"column": 27
},
"end": {
"line": 56,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 2199,
"end": 2203,
"loc": {
"start": {
"line": 56,
"column": 28
},
"end": {
"line": 56,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2203,
"end": 2204,
"loc": {
"start": {
"line": 56,
"column": 32
},
"end": {
"line": 56,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gameMode",
"start": 2204,
"end": 2212,
"loc": {
"start": {
"line": 56,
"column": 33
},
"end": {
"line": 56,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2212,
"end": 2213,
"loc": {
"start": {
"line": 56,
"column": 41
},
"end": {
"line": 56,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getLevelDefinitions",
"start": 2213,
"end": 2232,
"loc": {
"start": {
"line": 56,
"column": 42
},
"end": {
"line": 56,
"column": 61
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2232,
"end": 2233,
"loc": {
"start": {
"line": 56,
"column": 61
},
"end": {
"line": 56,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2233,
"end": 2234,
"loc": {
"start": {
"line": 56,
"column": 62
},
"end": {
"line": 56,
"column": 63
}
}
},
{
"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": 56,
"column": 63
},
"end": {
"line": 56,
"column": 64
}
}
},
{
"type": "CommentLine",
"value": " Don't use getIsFreeplay() because we want the freeplay level up to show",
"start": 2245,
"end": 2319,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 82
}
}
},
{
"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": 2329,
"end": 2331,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2332,
"end": 2333,
"loc": {
"start": {
"line": 58,
"column": 11
},
"end": {
"line": 58,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 2333,
"end": 2338,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 17
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 2339,
"end": 2340,
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levels",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 58,
"column": 20
},
"end": {
"line": 58,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2347,
"end": 2348,
"loc": {
"start": {
"line": 58,
"column": 26
},
"end": {
"line": 58,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 2348,
"end": 2354,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2354,
"end": 2355,
"loc": {
"start": {
"line": 58,
"column": 33
},
"end": {
"line": 58,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2356,
"end": 2357,
"loc": {
"start": {
"line": 58,
"column": 35
},
"end": {
"line": 58,
"column": 36
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2371,
"end": 2375,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2375,
"end": 2376,
"loc": {
"start": {
"line": 59,
"column": 16
},
"end": {
"line": 59,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 2376,
"end": 2380,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2380,
"end": 2381,
"loc": {
"start": {
"line": 59,
"column": 21
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hud",
"start": 2381,
"end": 2384,
"loc": {
"start": {
"line": 59,
"column": 22
},
"end": {
"line": 59,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2384,
"end": 2385,
"loc": {
"start": {
"line": 59,
"column": 25
},
"end": {
"line": 59,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "signals",
"start": 2385,
"end": 2392,
"loc": {
"start": {
"line": 59,
"column": 26
},
"end": {
"line": 59,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2392,
"end": 2393,
"loc": {
"start": {
"line": 59,
"column": 33
},
"end": {
"line": 59,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "notification",
"start": 2393,
"end": 2405,
"loc": {
"start": {
"line": 59,
"column": 34
},
"end": {
"line": 59,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2405,
"end": 2406,
"loc": {
"start": {
"line": 59,
"column": 46
},
"end": {
"line": 59,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dispatch",
"start": 2406,
"end": 2414,
"loc": {
"start": {
"line": 59,
"column": 47
},
"end": {
"line": 59,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2414,
"end": 2415,
"loc": {
"start": {
"line": 59,
"column": 55
},
"end": {
"line": 59,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 2433,
"end": 2434,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2434,
"end": 2435,
"loc": {
"start": {
"line": 60,
"column": 17
},
"end": {
"line": 60,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ingame",
"start": 2435,
"end": 2441,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2441,
"end": 2442,
"loc": {
"start": {
"line": 60,
"column": 24
},
"end": {
"line": 60,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "notifications",
"start": 2442,
"end": 2455,
"loc": {
"start": {
"line": 60,
"column": 25
},
"end": {
"line": 60,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2455,
"end": 2456,
"loc": {
"start": {
"line": 60,
"column": 38
},
"end": {
"line": 60,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "freeplayLevelComplete",
"start": 2456,
"end": 2477,
"loc": {
"start": {
"line": 60,
"column": 39
},
"end": {
"line": 60,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2477,
"end": 2478,
"loc": {
"start": {
"line": 60,
"column": 60
},
"end": {
"line": 60,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "replace",
"start": 2478,
"end": 2485,
"loc": {
"start": {
"line": 60,
"column": 61
},
"end": {
"line": 60,
"column": 68
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2485,
"end": 2486,
"loc": {
"start": {
"line": 60,
"column": 68
},
"end": {
"line": 60,
"column": 69
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<level>",
"start": 2486,
"end": 2495,
"loc": {
"start": {
"line": 60,
"column": 69
},
"end": {
"line": 60,
"column": 78
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2495,
"end": 2496,
"loc": {
"start": {
"line": 60,
"column": 78
},
"end": {
"line": 60,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "String",
"start": 2497,
"end": 2503,
"loc": {
"start": {
"line": 60,
"column": 80
},
"end": {
"line": 60,
"column": 86
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2503,
"end": 2504,
"loc": {
"start": {
"line": 60,
"column": 86
},
"end": {
"line": 60,
"column": 87
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 2504,
"end": 2509,
"loc": {
"start": {
"line": 60,
"column": 87
},
"end": {
"line": 60,
"column": 92
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2509,
"end": 2510,
"loc": {
"start": {
"line": 60,
"column": 92
},
"end": {
"line": 60,
"column": 93
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2510,
"end": 2511,
"loc": {
"start": {
"line": 60,
"column": 93
},
"end": {
"line": 60,
"column": 94
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2511,
"end": 2512,
"loc": {
"start": {
"line": 60,
"column": 94
},
"end": {
"line": 60,
"column": 95
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enumNotificationType",
"start": 2530,
"end": 2550,
"loc": {
"start": {
"line": 61,
"column": 16
},
"end": {
"line": 61,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2550,
"end": 2551,
"loc": {
"start": {
"line": 61,
"column": 36
},
"end": {
"line": 61,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "success",
"start": 2551,
"end": 2558,
"loc": {
"start": {
"line": 61,
"column": 37
},
"end": {
"line": 61,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2572,
"end": 2573,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2573,
"end": 2574,
"loc": {
"start": {
"line": 62,
"column": 13
},
"end": {
"line": 62,
"column": 14
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 2588,
"end": 2594,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2594,
"end": 2595,
"loc": {
"start": {
"line": 63,
"column": 18
},
"end": {
"line": 63,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2605,
"end": 2606,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2618,
"end": 2622,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2622,
"end": 2623,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 2623,
"end": 2627,
"loc": {
"start": {
"line": 66,
"column": 13
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2627,
"end": 2628,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2628,
"end": 2631,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2631,
"end": 2632,
"loc": {
"start": {
"line": 66,
"column": 21
},
"end": {
"line": 66,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputMgr",
"start": 2632,
"end": 2640,
"loc": {
"start": {
"line": 66,
"column": 22
},
"end": {
"line": 66,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2640,
"end": 2641,
"loc": {
"start": {
"line": 66,
"column": 30
},
"end": {
"line": 66,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeSureAttachedAndOnTop",
"start": 2641,
"end": 2665,
"loc": {
"start": {
"line": 66,
"column": 31
},
"end": {
"line": 66,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2665,
"end": 2666,
"loc": {
"start": {
"line": 66,
"column": 55
},
"end": {
"line": 66,
"column": 56
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2666,
"end": 2670,
"loc": {
"start": {
"line": 66,
"column": 56
},
"end": {
"line": 66,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2670,
"end": 2671,
"loc": {
"start": {
"line": 66,
"column": 60
},
"end": {
"line": 66,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputReciever",
"start": 2671,
"end": 2684,
"loc": {
"start": {
"line": 66,
"column": 61
},
"end": {
"line": 66,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2684,
"end": 2685,
"loc": {
"start": {
"line": 66,
"column": 74
},
"end": {
"line": 66,
"column": 75
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2685,
"end": 2686,
"loc": {
"start": {
"line": 66,
"column": 75
},
"end": {
"line": 66,
"column": 76
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2696,
"end": 2700,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2700,
"end": 2701,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elemTitle",
"start": 2701,
"end": 2710,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2710,
"end": 2711,
"loc": {
"start": {
"line": 67,
"column": 22
},
"end": {
"line": 67,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerText",
"start": 2711,
"end": 2720,
"loc": {
"start": {
"line": 67,
"column": 23
},
"end": {
"line": 67,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2721,
"end": 2722,
"loc": {
"start": {
"line": 67,
"column": 33
},
"end": {
"line": 67,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 2723,
"end": 2724,
"loc": {
"start": {
"line": 67,
"column": 35
},
"end": {
"line": 67,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2724,
"end": 2725,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ingame",
"start": 2725,
"end": 2731,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2731,
"end": 2732,
"loc": {
"start": {
"line": 67,
"column": 43
},
"end": {
"line": 67,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelCompleteNotification",
"start": 2732,
"end": 2757,
"loc": {
"start": {
"line": 67,
"column": 44
},
"end": {
"line": 67,
"column": 69
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2757,
"end": 2758,
"loc": {
"start": {
"line": 67,
"column": 69
},
"end": {
"line": 67,
"column": 70
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelTitle",
"start": 2758,
"end": 2768,
"loc": {
"start": {
"line": 67,
"column": 70
},
"end": {
"line": 67,
"column": 80
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2768,
"end": 2769,
"loc": {
"start": {
"line": 67,
"column": 80
},
"end": {
"line": 67,
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "replace",
"start": 2769,
"end": 2776,
"loc": {
"start": {
"line": 67,
"column": 81
},
"end": {
"line": 67,
"column": 88
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2776,
"end": 2777,
"loc": {
"start": {
"line": 67,
"column": 88
},
"end": {
"line": 67,
"column": 89
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<level>",
"start": 2791,
"end": 2800,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2800,
"end": 2801,
"loc": {
"start": {
"line": 68,
"column": 21
},
"end": {
"line": 68,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2815,
"end": 2816,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2816,
"end": 2818,
"loc": {
"start": {
"line": 69,
"column": 13
},
"end": {
"line": 69,
"column": 15
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 2819,
"end": 2820,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 2821,
"end": 2826,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2826,
"end": 2827,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2827,
"end": 2828,
"loc": {
"start": {
"line": 69,
"column": 24
},
"end": {
"line": 69,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "padStart",
"start": 2828,
"end": 2836,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2836,
"end": 2837,
"loc": {
"start": {
"line": 69,
"column": 33
},
"end": {
"line": 69,
"column": 34
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2,
"start": 2837,
"end": 2838,
"loc": {
"start": {
"line": 69,
"column": 34
},
"end": {
"line": 69,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2838,
"end": 2839,
"loc": {
"start": {
"line": 69,
"column": 35
},
"end": {
"line": 69,
"column": 36
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "0",
"start": 2840,
"end": 2843,
"loc": {
"start": {
"line": 69,
"column": 37
},
"end": {
"line": 69,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2843,
"end": 2844,
"loc": {
"start": {
"line": 69,
"column": 40
},
"end": {
"line": 69,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2854,
"end": 2855,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2855,
"end": 2856,
"loc": {
"start": {
"line": 70,
"column": 9
},
"end": {
"line": 70,
"column": 10
}
}
},
{
"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": 2868,
"end": 2873,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rewardName",
"start": 2874,
"end": 2884,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2885,
"end": 2886,
"loc": {
"start": {
"line": 72,
"column": 25
},
"end": {
"line": 72,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 2887,
"end": 2888,
"loc": {
"start": {
"line": 72,
"column": 27
},
"end": {
"line": 72,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2888,
"end": 2889,
"loc": {
"start": {
"line": 72,
"column": 28
},
"end": {
"line": 72,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storyRewards",
"start": 2889,
"end": 2901,
"loc": {
"start": {
"line": 72,
"column": 29
},
"end": {
"line": 72,
"column": 41
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2901,
"end": 2902,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reward",
"start": 2902,
"end": 2908,
"loc": {
"start": {
"line": 72,
"column": 42
},
"end": {
"line": 72,
"column": 48
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2908,
"end": 2909,
"loc": {
"start": {
"line": 72,
"column": 48
},
"end": {
"line": 72,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2909,
"end": 2910,
"loc": {
"start": {
"line": 72,
"column": 49
},
"end": {
"line": 72,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 2910,
"end": 2915,
"loc": {
"start": {
"line": 72,
"column": 50
},
"end": {
"line": 72,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2915,
"end": 2916,
"loc": {
"start": {
"line": 72,
"column": 55
},
"end": {
"line": 72,
"column": 56
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 2928,
"end": 2931,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2932,
"end": 2936,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2937,
"end": 2938,
"loc": {
"start": {
"line": 74,
"column": 17
},
"end": {
"line": 74,
"column": 18
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2939,
"end": 2940,
"loc": {
"start": {
"line": 74,
"column": 19
},
"end": {
"line": 74,
"column": 20
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n <div class=\"rewardName\">\n ",
"start": 2940,
"end": 2988,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 76,
"column": 12
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2988,
"end": 2990,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 2990,
"end": 2991,
"loc": {
"start": {
"line": 76,
"column": 14
},
"end": {
"line": 76,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2991,
"end": 2992,
"loc": {
"start": {
"line": 76,
"column": 15
},
"end": {
"line": 76,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ingame",
"start": 2992,
"end": 2998,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2998,
"end": 2999,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "levelCompleteNotification",
"start": 2999,
"end": 3024,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3024,
"end": 3025,
"loc": {
"start": {
"line": 76,
"column": 48
},
"end": {
"line": 76,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "unlockText",
"start": 3025,
"end": 3035,
"loc": {
"start": {
"line": 76,
"column": 49
},
"end": {
"line": 76,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3035,
"end": 3036,
"loc": {
"start": {
"line": 76,
"column": 59
},
"end": {
"line": 76,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "replace",
"start": 3036,
"end": 3043,
"loc": {
"start": {
"line": 76,
"column": 60
},
"end": {
"line": 76,
"column": 67
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3043,
"end": 3044,
"loc": {
"start": {
"line": 76,
"column": 67
},
"end": {
"line": 76,
"column": 68
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<reward>",
"start": 3044,
"end": 3054,
"loc": {
"start": {
"line": 76,
"column": 68
},
"end": {
"line": 76,
"column": 78
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3054,
"end": 3055,
"loc": {
"start": {
"line": 76,
"column": 78
},
"end": {
"line": 76,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rewardName",
"start": 3056,
"end": 3066,
"loc": {
"start": {
"line": 76,
"column": 80
},
"end": {
"line": 76,
"column": 90
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3066,
"end": 3067,
"loc": {
"start": {
"line": 76,
"column": 90
},
"end": {
"line": 76,
"column": 91
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3067,
"end": 3068,
"loc": {
"start": {
"line": 76,
"column": 91
},
"end": {
"line": 76,
"column": 92
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n </div>\n \n <div class=\"rewardDesc\">\n ",
"start": 3068,
"end": 3142,
"loc": {
"start": {
"line": 76,
"column": 92
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3142,
"end": 3144,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 3144,
"end": 3145,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3145,
"end": 3146,
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "storyRewards",
"start": 3146,
"end": 3158,
"loc": {
"start": {
"line": 80,
"column": 16
},
"end": {
"line": 80,
"column": 28
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3158,
"end": 3159,
"loc": {
"start": {
"line": 80,
"column": 28
},
"end": {
"line": 80,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reward",
"start": 3159,
"end": 3165,
"loc": {
"start": {
"line": 80,
"column": 29
},
"end": {
"line": 80,
"column": 35
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3165,
"end": 3166,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3166,
"end": 3167,
"loc": {
"start": {
"line": 80,
"column": 36
},
"end": {
"line": 80,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "desc",
"start": 3167,
"end": 3171,
"loc": {
"start": {
"line": 80,
"column": 37
},
"end": {
"line": 80,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3171,
"end": 3172,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 42
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\n </div>\n\n ",
"start": 3172,
"end": 3200,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 83,
"column": 8
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3200,
"end": 3201,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3201,
"end": 3202,
"loc": {
"start": {
"line": 83,
"column": 9
},
"end": {
"line": 83,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3214,
"end": 3218,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 3219,
"end": 3221,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class='images'>",
"start": 3222,
"end": 3244,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3244,
"end": 3245,
"loc": {
"start": {
"line": 85,
"column": 38
},
"end": {
"line": 85,
"column": 39
}
}
},
{
"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": 3255,
"end": 3260,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gained",
"start": 3261,
"end": 3267,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3268,
"end": 3269,
"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": "enumHubGoalRewardsToContentUnlocked",
"start": 3270,
"end": 3305,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 58
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3305,
"end": 3306,
"loc": {
"start": {
"line": 86,
"column": 58
},
"end": {
"line": 86,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "reward",
"start": 3306,
"end": 3312,
"loc": {
"start": {
"line": 86,
"column": 59
},
"end": {
"line": 86,
"column": 65
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3312,
"end": 3313,
"loc": {
"start": {
"line": 86,
"column": 65
},
"end": {
"line": 86,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3313,
"end": 3314,
"loc": {
"start": {
"line": 86,
"column": 66
},
"end": {
"line": 86,
"column": 67
}
}
},
{
"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": 3324,
"end": 3326,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3327,
"end": 3328,
"loc": {
"start": {
"line": 87,
"column": 11
},
"end": {
"line": 87,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gained",
"start": 3328,
"end": 3334,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3334,
"end": 3335,
"loc": {
"start": {
"line": 87,
"column": 18
},
"end": {
"line": 87,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3336,
"end": 3337,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gained",
"start": 3351,
"end": 3357,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3357,
"end": 3358,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "forEach",
"start": 3358,
"end": 3365,
"loc": {
"start": {
"line": 88,
"column": 19
},
"end": {
"line": 88,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3365,
"end": 3366,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3366,
"end": 3367,
"loc": {
"start": {
"line": 88,
"column": 27
},
"end": {
"line": 88,
"column": 28
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3367,
"end": 3368,
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaBuildingClass",
"start": 3368,
"end": 3385,
"loc": {
"start": {
"line": 88,
"column": 29
},
"end": {
"line": 88,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3385,
"end": 3386,
"loc": {
"start": {
"line": 88,
"column": 46
},
"end": {
"line": 88,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "variant",
"start": 3387,
"end": 3394,
"loc": {
"start": {
"line": 88,
"column": 48
},
"end": {
"line": 88,
"column": 55
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3394,
"end": 3395,
"loc": {
"start": {
"line": 88,
"column": 55
},
"end": {
"line": 88,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3395,
"end": 3396,
"loc": {
"start": {
"line": 88,
"column": 56
},
"end": {
"line": 88,
"column": 57
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3397,
"end": 3399,
"loc": {
"start": {
"line": 88,
"column": 58
},
"end": {
"line": 88,
"column": 60
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3400,
"end": 3401,
"loc": {
"start": {
"line": 88,
"column": 61
},
"end": {
"line": 88,
"column": 62
}
}
},
{
"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": 3419,
"end": 3424,
"loc": {
"start": {
"line": 89,
"column": 16
},
"end": {
"line": 89,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaBuilding",
"start": 3425,
"end": 3437,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3438,
"end": 3439,
"loc": {
"start": {
"line": 89,
"column": 35
},
"end": {
"line": 89,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gMetaBuildingRegistry",
"start": 3440,
"end": 3461,
"loc": {
"start": {
"line": 89,
"column": 37
},
"end": {
"line": 89,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3461,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 58
},
"end": {
"line": 89,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "findByClass",
"start": 3462,
"end": 3473,
"loc": {
"start": {
"line": 89,
"column": 59
},
"end": {
"line": 89,
"column": 70
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3473,
"end": 3474,
"loc": {
"start": {
"line": 89,
"column": 70
},
"end": {
"line": 89,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaBuildingClass",
"start": 3474,
"end": 3491,
"loc": {
"start": {
"line": 89,
"column": 71
},
"end": {
"line": 89,
"column": 88
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3491,
"end": 3492,
"loc": {
"start": {
"line": 89,
"column": 88
},
"end": {
"line": 89,
"column": 89
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3492,
"end": 3493,
"loc": {
"start": {
"line": 89,
"column": 89
},
"end": {
"line": 89,
"column": 90
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3511,
"end": 3515,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 90,
"column": 20
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 3516,
"end": 3518,
"loc": {
"start": {
"line": 90,
"column": 21
},
"end": {
"line": 90,
"column": 23
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3519,
"end": 3520,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 25
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"buildingExplanation\" data-icon=\"building_tutorials/",
"start": 3520,
"end": 3583,
"loc": {
"start": {
"line": 90,
"column": 25
},
"end": {
"line": 90,
"column": 88
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3583,
"end": 3585,
"loc": {
"start": {
"line": 90,
"column": 88
},
"end": {
"line": 90,
"column": 90
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaBuilding",
"start": 3607,
"end": 3619,
"loc": {
"start": {
"line": 91,
"column": 20
},
"end": {
"line": 91,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3619,
"end": 3620,
"loc": {
"start": {
"line": 91,
"column": 32
},
"end": {
"line": 91,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getId",
"start": 3620,
"end": 3625,
"loc": {
"start": {
"line": 91,
"column": 33
},
"end": {
"line": 91,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3625,
"end": 3626,
"loc": {
"start": {
"line": 91,
"column": 38
},
"end": {
"line": 91,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3626,
"end": 3627,
"loc": {
"start": {
"line": 91,
"column": 39
},
"end": {
"line": 91,
"column": 40
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3628,
"end": 3629,
"loc": {
"start": {
"line": 91,
"column": 41
},
"end": {
"line": 91,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3630,
"end": 3631,
"loc": {
"start": {
"line": 91,
"column": 43
},
"end": {
"line": 91,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "variant",
"start": 3631,
"end": 3638,
"loc": {
"start": {
"line": 91,
"column": 44
},
"end": {
"line": 91,
"column": 51
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 3639,
"end": 3642,
"loc": {
"start": {
"line": 91,
"column": 52
},
"end": {
"line": 91,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultBuildingVariant",
"start": 3643,
"end": 3665,
"loc": {
"start": {
"line": 91,
"column": 56
},
"end": {
"line": 91,
"column": 78
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3666,
"end": 3667,
"loc": {
"start": {
"line": 91,
"column": 79
},
"end": {
"line": 91,
"column": 80
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 3668,
"end": 3670,
"loc": {
"start": {
"line": 91,
"column": 81
},
"end": {
"line": 91,
"column": 83
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3671,
"end": 3672,
"loc": {
"start": {
"line": 91,
"column": 84
},
"end": {
"line": 91,
"column": 85
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "-",
"start": 3673,
"end": 3676,
"loc": {
"start": {
"line": 91,
"column": 86
},
"end": {
"line": 91,
"column": 89
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3677,
"end": 3678,
"loc": {
"start": {
"line": 91,
"column": 90
},
"end": {
"line": 91,
"column": 91
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "variant",
"start": 3679,
"end": 3686,
"loc": {
"start": {
"line": 91,
"column": 92
},
"end": {
"line": 91,
"column": 99
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3686,
"end": 3687,
"loc": {
"start": {
"line": 91,
"column": 99
},
"end": {
"line": 91,
"column": 100
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3705,
"end": 3706,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 17
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".png\"></div>",
"start": 3706,
"end": 3718,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 29
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3718,
"end": 3719,
"loc": {
"start": {
"line": 92,
"column": 29
},
"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": 3719,
"end": 3720,
"loc": {
"start": {
"line": 92,
"column": 30
},
"end": {
"line": 92,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3734,
"end": 3735,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3735,
"end": 3736,
"loc": {
"start": {
"line": 93,
"column": 13
},
"end": {
"line": 93,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3736,
"end": 3737,
"loc": {
"start": {
"line": 93,
"column": 14
},
"end": {
"line": 93,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3747,
"end": 3748,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3758,
"end": 3762,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 12
}
}
},
{
"type": {
"label": "_=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "+=",
"start": 3763,
"end": 3765,
"loc": {
"start": {
"line": 95,
"column": 13
},
"end": {
"line": 95,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</div>",
"start": 3766,
"end": 3774,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3774,
"end": 3775,
"loc": {
"start": {
"line": 95,
"column": 24
},
"end": {
"line": 95,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3787,
"end": 3791,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3791,
"end": 3792,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elemContents",
"start": 3792,
"end": 3804,
"loc": {
"start": {
"line": 97,
"column": 13
},
"end": {
"line": 97,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3804,
"end": 3805,
"loc": {
"start": {
"line": 97,
"column": 25
},
"end": {
"line": 97,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 3805,
"end": 3814,
"loc": {
"start": {
"line": 97,
"column": 26
},
"end": {
"line": 97,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3815,
"end": 3816,
"loc": {
"start": {
"line": 97,
"column": 36
},
"end": {
"line": 97,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3817,
"end": 3821,
"loc": {
"start": {
"line": 97,
"column": 38
},
"end": {
"line": 97,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3821,
"end": 3822,
"loc": {
"start": {
"line": 97,
"column": 42
},
"end": {
"line": 97,
"column": 43
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3832,
"end": 3836,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3836,
"end": 3837,
"loc": {
"start": {
"line": 98,
"column": 12
},
"end": {
"line": 98,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 3837,
"end": 3844,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3845,
"end": 3846,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 98,
"column": 22
}
}
},
{
"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": 3847,
"end": 3851,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3851,
"end": 3852,
"loc": {
"start": {
"line": 98,
"column": 27
},
"end": {
"line": 98,
"column": 28
}
}
},
{
"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": 3864,
"end": 3866,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3867,
"end": 3868,
"loc": {
"start": {
"line": 100,
"column": 11
},
"end": {
"line": 100,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3868,
"end": 3872,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3872,
"end": 3873,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 3873,
"end": 3890,
"loc": {
"start": {
"line": 100,
"column": 17
},
"end": {
"line": 100,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3890,
"end": 3891,
"loc": {
"start": {
"line": 100,
"column": 34
},
"end": {
"line": 100,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3892,
"end": 3893,
"loc": {
"start": {
"line": 100,
"column": 36
},
"end": {
"line": 100,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearTimeout",
"start": 3907,
"end": 3919,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3919,
"end": 3920,
"loc": {
"start": {
"line": 101,
"column": 24
},
"end": {
"line": 101,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3920,
"end": 3924,
"loc": {
"start": {
"line": 101,
"column": 25
},
"end": {
"line": 101,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3924,
"end": 3925,
"loc": {
"start": {
"line": 101,
"column": 29
},
"end": {
"line": 101,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 3925,
"end": 3942,
"loc": {
"start": {
"line": 101,
"column": 30
},
"end": {
"line": 101,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3942,
"end": 3943,
"loc": {
"start": {
"line": 101,
"column": 47
},
"end": {
"line": 101,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3943,
"end": 3944,
"loc": {
"start": {
"line": 101,
"column": 48
},
"end": {
"line": 101,
"column": 49
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3954,
"end": 3955,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3967,
"end": 3971,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3971,
"end": 3972,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 3972,
"end": 3979,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3979,
"end": 3980,
"loc": {
"start": {
"line": 104,
"column": 20
},
"end": {
"line": 104,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 3980,
"end": 3993,
"loc": {
"start": {
"line": 104,
"column": 21
},
"end": {
"line": 104,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3993,
"end": 3994,
"loc": {
"start": {
"line": 104,
"column": 34
},
"end": {
"line": 104,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "button.close",
"start": 3994,
"end": 4008,
"loc": {
"start": {
"line": 104,
"column": 35
},
"end": {
"line": 104,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4008,
"end": 4009,
"loc": {
"start": {
"line": 104,
"column": 49
},
"end": {
"line": 104,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4009,
"end": 4010,
"loc": {
"start": {
"line": 104,
"column": 50
},
"end": {
"line": 104,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 4010,
"end": 4019,
"loc": {
"start": {
"line": 104,
"column": 51
},
"end": {
"line": 104,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4019,
"end": 4020,
"loc": {
"start": {
"line": 104,
"column": 60
},
"end": {
"line": 104,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 4020,
"end": 4026,
"loc": {
"start": {
"line": 104,
"column": 61
},
"end": {
"line": 104,
"column": 67
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4026,
"end": 4027,
"loc": {
"start": {
"line": 104,
"column": 67
},
"end": {
"line": 104,
"column": 68
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unlocked",
"start": 4027,
"end": 4037,
"loc": {
"start": {
"line": 104,
"column": 68
},
"end": {
"line": 104,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4037,
"end": 4038,
"loc": {
"start": {
"line": 104,
"column": 78
},
"end": {
"line": 104,
"column": 79
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4038,
"end": 4039,
"loc": {
"start": {
"line": 104,
"column": 79
},
"end": {
"line": 104,
"column": 80
}
}
},
{
"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": 4051,
"end": 4053,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4054,
"end": 4055,
"loc": {
"start": {
"line": 106,
"column": 11
},
"end": {
"line": 106,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4055,
"end": 4059,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4059,
"end": 4060,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 4060,
"end": 4064,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 21
}
}
},
{
"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": 106,
"column": 21
},
"end": {
"line": 106,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 4065,
"end": 4068,
"loc": {
"start": {
"line": 106,
"column": 22
},
"end": {
"line": 106,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4068,
"end": 4069,
"loc": {
"start": {
"line": 106,
"column": 25
},
"end": {
"line": 106,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "settings",
"start": 4069,
"end": 4077,
"loc": {
"start": {
"line": 106,
"column": 26
},
"end": {
"line": 106,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4077,
"end": 4078,
"loc": {
"start": {
"line": 106,
"column": 34
},
"end": {
"line": 106,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAllSettings",
"start": 4078,
"end": 4092,
"loc": {
"start": {
"line": 106,
"column": 35
},
"end": {
"line": 106,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4092,
"end": 4093,
"loc": {
"start": {
"line": 106,
"column": 49
},
"end": {
"line": 106,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4093,
"end": 4094,
"loc": {
"start": {
"line": 106,
"column": 50
},
"end": {
"line": 106,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4094,
"end": 4095,
"loc": {
"start": {
"line": 106,
"column": 51
},
"end": {
"line": 106,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offerHints",
"start": 4095,
"end": 4105,
"loc": {
"start": {
"line": 106,
"column": 52
},
"end": {
"line": 106,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4105,
"end": 4106,
"loc": {
"start": {
"line": 106,
"column": 62
},
"end": {
"line": 106,
"column": 63
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4107,
"end": 4108,
"loc": {
"start": {
"line": 106,
"column": 64
},
"end": {
"line": 106,
"column": 65
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4122,
"end": 4126,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4126,
"end": 4127,
"loc": {
"start": {
"line": 107,
"column": 16
},
"end": {
"line": 107,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 4127,
"end": 4144,
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4145,
"end": 4146,
"loc": {
"start": {
"line": 107,
"column": 35
},
"end": {
"line": 107,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setTimeout",
"start": 4147,
"end": 4157,
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4157,
"end": 4158,
"loc": {
"start": {
"line": 107,
"column": 47
},
"end": {
"line": 107,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4176,
"end": 4177,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4177,
"end": 4178,
"loc": {
"start": {
"line": 108,
"column": 17
},
"end": {
"line": 108,
"column": 18
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4179,
"end": 4181,
"loc": {
"start": {
"line": 108,
"column": 19
},
"end": {
"line": 108,
"column": 21
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4182,
"end": 4186,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4186,
"end": 4187,
"loc": {
"start": {
"line": 108,
"column": 26
},
"end": {
"line": 108,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 4187,
"end": 4194,
"loc": {
"start": {
"line": 108,
"column": 27
},
"end": {
"line": 108,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4194,
"end": 4195,
"loc": {
"start": {
"line": 108,
"column": 34
},
"end": {
"line": 108,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 4195,
"end": 4208,
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4208,
"end": 4209,
"loc": {
"start": {
"line": 108,
"column": 48
},
"end": {
"line": 108,
"column": 49
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "button.close",
"start": 4209,
"end": 4223,
"loc": {
"start": {
"line": 108,
"column": 49
},
"end": {
"line": 108,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4223,
"end": 4224,
"loc": {
"start": {
"line": 108,
"column": 63
},
"end": {
"line": 108,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4224,
"end": 4225,
"loc": {
"start": {
"line": 108,
"column": 64
},
"end": {
"line": 108,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 4225,
"end": 4234,
"loc": {
"start": {
"line": 108,
"column": 65
},
"end": {
"line": 108,
"column": 74
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4234,
"end": 4235,
"loc": {
"start": {
"line": 108,
"column": 74
},
"end": {
"line": 108,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 4235,
"end": 4238,
"loc": {
"start": {
"line": 108,
"column": 75
},
"end": {
"line": 108,
"column": 78
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4238,
"end": 4239,
"loc": {
"start": {
"line": 108,
"column": 78
},
"end": {
"line": 108,
"column": 79
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unlocked",
"start": 4239,
"end": 4249,
"loc": {
"start": {
"line": 108,
"column": 79
},
"end": {
"line": 108,
"column": 89
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4249,
"end": 4250,
"loc": {
"start": {
"line": 108,
"column": 89
},
"end": {
"line": 108,
"column": 90
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4250,
"end": 4251,
"loc": {
"start": {
"line": 108,
"column": 90
},
"end": {
"line": 108,
"column": 91
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "G_IS_DEV",
"start": 4269,
"end": 4277,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 24
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4278,
"end": 4279,
"loc": {
"start": {
"line": 109,
"column": 25
},
"end": {
"line": 109,
"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": 4280,
"end": 4283,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4284,
"end": 4285,
"loc": {
"start": {
"line": 109,
"column": 31
},
"end": {
"line": 109,
"column": 32
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 5000,
"start": 4286,
"end": 4290,
"loc": {
"start": {
"line": 109,
"column": 33
},
"end": {
"line": 109,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4304,
"end": 4305,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4305,
"end": 4306,
"loc": {
"start": {
"line": 110,
"column": 13
},
"end": {
"line": 110,
"column": 14
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4316,
"end": 4317,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 4318,
"end": 4322,
"loc": {
"start": {
"line": 111,
"column": 10
},
"end": {
"line": 111,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4323,
"end": 4324,
"loc": {
"start": {
"line": 111,
"column": 15
},
"end": {
"line": 111,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4338,
"end": 4342,
"loc": {
"start": {
"line": 112,
"column": 12
},
"end": {
"line": 112,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4342,
"end": 4343,
"loc": {
"start": {
"line": 112,
"column": 16
},
"end": {
"line": 112,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 4343,
"end": 4350,
"loc": {
"start": {
"line": 112,
"column": 17
},
"end": {
"line": 112,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4350,
"end": 4351,
"loc": {
"start": {
"line": 112,
"column": 24
},
"end": {
"line": 112,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 4351,
"end": 4364,
"loc": {
"start": {
"line": 112,
"column": 25
},
"end": {
"line": 112,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4364,
"end": 4365,
"loc": {
"start": {
"line": 112,
"column": 38
},
"end": {
"line": 112,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "button.close",
"start": 4365,
"end": 4379,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4379,
"end": 4380,
"loc": {
"start": {
"line": 112,
"column": 53
},
"end": {
"line": 112,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4380,
"end": 4381,
"loc": {
"start": {
"line": 112,
"column": 54
},
"end": {
"line": 112,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 4381,
"end": 4390,
"loc": {
"start": {
"line": 112,
"column": 55
},
"end": {
"line": 112,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4390,
"end": 4391,
"loc": {
"start": {
"line": 112,
"column": 64
},
"end": {
"line": 112,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 4391,
"end": 4394,
"loc": {
"start": {
"line": 112,
"column": 65
},
"end": {
"line": 112,
"column": 68
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4394,
"end": 4395,
"loc": {
"start": {
"line": 112,
"column": 68
},
"end": {
"line": 112,
"column": 69
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unlocked",
"start": 4395,
"end": 4405,
"loc": {
"start": {
"line": 112,
"column": 69
},
"end": {
"line": 112,
"column": 79
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4405,
"end": 4406,
"loc": {
"start": {
"line": 112,
"column": 79
},
"end": {
"line": 112,
"column": 80
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4406,
"end": 4407,
"loc": {
"start": {
"line": 112,
"column": 80
},
"end": {
"line": 112,
"column": 81
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4417,
"end": 4418,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4424,
"end": 4425,
"loc": {
"start": {
"line": 114,
"column": 4
},
"end": {
"line": 114,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cleanup",
"start": 4433,
"end": 4440,
"loc": {
"start": {
"line": 116,
"column": 4
},
"end": {
"line": 116,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4440,
"end": 4441,
"loc": {
"start": {
"line": 116,
"column": 11
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4441,
"end": 4442,
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4443,
"end": 4444,
"loc": {
"start": {
"line": 116,
"column": 14
},
"end": {
"line": 116,
"column": 15
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4454,
"end": 4458,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4458,
"end": 4459,
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 4459,
"end": 4463,
"loc": {
"start": {
"line": 117,
"column": 13
},
"end": {
"line": 117,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4463,
"end": 4464,
"loc": {
"start": {
"line": 117,
"column": 17
},
"end": {
"line": 117,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 4464,
"end": 4467,
"loc": {
"start": {
"line": 117,
"column": 18
},
"end": {
"line": 117,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4467,
"end": 4468,
"loc": {
"start": {
"line": 117,
"column": 21
},
"end": {
"line": 117,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputMgr",
"start": 4468,
"end": 4476,
"loc": {
"start": {
"line": 117,
"column": 22
},
"end": {
"line": 117,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4476,
"end": 4477,
"loc": {
"start": {
"line": 117,
"column": 30
},
"end": {
"line": 117,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeSureDetached",
"start": 4477,
"end": 4493,
"loc": {
"start": {
"line": 117,
"column": 31
},
"end": {
"line": 117,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4493,
"end": 4494,
"loc": {
"start": {
"line": 117,
"column": 47
},
"end": {
"line": 117,
"column": 48
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4494,
"end": 4498,
"loc": {
"start": {
"line": 117,
"column": 48
},
"end": {
"line": 117,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4498,
"end": 4499,
"loc": {
"start": {
"line": 117,
"column": 52
},
"end": {
"line": 117,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputReciever",
"start": 4499,
"end": 4512,
"loc": {
"start": {
"line": 117,
"column": 53
},
"end": {
"line": 117,
"column": 66
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4512,
"end": 4513,
"loc": {
"start": {
"line": 117,
"column": 66
},
"end": {
"line": 117,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4513,
"end": 4514,
"loc": {
"start": {
"line": 117,
"column": 67
},
"end": {
"line": 117,
"column": 68
}
}
},
{
"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": 4524,
"end": 4526,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4527,
"end": 4528,
"loc": {
"start": {
"line": 118,
"column": 11
},
"end": {
"line": 118,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4528,
"end": 4532,
"loc": {
"start": {
"line": 118,
"column": 12
},
"end": {
"line": 118,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4532,
"end": 4533,
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 4533,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 17
},
"end": {
"line": 118,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4550,
"end": 4551,
"loc": {
"start": {
"line": 118,
"column": 34
},
"end": {
"line": 118,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4552,
"end": 4553,
"loc": {
"start": {
"line": 118,
"column": 36
},
"end": {
"line": 118,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearTimeout",
"start": 4567,
"end": 4579,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4579,
"end": 4580,
"loc": {
"start": {
"line": 119,
"column": 24
},
"end": {
"line": 119,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4580,
"end": 4584,
"loc": {
"start": {
"line": 119,
"column": 25
},
"end": {
"line": 119,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4584,
"end": 4585,
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 4585,
"end": 4602,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4602,
"end": 4603,
"loc": {
"start": {
"line": 119,
"column": 47
},
"end": {
"line": 119,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4603,
"end": 4604,
"loc": {
"start": {
"line": 119,
"column": 48
},
"end": {
"line": 119,
"column": 49
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4618,
"end": 4622,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4622,
"end": 4623,
"loc": {
"start": {
"line": 120,
"column": 16
},
"end": {
"line": 120,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 4623,
"end": 4640,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4641,
"end": 4642,
"loc": {
"start": {
"line": 120,
"column": 35
},
"end": {
"line": 120,
"column": 36
}
}
},
{
"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": 4643,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4647,
"end": 4648,
"loc": {
"start": {
"line": 120,
"column": 41
},
"end": {
"line": 120,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4658,
"end": 4659,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4665,
"end": 4666,
"loc": {
"start": {
"line": 122,
"column": 4
},
"end": {
"line": 122,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isBlockingOverlay",
"start": 4674,
"end": 4691,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4691,
"end": 4692,
"loc": {
"start": {
"line": 124,
"column": 21
},
"end": {
"line": 124,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4692,
"end": 4693,
"loc": {
"start": {
"line": 124,
"column": 22
},
"end": {
"line": 124,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4694,
"end": 4695,
"loc": {
"start": {
"line": 124,
"column": 24
},
"end": {
"line": 124,
"column": 25
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 4705,
"end": 4711,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 14
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4712,
"end": 4716,
"loc": {
"start": {
"line": 125,
"column": 15
},
"end": {
"line": 125,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4716,
"end": 4717,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 125,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 4717,
"end": 4724,
"loc": {
"start": {
"line": 125,
"column": 20
},
"end": {
"line": 125,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4724,
"end": 4725,
"loc": {
"start": {
"line": 125,
"column": 27
},
"end": {
"line": 125,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4731,
"end": 4732,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "requestClose",
"start": 4740,
"end": 4752,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4752,
"end": 4753,
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4753,
"end": 4754,
"loc": {
"start": {
"line": 128,
"column": 17
},
"end": {
"line": 128,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4755,
"end": 4756,
"loc": {
"start": {
"line": 128,
"column": 19
},
"end": {
"line": 128,
"column": 20
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4766,
"end": 4770,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4770,
"end": 4771,
"loc": {
"start": {
"line": 129,
"column": 12
},
"end": {
"line": 129,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 4771,
"end": 4775,
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4775,
"end": 4776,
"loc": {
"start": {
"line": 129,
"column": 17
},
"end": {
"line": 129,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 4776,
"end": 4779,
"loc": {
"start": {
"line": 129,
"column": 18
},
"end": {
"line": 129,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4779,
"end": 4780,
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "adProvider",
"start": 4780,
"end": 4790,
"loc": {
"start": {
"line": 129,
"column": 22
},
"end": {
"line": 129,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4790,
"end": 4791,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showVideoAd",
"start": 4791,
"end": 4802,
"loc": {
"start": {
"line": 129,
"column": 33
},
"end": {
"line": 129,
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4802,
"end": 4803,
"loc": {
"start": {
"line": 129,
"column": 44
},
"end": {
"line": 129,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4803,
"end": 4804,
"loc": {
"start": {
"line": 129,
"column": 45
},
"end": {
"line": 129,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4804,
"end": 4805,
"loc": {
"start": {
"line": 129,
"column": 46
},
"end": {
"line": 129,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "then",
"start": 4805,
"end": 4809,
"loc": {
"start": {
"line": 129,
"column": 47
},
"end": {
"line": 129,
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4809,
"end": 4810,
"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": 4810,
"end": 4811,
"loc": {
"start": {
"line": 129,
"column": 52
},
"end": {
"line": 129,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4811,
"end": 4812,
"loc": {
"start": {
"line": 129,
"column": 53
},
"end": {
"line": 129,
"column": 54
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4813,
"end": 4815,
"loc": {
"start": {
"line": 129,
"column": 55
},
"end": {
"line": 129,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4816,
"end": 4817,
"loc": {
"start": {
"line": 129,
"column": 58
},
"end": {
"line": 129,
"column": 59
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4831,
"end": 4835,
"loc": {
"start": {
"line": 130,
"column": 12
},
"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": 4835,
"end": 4836,
"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": "close",
"start": 4836,
"end": 4841,
"loc": {
"start": {
"line": 130,
"column": 17
},
"end": {
"line": 130,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4841,
"end": 4842,
"loc": {
"start": {
"line": 130,
"column": 22
},
"end": {
"line": 130,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4842,
"end": 4843,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4843,
"end": 4844,
"loc": {
"start": {
"line": 130,
"column": 24
},
"end": {
"line": 130,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4860,
"end": 4864,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4864,
"end": 4865,
"loc": {
"start": {
"line": 132,
"column": 16
},
"end": {
"line": 132,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 4865,
"end": 4869,
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4869,
"end": 4870,
"loc": {
"start": {
"line": 132,
"column": 21
},
"end": {
"line": 132,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hud",
"start": 4870,
"end": 4873,
"loc": {
"start": {
"line": 132,
"column": 22
},
"end": {
"line": 132,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4873,
"end": 4874,
"loc": {
"start": {
"line": 132,
"column": 25
},
"end": {
"line": 132,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "signals",
"start": 4874,
"end": 4881,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4881,
"end": 4882,
"loc": {
"start": {
"line": 132,
"column": 33
},
"end": {
"line": 132,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "unlockNotificationFinished",
"start": 4882,
"end": 4908,
"loc": {
"start": {
"line": 132,
"column": 34
},
"end": {
"line": 132,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4908,
"end": 4909,
"loc": {
"start": {
"line": 132,
"column": 60
},
"end": {
"line": 132,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dispatch",
"start": 4909,
"end": 4917,
"loc": {
"start": {
"line": 132,
"column": 61
},
"end": {
"line": 132,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4917,
"end": 4918,
"loc": {
"start": {
"line": 132,
"column": 69
},
"end": {
"line": 132,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4918,
"end": 4919,
"loc": {
"start": {
"line": 132,
"column": 70
},
"end": {
"line": 132,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4919,
"end": 4920,
"loc": {
"start": {
"line": 132,
"column": 71
},
"end": {
"line": 132,
"column": 72
}
}
},
{
"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": 4936,
"end": 4938,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 134,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4939,
"end": 4940,
"loc": {
"start": {
"line": 134,
"column": 15
},
"end": {
"line": 134,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4940,
"end": 4941,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 17
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4941,
"end": 4945,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4945,
"end": 4946,
"loc": {
"start": {
"line": 134,
"column": 21
},
"end": {
"line": 134,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 4946,
"end": 4950,
"loc": {
"start": {
"line": 134,
"column": 22
},
"end": {
"line": 134,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4950,
"end": 4951,
"loc": {
"start": {
"line": 134,
"column": 26
},
"end": {
"line": 134,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 4951,
"end": 4954,
"loc": {
"start": {
"line": 134,
"column": 27
},
"end": {
"line": 134,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4954,
"end": 4955,
"loc": {
"start": {
"line": 134,
"column": 30
},
"end": {
"line": 134,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "settings",
"start": 4955,
"end": 4963,
"loc": {
"start": {
"line": 134,
"column": 31
},
"end": {
"line": 134,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4963,
"end": 4964,
"loc": {
"start": {
"line": 134,
"column": 39
},
"end": {
"line": 134,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAllSettings",
"start": 4964,
"end": 4978,
"loc": {
"start": {
"line": 134,
"column": 40
},
"end": {
"line": 134,
"column": 54
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4978,
"end": 4979,
"loc": {
"start": {
"line": 134,
"column": 54
},
"end": {
"line": 134,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4979,
"end": 4980,
"loc": {
"start": {
"line": 134,
"column": 55
},
"end": {
"line": 134,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4980,
"end": 4981,
"loc": {
"start": {
"line": 134,
"column": 56
},
"end": {
"line": 134,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "offerHints",
"start": 4981,
"end": 4991,
"loc": {
"start": {
"line": 134,
"column": 57
},
"end": {
"line": 134,
"column": 67
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4991,
"end": 4992,
"loc": {
"start": {
"line": 134,
"column": 67
},
"end": {
"line": 134,
"column": 68
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4993,
"end": 4994,
"loc": {
"start": {
"line": 134,
"column": 69
},
"end": {
"line": 134,
"column": 70
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 5012,
"end": 5018,
"loc": {
"start": {
"line": 135,
"column": 16
},
"end": {
"line": 135,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5018,
"end": 5019,
"loc": {
"start": {
"line": 135,
"column": 22
},
"end": {
"line": 135,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5033,
"end": 5034,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 13
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5050,
"end": 5052,
"loc": {
"start": {
"line": 138,
"column": 12
},
"end": {
"line": 138,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5053,
"end": 5054,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5054,
"end": 5058,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5058,
"end": 5059,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 138,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5059,
"end": 5063,
"loc": {
"start": {
"line": 138,
"column": 21
},
"end": {
"line": 138,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5063,
"end": 5064,
"loc": {
"start": {
"line": 138,
"column": 25
},
"end": {
"line": 138,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hubGoals",
"start": 5064,
"end": 5072,
"loc": {
"start": {
"line": 138,
"column": 26
},
"end": {
"line": 138,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5072,
"end": 5073,
"loc": {
"start": {
"line": 138,
"column": 34
},
"end": {
"line": 138,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 5073,
"end": 5078,
"loc": {
"start": {
"line": 138,
"column": 35
},
"end": {
"line": 138,
"column": 40
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 5079,
"end": 5082,
"loc": {
"start": {
"line": 138,
"column": 41
},
"end": {
"line": 138,
"column": 44
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 3,
"start": 5083,
"end": 5084,
"loc": {
"start": {
"line": 138,
"column": 45
},
"end": {
"line": 138,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5084,
"end": 5085,
"loc": {
"start": {
"line": 138,
"column": 46
},
"end": {
"line": 138,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5086,
"end": 5087,
"loc": {
"start": {
"line": 138,
"column": 48
},
"end": {
"line": 138,
"column": 49
}
}
},
{
"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": 5105,
"end": 5110,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5111,
"end": 5112,
"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": "showUpgrades",
"start": 5113,
"end": 5125,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5126,
"end": 5127,
"loc": {
"start": {
"line": 139,
"column": 37
},
"end": {
"line": 139,
"column": 38
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5128,
"end": 5129,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 40
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5130,
"end": 5134,
"loc": {
"start": {
"line": 139,
"column": 41
},
"end": {
"line": 139,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5134,
"end": 5135,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5135,
"end": 5139,
"loc": {
"start": {
"line": 139,
"column": 46
},
"end": {
"line": 139,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5139,
"end": 5140,
"loc": {
"start": {
"line": 139,
"column": 50
},
"end": {
"line": 139,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hud",
"start": 5140,
"end": 5143,
"loc": {
"start": {
"line": 139,
"column": 51
},
"end": {
"line": 139,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5143,
"end": 5144,
"loc": {
"start": {
"line": 139,
"column": 54
},
"end": {
"line": 139,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parts",
"start": 5144,
"end": 5149,
"loc": {
"start": {
"line": 139,
"column": 55
},
"end": {
"line": 139,
"column": 60
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5149,
"end": 5150,
"loc": {
"start": {
"line": 139,
"column": 60
},
"end": {
"line": 139,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5150,
"end": 5157,
"loc": {
"start": {
"line": 139,
"column": 61
},
"end": {
"line": 139,
"column": 68
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5157,
"end": 5158,
"loc": {
"start": {
"line": 139,
"column": 68
},
"end": {
"line": 139,
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showInfo",
"start": 5158,
"end": 5166,
"loc": {
"start": {
"line": 139,
"column": 69
},
"end": {
"line": 139,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5166,
"end": 5167,
"loc": {
"start": {
"line": 139,
"column": 77
},
"end": {
"line": 139,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 5189,
"end": 5190,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5190,
"end": 5191,
"loc": {
"start": {
"line": 140,
"column": 21
},
"end": {
"line": 140,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5191,
"end": 5198,
"loc": {
"start": {
"line": 140,
"column": 22
},
"end": {
"line": 140,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5198,
"end": 5199,
"loc": {
"start": {
"line": 140,
"column": 29
},
"end": {
"line": 140,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "upgradesIntroduction",
"start": 5199,
"end": 5219,
"loc": {
"start": {
"line": 140,
"column": 30
},
"end": {
"line": 140,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5219,
"end": 5220,
"loc": {
"start": {
"line": 140,
"column": 50
},
"end": {
"line": 140,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 5220,
"end": 5225,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 56
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5225,
"end": 5226,
"loc": {
"start": {
"line": 140,
"column": 56
},
"end": {
"line": 140,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 5248,
"end": 5249,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5249,
"end": 5250,
"loc": {
"start": {
"line": 141,
"column": 21
},
"end": {
"line": 141,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5250,
"end": 5257,
"loc": {
"start": {
"line": 141,
"column": 22
},
"end": {
"line": 141,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5257,
"end": 5258,
"loc": {
"start": {
"line": 141,
"column": 29
},
"end": {
"line": 141,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "upgradesIntroduction",
"start": 5258,
"end": 5278,
"loc": {
"start": {
"line": 141,
"column": 30
},
"end": {
"line": 141,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5278,
"end": 5279,
"loc": {
"start": {
"line": 141,
"column": 50
},
"end": {
"line": 141,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "desc",
"start": 5279,
"end": 5283,
"loc": {
"start": {
"line": 141,
"column": 51
},
"end": {
"line": 141,
"column": 55
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5283,
"end": 5284,
"loc": {
"start": {
"line": 141,
"column": 55
},
"end": {
"line": 141,
"column": 56
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5306,
"end": 5307,
"loc": {
"start": {
"line": 142,
"column": 20
},
"end": {
"line": 142,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "showUpgrades:good:timeout",
"start": 5307,
"end": 5334,
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 48
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5334,
"end": 5335,
"loc": {
"start": {
"line": 142,
"column": 48
},
"end": {
"line": 142,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5353,
"end": 5354,
"loc": {
"start": {
"line": 143,
"column": 16
},
"end": {
"line": 143,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5354,
"end": 5355,
"loc": {
"start": {
"line": 143,
"column": 17
},
"end": {
"line": 143,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showUpgrades",
"start": 5373,
"end": 5385,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5385,
"end": 5386,
"loc": {
"start": {
"line": 144,
"column": 28
},
"end": {
"line": 144,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 5386,
"end": 5389,
"loc": {
"start": {
"line": 144,
"column": 29
},
"end": {
"line": 144,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5389,
"end": 5390,
"loc": {
"start": {
"line": 144,
"column": 32
},
"end": {
"line": 144,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5390,
"end": 5391,
"loc": {
"start": {
"line": 144,
"column": 33
},
"end": {
"line": 144,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5391,
"end": 5392,
"loc": {
"start": {
"line": 144,
"column": 34
},
"end": {
"line": 144,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5393,
"end": 5395,
"loc": {
"start": {
"line": 144,
"column": 36
},
"end": {
"line": 144,
"column": 38
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5396,
"end": 5400,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5400,
"end": 5401,
"loc": {
"start": {
"line": 144,
"column": 43
},
"end": {
"line": 144,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5401,
"end": 5405,
"loc": {
"start": {
"line": 144,
"column": 44
},
"end": {
"line": 144,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5405,
"end": 5406,
"loc": {
"start": {
"line": 144,
"column": 48
},
"end": {
"line": 144,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hud",
"start": 5406,
"end": 5409,
"loc": {
"start": {
"line": 144,
"column": 49
},
"end": {
"line": 144,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5409,
"end": 5410,
"loc": {
"start": {
"line": 144,
"column": 52
},
"end": {
"line": 144,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parts",
"start": 5410,
"end": 5415,
"loc": {
"start": {
"line": 144,
"column": 53
},
"end": {
"line": 144,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5415,
"end": 5416,
"loc": {
"start": {
"line": 144,
"column": 58
},
"end": {
"line": 144,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shop",
"start": 5416,
"end": 5420,
"loc": {
"start": {
"line": 144,
"column": 59
},
"end": {
"line": 144,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5420,
"end": 5421,
"loc": {
"start": {
"line": 144,
"column": 63
},
"end": {
"line": 144,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 5421,
"end": 5425,
"loc": {
"start": {
"line": 144,
"column": 64
},
"end": {
"line": 144,
"column": 68
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5425,
"end": 5426,
"loc": {
"start": {
"line": 144,
"column": 68
},
"end": {
"line": 144,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5426,
"end": 5427,
"loc": {
"start": {
"line": 144,
"column": 69
},
"end": {
"line": 144,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5427,
"end": 5428,
"loc": {
"start": {
"line": 144,
"column": 70
},
"end": {
"line": 144,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5428,
"end": 5429,
"loc": {
"start": {
"line": 144,
"column": 71
},
"end": {
"line": 144,
"column": 72
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5443,
"end": 5444,
"loc": {
"start": {
"line": 145,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5460,
"end": 5462,
"loc": {
"start": {
"line": 147,
"column": 12
},
"end": {
"line": 147,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5463,
"end": 5464,
"loc": {
"start": {
"line": 147,
"column": 15
},
"end": {
"line": 147,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5464,
"end": 5468,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5468,
"end": 5469,
"loc": {
"start": {
"line": 147,
"column": 20
},
"end": {
"line": 147,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5469,
"end": 5473,
"loc": {
"start": {
"line": 147,
"column": 21
},
"end": {
"line": 147,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5473,
"end": 5474,
"loc": {
"start": {
"line": 147,
"column": 25
},
"end": {
"line": 147,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hubGoals",
"start": 5474,
"end": 5482,
"loc": {
"start": {
"line": 147,
"column": 26
},
"end": {
"line": 147,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5482,
"end": 5483,
"loc": {
"start": {
"line": 147,
"column": 34
},
"end": {
"line": 147,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "level",
"start": 5483,
"end": 5488,
"loc": {
"start": {
"line": 147,
"column": 35
},
"end": {
"line": 147,
"column": 40
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 5489,
"end": 5492,
"loc": {
"start": {
"line": 147,
"column": 41
},
"end": {
"line": 147,
"column": 44
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 5,
"start": 5493,
"end": 5494,
"loc": {
"start": {
"line": 147,
"column": 45
},
"end": {
"line": 147,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5494,
"end": 5495,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5496,
"end": 5497,
"loc": {
"start": {
"line": 147,
"column": 48
},
"end": {
"line": 147,
"column": 49
}
}
},
{
"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": 5515,
"end": 5520,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5521,
"end": 5522,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showKeybindings",
"start": 5523,
"end": 5538,
"loc": {
"start": {
"line": 148,
"column": 24
},
"end": {
"line": 148,
"column": 39
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5539,
"end": 5540,
"loc": {
"start": {
"line": 148,
"column": 40
},
"end": {
"line": 148,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5541,
"end": 5542,
"loc": {
"start": {
"line": 148,
"column": 42
},
"end": {
"line": 148,
"column": 43
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5543,
"end": 5547,
"loc": {
"start": {
"line": 148,
"column": 44
},
"end": {
"line": 148,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5547,
"end": 5548,
"loc": {
"start": {
"line": 148,
"column": 48
},
"end": {
"line": 148,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5548,
"end": 5552,
"loc": {
"start": {
"line": 148,
"column": 49
},
"end": {
"line": 148,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5552,
"end": 5553,
"loc": {
"start": {
"line": 148,
"column": 53
},
"end": {
"line": 148,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hud",
"start": 5553,
"end": 5556,
"loc": {
"start": {
"line": 148,
"column": 54
},
"end": {
"line": 148,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5556,
"end": 5557,
"loc": {
"start": {
"line": 148,
"column": 57
},
"end": {
"line": 148,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parts",
"start": 5557,
"end": 5562,
"loc": {
"start": {
"line": 148,
"column": 58
},
"end": {
"line": 148,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5562,
"end": 5563,
"loc": {
"start": {
"line": 148,
"column": 63
},
"end": {
"line": 148,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5563,
"end": 5570,
"loc": {
"start": {
"line": 148,
"column": 64
},
"end": {
"line": 148,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5570,
"end": 5571,
"loc": {
"start": {
"line": 148,
"column": 71
},
"end": {
"line": 148,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showInfo",
"start": 5571,
"end": 5579,
"loc": {
"start": {
"line": 148,
"column": 72
},
"end": {
"line": 148,
"column": 80
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5579,
"end": 5580,
"loc": {
"start": {
"line": 148,
"column": 80
},
"end": {
"line": 148,
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5603,
"end": 5604,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5604,
"end": 5611,
"loc": {
"start": {
"line": 149,
"column": 22
},
"end": {
"line": 149,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5611,
"end": 5612,
"loc": {
"start": {
"line": 149,
"column": 29
},
"end": {
"line": 149,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keybindingsIntroduction",
"start": 5612,
"end": 5635,
"loc": {
"start": {
"line": 149,
"column": 30
},
"end": {
"line": 149,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5635,
"end": 5636,
"loc": {
"start": {
"line": 149,
"column": 53
},
"end": {
"line": 149,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 5636,
"end": 5641,
"loc": {
"start": {
"line": 149,
"column": 54
},
"end": {
"line": 149,
"column": 59
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5641,
"end": 5642,
"loc": {
"start": {
"line": 149,
"column": 59
},
"end": {
"line": 149,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 5664,
"end": 5665,
"loc": {
"start": {
"line": 150,
"column": 20
},
"end": {
"line": 150,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5665,
"end": 5666,
"loc": {
"start": {
"line": 150,
"column": 21
},
"end": {
"line": 150,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 5666,
"end": 5673,
"loc": {
"start": {
"line": 150,
"column": 22
},
"end": {
"line": 150,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5673,
"end": 5674,
"loc": {
"start": {
"line": 150,
"column": 29
},
"end": {
"line": 150,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keybindingsIntroduction",
"start": 5674,
"end": 5697,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5697,
"end": 5698,
"loc": {
"start": {
"line": 150,
"column": 53
},
"end": {
"line": 150,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "desc",
"start": 5698,
"end": 5702,
"loc": {
"start": {
"line": 150,
"column": 54
},
"end": {
"line": 150,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5702,
"end": 5703,
"loc": {
"start": {
"line": 150,
"column": 58
},
"end": {
"line": 150,
"column": 59
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5725,
"end": 5726,
"loc": {
"start": {
"line": 151,
"column": 20
},
"end": {
"line": 151,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "showKeybindings:misc",
"start": 5726,
"end": 5748,
"loc": {
"start": {
"line": 151,
"column": 21
},
"end": {
"line": 151,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5748,
"end": 5749,
"loc": {
"start": {
"line": 151,
"column": 43
},
"end": {
"line": 151,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ok:good:timeout",
"start": 5750,
"end": 5767,
"loc": {
"start": {
"line": 151,
"column": 45
},
"end": {
"line": 151,
"column": 62
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5767,
"end": 5768,
"loc": {
"start": {
"line": 151,
"column": 62
},
"end": {
"line": 151,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5786,
"end": 5787,
"loc": {
"start": {
"line": 152,
"column": 16
},
"end": {
"line": 152,
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5787,
"end": 5788,
"loc": {
"start": {
"line": 152,
"column": 17
},
"end": {
"line": 152,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showKeybindings",
"start": 5806,
"end": 5821,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5821,
"end": 5822,
"loc": {
"start": {
"line": 153,
"column": 31
},
"end": {
"line": 153,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 5822,
"end": 5825,
"loc": {
"start": {
"line": 153,
"column": 32
},
"end": {
"line": 153,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5825,
"end": 5826,
"loc": {
"start": {
"line": 153,
"column": 35
},
"end": {
"line": 153,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5826,
"end": 5827,
"loc": {
"start": {
"line": 153,
"column": 36
},
"end": {
"line": 153,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5827,
"end": 5828,
"loc": {
"start": {
"line": 153,
"column": 37
},
"end": {
"line": 153,
"column": 38
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5829,
"end": 5831,
"loc": {
"start": {
"line": 153,
"column": 39
},
"end": {
"line": 153,
"column": 41
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 153,
"column": 42
},
"end": {
"line": 153,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5836,
"end": 5837,
"loc": {
"start": {
"line": 153,
"column": 46
},
"end": {
"line": 153,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5837,
"end": 5841,
"loc": {
"start": {
"line": 153,
"column": 47
},
"end": {
"line": 153,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5841,
"end": 5842,
"loc": {
"start": {
"line": 153,
"column": 51
},
"end": {
"line": 153,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "gameState",
"start": 5842,
"end": 5851,
"loc": {
"start": {
"line": 153,
"column": 52
},
"end": {
"line": 153,
"column": 61
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5851,
"end": 5852,
"loc": {
"start": {
"line": 153,
"column": 61
},
"end": {
"line": 153,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "goToKeybindings",
"start": 5852,
"end": 5867,
"loc": {
"start": {
"line": 153,
"column": 62
},
"end": {
"line": 153,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5867,
"end": 5868,
"loc": {
"start": {
"line": 153,
"column": 77
},
"end": {
"line": 153,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5868,
"end": 5869,
"loc": {
"start": {
"line": 153,
"column": 78
},
"end": {
"line": 153,
"column": 79
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5869,
"end": 5870,
"loc": {
"start": {
"line": 153,
"column": 79
},
"end": {
"line": 153,
"column": 80
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5870,
"end": 5871,
"loc": {
"start": {
"line": 153,
"column": 80
},
"end": {
"line": 153,
"column": 81
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5885,
"end": 5886,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5896,
"end": 5897,
"loc": {
"start": {
"line": 155,
"column": 8
},
"end": {
"line": 155,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5897,
"end": 5898,
"loc": {
"start": {
"line": 155,
"column": 9
},
"end": {
"line": 155,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5898,
"end": 5899,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5905,
"end": 5906,
"loc": {
"start": {
"line": 156,
"column": 4
},
"end": {
"line": 156,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "close",
"start": 5914,
"end": 5919,
"loc": {
"start": {
"line": 158,
"column": 4
},
"end": {
"line": 158,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5919,
"end": 5920,
"loc": {
"start": {
"line": 158,
"column": 9
},
"end": {
"line": 158,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5920,
"end": 5921,
"loc": {
"start": {
"line": 158,
"column": 10
},
"end": {
"line": 158,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5922,
"end": 5923,
"loc": {
"start": {
"line": 158,
"column": 12
},
"end": {
"line": 158,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5933,
"end": 5937,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5937,
"end": 5938,
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 5938,
"end": 5942,
"loc": {
"start": {
"line": 159,
"column": 13
},
"end": {
"line": 159,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5942,
"end": 5943,
"loc": {
"start": {
"line": 159,
"column": 17
},
"end": {
"line": 159,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 5943,
"end": 5946,
"loc": {
"start": {
"line": 159,
"column": 18
},
"end": {
"line": 159,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5946,
"end": 5947,
"loc": {
"start": {
"line": 159,
"column": 21
},
"end": {
"line": 159,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputMgr",
"start": 5947,
"end": 5955,
"loc": {
"start": {
"line": 159,
"column": 22
},
"end": {
"line": 159,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5955,
"end": 5956,
"loc": {
"start": {
"line": 159,
"column": 30
},
"end": {
"line": 159,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeSureDetached",
"start": 5956,
"end": 5972,
"loc": {
"start": {
"line": 159,
"column": 31
},
"end": {
"line": 159,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5972,
"end": 5973,
"loc": {
"start": {
"line": 159,
"column": 47
},
"end": {
"line": 159,
"column": 48
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5973,
"end": 5977,
"loc": {
"start": {
"line": 159,
"column": 48
},
"end": {
"line": 159,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5977,
"end": 5978,
"loc": {
"start": {
"line": 159,
"column": 52
},
"end": {
"line": 159,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "inputReciever",
"start": 5978,
"end": 5991,
"loc": {
"start": {
"line": 159,
"column": 53
},
"end": {
"line": 159,
"column": 66
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5991,
"end": 5992,
"loc": {
"start": {
"line": 159,
"column": 66
},
"end": {
"line": 159,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5992,
"end": 5993,
"loc": {
"start": {
"line": 159,
"column": 67
},
"end": {
"line": 159,
"column": 68
}
}
},
{
"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": 6003,
"end": 6005,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6006,
"end": 6007,
"loc": {
"start": {
"line": 160,
"column": 11
},
"end": {
"line": 160,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6007,
"end": 6011,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6011,
"end": 6012,
"loc": {
"start": {
"line": 160,
"column": 16
},
"end": {
"line": 160,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6012,
"end": 6029,
"loc": {
"start": {
"line": 160,
"column": 17
},
"end": {
"line": 160,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6029,
"end": 6030,
"loc": {
"start": {
"line": 160,
"column": 34
},
"end": {
"line": 160,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6031,
"end": 6032,
"loc": {
"start": {
"line": 160,
"column": 36
},
"end": {
"line": 160,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearTimeout",
"start": 6046,
"end": 6058,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6058,
"end": 6059,
"loc": {
"start": {
"line": 161,
"column": 24
},
"end": {
"line": 161,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6059,
"end": 6063,
"loc": {
"start": {
"line": 161,
"column": 25
},
"end": {
"line": 161,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6063,
"end": 6064,
"loc": {
"start": {
"line": 161,
"column": 29
},
"end": {
"line": 161,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6064,
"end": 6081,
"loc": {
"start": {
"line": 161,
"column": 30
},
"end": {
"line": 161,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6081,
"end": 6082,
"loc": {
"start": {
"line": 161,
"column": 47
},
"end": {
"line": 161,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6082,
"end": 6083,
"loc": {
"start": {
"line": 161,
"column": 48
},
"end": {
"line": 161,
"column": 49
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6097,
"end": 6101,
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6101,
"end": 6102,
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 162,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6102,
"end": 6119,
"loc": {
"start": {
"line": 162,
"column": 17
},
"end": {
"line": 162,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6120,
"end": 6121,
"loc": {
"start": {
"line": 162,
"column": 35
},
"end": {
"line": 162,
"column": 36
}
}
},
{
"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": 6122,
"end": 6126,
"loc": {
"start": {
"line": 162,
"column": 37
},
"end": {
"line": 162,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6126,
"end": 6127,
"loc": {
"start": {
"line": 162,
"column": 41
},
"end": {
"line": 162,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6137,
"end": 6138,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6148,
"end": 6152,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6152,
"end": 6153,
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 164,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 6153,
"end": 6160,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6161,
"end": 6162,
"loc": {
"start": {
"line": 164,
"column": 21
},
"end": {
"line": 164,
"column": 22
}
}
},
{
"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": 6163,
"end": 6168,
"loc": {
"start": {
"line": 164,
"column": 23
},
"end": {
"line": 164,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6168,
"end": 6169,
"loc": {
"start": {
"line": 164,
"column": 28
},
"end": {
"line": 164,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6175,
"end": 6176,
"loc": {
"start": {
"line": 165,
"column": 4
},
"end": {
"line": 165,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 6184,
"end": 6190,
"loc": {
"start": {
"line": 167,
"column": 4
},
"end": {
"line": 167,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6190,
"end": 6191,
"loc": {
"start": {
"line": 167,
"column": 10
},
"end": {
"line": 167,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6191,
"end": 6192,
"loc": {
"start": {
"line": 167,
"column": 11
},
"end": {
"line": 167,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6193,
"end": 6194,
"loc": {
"start": {
"line": 167,
"column": 13
},
"end": {
"line": 167,
"column": 14
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6204,
"end": 6208,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6208,
"end": 6209,
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "domAttach",
"start": 6209,
"end": 6218,
"loc": {
"start": {
"line": 168,
"column": 13
},
"end": {
"line": 168,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6218,
"end": 6219,
"loc": {
"start": {
"line": 168,
"column": 22
},
"end": {
"line": 168,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 6219,
"end": 6225,
"loc": {
"start": {
"line": 168,
"column": 23
},
"end": {
"line": 168,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6225,
"end": 6226,
"loc": {
"start": {
"line": 168,
"column": 29
},
"end": {
"line": 168,
"column": 30
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6226,
"end": 6230,
"loc": {
"start": {
"line": 168,
"column": 30
},
"end": {
"line": 168,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6230,
"end": 6231,
"loc": {
"start": {
"line": 168,
"column": 34
},
"end": {
"line": 168,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 6231,
"end": 6238,
"loc": {
"start": {
"line": 168,
"column": 35
},
"end": {
"line": 168,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6238,
"end": 6239,
"loc": {
"start": {
"line": 168,
"column": 42
},
"end": {
"line": 168,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6239,
"end": 6240,
"loc": {
"start": {
"line": 168,
"column": 43
},
"end": {
"line": 168,
"column": 44
}
}
},
{
"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": 6250,
"end": 6252,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6253,
"end": 6254,
"loc": {
"start": {
"line": 169,
"column": 11
},
"end": {
"line": 169,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 6254,
"end": 6255,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6255,
"end": 6259,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6259,
"end": 6260,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 6260,
"end": 6267,
"loc": {
"start": {
"line": 169,
"column": 18
},
"end": {
"line": 169,
"column": 25
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 6268,
"end": 6270,
"loc": {
"start": {
"line": 169,
"column": 26
},
"end": {
"line": 169,
"column": 28
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6271,
"end": 6275,
"loc": {
"start": {
"line": 169,
"column": 29
},
"end": {
"line": 169,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6275,
"end": 6276,
"loc": {
"start": {
"line": 169,
"column": 33
},
"end": {
"line": 169,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6276,
"end": 6293,
"loc": {
"start": {
"line": 169,
"column": 34
},
"end": {
"line": 169,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6293,
"end": 6294,
"loc": {
"start": {
"line": 169,
"column": 51
},
"end": {
"line": 169,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6295,
"end": 6296,
"loc": {
"start": {
"line": 169,
"column": 53
},
"end": {
"line": 169,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearTimeout",
"start": 6310,
"end": 6322,
"loc": {
"start": {
"line": 170,
"column": 12
},
"end": {
"line": 170,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6322,
"end": 6323,
"loc": {
"start": {
"line": 170,
"column": 24
},
"end": {
"line": 170,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6323,
"end": 6327,
"loc": {
"start": {
"line": 170,
"column": 25
},
"end": {
"line": 170,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6327,
"end": 6328,
"loc": {
"start": {
"line": 170,
"column": 29
},
"end": {
"line": 170,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6328,
"end": 6345,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6345,
"end": 6346,
"loc": {
"start": {
"line": 170,
"column": 47
},
"end": {
"line": 170,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6346,
"end": 6347,
"loc": {
"start": {
"line": 170,
"column": 48
},
"end": {
"line": 170,
"column": 49
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6361,
"end": 6365,
"loc": {
"start": {
"line": 171,
"column": 12
},
"end": {
"line": 171,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6365,
"end": 6366,
"loc": {
"start": {
"line": 171,
"column": 16
},
"end": {
"line": 171,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonShowTimeout",
"start": 6366,
"end": 6383,
"loc": {
"start": {
"line": 171,
"column": 17
},
"end": {
"line": 171,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6384,
"end": 6385,
"loc": {
"start": {
"line": 171,
"column": 35
},
"end": {
"line": 171,
"column": 36
}
}
},
{
"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": 6386,
"end": 6390,
"loc": {
"start": {
"line": 171,
"column": 37
},
"end": {
"line": 171,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6390,
"end": 6391,
"loc": {
"start": {
"line": 171,
"column": 41
},
"end": {
"line": 171,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6401,
"end": 6402,
"loc": {
"start": {
"line": 172,
"column": 8
},
"end": {
"line": 172,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6408,
"end": 6409,
"loc": {
"start": {
"line": 173,
"column": 4
},
"end": {
"line": 173,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6411,
"end": 6412,
"loc": {
"start": {
"line": 174,
"column": 0
},
"end": {
"line": 174,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6414,
"end": 6414,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 175,
"column": 0
}
}
}
]
}