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/modal_dialogs.js.json
2021-02-26 15:20:37 +01:00

40182 lines
1.0 MiB

{
"type": "File",
"start": 0,
"end": 6316,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 216,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6316,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 216,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 23,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 51
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 20
},
"identifierName": "Application"
},
"name": "Application",
"leadingComments": null
},
"local": {
"type": "Identifier",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 20
},
"identifierName": "Application"
},
"name": "Application"
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 51,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 50
}
},
"extra": {
"rawValue": "../../../application",
"raw": "\"../../../application\""
},
"value": "../../../application"
},
"leadingComments": [
{
"type": "CommentBlock",
"value": " typehints:start ",
"start": 0,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": " typehints:end ",
"start": 76,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 19
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 99,
"end": 148,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 49
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 108,
"end": 114,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 108,
"end": 114,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS",
"leadingComments": null
},
"local": {
"type": "Identifier",
"start": 108,
"end": 114,
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 15
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 122,
"end": 147,
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 5,
"column": 48
}
},
"extra": {
"rawValue": "../../../platform/sound",
"raw": "\"../../../platform/sound\""
},
"value": "../../../platform/sound"
},
"leadingComments": [
{
"type": "CommentBlock",
"value": " typehints:end ",
"start": 76,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 19
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 150,
"end": 207,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 57
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 159,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 25
}
},
"imported": {
"type": "Identifier",
"start": 159,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 25
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
},
"local": {
"type": "Identifier",
"start": 159,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 25
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
}
}
],
"source": {
"type": "StringLiteral",
"start": 183,
"end": 206,
"loc": {
"start": {
"line": 6,
"column": 33
},
"end": {
"line": 6,
"column": 56
}
},
"extra": {
"rawValue": "../dynamic_dom_attach",
"raw": "\"../dynamic_dom_attach\""
},
"value": "../dynamic_dom_attach"
}
},
{
"type": "ImportDeclaration",
"start": 209,
"end": 256,
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 47
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 218,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 218,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"local": {
"type": "Identifier",
"start": 218,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 20
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
}
}
],
"source": {
"type": "StringLiteral",
"start": 237,
"end": 255,
"loc": {
"start": {
"line": 7,
"column": 28
},
"end": {
"line": 7,
"column": 46
}
},
"extra": {
"rawValue": "../base_hud_part",
"raw": "\"../base_hud_part\""
},
"value": "../base_hud_part"
}
},
{
"type": "ImportDeclaration",
"start": 258,
"end": 355,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 97
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 267,
"end": 273,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 15
}
},
"imported": {
"type": "Identifier",
"start": 267,
"end": 273,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "Dialog"
},
"name": "Dialog"
},
"local": {
"type": "Identifier",
"start": 267,
"end": 273,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "Dialog"
},
"name": "Dialog"
}
},
{
"type": "ImportSpecifier",
"start": 275,
"end": 288,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 30
}
},
"imported": {
"type": "Identifier",
"start": 275,
"end": 288,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 30
},
"identifierName": "DialogLoading"
},
"name": "DialogLoading"
},
"local": {
"type": "Identifier",
"start": 275,
"end": 288,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 30
},
"identifierName": "DialogLoading"
},
"name": "DialogLoading"
}
},
{
"type": "ImportSpecifier",
"start": 290,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 51
}
},
"imported": {
"type": "Identifier",
"start": 290,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 51
},
"identifierName": "DialogOptionChooser"
},
"name": "DialogOptionChooser"
},
"local": {
"type": "Identifier",
"start": 290,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 51
},
"identifierName": "DialogOptionChooser"
},
"name": "DialogOptionChooser"
}
}
],
"source": {
"type": "StringLiteral",
"start": 317,
"end": 354,
"loc": {
"start": {
"line": 8,
"column": 59
},
"end": {
"line": 8,
"column": 96
}
},
"extra": {
"rawValue": "../../../core/modal_dialog_elements",
"raw": "\"../../../core/modal_dialog_elements\""
},
"value": "../../../core/modal_dialog_elements"
}
},
{
"type": "ImportDeclaration",
"start": 357,
"end": 403,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 46
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 366,
"end": 373,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 16
}
},
"imported": {
"type": "Identifier",
"start": 366,
"end": 373,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 16
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"local": {
"type": "Identifier",
"start": 366,
"end": 373,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 16
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
}
}
],
"source": {
"type": "StringLiteral",
"start": 381,
"end": 402,
"loc": {
"start": {
"line": 9,
"column": 24
},
"end": {
"line": 9,
"column": 45
}
},
"extra": {
"rawValue": "../../../core/utils",
"raw": "\"../../../core/utils\""
},
"value": "../../../core/utils"
}
},
{
"type": "ImportDeclaration",
"start": 405,
"end": 447,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 42
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 10
}
},
"imported": {
"type": "Identifier",
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 10
},
"identifierName": "T"
},
"name": "T"
},
"local": {
"type": "Identifier",
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 10
},
"identifierName": "T"
},
"name": "T"
}
}
],
"source": {
"type": "StringLiteral",
"start": 423,
"end": 446,
"loc": {
"start": {
"line": 10,
"column": 18
},
"end": {
"line": 10,
"column": 41
}
},
"extra": {
"rawValue": "../../../translations",
"raw": "\"../../../translations\""
},
"value": "../../../translations"
}
},
{
"type": "ImportDeclaration",
"start": 449,
"end": 504,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 55
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 458,
"end": 473,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 24
}
},
"imported": {
"type": "Identifier",
"start": 458,
"end": 473,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 24
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
},
"local": {
"type": "Identifier",
"start": 458,
"end": 473,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 24
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
}
}
],
"source": {
"type": "StringLiteral",
"start": 481,
"end": 503,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 11,
"column": 54
}
},
"extra": {
"rawValue": "../../../core/config",
"raw": "\"../../../core/config\""
},
"value": "../../../core/config"
}
},
{
"type": "ExportNamedDeclaration",
"start": 508,
"end": 6314,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 215,
"column": 1
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "ClassDeclaration",
"start": 515,
"end": 6314,
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
"line": 215,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 521,
"end": 536,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 28
},
"identifierName": "HUDModalDialogs"
},
"name": "HUDModalDialogs"
},
"superClass": {
"type": "Identifier",
"start": 545,
"end": 556,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 48
},
"identifierName": "BaseHUDPart"
},
"name": "BaseHUDPart"
},
"body": {
"type": "ClassBody",
"start": 557,
"end": 6314,
"loc": {
"start": {
"line": 13,
"column": 49
},
"end": {
"line": 215,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 564,
"end": 856,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 23,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 564,
"end": 575,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 576,
"end": 580,
"loc": {
"start": {
"line": 14,
"column": 16
},
"end": {
"line": 14,
"column": 20
},
"identifierName": "root"
},
"name": "root"
},
{
"type": "Identifier",
"start": 582,
"end": 585,
"loc": {
"start": {
"line": 14,
"column": 22
},
"end": {
"line": 14,
"column": 25
},
"identifierName": "app"
},
"name": "app"
}
],
"body": {
"type": "BlockStatement",
"start": 587,
"end": 856,
"loc": {
"start": {
"line": 14,
"column": 27
},
"end": {
"line": 23,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 687,
"end": 699,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 20
}
},
"expression": {
"type": "CallExpression",
"start": 687,
"end": 698,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 19
}
},
"callee": {
"type": "Super",
"start": 687,
"end": 692,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 13
}
},
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 693,
"end": 697,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 18
},
"identifierName": "root"
},
"name": "root"
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Important: Root is not always available here! Its also used in the main menu",
"start": 598,
"end": 677,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 87
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @type {Application} ",
"start": 711,
"end": 737,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 34
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 747,
"end": 780,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 41
}
},
"expression": {
"type": "AssignmentExpression",
"start": 747,
"end": 779,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 40
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 747,
"end": 755,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 16
}
},
"object": {
"type": "ThisExpression",
"start": 747,
"end": 751,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 752,
"end": 755,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 16
},
"identifierName": "app"
},
"name": "app"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "ConditionalExpression",
"start": 758,
"end": 779,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 19,
"column": 40
}
},
"test": {
"type": "Identifier",
"start": 758,
"end": 762,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 19,
"column": 23
},
"identifierName": "root"
},
"name": "root"
},
"consequent": {
"type": "MemberExpression",
"start": 765,
"end": 773,
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 765,
"end": 769,
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 30
},
"identifierName": "root"
},
"name": "root"
},
"property": {
"type": "Identifier",
"start": 770,
"end": 773,
"loc": {
"start": {
"line": 19,
"column": 31
},
"end": {
"line": 19,
"column": 34
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"alternate": {
"type": "Identifier",
"start": 776,
"end": 779,
"loc": {
"start": {
"line": 19,
"column": 37
},
"end": {
"line": 19,
"column": 40
},
"identifierName": "app"
},
"name": "app"
}
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @type {Application} ",
"start": 711,
"end": 737,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 34
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 792,
"end": 817,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 792,
"end": 816,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 792,
"end": 809,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 792,
"end": 796,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 797,
"end": 809,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 25
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 812,
"end": 816,
"loc": {
"start": {
"line": 21,
"column": 28
},
"end": {
"line": 21,
"column": 32
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 827,
"end": 849,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 827,
"end": 848,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 827,
"end": 843,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 827,
"end": 831,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 24
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"right": {
"type": "ArrayExpression",
"start": 846,
"end": 848,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 29
}
},
"elements": []
}
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentLine",
"value": " For use inside of the game, implementation of base hud part",
"start": 864,
"end": 926,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 66
}
}
}
]
},
{
"type": "ClassMethod",
"start": 932,
"end": 1113,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 29,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 932,
"end": 942,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 14
},
"identifierName": "initialize"
},
"name": "initialize",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 945,
"end": 1113,
"loc": {
"start": {
"line": 26,
"column": 17
},
"end": {
"line": 29,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 956,
"end": 1027,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 79
}
},
"expression": {
"type": "AssignmentExpression",
"start": 956,
"end": 1026,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 78
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 956,
"end": 973,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 956,
"end": 960,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 961,
"end": 973,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 25
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 976,
"end": 1026,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 976,
"end": 999,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 976,
"end": 984,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 36
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 985,
"end": 999,
"loc": {
"start": {
"line": 27,
"column": 37
},
"end": {
"line": 27,
"column": 51
},
"identifierName": "getElementById"
},
"name": "getElementById"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1000,
"end": 1025,
"loc": {
"start": {
"line": 27,
"column": 52
},
"end": {
"line": 27,
"column": 77
}
},
"extra": {
"rawValue": "ingame_HUD_ModalDialogs",
"raw": "\"ingame_HUD_ModalDialogs\""
},
"value": "ingame_HUD_ModalDialogs"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1037,
"end": 1106,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 77
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1037,
"end": 1105,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 76
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1037,
"end": 1052,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1037,
"end": 1041,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1042,
"end": 1052,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 23
},
"identifierName": "domWatcher"
},
"name": "domWatcher"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1055,
"end": 1105,
"loc": {
"start": {
"line": 28,
"column": 26
},
"end": {
"line": 28,
"column": 76
}
},
"callee": {
"type": "Identifier",
"start": 1059,
"end": 1075,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 46
},
"identifierName": "DynamicDomAttach"
},
"name": "DynamicDomAttach"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1076,
"end": 1085,
"loc": {
"start": {
"line": 28,
"column": 47
},
"end": {
"line": 28,
"column": 56
}
},
"object": {
"type": "ThisExpression",
"start": 1076,
"end": 1080,
"loc": {
"start": {
"line": 28,
"column": 47
},
"end": {
"line": 28,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 1081,
"end": 1085,
"loc": {
"start": {
"line": 28,
"column": 52
},
"end": {
"line": 28,
"column": 56
},
"identifierName": "root"
},
"name": "root"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1087,
"end": 1104,
"loc": {
"start": {
"line": 28,
"column": 58
},
"end": {
"line": 28,
"column": 75
}
},
"object": {
"type": "ThisExpression",
"start": 1087,
"end": 1091,
"loc": {
"start": {
"line": 28,
"column": 58
},
"end": {
"line": 28,
"column": 62
}
}
},
"property": {
"type": "Identifier",
"start": 1092,
"end": 1104,
"loc": {
"start": {
"line": 28,
"column": 63
},
"end": {
"line": 28,
"column": 75
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false
}
]
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentLine",
"value": " For use inside of the game, implementation of base hud part",
"start": 864,
"end": 926,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 66
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1121,
"end": 1197,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1121,
"end": 1141,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 24
},
"identifierName": "shouldPauseRendering"
},
"name": "shouldPauseRendering"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1144,
"end": 1197,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 33,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1155,
"end": 1190,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 43
}
},
"argument": {
"type": "BinaryExpression",
"start": 1162,
"end": 1189,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 42
}
},
"left": {
"type": "MemberExpression",
"start": 1162,
"end": 1185,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 1162,
"end": 1178,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 1162,
"end": 1166,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 1167,
"end": 1178,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 31
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1179,
"end": 1185,
"loc": {
"start": {
"line": 32,
"column": 32
},
"end": {
"line": 32,
"column": 38
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 1188,
"end": 1189,
"loc": {
"start": {
"line": 32,
"column": 41
},
"end": {
"line": 32,
"column": 42
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1205,
"end": 1276,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 37,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1205,
"end": 1220,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 19
},
"identifierName": "shouldPauseGame"
},
"name": "shouldPauseGame"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1223,
"end": 1276,
"loc": {
"start": {
"line": 35,
"column": 22
},
"end": {
"line": 37,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1234,
"end": 1269,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 43
}
},
"argument": {
"type": "CallExpression",
"start": 1241,
"end": 1268,
"loc": {
"start": {
"line": 36,
"column": 15
},
"end": {
"line": 36,
"column": 42
}
},
"callee": {
"type": "MemberExpression",
"start": 1241,
"end": 1266,
"loc": {
"start": {
"line": 36,
"column": 15
},
"end": {
"line": 36,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 1241,
"end": 1245,
"loc": {
"start": {
"line": 36,
"column": 15
},
"end": {
"line": 36,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 1246,
"end": 1266,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 40
},
"identifierName": "shouldPauseRendering"
},
"name": "shouldPauseRendering"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1284,
"end": 1375,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 41,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1284,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 18
},
"identifierName": "createElements"
},
"name": "createElements"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1299,
"end": 1305,
"loc": {
"start": {
"line": 39,
"column": 19
},
"end": {
"line": 39,
"column": 25
},
"identifierName": "parent"
},
"name": "parent"
}
],
"body": {
"type": "BlockStatement",
"start": 1307,
"end": 1375,
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 41,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1318,
"end": 1368,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 58
}
},
"argument": {
"type": "CallExpression",
"start": 1325,
"end": 1367,
"loc": {
"start": {
"line": 40,
"column": 15
},
"end": {
"line": 40,
"column": 57
}
},
"callee": {
"type": "Identifier",
"start": 1325,
"end": 1332,
"loc": {
"start": {
"line": 40,
"column": 15
},
"end": {
"line": 40,
"column": 22
},
"identifierName": "makeDiv"
},
"name": "makeDiv"
},
"arguments": [
{
"type": "Identifier",
"start": 1333,
"end": 1339,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 29
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "StringLiteral",
"start": 1341,
"end": 1366,
"loc": {
"start": {
"line": 40,
"column": 31
},
"end": {
"line": 40,
"column": 56
}
},
"extra": {
"rawValue": "ingame_HUD_ModalDialogs",
"raw": "\"ingame_HUD_ModalDialogs\""
},
"value": "ingame_HUD_ModalDialogs"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentLine",
"value": " For use outside of the game",
"start": 1383,
"end": 1413,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 34
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1419,
"end": 1552,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1419,
"end": 1438,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 23
},
"identifierName": "initializeToElement"
},
"name": "initializeToElement",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1439,
"end": 1446,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 31
},
"identifierName": "element"
},
"name": "element"
}
],
"body": {
"type": "BlockStatement",
"start": 1448,
"end": 1552,
"loc": {
"start": {
"line": 44,
"column": 33
},
"end": {
"line": 47,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1459,
"end": 1507,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 1459,
"end": 1506,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 55
}
},
"callee": {
"type": "Identifier",
"start": 1459,
"end": 1465,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 14
},
"identifierName": "assert"
},
"name": "assert"
},
"arguments": [
{
"type": "Identifier",
"start": 1466,
"end": 1473,
"loc": {
"start": {
"line": 45,
"column": 15
},
"end": {
"line": 45,
"column": 22
},
"identifierName": "element"
},
"name": "element"
},
{
"type": "StringLiteral",
"start": 1475,
"end": 1505,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 54
}
},
"extra": {
"rawValue": "No element for dialogs given",
"raw": "\"No element for dialogs given\""
},
"value": "No element for dialogs given"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1517,
"end": 1545,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 36
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1517,
"end": 1544,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 35
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1517,
"end": 1534,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 1517,
"end": 1521,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1522,
"end": 1534,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 25
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 1537,
"end": 1544,
"loc": {
"start": {
"line": 46,
"column": 28
},
"end": {
"line": 46,
"column": 35
},
"identifierName": "element"
},
"name": "element"
}
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentLine",
"value": " For use outside of the game",
"start": 1383,
"end": 1413,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 34
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1560,
"end": 1633,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 51,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1560,
"end": 1577,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "isBlockingOverlay"
},
"name": "isBlockingOverlay"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1580,
"end": 1633,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 51,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1591,
"end": 1626,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 43
}
},
"argument": {
"type": "BinaryExpression",
"start": 1598,
"end": 1625,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 42
}
},
"left": {
"type": "MemberExpression",
"start": 1598,
"end": 1621,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 1598,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 1603,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 31
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1615,
"end": 1621,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 38
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 1624,
"end": 1625,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 42
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Methods",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 1659,
"end": 1769,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 1775,
"end": 2201,
"loc": {
"start": {
"line": 60,
"column": 4
},
"end": {
"line": 75,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1775,
"end": 1783,
"loc": {
"start": {
"line": 60,
"column": 4
},
"end": {
"line": 60,
"column": 12
},
"identifierName": "showInfo"
},
"name": "showInfo",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1784,
"end": 1789,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 18
},
"identifierName": "title"
},
"name": "title"
},
{
"type": "Identifier",
"start": 1791,
"end": 1795,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 24
},
"identifierName": "text"
},
"name": "text"
},
{
"type": "AssignmentPattern",
"start": 1797,
"end": 1818,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 47
}
},
"left": {
"type": "Identifier",
"start": 1797,
"end": 1804,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 33
},
"identifierName": "buttons"
},
"name": "buttons"
},
"right": {
"type": "ArrayExpression",
"start": 1807,
"end": 1818,
"loc": {
"start": {
"line": 60,
"column": 36
},
"end": {
"line": 60,
"column": 47
}
},
"elements": [
{
"type": "StringLiteral",
"start": 1808,
"end": 1817,
"loc": {
"start": {
"line": 60,
"column": 37
},
"end": {
"line": 60,
"column": 46
}
},
"extra": {
"rawValue": "ok:good",
"raw": "\"ok:good\""
},
"value": "ok:good"
}
]
}
}
],
"body": {
"type": "BlockStatement",
"start": 1820,
"end": 2201,
"loc": {
"start": {
"line": 60,
"column": 49
},
"end": {
"line": 75,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1831,
"end": 2016,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 67,
"column": 11
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1837,
"end": 2015,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 67,
"column": 10
}
},
"id": {
"type": "Identifier",
"start": 1837,
"end": 1843,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 61,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "NewExpression",
"start": 1846,
"end": 2015,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 67,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1850,
"end": 1856,
"loc": {
"start": {
"line": 61,
"column": 27
},
"end": {
"line": 61,
"column": 33
},
"identifierName": "Dialog"
},
"name": "Dialog"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1857,
"end": 2014,
"loc": {
"start": {
"line": 61,
"column": 34
},
"end": {
"line": 67,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1872,
"end": 1885,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1872,
"end": 1875,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 15
},
"identifierName": "app"
},
"name": "app"
},
"value": {
"type": "MemberExpression",
"start": 1877,
"end": 1885,
"loc": {
"start": {
"line": 62,
"column": 17
},
"end": {
"line": 62,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 1877,
"end": 1881,
"loc": {
"start": {
"line": 62,
"column": 17
},
"end": {
"line": 62,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 1882,
"end": 1885,
"loc": {
"start": {
"line": 62,
"column": 22
},
"end": {
"line": 62,
"column": 25
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1900,
"end": 1912,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1900,
"end": 1905,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 17
},
"identifierName": "title"
},
"name": "title"
},
"value": {
"type": "Identifier",
"start": 1907,
"end": 1912,
"loc": {
"start": {
"line": 63,
"column": 19
},
"end": {
"line": 63,
"column": 24
},
"identifierName": "title"
},
"name": "title"
}
},
{
"type": "ObjectProperty",
"start": 1927,
"end": 1944,
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"column": 29
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1927,
"end": 1938,
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"column": 23
},
"identifierName": "contentHTML"
},
"name": "contentHTML"
},
"value": {
"type": "Identifier",
"start": 1940,
"end": 1944,
"loc": {
"start": {
"line": 64,
"column": 25
},
"end": {
"line": 64,
"column": 29
},
"identifierName": "text"
},
"name": "text"
}
},
{
"type": "ObjectProperty",
"start": 1959,
"end": 1975,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1959,
"end": 1966,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 19
},
"identifierName": "buttons"
},
"name": "buttons"
},
"value": {
"type": "Identifier",
"start": 1968,
"end": 1975,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 28
},
"identifierName": "buttons"
},
"name": "buttons"
}
},
{
"type": "ObjectProperty",
"start": 1990,
"end": 2002,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1990,
"end": 1994,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 16
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 1996,
"end": 2002,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 24
}
},
"extra": {
"rawValue": "info",
"raw": "\"info\""
},
"value": "info"
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2026,
"end": 2058,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 2026,
"end": 2057,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 2026,
"end": 2049,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 2026,
"end": 2030,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2031,
"end": 2049,
"loc": {
"start": {
"line": 68,
"column": 13
},
"end": {
"line": 68,
"column": 31
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2050,
"end": 2056,
"loc": {
"start": {
"line": 68,
"column": 32
},
"end": {
"line": 68,
"column": 38
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
},
{
"type": "IfStatement",
"start": 2070,
"end": 2154,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 72,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 2074,
"end": 2082,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2074,
"end": 2078,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2079,
"end": 2082,
"loc": {
"start": {
"line": 70,
"column": 17
},
"end": {
"line": 70,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2084,
"end": 2154,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 72,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2099,
"end": 2143,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 2099,
"end": 2142,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 2099,
"end": 2125,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2099,
"end": 2113,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 26
}
},
"object": {
"type": "MemberExpression",
"start": 2099,
"end": 2107,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2099,
"end": 2103,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2104,
"end": 2107,
"loc": {
"start": {
"line": 71,
"column": 17
},
"end": {
"line": 71,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2108,
"end": 2113,
"loc": {
"start": {
"line": 71,
"column": 21
},
"end": {
"line": 71,
"column": 26
},
"identifierName": "sound"
},
"name": "sound"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2114,
"end": 2125,
"loc": {
"start": {
"line": 71,
"column": 27
},
"end": {
"line": 71,
"column": 38
},
"identifierName": "playUiSound"
},
"name": "playUiSound"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2126,
"end": 2141,
"loc": {
"start": {
"line": 71,
"column": 39
},
"end": {
"line": 71,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 2126,
"end": 2132,
"loc": {
"start": {
"line": 71,
"column": 39
},
"end": {
"line": 71,
"column": 45
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"property": {
"type": "Identifier",
"start": 2133,
"end": 2141,
"loc": {
"start": {
"line": 71,
"column": 46
},
"end": {
"line": 71,
"column": 54
},
"identifierName": "dialogOk"
},
"name": "dialogOk"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 2166,
"end": 2194,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 36
}
},
"argument": {
"type": "MemberExpression",
"start": 2173,
"end": 2193,
"loc": {
"start": {
"line": 74,
"column": 15
},
"end": {
"line": 74,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 2173,
"end": 2179,
"loc": {
"start": {
"line": 74,
"column": 15
},
"end": {
"line": 74,
"column": 21
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 2180,
"end": 2193,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 35
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Methods",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 1659,
"end": 1769,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 2209,
"end": 2319,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 81,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2325,
"end": 2760,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 97,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2325,
"end": 2336,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 15
},
"identifierName": "showWarning"
},
"name": "showWarning",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2337,
"end": 2342,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 21
},
"identifierName": "title"
},
"name": "title"
},
{
"type": "Identifier",
"start": 2344,
"end": 2348,
"loc": {
"start": {
"line": 82,
"column": 23
},
"end": {
"line": 82,
"column": 27
},
"identifierName": "text"
},
"name": "text"
},
{
"type": "AssignmentPattern",
"start": 2350,
"end": 2371,
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 50
}
},
"left": {
"type": "Identifier",
"start": 2350,
"end": 2357,
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 36
},
"identifierName": "buttons"
},
"name": "buttons"
},
"right": {
"type": "ArrayExpression",
"start": 2360,
"end": 2371,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"column": 50
}
},
"elements": [
{
"type": "StringLiteral",
"start": 2361,
"end": 2370,
"loc": {
"start": {
"line": 82,
"column": 40
},
"end": {
"line": 82,
"column": 49
}
},
"extra": {
"rawValue": "ok:good",
"raw": "\"ok:good\""
},
"value": "ok:good"
}
]
}
}
],
"body": {
"type": "BlockStatement",
"start": 2373,
"end": 2760,
"loc": {
"start": {
"line": 82,
"column": 52
},
"end": {
"line": 97,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2384,
"end": 2572,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 89,
"column": 11
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2390,
"end": 2571,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 89,
"column": 10
}
},
"id": {
"type": "Identifier",
"start": 2390,
"end": 2396,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 83,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "NewExpression",
"start": 2399,
"end": 2571,
"loc": {
"start": {
"line": 83,
"column": 23
},
"end": {
"line": 89,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 2403,
"end": 2409,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 33
},
"identifierName": "Dialog"
},
"name": "Dialog"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2410,
"end": 2570,
"loc": {
"start": {
"line": 83,
"column": 34
},
"end": {
"line": 89,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2425,
"end": 2438,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2425,
"end": 2428,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 15
},
"identifierName": "app"
},
"name": "app"
},
"value": {
"type": "MemberExpression",
"start": 2430,
"end": 2438,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 2430,
"end": 2434,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 2435,
"end": 2438,
"loc": {
"start": {
"line": 84,
"column": 22
},
"end": {
"line": 84,
"column": 25
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 2453,
"end": 2465,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2453,
"end": 2458,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 17
},
"identifierName": "title"
},
"name": "title"
},
"value": {
"type": "Identifier",
"start": 2460,
"end": 2465,
"loc": {
"start": {
"line": 85,
"column": 19
},
"end": {
"line": 85,
"column": 24
},
"identifierName": "title"
},
"name": "title"
}
},
{
"type": "ObjectProperty",
"start": 2480,
"end": 2497,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 29
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2480,
"end": 2491,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 23
},
"identifierName": "contentHTML"
},
"name": "contentHTML"
},
"value": {
"type": "Identifier",
"start": 2493,
"end": 2497,
"loc": {
"start": {
"line": 86,
"column": 25
},
"end": {
"line": 86,
"column": 29
},
"identifierName": "text"
},
"name": "text"
}
},
{
"type": "ObjectProperty",
"start": 2512,
"end": 2528,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2512,
"end": 2519,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 19
},
"identifierName": "buttons"
},
"name": "buttons"
},
"value": {
"type": "Identifier",
"start": 2521,
"end": 2528,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 28
},
"identifierName": "buttons"
},
"name": "buttons"
}
},
{
"type": "ObjectProperty",
"start": 2543,
"end": 2558,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2543,
"end": 2547,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 16
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2549,
"end": 2558,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 27
}
},
"extra": {
"rawValue": "warning",
"raw": "\"warning\""
},
"value": "warning"
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2582,
"end": 2614,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 2582,
"end": 2613,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 2582,
"end": 2605,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 2582,
"end": 2586,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2587,
"end": 2605,
"loc": {
"start": {
"line": 90,
"column": 13
},
"end": {
"line": 90,
"column": 31
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2606,
"end": 2612,
"loc": {
"start": {
"line": 90,
"column": 32
},
"end": {
"line": 90,
"column": 38
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
},
{
"type": "IfStatement",
"start": 2626,
"end": 2713,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 2630,
"end": 2638,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2630,
"end": 2634,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2635,
"end": 2638,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2640,
"end": 2713,
"loc": {
"start": {
"line": 92,
"column": 22
},
"end": {
"line": 94,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2655,
"end": 2702,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 2655,
"end": 2701,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 2655,
"end": 2681,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2655,
"end": 2669,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 26
}
},
"object": {
"type": "MemberExpression",
"start": 2655,
"end": 2663,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 2655,
"end": 2659,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2660,
"end": 2663,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2664,
"end": 2669,
"loc": {
"start": {
"line": 93,
"column": 21
},
"end": {
"line": 93,
"column": 26
},
"identifierName": "sound"
},
"name": "sound"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2670,
"end": 2681,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 38
},
"identifierName": "playUiSound"
},
"name": "playUiSound"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2682,
"end": 2700,
"loc": {
"start": {
"line": 93,
"column": 39
},
"end": {
"line": 93,
"column": 57
}
},
"object": {
"type": "Identifier",
"start": 2682,
"end": 2688,
"loc": {
"start": {
"line": 93,
"column": 39
},
"end": {
"line": 93,
"column": 45
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"property": {
"type": "Identifier",
"start": 2689,
"end": 2700,
"loc": {
"start": {
"line": 93,
"column": 46
},
"end": {
"line": 93,
"column": 57
},
"identifierName": "dialogError"
},
"name": "dialogError"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 2725,
"end": 2753,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 36
}
},
"argument": {
"type": "MemberExpression",
"start": 2732,
"end": 2752,
"loc": {
"start": {
"line": 96,
"column": 15
},
"end": {
"line": 96,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 2732,
"end": 2738,
"loc": {
"start": {
"line": 96,
"column": 15
},
"end": {
"line": 96,
"column": 21
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 2739,
"end": 2752,
"loc": {
"start": {
"line": 96,
"column": 22
},
"end": {
"line": 96,
"column": 35
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 2209,
"end": 2319,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 81,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} feature\r\n * @param {string} textPrefab\r\n ",
"start": 2768,
"end": 2847,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 102,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 2853,
"end": 3825,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 129,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2853,
"end": 2879,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 30
},
"identifierName": "showFeatureRestrictionInfo"
},
"name": "showFeatureRestrictionInfo",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2880,
"end": 2887,
"loc": {
"start": {
"line": 103,
"column": 31
},
"end": {
"line": 103,
"column": 38
},
"identifierName": "feature"
},
"name": "feature"
},
{
"type": "AssignmentPattern",
"start": 2889,
"end": 2935,
"loc": {
"start": {
"line": 103,
"column": 40
},
"end": {
"line": 103,
"column": 86
}
},
"left": {
"type": "Identifier",
"start": 2889,
"end": 2899,
"loc": {
"start": {
"line": 103,
"column": 40
},
"end": {
"line": 103,
"column": 50
},
"identifierName": "textPrefab"
},
"name": "textPrefab"
},
"right": {
"type": "MemberExpression",
"start": 2902,
"end": 2935,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 86
}
},
"object": {
"type": "MemberExpression",
"start": 2902,
"end": 2930,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 81
}
},
"object": {
"type": "MemberExpression",
"start": 2902,
"end": 2911,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 2902,
"end": 2903,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 54
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 2904,
"end": 2911,
"loc": {
"start": {
"line": 103,
"column": 55
},
"end": {
"line": 103,
"column": 62
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2912,
"end": 2930,
"loc": {
"start": {
"line": 103,
"column": 63
},
"end": {
"line": 103,
"column": 81
},
"identifierName": "featureRestriction"
},
"name": "featureRestriction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2931,
"end": 2935,
"loc": {
"start": {
"line": 103,
"column": 82
},
"end": {
"line": 103,
"column": 86
},
"identifierName": "desc"
},
"name": "desc"
},
"computed": false
}
}
],
"body": {
"type": "BlockStatement",
"start": 2937,
"end": 3825,
"loc": {
"start": {
"line": 103,
"column": 88
},
"end": {
"line": 129,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2948,
"end": 3230,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 110,
"column": 11
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2954,
"end": 3229,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 110,
"column": 10
}
},
"id": {
"type": "Identifier",
"start": 2954,
"end": 2960,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 104,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "NewExpression",
"start": 2963,
"end": 3229,
"loc": {
"start": {
"line": 104,
"column": 23
},
"end": {
"line": 110,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 2967,
"end": 2973,
"loc": {
"start": {
"line": 104,
"column": 27
},
"end": {
"line": 104,
"column": 33
},
"identifierName": "Dialog"
},
"name": "Dialog"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2974,
"end": 3228,
"loc": {
"start": {
"line": 104,
"column": 34
},
"end": {
"line": 110,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2989,
"end": 3002,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2989,
"end": 2992,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 15
},
"identifierName": "app"
},
"name": "app"
},
"value": {
"type": "MemberExpression",
"start": 2994,
"end": 3002,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 2994,
"end": 2998,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 2999,
"end": 3002,
"loc": {
"start": {
"line": 105,
"column": 22
},
"end": {
"line": 105,
"column": 25
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 3017,
"end": 3058,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 53
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3017,
"end": 3022,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 17
},
"identifierName": "title"
},
"name": "title"
},
"value": {
"type": "MemberExpression",
"start": 3024,
"end": 3058,
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 3024,
"end": 3052,
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 3024,
"end": 3033,
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3024,
"end": 3025,
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 20
},
"identifierName": "T"
},
"name": "T"
},
"property": {
"type": "Identifier",
"start": 3026,
"end": 3033,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 28
},
"identifierName": "dialogs"
},
"name": "dialogs"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3034,
"end": 3052,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 47
},
"identifierName": "featureRestriction"
},
"name": "featureRestriction"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3053,
"end": 3058,
"loc": {
"start": {
"line": 106,
"column": 48
},
"end": {
"line": 106,
"column": 53
},
"identifierName": "title"
},
"name": "title"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 3073,
"end": 3126,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 65
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3073,
"end": 3084,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 23
},
"identifierName": "contentHTML"
},
"name": "contentHTML"
},
"value": {
"type": "CallExpression",
"start": 3086,
"end": 3126,
"loc": {
"start": {
"line": 107,
"column": 25
},
"end": {
"line": 107,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 3086,
"end": 3104,
"loc": {
"start": {
"line": 107,
"column": 25
},
"end": {
"line": 107,
"column": 43
}
},
"object": {
"type": "Identifier",
"start": 3086,
"end": 3096,
"loc": {
"start": {
"line": 107,
"column": 25
},
"end": {
"line": 107,
"column": 35
},
"identifierName": "textPrefab"
},
"name": "textPrefab"
},
"property": {
"type": "Identifier",
"start": 3097,
"end": 3104,
"loc": {
"start": {
"line": 107,
"column": 36
},
"end": {
"line": 107,
"column": 43
},
"identifierName": "replace"
},
"name": "replace"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3105,
"end": 3116,
"loc": {
"start": {
"line": 107,
"column": 44
},
"end": {
"line": 107,
"column": 55
}
},
"extra": {
"rawValue": "<feature>",
"raw": "\"<feature>\""
},
"value": "<feature>"
},
{
"type": "Identifier",
"start": 3118,
"end": 3125,
"loc": {
"start": {
"line": 107,
"column": 57
},
"end": {
"line": 107,
"column": 64
},
"identifierName": "feature"
},
"name": "feature"
}
]
}
},
{
"type": "ObjectProperty",
"start": 3141,
"end": 3186,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 57
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3141,
"end": 3148,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 19
},
"identifierName": "buttons"
},
"name": "buttons"
},
"value": {
"type": "ArrayExpression",
"start": 3150,
"end": 3186,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 57
}
},
"elements": [
{
"type": "StringLiteral",
"start": 3151,
"end": 3163,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 34
}
},
"extra": {
"rawValue": "cancel:bad",
"raw": "\"cancel:bad\""
},
"value": "cancel:bad"
},
{
"type": "StringLiteral",
"start": 3165,
"end": 3185,
"loc": {
"start": {
"line": 108,
"column": 36
},
"end": {
"line": 108,
"column": 56
}
},
"extra": {
"rawValue": "getStandalone:good",
"raw": "\"getStandalone:good\""
},
"value": "getStandalone:good"
}
]
}
},
{
"type": "ObjectProperty",
"start": 3201,
"end": 3216,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 27
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3201,
"end": 3205,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 3207,
"end": 3216,
"loc": {
"start": {
"line": 109,
"column": 18
},
"end": {
"line": 109,
"column": 27
}
},
"extra": {
"rawValue": "warning",
"raw": "\"warning\""
},
"value": "warning"
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3240,
"end": 3272,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 3240,
"end": 3271,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 3240,
"end": 3263,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 3240,
"end": 3244,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3245,
"end": 3263,
"loc": {
"start": {
"line": 111,
"column": 13
},
"end": {
"line": 111,
"column": 31
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3264,
"end": 3270,
"loc": {
"start": {
"line": 111,
"column": 32
},
"end": {
"line": 111,
"column": 38
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
},
{
"type": "IfStatement",
"start": 3284,
"end": 3368,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 115,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 3288,
"end": 3296,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3288,
"end": 3292,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3293,
"end": 3296,
"loc": {
"start": {
"line": 113,
"column": 17
},
"end": {
"line": 113,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3298,
"end": 3368,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 115,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3313,
"end": 3357,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 3313,
"end": 3356,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 3313,
"end": 3339,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 3313,
"end": 3327,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 26
}
},
"object": {
"type": "MemberExpression",
"start": 3313,
"end": 3321,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3313,
"end": 3317,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3318,
"end": 3321,
"loc": {
"start": {
"line": 114,
"column": 17
},
"end": {
"line": 114,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3322,
"end": 3327,
"loc": {
"start": {
"line": 114,
"column": 21
},
"end": {
"line": 114,
"column": 26
},
"identifierName": "sound"
},
"name": "sound"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3328,
"end": 3339,
"loc": {
"start": {
"line": 114,
"column": 27
},
"end": {
"line": 114,
"column": 38
},
"identifierName": "playUiSound"
},
"name": "playUiSound"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3340,
"end": 3355,
"loc": {
"start": {
"line": 114,
"column": 39
},
"end": {
"line": 114,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 3340,
"end": 3346,
"loc": {
"start": {
"line": 114,
"column": 39
},
"end": {
"line": 114,
"column": 45
},
"identifierName": "SOUNDS"
},
"name": "SOUNDS"
},
"property": {
"type": "Identifier",
"start": 3347,
"end": 3355,
"loc": {
"start": {
"line": 114,
"column": 46
},
"end": {
"line": 114,
"column": 54
},
"identifierName": "dialogOk"
},
"name": "dialogOk"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3380,
"end": 3432,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 3380,
"end": 3431,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 3380,
"end": 3411,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3380,
"end": 3398,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 26
}
},
"object": {
"type": "MemberExpression",
"start": 3380,
"end": 3388,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 16
}
},
"object": {
"type": "ThisExpression",
"start": 3380,
"end": 3384,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3385,
"end": 3388,
"loc": {
"start": {
"line": 117,
"column": 13
},
"end": {
"line": 117,
"column": 16
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3389,
"end": 3398,
"loc": {
"start": {
"line": 117,
"column": 17
},
"end": {
"line": 117,
"column": 26
},
"identifierName": "analytics"
},
"name": "analytics"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3399,
"end": 3411,
"loc": {
"start": {
"line": 117,
"column": 27
},
"end": {
"line": 117,
"column": 39
},
"identifierName": "trackUiClick"
},
"name": "trackUiClick"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3412,
"end": 3430,
"loc": {
"start": {
"line": 117,
"column": 40
},
"end": {
"line": 117,
"column": 58
}
},
"extra": {
"rawValue": "demo_dialog_show",
"raw": "\"demo_dialog_show\""
},
"value": "demo_dialog_show"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3444,
"end": 3564,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 121,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 3444,
"end": 3563,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 121,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3444,
"end": 3475,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3444,
"end": 3471,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 3444,
"end": 3464,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3444,
"end": 3450,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 3451,
"end": 3464,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 28
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3465,
"end": 3471,
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 35
},
"identifierName": "cancel"
},
"name": "cancel"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3472,
"end": 3475,
"loc": {
"start": {
"line": 119,
"column": 36
},
"end": {
"line": 119,
"column": 39
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 3476,
"end": 3562,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 121,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3482,
"end": 3562,
"loc": {
"start": {
"line": 119,
"column": 46
},
"end": {
"line": 121,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3497,
"end": 3551,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 66
}
},
"expression": {
"type": "CallExpression",
"start": 3497,
"end": 3550,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 3497,
"end": 3528,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 3497,
"end": 3515,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 3497,
"end": 3505,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3497,
"end": 3501,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3502,
"end": 3505,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3506,
"end": 3515,
"loc": {
"start": {
"line": 120,
"column": 21
},
"end": {
"line": 120,
"column": 30
},
"identifierName": "analytics"
},
"name": "analytics"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3516,
"end": 3528,
"loc": {
"start": {
"line": 120,
"column": 31
},
"end": {
"line": 120,
"column": 43
},
"identifierName": "trackUiClick"
},
"name": "trackUiClick"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3529,
"end": 3549,
"loc": {
"start": {
"line": 120,
"column": 44
},
"end": {
"line": 120,
"column": 64
}
},
"extra": {
"rawValue": "demo_dialog_cancel",
"raw": "\"demo_dialog_cancel\""
},
"value": "demo_dialog_cancel"
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3576,
"end": 3778,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 126,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 3576,
"end": 3777,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 126,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3576,
"end": 3614,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 3576,
"end": 3610,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 3576,
"end": 3596,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 3576,
"end": 3582,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 3583,
"end": 3596,
"loc": {
"start": {
"line": 123,
"column": 15
},
"end": {
"line": 123,
"column": 28
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3597,
"end": 3610,
"loc": {
"start": {
"line": 123,
"column": 29
},
"end": {
"line": 123,
"column": 42
},
"identifierName": "getStandalone"
},
"name": "getStandalone"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3611,
"end": 3614,
"loc": {
"start": {
"line": 123,
"column": 43
},
"end": {
"line": 123,
"column": 46
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 3615,
"end": 3776,
"loc": {
"start": {
"line": 123,
"column": 47
},
"end": {
"line": 126,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3621,
"end": 3776,
"loc": {
"start": {
"line": 123,
"column": 53
},
"end": {
"line": 126,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3636,
"end": 3689,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 65
}
},
"expression": {
"type": "CallExpression",
"start": 3636,
"end": 3688,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 3636,
"end": 3667,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 3636,
"end": 3654,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 3636,
"end": 3644,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 20
}
},
"object": {
"type": "ThisExpression",
"start": 3636,
"end": 3640,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3641,
"end": 3644,
"loc": {
"start": {
"line": 124,
"column": 17
},
"end": {
"line": 124,
"column": 20
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3645,
"end": 3654,
"loc": {
"start": {
"line": 124,
"column": 21
},
"end": {
"line": 124,
"column": 30
},
"identifierName": "analytics"
},
"name": "analytics"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3655,
"end": 3667,
"loc": {
"start": {
"line": 124,
"column": 31
},
"end": {
"line": 124,
"column": 43
},
"identifierName": "trackUiClick"
},
"name": "trackUiClick"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3668,
"end": 3687,
"loc": {
"start": {
"line": 124,
"column": 44
},
"end": {
"line": 124,
"column": 63
}
},
"extra": {
"rawValue": "demo_dialog_click",
"raw": "\"demo_dialog_click\""
},
"value": "demo_dialog_click"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3703,
"end": 3765,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 74
}
},
"expression": {
"type": "CallExpression",
"start": 3703,
"end": 3764,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 73
}
},
"callee": {
"type": "MemberExpression",
"start": 3703,
"end": 3714,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3703,
"end": 3709,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 18
},
"identifierName": "window"
},
"name": "window"
},
"property": {
"type": "Identifier",
"start": 3710,
"end": 3714,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 125,
"column": 23
},
"identifierName": "open"
},
"name": "open"
},
"computed": false
},
"arguments": [
{
"type": "BinaryExpression",
"start": 3715,
"end": 3763,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 72
}
},
"left": {
"type": "MemberExpression",
"start": 3715,
"end": 3750,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 3715,
"end": 3730,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 39
},
"identifierName": "THIRDPARTY_URLS"
},
"name": "THIRDPARTY_URLS"
},
"property": {
"type": "Identifier",
"start": 3731,
"end": 3750,
"loc": {
"start": {
"line": 125,
"column": 40
},
"end": {
"line": 125,
"column": 59
},
"identifierName": "standaloneStorePage"
},
"name": "standaloneStorePage"
},
"computed": false
},
"operator": "+",
"right": {
"type": "StringLiteral",
"start": 3753,
"end": 3763,
"loc": {
"start": {
"line": 125,
"column": 62
},
"end": {
"line": 125,
"column": 72
}
},
"extra": {
"rawValue": "?ref=ddc",
"raw": "\"?ref=ddc\""
},
"value": "?ref=ddc"
}
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ReturnStatement",
"start": 3790,
"end": 3818,
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 36
}
},
"argument": {
"type": "MemberExpression",
"start": 3797,
"end": 3817,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 3797,
"end": 3803,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 21
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 3804,
"end": 3817,
"loc": {
"start": {
"line": 128,
"column": 22
},
"end": {
"line": 128,
"column": 35
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} feature\r\n * @param {string} textPrefab\r\n ",
"start": 2768,
"end": 2847,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 102,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 3833,
"end": 4088,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 139,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3833,
"end": 3850,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 21
},
"identifierName": "showOptionChooser"
},
"name": "showOptionChooser"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3851,
"end": 3856,
"loc": {
"start": {
"line": 131,
"column": 22
},
"end": {
"line": 131,
"column": 27
},
"identifierName": "title"
},
"name": "title"
},
{
"type": "Identifier",
"start": 3858,
"end": 3865,
"loc": {
"start": {
"line": 131,
"column": 29
},
"end": {
"line": 131,
"column": 36
},
"identifierName": "options"
},
"name": "options"
}
],
"body": {
"type": "BlockStatement",
"start": 3867,
"end": 4088,
"loc": {
"start": {
"line": 131,
"column": 38
},
"end": {
"line": 139,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3878,
"end": 4001,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 136,
"column": 11
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3884,
"end": 4000,
"loc": {
"start": {
"line": 132,
"column": 14
},
"end": {
"line": 136,
"column": 10
}
},
"id": {
"type": "Identifier",
"start": 3884,
"end": 3890,
"loc": {
"start": {
"line": 132,
"column": 14
},
"end": {
"line": 132,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "NewExpression",
"start": 3893,
"end": 4000,
"loc": {
"start": {
"line": 132,
"column": 23
},
"end": {
"line": 136,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 3897,
"end": 3916,
"loc": {
"start": {
"line": 132,
"column": 27
},
"end": {
"line": 132,
"column": 46
},
"identifierName": "DialogOptionChooser"
},
"name": "DialogOptionChooser"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 3917,
"end": 3999,
"loc": {
"start": {
"line": 132,
"column": 47
},
"end": {
"line": 136,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3932,
"end": 3945,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3932,
"end": 3935,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 15
},
"identifierName": "app"
},
"name": "app"
},
"value": {
"type": "MemberExpression",
"start": 3937,
"end": 3945,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 3937,
"end": 3941,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 3942,
"end": 3945,
"loc": {
"start": {
"line": 133,
"column": 22
},
"end": {
"line": 133,
"column": 25
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 3960,
"end": 3965,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 134,
"column": 17
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 3960,
"end": 3965,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 134,
"column": 17
},
"identifierName": "title"
},
"name": "title"
},
"value": {
"type": "Identifier",
"start": 3960,
"end": 3965,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 134,
"column": 17
},
"identifierName": "title"
},
"name": "title"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 3980,
"end": 3987,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 19
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 3980,
"end": 3987,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 19
},
"identifierName": "options"
},
"name": "options"
},
"value": {
"type": "Identifier",
"start": 3980,
"end": 3987,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 19
},
"identifierName": "options"
},
"name": "options"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4011,
"end": 4043,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 4011,
"end": 4042,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 4011,
"end": 4034,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 4011,
"end": 4015,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4016,
"end": 4034,
"loc": {
"start": {
"line": 137,
"column": 13
},
"end": {
"line": 137,
"column": 31
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4035,
"end": 4041,
"loc": {
"start": {
"line": 137,
"column": 32
},
"end": {
"line": 137,
"column": 38
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
},
{
"type": "ReturnStatement",
"start": 4053,
"end": 4081,
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 36
}
},
"argument": {
"type": "MemberExpression",
"start": 4060,
"end": 4080,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 35
}
},
"object": {
"type": "Identifier",
"start": 4060,
"end": 4066,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 21
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 4067,
"end": 4080,
"loc": {
"start": {
"line": 138,
"column": 22
},
"end": {
"line": 138,
"column": 35
},
"identifierName": "buttonSignals"
},
"name": "buttonSignals"
},
"computed": false
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Returns method to be called when laoding finishd",
"start": 4096,
"end": 4147,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 55
}
}
}
]
},
{
"type": "ClassMethod",
"start": 4153,
"end": 4329,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 146,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4153,
"end": 4170,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 142,
"column": 21
},
"identifierName": "showLoadingDialog"
},
"name": "showLoadingDialog",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4173,
"end": 4329,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 146,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4184,
"end": 4227,
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4190,
"end": 4226,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 143,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 4190,
"end": 4196,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 143,
"column": 20
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "NewExpression",
"start": 4199,
"end": 4226,
"loc": {
"start": {
"line": 143,
"column": 23
},
"end": {
"line": 143,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 4203,
"end": 4216,
"loc": {
"start": {
"line": 143,
"column": 27
},
"end": {
"line": 143,
"column": 40
},
"identifierName": "DialogLoading"
},
"name": "DialogLoading"
},
"arguments": [
{
"type": "MemberExpression",
"start": 4217,
"end": 4225,
"loc": {
"start": {
"line": 143,
"column": 41
},
"end": {
"line": 143,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4217,
"end": 4221,
"loc": {
"start": {
"line": 143,
"column": 41
},
"end": {
"line": 143,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"start": 4222,
"end": 4225,
"loc": {
"start": {
"line": 143,
"column": 46
},
"end": {
"line": 143,
"column": 49
},
"identifierName": "app"
},
"name": "app"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4237,
"end": 4269,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 40
}
},
"expression": {
"type": "CallExpression",
"start": 4237,
"end": 4268,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 39
}
},
"callee": {
"type": "MemberExpression",
"start": 4237,
"end": 4260,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 4237,
"end": 4241,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4242,
"end": 4260,
"loc": {
"start": {
"line": 144,
"column": 13
},
"end": {
"line": 144,
"column": 31
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4261,
"end": 4267,
"loc": {
"start": {
"line": 144,
"column": 32
},
"end": {
"line": 144,
"column": 38
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
},
{
"type": "ReturnStatement",
"start": 4279,
"end": 4322,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 51
}
},
"argument": {
"type": "CallExpression",
"start": 4286,
"end": 4321,
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 4286,
"end": 4307,
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 4286,
"end": 4302,
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 4286,
"end": 4290,
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 4291,
"end": 4302,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 31
},
"identifierName": "closeDialog"
},
"name": "closeDialog"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4303,
"end": 4307,
"loc": {
"start": {
"line": 145,
"column": 32
},
"end": {
"line": 145,
"column": 36
},
"identifierName": "bind"
},
"name": "bind"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 4308,
"end": 4312,
"loc": {
"start": {
"line": 145,
"column": 37
},
"end": {
"line": 145,
"column": 41
}
}
},
{
"type": "Identifier",
"start": 4314,
"end": 4320,
"loc": {
"start": {
"line": 145,
"column": 43
},
"end": {
"line": 145,
"column": 49
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Returns method to be called when laoding finishd",
"start": 4096,
"end": 4147,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 55
}
}
}
]
},
{
"type": "ClassMethod",
"start": 4337,
"end": 5076,
"loc": {
"start": {
"line": 148,
"column": 4
},
"end": {
"line": 170,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4337,
"end": 4355,
"loc": {
"start": {
"line": 148,
"column": 4
},
"end": {
"line": 148,
"column": 22
},
"identifierName": "internalShowDialog"
},
"name": "internalShowDialog"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4356,
"end": 4362,
"loc": {
"start": {
"line": 148,
"column": 23
},
"end": {
"line": 148,
"column": 29
},
"identifierName": "dialog"
},
"name": "dialog"
}
],
"body": {
"type": "BlockStatement",
"start": 4364,
"end": 5076,
"loc": {
"start": {
"line": 148,
"column": 31
},
"end": {
"line": 170,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4375,
"end": 4411,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4381,
"end": 4410,
"loc": {
"start": {
"line": 149,
"column": 14
},
"end": {
"line": 149,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 4381,
"end": 4385,
"loc": {
"start": {
"line": 149,
"column": 14
},
"end": {
"line": 149,
"column": 18
},
"identifierName": "elem"
},
"name": "elem"
},
"init": {
"type": "CallExpression",
"start": 4388,
"end": 4410,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4388,
"end": 4408,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 4388,
"end": 4394,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 27
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 4395,
"end": 4408,
"loc": {
"start": {
"line": 149,
"column": 28
},
"end": {
"line": 149,
"column": 41
},
"identifierName": "createElement"
},
"name": "createElement"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4421,
"end": 4462,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 4421,
"end": 4461,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 4421,
"end": 4436,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4421,
"end": 4427,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 4428,
"end": 4436,
"loc": {
"start": {
"line": 150,
"column": 15
},
"end": {
"line": 150,
"column": 23
},
"identifierName": "setIndex"
},
"name": "setIndex"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4437,
"end": 4460,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 4437,
"end": 4453,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 4437,
"end": 4441,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"start": 4442,
"end": 4453,
"loc": {
"start": {
"line": 150,
"column": 29
},
"end": {
"line": 150,
"column": 40
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4454,
"end": 4460,
"loc": {
"start": {
"line": 150,
"column": 41
},
"end": {
"line": 150,
"column": 47
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Hide last dialog in queue",
"start": 4474,
"end": 4502,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 36
}
}
}
]
},
{
"type": "IfStatement",
"start": 4512,
"end": 4624,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 155,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 4516,
"end": 4543,
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 39
}
},
"left": {
"type": "MemberExpression",
"start": 4516,
"end": 4539,
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 4516,
"end": 4532,
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 4516,
"end": 4520,
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 16
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4521,
"end": 4532,
"loc": {
"start": {
"line": 153,
"column": 17
},
"end": {
"line": 153,
"column": 28
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4533,
"end": 4539,
"loc": {
"start": {
"line": 153,
"column": 29
},
"end": {
"line": 153,
"column": 35
},
"identifierName": "length"
},
"name": "length"
},
"computed": false,
"leadingComments": null
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 4542,
"end": 4543,
"loc": {
"start": {
"line": 153,
"column": 38
},
"end": {
"line": 153,
"column": 39
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
"start": 4545,
"end": 4624,
"loc": {
"start": {
"line": 153,
"column": 41
},
"end": {
"line": 155,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4560,
"end": 4613,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 65
}
},
"expression": {
"type": "CallExpression",
"start": 4560,
"end": 4612,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 4560,
"end": 4610,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 4560,
"end": 4605,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 4560,
"end": 4576,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 4560,
"end": 4564,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4565,
"end": 4576,
"loc": {
"start": {
"line": 154,
"column": 17
},
"end": {
"line": 154,
"column": 28
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "BinaryExpression",
"start": 4577,
"end": 4604,
"loc": {
"start": {
"line": 154,
"column": 29
},
"end": {
"line": 154,
"column": 56
}
},
"left": {
"type": "MemberExpression",
"start": 4577,
"end": 4600,
"loc": {
"start": {
"line": 154,
"column": 29
},
"end": {
"line": 154,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 4577,
"end": 4593,
"loc": {
"start": {
"line": 154,
"column": 29
},
"end": {
"line": 154,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 4577,
"end": 4581,
"loc": {
"start": {
"line": 154,
"column": 29
},
"end": {
"line": 154,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 4582,
"end": 4593,
"loc": {
"start": {
"line": 154,
"column": 34
},
"end": {
"line": 154,
"column": 45
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4594,
"end": 4600,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 52
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "-",
"right": {
"type": "NumericLiteral",
"start": 4603,
"end": 4604,
"loc": {
"start": {
"line": 154,
"column": 55
},
"end": {
"line": 154,
"column": 56
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 4606,
"end": 4610,
"loc": {
"start": {
"line": 154,
"column": 58
},
"end": {
"line": 154,
"column": 62
},
"identifierName": "hide"
},
"name": "hide"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " Hide last dialog in queue",
"start": 4474,
"end": 4502,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 36
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4636,
"end": 4666,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 38
}
},
"expression": {
"type": "CallExpression",
"start": 4636,
"end": 4665,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 4636,
"end": 4657,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4636,
"end": 4652,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 4636,
"end": 4640,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4641,
"end": 4652,
"loc": {
"start": {
"line": 157,
"column": 13
},
"end": {
"line": 157,
"column": 24
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4653,
"end": 4657,
"loc": {
"start": {
"line": 157,
"column": 25
},
"end": {
"line": 157,
"column": 29
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4658,
"end": 4664,
"loc": {
"start": {
"line": 157,
"column": 30
},
"end": {
"line": 157,
"column": 36
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Append dialog",
"start": 4678,
"end": 4694,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 24
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4704,
"end": 4718,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 4704,
"end": 4717,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 21
}
},
"callee": {
"type": "MemberExpression",
"start": 4704,
"end": 4715,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 4704,
"end": 4710,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4711,
"end": 4715,
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 160,
"column": 19
},
"identifierName": "show"
},
"name": "show"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Append dialog",
"start": 4678,
"end": 4694,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 24
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4728,
"end": 4791,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 4728,
"end": 4790,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 4728,
"end": 4753,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 4728,
"end": 4749,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 4728,
"end": 4734,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 4735,
"end": 4749,
"loc": {
"start": {
"line": 161,
"column": 15
},
"end": {
"line": 161,
"column": 29
},
"identifierName": "closeRequested"
},
"name": "closeRequested"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4750,
"end": 4753,
"loc": {
"start": {
"line": 161,
"column": 30
},
"end": {
"line": 161,
"column": 33
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4754,
"end": 4789,
"loc": {
"start": {
"line": 161,
"column": 34
},
"end": {
"line": 161,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 4754,
"end": 4775,
"loc": {
"start": {
"line": 161,
"column": 34
},
"end": {
"line": 161,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 4754,
"end": 4770,
"loc": {
"start": {
"line": 161,
"column": 34
},
"end": {
"line": 161,
"column": 50
}
},
"object": {
"type": "ThisExpression",
"start": 4754,
"end": 4758,
"loc": {
"start": {
"line": 161,
"column": 34
},
"end": {
"line": 161,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 4759,
"end": 4770,
"loc": {
"start": {
"line": 161,
"column": 39
},
"end": {
"line": 161,
"column": 50
},
"identifierName": "closeDialog"
},
"name": "closeDialog"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4771,
"end": 4775,
"loc": {
"start": {
"line": 161,
"column": 51
},
"end": {
"line": 161,
"column": 55
},
"identifierName": "bind"
},
"name": "bind"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 4776,
"end": 4780,
"loc": {
"start": {
"line": 161,
"column": 56
},
"end": {
"line": 161,
"column": 60
}
}
},
{
"type": "Identifier",
"start": 4782,
"end": 4788,
"loc": {
"start": {
"line": 161,
"column": 62
},
"end": {
"line": 161,
"column": 68
},
"identifierName": "dialog"
},
"name": "dialog"
}
]
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " Append to HTML",
"start": 4803,
"end": 4820,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4830,
"end": 4866,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 4830,
"end": 4865,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4830,
"end": 4859,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 37
}
},
"object": {
"type": "MemberExpression",
"start": 4830,
"end": 4847,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 4830,
"end": 4834,
"loc": {
"start": {
"line": 164,
"column": 8
},
"end": {
"line": 164,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4835,
"end": 4847,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 25
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 4848,
"end": 4859,
"loc": {
"start": {
"line": 164,
"column": 26
},
"end": {
"line": 164,
"column": 37
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "Identifier",
"start": 4860,
"end": 4864,
"loc": {
"start": {
"line": 164,
"column": 38
},
"end": {
"line": 164,
"column": 42
},
"identifierName": "elem"
},
"name": "elem"
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Append to HTML",
"start": 4803,
"end": 4820,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 25
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 4878,
"end": 4959,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 89
}
},
"expression": {
"type": "CallExpression",
"start": 4878,
"end": 4958,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 88
}
},
"callee": {
"type": "MemberExpression",
"start": 4878,
"end": 4908,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 4878,
"end": 4901,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 4878,
"end": 4891,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 4878,
"end": 4886,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 4887,
"end": 4891,
"loc": {
"start": {
"line": 166,
"column": 17
},
"end": {
"line": 166,
"column": 21
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4892,
"end": 4901,
"loc": {
"start": {
"line": 166,
"column": 22
},
"end": {
"line": 166,
"column": 31
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4902,
"end": 4908,
"loc": {
"start": {
"line": 166,
"column": 32
},
"end": {
"line": 166,
"column": 38
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4909,
"end": 4928,
"loc": {
"start": {
"line": 166,
"column": 39
},
"end": {
"line": 166,
"column": 58
}
},
"extra": {
"rawValue": "modalDialogActive",
"raw": "\"modalDialogActive\""
},
"value": "modalDialogActive"
},
{
"type": "BinaryExpression",
"start": 4930,
"end": 4957,
"loc": {
"start": {
"line": 166,
"column": 60
},
"end": {
"line": 166,
"column": 87
}
},
"left": {
"type": "MemberExpression",
"start": 4930,
"end": 4953,
"loc": {
"start": {
"line": 166,
"column": 60
},
"end": {
"line": 166,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 4930,
"end": 4946,
"loc": {
"start": {
"line": 166,
"column": 60
},
"end": {
"line": 166,
"column": 76
}
},
"object": {
"type": "ThisExpression",
"start": 4930,
"end": 4934,
"loc": {
"start": {
"line": 166,
"column": 60
},
"end": {
"line": 166,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 4935,
"end": 4946,
"loc": {
"start": {
"line": 166,
"column": 65
},
"end": {
"line": 166,
"column": 76
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4947,
"end": 4953,
"loc": {
"start": {
"line": 166,
"column": 77
},
"end": {
"line": 166,
"column": 83
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 4956,
"end": 4957,
"loc": {
"start": {
"line": 166,
"column": 86
},
"end": {
"line": 166,
"column": 87
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
},
"trailingComments": [
{
"type": "CommentLine",
"value": " IMPORTANT: Attach element directly, otherwise double submit is possible",
"start": 4971,
"end": 5045,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 82
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 5055,
"end": 5069,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 5055,
"end": 5068,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 21
}
},
"callee": {
"type": "MemberExpression",
"start": 5055,
"end": 5066,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 5055,
"end": 5059,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 12
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 5060,
"end": 5066,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 19
},
"identifierName": "update"
},
"name": "update"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " IMPORTANT: Attach element directly, otherwise double submit is possible",
"start": 4971,
"end": 5045,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 82
}
}
}
]
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5084,
"end": 5210,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 176,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5084,
"end": 5090,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 10
},
"identifierName": "update"
},
"name": "update"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 5093,
"end": 5210,
"loc": {
"start": {
"line": 172,
"column": 13
},
"end": {
"line": 176,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 5104,
"end": 5203,
"loc": {
"start": {
"line": 173,
"column": 8
},
"end": {
"line": 175,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 5108,
"end": 5123,
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 5108,
"end": 5112,
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 5113,
"end": 5123,
"loc": {
"start": {
"line": 173,
"column": 17
},
"end": {
"line": 173,
"column": 27
},
"identifierName": "domWatcher"
},
"name": "domWatcher"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 5125,
"end": 5203,
"loc": {
"start": {
"line": 173,
"column": 29
},
"end": {
"line": 175,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5140,
"end": 5192,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 64
}
},
"expression": {
"type": "CallExpression",
"start": 5140,
"end": 5191,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
"start": 5140,
"end": 5162,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 5140,
"end": 5155,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 5140,
"end": 5144,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 5145,
"end": 5155,
"loc": {
"start": {
"line": 174,
"column": 17
},
"end": {
"line": 174,
"column": 27
},
"identifierName": "domWatcher"
},
"name": "domWatcher"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5156,
"end": 5162,
"loc": {
"start": {
"line": 174,
"column": 28
},
"end": {
"line": 174,
"column": 34
},
"identifierName": "update"
},
"name": "update"
},
"computed": false
},
"arguments": [
{
"type": "BinaryExpression",
"start": 5163,
"end": 5190,
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 62
}
},
"left": {
"type": "MemberExpression",
"start": 5163,
"end": 5186,
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 5163,
"end": 5179,
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 5163,
"end": 5167,
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"start": 5168,
"end": 5179,
"loc": {
"start": {
"line": 174,
"column": 40
},
"end": {
"line": 174,
"column": 51
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5180,
"end": 5186,
"loc": {
"start": {
"line": 174,
"column": 52
},
"end": {
"line": 174,
"column": 58
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 5189,
"end": 5190,
"loc": {
"start": {
"line": 174,
"column": 61
},
"end": {
"line": 174,
"column": 62
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5218,
"end": 5868,
"loc": {
"start": {
"line": 178,
"column": 4
},
"end": {
"line": 197,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5218,
"end": 5229,
"loc": {
"start": {
"line": 178,
"column": 4
},
"end": {
"line": 178,
"column": 15
},
"identifierName": "closeDialog"
},
"name": "closeDialog"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5230,
"end": 5236,
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 22
},
"identifierName": "dialog"
},
"name": "dialog"
}
],
"body": {
"type": "BlockStatement",
"start": 5238,
"end": 5868,
"loc": {
"start": {
"line": 178,
"column": 24
},
"end": {
"line": 197,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5249,
"end": 5266,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 5249,
"end": 5265,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 5249,
"end": 5263,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 5249,
"end": 5255,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 14
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 5256,
"end": 5263,
"loc": {
"start": {
"line": 179,
"column": 15
},
"end": {
"line": 179,
"column": 22
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "VariableDeclaration",
"start": 5278,
"end": 5293,
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 23
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5282,
"end": 5292,
"loc": {
"start": {
"line": 181,
"column": 12
},
"end": {
"line": 181,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 5282,
"end": 5287,
"loc": {
"start": {
"line": 181,
"column": 12
},
"end": {
"line": 181,
"column": 17
},
"identifierName": "index"
},
"name": "index"
},
"init": {
"type": "UnaryExpression",
"start": 5290,
"end": 5292,
"loc": {
"start": {
"line": 181,
"column": 20
},
"end": {
"line": 181,
"column": 22
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "NumericLiteral",
"start": 5291,
"end": 5292,
"loc": {
"start": {
"line": 181,
"column": 21
},
"end": {
"line": 181,
"column": 22
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"extra": {
"parenthesizedArgument": false
}
}
}
],
"kind": "let"
},
{
"type": "ForStatement",
"start": 5303,
"end": 5483,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 187,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 5308,
"end": 5317,
"loc": {
"start": {
"line": 182,
"column": 13
},
"end": {
"line": 182,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5312,
"end": 5317,
"loc": {
"start": {
"line": 182,
"column": 17
},
"end": {
"line": 182,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 5312,
"end": 5313,
"loc": {
"start": {
"line": 182,
"column": 17
},
"end": {
"line": 182,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 5316,
"end": 5317,
"loc": {
"start": {
"line": 182,
"column": 21
},
"end": {
"line": 182,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 5319,
"end": 5346,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 5319,
"end": 5320,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 5323,
"end": 5346,
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 5323,
"end": 5339,
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 5323,
"end": 5327,
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 5328,
"end": 5339,
"loc": {
"start": {
"line": 182,
"column": 33
},
"end": {
"line": 182,
"column": 44
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5340,
"end": 5346,
"loc": {
"start": {
"line": 182,
"column": 45
},
"end": {
"line": 182,
"column": 51
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 5348,
"end": 5351,
"loc": {
"start": {
"line": 182,
"column": 53
},
"end": {
"line": 182,
"column": 56
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 5350,
"end": 5351,
"loc": {
"start": {
"line": 182,
"column": 55
},
"end": {
"line": 182,
"column": 56
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 5353,
"end": 5483,
"loc": {
"start": {
"line": 182,
"column": 58
},
"end": {
"line": 187,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 5368,
"end": 5472,
"loc": {
"start": {
"line": 183,
"column": 12
},
"end": {
"line": 186,
"column": 13
}
},
"test": {
"type": "BinaryExpression",
"start": 5372,
"end": 5402,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 46
}
},
"left": {
"type": "MemberExpression",
"start": 5372,
"end": 5391,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 5372,
"end": 5388,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 5372,
"end": 5376,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 5377,
"end": 5388,
"loc": {
"start": {
"line": 183,
"column": 21
},
"end": {
"line": 183,
"column": 32
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5389,
"end": 5390,
"loc": {
"start": {
"line": 183,
"column": 33
},
"end": {
"line": 183,
"column": 34
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 5396,
"end": 5402,
"loc": {
"start": {
"line": 183,
"column": 40
},
"end": {
"line": 183,
"column": 46
},
"identifierName": "dialog"
},
"name": "dialog"
}
},
"consequent": {
"type": "BlockStatement",
"start": 5404,
"end": 5472,
"loc": {
"start": {
"line": 183,
"column": 48
},
"end": {
"line": 186,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5423,
"end": 5433,
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5423,
"end": 5432,
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 25
}
},
"operator": "=",
"left": {
"type": "Identifier",
"start": 5423,
"end": 5428,
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 21
},
"identifierName": "index"
},
"name": "index"
},
"right": {
"type": "Identifier",
"start": 5431,
"end": 5432,
"loc": {
"start": {
"line": 184,
"column": 24
},
"end": {
"line": 184,
"column": 25
},
"identifierName": "i"
},
"name": "i"
}
}
},
{
"type": "BreakStatement",
"start": 5451,
"end": 5457,
"loc": {
"start": {
"line": 185,
"column": 16
},
"end": {
"line": 185,
"column": 22
}
},
"label": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5493,
"end": 5542,
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 188,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 5493,
"end": 5541,
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 188,
"column": 56
}
},
"callee": {
"type": "Identifier",
"start": 5493,
"end": 5499,
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 188,
"column": 14
},
"identifierName": "assert"
},
"name": "assert"
},
"arguments": [
{
"type": "BinaryExpression",
"start": 5500,
"end": 5510,
"loc": {
"start": {
"line": 188,
"column": 15
},
"end": {
"line": 188,
"column": 25
}
},
"left": {
"type": "Identifier",
"start": 5500,
"end": 5505,
"loc": {
"start": {
"line": 188,
"column": 15
},
"end": {
"line": 188,
"column": 20
},
"identifierName": "index"
},
"name": "index"
},
"operator": ">=",
"right": {
"type": "NumericLiteral",
"start": 5509,
"end": 5510,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 25
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "StringLiteral",
"start": 5512,
"end": 5540,
"loc": {
"start": {
"line": 188,
"column": 27
},
"end": {
"line": 188,
"column": 55
}
},
"extra": {
"rawValue": "Dialog not in dialog stack",
"raw": "\"Dialog not in dialog stack\""
},
"value": "Dialog not in dialog stack"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5552,
"end": 5586,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 5552,
"end": 5585,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 5552,
"end": 5575,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 5552,
"end": 5568,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 5552,
"end": 5556,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5557,
"end": 5568,
"loc": {
"start": {
"line": 189,
"column": 13
},
"end": {
"line": 189,
"column": 24
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5569,
"end": 5575,
"loc": {
"start": {
"line": 189,
"column": 25
},
"end": {
"line": 189,
"column": 31
},
"identifierName": "splice"
},
"name": "splice"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 5576,
"end": 5581,
"loc": {
"start": {
"line": 189,
"column": 32
},
"end": {
"line": 189,
"column": 37
},
"identifierName": "index"
},
"name": "index"
},
{
"type": "NumericLiteral",
"start": 5583,
"end": 5584,
"loc": {
"start": {
"line": 189,
"column": 39
},
"end": {
"line": 189,
"column": 40
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
]
}
},
{
"type": "IfStatement",
"start": 5598,
"end": 5768,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 194,
"column": 9
}
},
"test": {
"type": "BinaryExpression",
"start": 5602,
"end": 5629,
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 39
}
},
"left": {
"type": "MemberExpression",
"start": 5602,
"end": 5625,
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 5602,
"end": 5618,
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 5602,
"end": 5606,
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 5607,
"end": 5618,
"loc": {
"start": {
"line": 191,
"column": 17
},
"end": {
"line": 191,
"column": 28
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5619,
"end": 5625,
"loc": {
"start": {
"line": 191,
"column": 29
},
"end": {
"line": 191,
"column": 35
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 5628,
"end": 5629,
"loc": {
"start": {
"line": 191,
"column": 38
},
"end": {
"line": 191,
"column": 39
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 5631,
"end": 5768,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 194,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5704,
"end": 5757,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 65
}
},
"expression": {
"type": "CallExpression",
"start": 5704,
"end": 5756,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 5704,
"end": 5754,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 5704,
"end": 5749,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 5704,
"end": 5720,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 5704,
"end": 5708,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 16
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 5709,
"end": 5720,
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 28
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false,
"leadingComments": null
},
"property": {
"type": "BinaryExpression",
"start": 5721,
"end": 5748,
"loc": {
"start": {
"line": 193,
"column": 29
},
"end": {
"line": 193,
"column": 56
}
},
"left": {
"type": "MemberExpression",
"start": 5721,
"end": 5744,
"loc": {
"start": {
"line": 193,
"column": 29
},
"end": {
"line": 193,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 5721,
"end": 5737,
"loc": {
"start": {
"line": 193,
"column": 29
},
"end": {
"line": 193,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 5721,
"end": 5725,
"loc": {
"start": {
"line": 193,
"column": 29
},
"end": {
"line": 193,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"start": 5726,
"end": 5737,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 45
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5738,
"end": 5744,
"loc": {
"start": {
"line": 193,
"column": 46
},
"end": {
"line": 193,
"column": 52
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "-",
"right": {
"type": "NumericLiteral",
"start": 5747,
"end": 5748,
"loc": {
"start": {
"line": 193,
"column": 55
},
"end": {
"line": 193,
"column": 56
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
},
"computed": true,
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 5750,
"end": 5754,
"loc": {
"start": {
"line": 193,
"column": 58
},
"end": {
"line": 193,
"column": 62
},
"identifierName": "show"
},
"name": "show"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Show the dialog which was previously open",
"start": 5646,
"end": 5690,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 56
}
}
}
]
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 5780,
"end": 5861,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 89
}
},
"expression": {
"type": "CallExpression",
"start": 5780,
"end": 5860,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 88
}
},
"callee": {
"type": "MemberExpression",
"start": 5780,
"end": 5810,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 5780,
"end": 5803,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 5780,
"end": 5793,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 5780,
"end": 5788,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 5789,
"end": 5793,
"loc": {
"start": {
"line": 196,
"column": 17
},
"end": {
"line": 196,
"column": 21
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5794,
"end": 5803,
"loc": {
"start": {
"line": 196,
"column": 22
},
"end": {
"line": 196,
"column": 31
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5804,
"end": 5810,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 38
},
"identifierName": "toggle"
},
"name": "toggle"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5811,
"end": 5830,
"loc": {
"start": {
"line": 196,
"column": 39
},
"end": {
"line": 196,
"column": 58
}
},
"extra": {
"rawValue": "modalDialogActive",
"raw": "\"modalDialogActive\""
},
"value": "modalDialogActive"
},
{
"type": "BinaryExpression",
"start": 5832,
"end": 5859,
"loc": {
"start": {
"line": 196,
"column": 60
},
"end": {
"line": 196,
"column": 87
}
},
"left": {
"type": "MemberExpression",
"start": 5832,
"end": 5855,
"loc": {
"start": {
"line": 196,
"column": 60
},
"end": {
"line": 196,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 5832,
"end": 5848,
"loc": {
"start": {
"line": 196,
"column": 60
},
"end": {
"line": 196,
"column": 76
}
},
"object": {
"type": "ThisExpression",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 196,
"column": 60
},
"end": {
"line": 196,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 5837,
"end": 5848,
"loc": {
"start": {
"line": 196,
"column": 65
},
"end": {
"line": 196,
"column": 76
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5849,
"end": 5855,
"loc": {
"start": {
"line": 196,
"column": 77
},
"end": {
"line": 196,
"column": 83
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 5858,
"end": 5859,
"loc": {
"start": {
"line": 196,
"column": 86
},
"end": {
"line": 196,
"column": 87
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5876,
"end": 6076,
"loc": {
"start": {
"line": 199,
"column": 4
},
"end": {
"line": 205,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5876,
"end": 5881,
"loc": {
"start": {
"line": 199,
"column": 4
},
"end": {
"line": 199,
"column": 9
},
"identifierName": "close"
},
"name": "close"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 5884,
"end": 6076,
"loc": {
"start": {
"line": 199,
"column": 12
},
"end": {
"line": 205,
"column": 5
}
},
"body": [
{
"type": "ForStatement",
"start": 5895,
"end": 6037,
"loc": {
"start": {
"line": 200,
"column": 8
},
"end": {
"line": 203,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 5900,
"end": 5909,
"loc": {
"start": {
"line": 200,
"column": 13
},
"end": {
"line": 200,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5904,
"end": 5909,
"loc": {
"start": {
"line": 200,
"column": 17
},
"end": {
"line": 200,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 5904,
"end": 5905,
"loc": {
"start": {
"line": 200,
"column": 17
},
"end": {
"line": 200,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 5908,
"end": 5909,
"loc": {
"start": {
"line": 200,
"column": 21
},
"end": {
"line": 200,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 5911,
"end": 5938,
"loc": {
"start": {
"line": 200,
"column": 24
},
"end": {
"line": 200,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 5911,
"end": 5912,
"loc": {
"start": {
"line": 200,
"column": 24
},
"end": {
"line": 200,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 5915,
"end": 5938,
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 5915,
"end": 5931,
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 5915,
"end": 5919,
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 5920,
"end": 5931,
"loc": {
"start": {
"line": 200,
"column": 33
},
"end": {
"line": 200,
"column": 44
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5932,
"end": 5938,
"loc": {
"start": {
"line": 200,
"column": 45
},
"end": {
"line": 200,
"column": 51
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 5940,
"end": 5943,
"loc": {
"start": {
"line": 200,
"column": 53
},
"end": {
"line": 200,
"column": 56
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 5942,
"end": 5943,
"loc": {
"start": {
"line": 200,
"column": 55
},
"end": {
"line": 200,
"column": 56
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 5945,
"end": 6037,
"loc": {
"start": {
"line": 200,
"column": 58
},
"end": {
"line": 203,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5960,
"end": 5995,
"loc": {
"start": {
"line": 201,
"column": 12
},
"end": {
"line": 201,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5966,
"end": 5994,
"loc": {
"start": {
"line": 201,
"column": 18
},
"end": {
"line": 201,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 5966,
"end": 5972,
"loc": {
"start": {
"line": 201,
"column": 18
},
"end": {
"line": 201,
"column": 24
},
"identifierName": "dialog"
},
"name": "dialog"
},
"init": {
"type": "MemberExpression",
"start": 5975,
"end": 5994,
"loc": {
"start": {
"line": 201,
"column": 27
},
"end": {
"line": 201,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 5975,
"end": 5991,
"loc": {
"start": {
"line": 201,
"column": 27
},
"end": {
"line": 201,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 5975,
"end": 5979,
"loc": {
"start": {
"line": 201,
"column": 27
},
"end": {
"line": 201,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 5980,
"end": 5991,
"loc": {
"start": {
"line": 201,
"column": 32
},
"end": {
"line": 201,
"column": 43
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5992,
"end": 5993,
"loc": {
"start": {
"line": 201,
"column": 44
},
"end": {
"line": 201,
"column": 45
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 6009,
"end": 6026,
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 29
}
},
"expression": {
"type": "CallExpression",
"start": 6009,
"end": 6025,
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
"start": 6009,
"end": 6023,
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 6009,
"end": 6015,
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 18
},
"identifierName": "dialog"
},
"name": "dialog"
},
"property": {
"type": "Identifier",
"start": 6016,
"end": 6023,
"loc": {
"start": {
"line": 202,
"column": 19
},
"end": {
"line": 202,
"column": 26
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 6047,
"end": 6069,
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6047,
"end": 6068,
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6047,
"end": 6063,
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 6047,
"end": 6051,
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6052,
"end": 6063,
"loc": {
"start": {
"line": 204,
"column": 13
},
"end": {
"line": 204,
"column": 24
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"right": {
"type": "ArrayExpression",
"start": 6066,
"end": 6068,
"loc": {
"start": {
"line": 204,
"column": 27
},
"end": {
"line": 204,
"column": 29
}
},
"elements": []
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 6084,
"end": 6311,
"loc": {
"start": {
"line": 207,
"column": 4
},
"end": {
"line": 214,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6084,
"end": 6091,
"loc": {
"start": {
"line": 207,
"column": 4
},
"end": {
"line": 207,
"column": 11
},
"identifierName": "cleanup"
},
"name": "cleanup"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 6094,
"end": 6311,
"loc": {
"start": {
"line": 207,
"column": 14
},
"end": {
"line": 214,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6105,
"end": 6121,
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 6105,
"end": 6120,
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 6105,
"end": 6118,
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 21
}
},
"object": {
"type": "Super",
"start": 6105,
"end": 6110,
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 6111,
"end": 6118,
"loc": {
"start": {
"line": 208,
"column": 14
},
"end": {
"line": 208,
"column": 21
},
"identifierName": "cleanup"
},
"name": "cleanup"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ForStatement",
"start": 6131,
"end": 6237,
"loc": {
"start": {
"line": 209,
"column": 8
},
"end": {
"line": 211,
"column": 9
}
},
"init": {
"type": "VariableDeclaration",
"start": 6136,
"end": 6145,
"loc": {
"start": {
"line": 209,
"column": 13
},
"end": {
"line": 209,
"column": 22
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6140,
"end": 6145,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 22
}
},
"id": {
"type": "Identifier",
"start": 6140,
"end": 6141,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 18
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 6144,
"end": 6145,
"loc": {
"start": {
"line": 209,
"column": 21
},
"end": {
"line": 209,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 6147,
"end": 6174,
"loc": {
"start": {
"line": 209,
"column": 24
},
"end": {
"line": 209,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 6147,
"end": 6148,
"loc": {
"start": {
"line": 209,
"column": 24
},
"end": {
"line": 209,
"column": 25
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 6151,
"end": 6174,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 6151,
"end": 6167,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 6151,
"end": 6155,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 6156,
"end": 6167,
"loc": {
"start": {
"line": 209,
"column": 33
},
"end": {
"line": 209,
"column": 44
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6168,
"end": 6174,
"loc": {
"start": {
"line": 209,
"column": 45
},
"end": {
"line": 209,
"column": 51
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
},
"update": {
"type": "UpdateExpression",
"start": 6176,
"end": 6179,
"loc": {
"start": {
"line": 209,
"column": 53
},
"end": {
"line": 209,
"column": 56
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 6178,
"end": 6179,
"loc": {
"start": {
"line": 209,
"column": 55
},
"end": {
"line": 209,
"column": 56
},
"identifierName": "i"
},
"name": "i"
},
"extra": {
"parenthesizedArgument": false
}
},
"body": {
"type": "BlockStatement",
"start": 6181,
"end": 6237,
"loc": {
"start": {
"line": 209,
"column": 58
},
"end": {
"line": 211,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6196,
"end": 6226,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 6196,
"end": 6225,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 6196,
"end": 6223,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 6196,
"end": 6215,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 6196,
"end": 6212,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 28
}
},
"object": {
"type": "ThisExpression",
"start": 6196,
"end": 6200,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6201,
"end": 6212,
"loc": {
"start": {
"line": 210,
"column": 17
},
"end": {
"line": 210,
"column": 28
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6213,
"end": 6214,
"loc": {
"start": {
"line": 210,
"column": 29
},
"end": {
"line": 210,
"column": 30
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 6216,
"end": 6223,
"loc": {
"start": {
"line": 210,
"column": 32
},
"end": {
"line": 210,
"column": 39
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 6247,
"end": 6269,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6247,
"end": 6268,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6247,
"end": 6263,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 6247,
"end": 6251,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6252,
"end": 6263,
"loc": {
"start": {
"line": 212,
"column": 13
},
"end": {
"line": 212,
"column": 24
},
"identifierName": "dialogStack"
},
"name": "dialogStack"
},
"computed": false
},
"right": {
"type": "ArrayExpression",
"start": 6266,
"end": 6268,
"loc": {
"start": {
"line": 212,
"column": 27
},
"end": {
"line": 212,
"column": 29
}
},
"elements": []
}
}
},
{
"type": "ExpressionStatement",
"start": 6279,
"end": 6304,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 33
}
},
"expression": {
"type": "AssignmentExpression",
"start": 6279,
"end": 6303,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 32
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 6279,
"end": 6296,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 6279,
"end": 6283,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6284,
"end": 6296,
"loc": {
"start": {
"line": 213,
"column": 13
},
"end": {
"line": 213,
"column": 25
},
"identifierName": "dialogParent"
},
"name": "dialogParent"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 6299,
"end": 6303,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 32
}
}
}
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": " typehints:start ",
"start": 0,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"type": "CommentBlock",
"value": " typehints:end ",
"start": 76,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 19
}
}
},
{
"type": "CommentLine",
"value": " Important: Root is not always available here! Its also used in the main menu",
"start": 598,
"end": 677,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 87
}
}
},
{
"type": "CommentBlock",
"value": "* @type {Application} ",
"start": 711,
"end": 737,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 34
}
}
},
{
"type": "CommentLine",
"value": " For use inside of the game, implementation of base hud part",
"start": 864,
"end": 926,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 66
}
}
},
{
"type": "CommentLine",
"value": " For use outside of the game",
"start": 1383,
"end": 1413,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 34
}
}
},
{
"type": "CommentLine",
"value": " Methods",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 1659,
"end": 1769,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 2209,
"end": 2319,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 81,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} feature\r\n * @param {string} textPrefab\r\n ",
"start": 2768,
"end": 2847,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 102,
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Returns method to be called when laoding finishd",
"start": 4096,
"end": 4147,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 55
}
}
},
{
"type": "CommentLine",
"value": " Hide last dialog in queue",
"start": 4474,
"end": 4502,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 36
}
}
},
{
"type": "CommentLine",
"value": " Append dialog",
"start": 4678,
"end": 4694,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 24
}
}
},
{
"type": "CommentLine",
"value": " Append to HTML",
"start": 4803,
"end": 4820,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"column": 25
}
}
},
{
"type": "CommentLine",
"value": " IMPORTANT: Attach element directly, otherwise double submit is possible",
"start": 4971,
"end": 5045,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 82
}
}
},
{
"type": "CommentLine",
"value": " Show the dialog which was previously open",
"start": 5646,
"end": 5690,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"column": 56
}
}
}
],
"tokens": [
{
"type": "CommentBlock",
"value": " typehints:start ",
"start": 0,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"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": 23,
"end": 29,
"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": 30,
"end": 31,
"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": "Application",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 44,
"end": 45,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 46,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 23
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../application",
"start": 51,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 73,
"end": 74,
"loc": {
"start": {
"line": 2,
"column": 50
},
"end": {
"line": 2,
"column": 51
}
}
},
{
"type": "CommentBlock",
"value": " typehints:end ",
"start": 76,
"end": 95,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 19
}
}
},
{
"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": 99,
"end": 105,
"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": 106,
"end": 107,
"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": 108,
"end": 114,
"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": 115,
"end": 116,
"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": 117,
"end": 121,
"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": 122,
"end": 147,
"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": 147,
"end": 148,
"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": 150,
"end": 156,
"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": 157,
"end": 158,
"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": "DynamicDomAttach",
"start": 159,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 9
},
"end": {
"line": 6,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 176,
"end": 177,
"loc": {
"start": {
"line": 6,
"column": 26
},
"end": {
"line": 6,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 178,
"end": 182,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"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": 183,
"end": 206,
"loc": {
"start": {
"line": 6,
"column": 33
},
"end": {
"line": 6,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 206,
"end": 207,
"loc": {
"start": {
"line": 6,
"column": 56
},
"end": {
"line": 6,
"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": 209,
"end": 215,
"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": 216,
"end": 217,
"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": "BaseHUDPart",
"start": 218,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 230,
"end": 231,
"loc": {
"start": {
"line": 7,
"column": 21
},
"end": {
"line": 7,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 232,
"end": 236,
"loc": {
"start": {
"line": 7,
"column": 23
},
"end": {
"line": 7,
"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": 237,
"end": 255,
"loc": {
"start": {
"line": 7,
"column": 28
},
"end": {
"line": 7,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 255,
"end": 256,
"loc": {
"start": {
"line": 7,
"column": 46
},
"end": {
"line": 7,
"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": 258,
"end": 264,
"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": 265,
"end": 266,
"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": "Dialog",
"start": 267,
"end": 273,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 15
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 273,
"end": 274,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DialogLoading",
"start": 275,
"end": 288,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 288,
"end": 289,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DialogOptionChooser",
"start": 290,
"end": 309,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 310,
"end": 311,
"loc": {
"start": {
"line": 8,
"column": 52
},
"end": {
"line": 8,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 312,
"end": 316,
"loc": {
"start": {
"line": 8,
"column": 54
},
"end": {
"line": 8,
"column": 58
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/modal_dialog_elements",
"start": 317,
"end": 354,
"loc": {
"start": {
"line": 8,
"column": 59
},
"end": {
"line": 8,
"column": 96
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 354,
"end": 355,
"loc": {
"start": {
"line": 8,
"column": 96
},
"end": {
"line": 8,
"column": 97
}
}
},
{
"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": 357,
"end": 363,
"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": 364,
"end": 365,
"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": "makeDiv",
"start": 366,
"end": 373,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 374,
"end": 375,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 376,
"end": 380,
"loc": {
"start": {
"line": 9,
"column": 19
},
"end": {
"line": 9,
"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": 381,
"end": 402,
"loc": {
"start": {
"line": 9,
"column": 24
},
"end": {
"line": 9,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 402,
"end": 403,
"loc": {
"start": {
"line": 9,
"column": 45
},
"end": {
"line": 9,
"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": 405,
"end": 411,
"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": 412,
"end": 413,
"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": "T",
"start": 414,
"end": 415,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 416,
"end": 417,
"loc": {
"start": {
"line": 10,
"column": 11
},
"end": {
"line": 10,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 418,
"end": 422,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"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": 423,
"end": 446,
"loc": {
"start": {
"line": 10,
"column": 18
},
"end": {
"line": 10,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 446,
"end": 447,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"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": 449,
"end": 455,
"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": 456,
"end": 457,
"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": "THIRDPARTY_URLS",
"start": 458,
"end": 473,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 474,
"end": 475,
"loc": {
"start": {
"line": 11,
"column": 25
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 476,
"end": 480,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../../core/config",
"start": 481,
"end": 503,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 11,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 503,
"end": 504,
"loc": {
"start": {
"line": 11,
"column": 54
},
"end": {
"line": 11,
"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": 508,
"end": 514,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"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": 515,
"end": 520,
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
"line": 13,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "HUDModalDialogs",
"start": 521,
"end": 536,
"loc": {
"start": {
"line": 13,
"column": 13
},
"end": {
"line": 13,
"column": 28
}
}
},
{
"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": 537,
"end": 544,
"loc": {
"start": {
"line": 13,
"column": 29
},
"end": {
"line": 13,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BaseHUDPart",
"start": 545,
"end": 556,
"loc": {
"start": {
"line": 13,
"column": 37
},
"end": {
"line": 13,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 557,
"end": 558,
"loc": {
"start": {
"line": 13,
"column": 49
},
"end": {
"line": 13,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 564,
"end": 575,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 575,
"end": 576,
"loc": {
"start": {
"line": 14,
"column": 15
},
"end": {
"line": 14,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 576,
"end": 580,
"loc": {
"start": {
"line": 14,
"column": 16
},
"end": {
"line": 14,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 580,
"end": 581,
"loc": {
"start": {
"line": 14,
"column": 20
},
"end": {
"line": 14,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 582,
"end": 585,
"loc": {
"start": {
"line": 14,
"column": 22
},
"end": {
"line": 14,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 585,
"end": 586,
"loc": {
"start": {
"line": 14,
"column": 25
},
"end": {
"line": 14,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 587,
"end": 588,
"loc": {
"start": {
"line": 14,
"column": 27
},
"end": {
"line": 14,
"column": 28
}
}
},
{
"type": "CommentLine",
"value": " Important: Root is not always available here! Its also used in the main menu",
"start": 598,
"end": 677,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 87
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 687,
"end": 692,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 693,
"end": 697,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 697,
"end": 698,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 19
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 698,
"end": 699,
"loc": {
"start": {
"line": 16,
"column": 19
},
"end": {
"line": 16,
"column": 20
}
}
},
{
"type": "CommentBlock",
"value": "* @type {Application} ",
"start": 711,
"end": 737,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 34
}
}
},
{
"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": 747,
"end": 751,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 751,
"end": 752,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 752,
"end": 755,
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 756,
"end": 757,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 758,
"end": 762,
"loc": {
"start": {
"line": 19,
"column": 19
},
"end": {
"line": 19,
"column": 23
}
}
},
{
"type": {
"label": "?",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 763,
"end": 764,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 765,
"end": 769,
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 769,
"end": 770,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 770,
"end": 773,
"loc": {
"start": {
"line": 19,
"column": 31
},
"end": {
"line": 19,
"column": 34
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 774,
"end": 775,
"loc": {
"start": {
"line": 19,
"column": 35
},
"end": {
"line": 19,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 776,
"end": 779,
"loc": {
"start": {
"line": 19,
"column": 37
},
"end": {
"line": 19,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 779,
"end": 780,
"loc": {
"start": {
"line": 19,
"column": 40
},
"end": {
"line": 19,
"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": 792,
"end": 796,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 796,
"end": 797,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogParent",
"start": 797,
"end": 809,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 810,
"end": 811,
"loc": {
"start": {
"line": 21,
"column": 26
},
"end": {
"line": 21,
"column": 27
}
}
},
{
"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": 812,
"end": 816,
"loc": {
"start": {
"line": 21,
"column": 28
},
"end": {
"line": 21,
"column": 32
}
}
},
{
"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": 21,
"column": 32
},
"end": {
"line": 21,
"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": 827,
"end": 831,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 831,
"end": 832,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 24
}
}
},
{
"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": 22,
"column": 25
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 846,
"end": 847,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 847,
"end": 848,
"loc": {
"start": {
"line": 22,
"column": 28
},
"end": {
"line": 22,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 848,
"end": 849,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 855,
"end": 856,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " For use inside of the game, implementation of base hud part",
"start": 864,
"end": 926,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initialize",
"start": 932,
"end": 942,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 942,
"end": 943,
"loc": {
"start": {
"line": 26,
"column": 14
},
"end": {
"line": 26,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 943,
"end": 944,
"loc": {
"start": {
"line": 26,
"column": 15
},
"end": {
"line": 26,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 945,
"end": 946,
"loc": {
"start": {
"line": 26,
"column": 17
},
"end": {
"line": 26,
"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": 956,
"end": 960,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 960,
"end": 961,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 27,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogParent",
"start": 961,
"end": 973,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 974,
"end": 975,
"loc": {
"start": {
"line": 27,
"column": 26
},
"end": {
"line": 27,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 976,
"end": 984,
"loc": {
"start": {
"line": 27,
"column": 28
},
"end": {
"line": 27,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 984,
"end": 985,
"loc": {
"start": {
"line": 27,
"column": 36
},
"end": {
"line": 27,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getElementById",
"start": 985,
"end": 999,
"loc": {
"start": {
"line": 27,
"column": 37
},
"end": {
"line": 27,
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 999,
"end": 1000,
"loc": {
"start": {
"line": 27,
"column": 51
},
"end": {
"line": 27,
"column": 52
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ingame_HUD_ModalDialogs",
"start": 1000,
"end": 1025,
"loc": {
"start": {
"line": 27,
"column": 52
},
"end": {
"line": 27,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1025,
"end": 1026,
"loc": {
"start": {
"line": 27,
"column": 77
},
"end": {
"line": 27,
"column": 78
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1026,
"end": 1027,
"loc": {
"start": {
"line": 27,
"column": 78
},
"end": {
"line": 27,
"column": 79
}
}
},
{
"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": 1037,
"end": 1041,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1041,
"end": 1042,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "domWatcher",
"start": 1042,
"end": 1052,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1053,
"end": 1054,
"loc": {
"start": {
"line": 28,
"column": 24
},
"end": {
"line": 28,
"column": 25
}
}
},
{
"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": 1055,
"end": 1058,
"loc": {
"start": {
"line": 28,
"column": 26
},
"end": {
"line": 28,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DynamicDomAttach",
"start": 1059,
"end": 1075,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1075,
"end": 1076,
"loc": {
"start": {
"line": 28,
"column": 46
},
"end": {
"line": 28,
"column": 47
}
}
},
{
"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": 1076,
"end": 1080,
"loc": {
"start": {
"line": 28,
"column": 47
},
"end": {
"line": 28,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1080,
"end": 1081,
"loc": {
"start": {
"line": 28,
"column": 51
},
"end": {
"line": 28,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "root",
"start": 1081,
"end": 1085,
"loc": {
"start": {
"line": 28,
"column": 52
},
"end": {
"line": 28,
"column": 56
}
}
},
{
"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": 28,
"column": 56
},
"end": {
"line": 28,
"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": 1087,
"end": 1091,
"loc": {
"start": {
"line": 28,
"column": 58
},
"end": {
"line": 28,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1091,
"end": 1092,
"loc": {
"start": {
"line": 28,
"column": 62
},
"end": {
"line": 28,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogParent",
"start": 1092,
"end": 1104,
"loc": {
"start": {
"line": 28,
"column": 63
},
"end": {
"line": 28,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1104,
"end": 1105,
"loc": {
"start": {
"line": 28,
"column": 75
},
"end": {
"line": 28,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1105,
"end": 1106,
"loc": {
"start": {
"line": 28,
"column": 76
},
"end": {
"line": 28,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shouldPauseRendering",
"start": 1121,
"end": 1141,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1141,
"end": 1142,
"loc": {
"start": {
"line": 31,
"column": 24
},
"end": {
"line": 31,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1142,
"end": 1143,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1144,
"end": 1145,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 28
}
}
},
{
"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": 1155,
"end": 1161,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"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": 1162,
"end": 1166,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1166,
"end": 1167,
"loc": {
"start": {
"line": 32,
"column": 19
},
"end": {
"line": 32,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 1167,
"end": 1178,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1178,
"end": 1179,
"loc": {
"start": {
"line": 32,
"column": 31
},
"end": {
"line": 32,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1179,
"end": 1185,
"loc": {
"start": {
"line": 32,
"column": 32
},
"end": {
"line": 32,
"column": 38
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 1186,
"end": 1187,
"loc": {
"start": {
"line": 32,
"column": 39
},
"end": {
"line": 32,
"column": 40
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1188,
"end": 1189,
"loc": {
"start": {
"line": 32,
"column": 41
},
"end": {
"line": 32,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1189,
"end": 1190,
"loc": {
"start": {
"line": 32,
"column": 42
},
"end": {
"line": 32,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1196,
"end": 1197,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shouldPauseGame",
"start": 1205,
"end": 1220,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1220,
"end": 1221,
"loc": {
"start": {
"line": 35,
"column": 19
},
"end": {
"line": 35,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1221,
"end": 1222,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1223,
"end": 1224,
"loc": {
"start": {
"line": 35,
"column": 22
},
"end": {
"line": 35,
"column": 23
}
}
},
{
"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": 1234,
"end": 1240,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"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": 1241,
"end": 1245,
"loc": {
"start": {
"line": 36,
"column": 15
},
"end": {
"line": 36,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1245,
"end": 1246,
"loc": {
"start": {
"line": 36,
"column": 19
},
"end": {
"line": 36,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "shouldPauseRendering",
"start": 1246,
"end": 1266,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1266,
"end": 1267,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1267,
"end": 1268,
"loc": {
"start": {
"line": 36,
"column": 41
},
"end": {
"line": 36,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1268,
"end": 1269,
"loc": {
"start": {
"line": 36,
"column": 42
},
"end": {
"line": 36,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1275,
"end": 1276,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElements",
"start": 1284,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 4
},
"end": {
"line": 39,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1298,
"end": 1299,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 1299,
"end": 1305,
"loc": {
"start": {
"line": 39,
"column": 19
},
"end": {
"line": 39,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1305,
"end": 1306,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 39,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1307,
"end": 1308,
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 39,
"column": 28
}
}
},
{
"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": 1318,
"end": 1324,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "makeDiv",
"start": 1325,
"end": 1332,
"loc": {
"start": {
"line": 40,
"column": 15
},
"end": {
"line": 40,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1332,
"end": 1333,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 1333,
"end": 1339,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1339,
"end": 1340,
"loc": {
"start": {
"line": 40,
"column": 29
},
"end": {
"line": 40,
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ingame_HUD_ModalDialogs",
"start": 1341,
"end": 1366,
"loc": {
"start": {
"line": 40,
"column": 31
},
"end": {
"line": 40,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1366,
"end": 1367,
"loc": {
"start": {
"line": 40,
"column": 56
},
"end": {
"line": 40,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1367,
"end": 1368,
"loc": {
"start": {
"line": 40,
"column": 57
},
"end": {
"line": 40,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1374,
"end": 1375,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " For use outside of the game",
"start": 1383,
"end": 1413,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initializeToElement",
"start": 1419,
"end": 1438,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1438,
"end": 1439,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 1439,
"end": 1446,
"loc": {
"start": {
"line": 44,
"column": 24
},
"end": {
"line": 44,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1446,
"end": 1447,
"loc": {
"start": {
"line": 44,
"column": 31
},
"end": {
"line": 44,
"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": 44,
"column": 33
},
"end": {
"line": 44,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "assert",
"start": 1459,
"end": 1465,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1465,
"end": 1466,
"loc": {
"start": {
"line": 45,
"column": 14
},
"end": {
"line": 45,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 1466,
"end": 1473,
"loc": {
"start": {
"line": 45,
"column": 15
},
"end": {
"line": 45,
"column": 22
}
}
},
{
"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": 45,
"column": 22
},
"end": {
"line": 45,
"column": 23
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "No element for dialogs given",
"start": 1475,
"end": 1505,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1505,
"end": 1506,
"loc": {
"start": {
"line": 45,
"column": 54
},
"end": {
"line": 45,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1506,
"end": 1507,
"loc": {
"start": {
"line": 45,
"column": 55
},
"end": {
"line": 45,
"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": 1517,
"end": 1521,
"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": 1521,
"end": 1522,
"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": "dialogParent",
"start": 1522,
"end": 1534,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1535,
"end": 1536,
"loc": {
"start": {
"line": 46,
"column": 26
},
"end": {
"line": 46,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "element",
"start": 1537,
"end": 1544,
"loc": {
"start": {
"line": 46,
"column": 28
},
"end": {
"line": 46,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1544,
"end": 1545,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1551,
"end": 1552,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isBlockingOverlay",
"start": 1560,
"end": 1577,
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 49,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1577,
"end": 1578,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1578,
"end": 1579,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1580,
"end": 1581,
"loc": {
"start": {
"line": 49,
"column": 24
},
"end": {
"line": 49,
"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": 1591,
"end": 1597,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"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": 1598,
"end": 1602,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 19
}
}
},
{
"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": 50,
"column": 19
},
"end": {
"line": 50,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 1603,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1614,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 31
},
"end": {
"line": 50,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 1615,
"end": 1621,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 38
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 1622,
"end": 1623,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 40
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1624,
"end": 1625,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1625,
"end": 1626,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1632,
"end": 1633,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " Methods",
"start": 1641,
"end": 1651,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 14
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 1659,
"end": 1769,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showInfo",
"start": 1775,
"end": 1783,
"loc": {
"start": {
"line": 60,
"column": 4
},
"end": {
"line": 60,
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1783,
"end": 1784,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 1784,
"end": 1789,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1789,
"end": 1790,
"loc": {
"start": {
"line": 60,
"column": 18
},
"end": {
"line": 60,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 1791,
"end": 1795,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1795,
"end": 1796,
"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": "buttons",
"start": 1797,
"end": 1804,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1805,
"end": 1806,
"loc": {
"start": {
"line": 60,
"column": 34
},
"end": {
"line": 60,
"column": 35
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1807,
"end": 1808,
"loc": {
"start": {
"line": 60,
"column": 36
},
"end": {
"line": 60,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ok:good",
"start": 1808,
"end": 1817,
"loc": {
"start": {
"line": 60,
"column": 37
},
"end": {
"line": 60,
"column": 46
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1817,
"end": 1818,
"loc": {
"start": {
"line": 60,
"column": 46
},
"end": {
"line": 60,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1818,
"end": 1819,
"loc": {
"start": {
"line": 60,
"column": 47
},
"end": {
"line": 60,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1820,
"end": 1821,
"loc": {
"start": {
"line": 60,
"column": 49
},
"end": {
"line": 60,
"column": 50
}
}
},
{
"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": 1831,
"end": 1836,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 1837,
"end": 1843,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 61,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1844,
"end": 1845,
"loc": {
"start": {
"line": 61,
"column": 21
},
"end": {
"line": 61,
"column": 22
}
}
},
{
"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": 1846,
"end": 1849,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 61,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Dialog",
"start": 1850,
"end": 1856,
"loc": {
"start": {
"line": 61,
"column": 27
},
"end": {
"line": 61,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1856,
"end": 1857,
"loc": {
"start": {
"line": 61,
"column": 33
},
"end": {
"line": 61,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 61,
"column": 34
},
"end": {
"line": 61,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 1872,
"end": 1875,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1875,
"end": 1876,
"loc": {
"start": {
"line": 62,
"column": 15
},
"end": {
"line": 62,
"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": 1877,
"end": 1881,
"loc": {
"start": {
"line": 62,
"column": 17
},
"end": {
"line": 62,
"column": 21
}
}
},
{
"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": 62,
"column": 21
},
"end": {
"line": 62,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 1882,
"end": 1885,
"loc": {
"start": {
"line": 62,
"column": 22
},
"end": {
"line": 62,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1885,
"end": 1886,
"loc": {
"start": {
"line": 62,
"column": 25
},
"end": {
"line": 62,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 1900,
"end": 1905,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1905,
"end": 1906,
"loc": {
"start": {
"line": 63,
"column": 17
},
"end": {
"line": 63,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 1907,
"end": 1912,
"loc": {
"start": {
"line": 63,
"column": 19
},
"end": {
"line": 63,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1912,
"end": 1913,
"loc": {
"start": {
"line": 63,
"column": 24
},
"end": {
"line": 63,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contentHTML",
"start": 1927,
"end": 1938,
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1938,
"end": 1939,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 1940,
"end": 1944,
"loc": {
"start": {
"line": 64,
"column": 25
},
"end": {
"line": 64,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1944,
"end": 1945,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 1959,
"end": 1966,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1966,
"end": 1967,
"loc": {
"start": {
"line": 65,
"column": 19
},
"end": {
"line": 65,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 1968,
"end": 1975,
"loc": {
"start": {
"line": 65,
"column": 21
},
"end": {
"line": 65,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1975,
"end": 1976,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1990,
"end": 1994,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1994,
"end": 1995,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "info",
"start": 1996,
"end": 2002,
"loc": {
"start": {
"line": 66,
"column": 18
},
"end": {
"line": 66,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2002,
"end": 2003,
"loc": {
"start": {
"line": 66,
"column": 24
},
"end": {
"line": 66,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2014,
"end": 2015,
"loc": {
"start": {
"line": 67,
"column": 9
},
"end": {
"line": 67,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2015,
"end": 2016,
"loc": {
"start": {
"line": 67,
"column": 10
},
"end": {
"line": 67,
"column": 11
}
}
},
{
"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": 2026,
"end": 2030,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2030,
"end": 2031,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 2031,
"end": 2049,
"loc": {
"start": {
"line": 68,
"column": 13
},
"end": {
"line": 68,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2049,
"end": 2050,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 2050,
"end": 2056,
"loc": {
"start": {
"line": 68,
"column": 32
},
"end": {
"line": 68,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2056,
"end": 2057,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2057,
"end": 2058,
"loc": {
"start": {
"line": 68,
"column": 39
},
"end": {
"line": 68,
"column": 40
}
}
},
{
"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": 2070,
"end": 2072,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2073,
"end": 2074,
"loc": {
"start": {
"line": 70,
"column": 11
},
"end": {
"line": 70,
"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": 2074,
"end": 2078,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2078,
"end": 2079,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2079,
"end": 2082,
"loc": {
"start": {
"line": 70,
"column": 17
},
"end": {
"line": 70,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2082,
"end": 2083,
"loc": {
"start": {
"line": 70,
"column": 20
},
"end": {
"line": 70,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2084,
"end": 2085,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 70,
"column": 23
}
}
},
{
"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": 2099,
"end": 2103,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2103,
"end": 2104,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2104,
"end": 2107,
"loc": {
"start": {
"line": 71,
"column": 17
},
"end": {
"line": 71,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2107,
"end": 2108,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sound",
"start": 2108,
"end": 2113,
"loc": {
"start": {
"line": 71,
"column": 21
},
"end": {
"line": 71,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2113,
"end": 2114,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "playUiSound",
"start": 2114,
"end": 2125,
"loc": {
"start": {
"line": 71,
"column": 27
},
"end": {
"line": 71,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2125,
"end": 2126,
"loc": {
"start": {
"line": 71,
"column": 38
},
"end": {
"line": 71,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SOUNDS",
"start": 2126,
"end": 2132,
"loc": {
"start": {
"line": 71,
"column": 39
},
"end": {
"line": 71,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2132,
"end": 2133,
"loc": {
"start": {
"line": 71,
"column": 45
},
"end": {
"line": 71,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogOk",
"start": 2133,
"end": 2141,
"loc": {
"start": {
"line": 71,
"column": 46
},
"end": {
"line": 71,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2141,
"end": 2142,
"loc": {
"start": {
"line": 71,
"column": 54
},
"end": {
"line": 71,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2142,
"end": 2143,
"loc": {
"start": {
"line": 71,
"column": 55
},
"end": {
"line": 71,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2153,
"end": 2154,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 9
}
}
},
{
"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": 2166,
"end": 2172,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 2173,
"end": 2179,
"loc": {
"start": {
"line": 74,
"column": 15
},
"end": {
"line": 74,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2179,
"end": 2180,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 2180,
"end": 2193,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2193,
"end": 2194,
"loc": {
"start": {
"line": 74,
"column": 35
},
"end": {
"line": 74,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2200,
"end": 2201,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} title\r\n * @param {string} text\r\n * @param {Array<string>} buttons\r\n ",
"start": 2209,
"end": 2319,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 81,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showWarning",
"start": 2325,
"end": 2336,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2336,
"end": 2337,
"loc": {
"start": {
"line": 82,
"column": 15
},
"end": {
"line": 82,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 2337,
"end": 2342,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2342,
"end": 2343,
"loc": {
"start": {
"line": 82,
"column": 21
},
"end": {
"line": 82,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 2344,
"end": 2348,
"loc": {
"start": {
"line": 82,
"column": 23
},
"end": {
"line": 82,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2348,
"end": 2349,
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 2350,
"end": 2357,
"loc": {
"start": {
"line": 82,
"column": 29
},
"end": {
"line": 82,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2358,
"end": 2359,
"loc": {
"start": {
"line": 82,
"column": 37
},
"end": {
"line": 82,
"column": 38
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2360,
"end": 2361,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"column": 40
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ok:good",
"start": 2361,
"end": 2370,
"loc": {
"start": {
"line": 82,
"column": 40
},
"end": {
"line": 82,
"column": 49
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2370,
"end": 2371,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2371,
"end": 2372,
"loc": {
"start": {
"line": 82,
"column": 50
},
"end": {
"line": 82,
"column": 51
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2373,
"end": 2374,
"loc": {
"start": {
"line": 82,
"column": 52
},
"end": {
"line": 82,
"column": 53
}
}
},
{
"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": 2384,
"end": 2389,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 2390,
"end": 2396,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 83,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2397,
"end": 2398,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 22
}
}
},
{
"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": 2399,
"end": 2402,
"loc": {
"start": {
"line": 83,
"column": 23
},
"end": {
"line": 83,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Dialog",
"start": 2403,
"end": 2409,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2409,
"end": 2410,
"loc": {
"start": {
"line": 83,
"column": 33
},
"end": {
"line": 83,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2410,
"end": 2411,
"loc": {
"start": {
"line": 83,
"column": 34
},
"end": {
"line": 83,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2425,
"end": 2428,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2428,
"end": 2429,
"loc": {
"start": {
"line": 84,
"column": 15
},
"end": {
"line": 84,
"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": 2430,
"end": 2434,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 21
}
}
},
{
"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": 84,
"column": 21
},
"end": {
"line": 84,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2435,
"end": 2438,
"loc": {
"start": {
"line": 84,
"column": 22
},
"end": {
"line": 84,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2438,
"end": 2439,
"loc": {
"start": {
"line": 84,
"column": 25
},
"end": {
"line": 84,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 2453,
"end": 2458,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2458,
"end": 2459,
"loc": {
"start": {
"line": 85,
"column": 17
},
"end": {
"line": 85,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 2460,
"end": 2465,
"loc": {
"start": {
"line": 85,
"column": 19
},
"end": {
"line": 85,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2465,
"end": 2466,
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contentHTML",
"start": 2480,
"end": 2491,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2491,
"end": 2492,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "text",
"start": 2493,
"end": 2497,
"loc": {
"start": {
"line": 86,
"column": 25
},
"end": {
"line": 86,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2497,
"end": 2498,
"loc": {
"start": {
"line": 86,
"column": 29
},
"end": {
"line": 86,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 2512,
"end": 2519,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2519,
"end": 2520,
"loc": {
"start": {
"line": 87,
"column": 19
},
"end": {
"line": 87,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 2521,
"end": 2528,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2528,
"end": 2529,
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2543,
"end": 2547,
"loc": {
"start": {
"line": 88,
"column": 12
},
"end": {
"line": 88,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2547,
"end": 2548,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "warning",
"start": 2549,
"end": 2558,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2558,
"end": 2559,
"loc": {
"start": {
"line": 88,
"column": 27
},
"end": {
"line": 88,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2569,
"end": 2570,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2570,
"end": 2571,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2571,
"end": 2572,
"loc": {
"start": {
"line": 89,
"column": 10
},
"end": {
"line": 89,
"column": 11
}
}
},
{
"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": 2582,
"end": 2586,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2586,
"end": 2587,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 2587,
"end": 2605,
"loc": {
"start": {
"line": 90,
"column": 13
},
"end": {
"line": 90,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2605,
"end": 2606,
"loc": {
"start": {
"line": 90,
"column": 31
},
"end": {
"line": 90,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 2606,
"end": 2612,
"loc": {
"start": {
"line": 90,
"column": 32
},
"end": {
"line": 90,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2612,
"end": 2613,
"loc": {
"start": {
"line": 90,
"column": 38
},
"end": {
"line": 90,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2613,
"end": 2614,
"loc": {
"start": {
"line": 90,
"column": 39
},
"end": {
"line": 90,
"column": 40
}
}
},
{
"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": 2626,
"end": 2628,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2629,
"end": 2630,
"loc": {
"start": {
"line": 92,
"column": 11
},
"end": {
"line": 92,
"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": 2630,
"end": 2634,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2634,
"end": 2635,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2635,
"end": 2638,
"loc": {
"start": {
"line": 92,
"column": 17
},
"end": {
"line": 92,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2638,
"end": 2639,
"loc": {
"start": {
"line": 92,
"column": 20
},
"end": {
"line": 92,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2640,
"end": 2641,
"loc": {
"start": {
"line": 92,
"column": 22
},
"end": {
"line": 92,
"column": 23
}
}
},
{
"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": 2655,
"end": 2659,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2659,
"end": 2660,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2660,
"end": 2663,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2663,
"end": 2664,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sound",
"start": 2664,
"end": 2669,
"loc": {
"start": {
"line": 93,
"column": 21
},
"end": {
"line": 93,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2669,
"end": 2670,
"loc": {
"start": {
"line": 93,
"column": 26
},
"end": {
"line": 93,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "playUiSound",
"start": 2670,
"end": 2681,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2681,
"end": 2682,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SOUNDS",
"start": 2682,
"end": 2688,
"loc": {
"start": {
"line": 93,
"column": 39
},
"end": {
"line": 93,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2688,
"end": 2689,
"loc": {
"start": {
"line": 93,
"column": 45
},
"end": {
"line": 93,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogError",
"start": 2689,
"end": 2700,
"loc": {
"start": {
"line": 93,
"column": 46
},
"end": {
"line": 93,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2700,
"end": 2701,
"loc": {
"start": {
"line": 93,
"column": 57
},
"end": {
"line": 93,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2701,
"end": 2702,
"loc": {
"start": {
"line": 93,
"column": 58
},
"end": {
"line": 93,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2712,
"end": 2713,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 9
}
}
},
{
"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": 2725,
"end": 2731,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 2732,
"end": 2738,
"loc": {
"start": {
"line": 96,
"column": 15
},
"end": {
"line": 96,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2738,
"end": 2739,
"loc": {
"start": {
"line": 96,
"column": 21
},
"end": {
"line": 96,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 2739,
"end": 2752,
"loc": {
"start": {
"line": 96,
"column": 22
},
"end": {
"line": 96,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2752,
"end": 2753,
"loc": {
"start": {
"line": 96,
"column": 35
},
"end": {
"line": 96,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2759,
"end": 2760,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @param {string} feature\r\n * @param {string} textPrefab\r\n ",
"start": 2768,
"end": 2847,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 102,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showFeatureRestrictionInfo",
"start": 2853,
"end": 2879,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2879,
"end": 2880,
"loc": {
"start": {
"line": 103,
"column": 30
},
"end": {
"line": 103,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 2880,
"end": 2887,
"loc": {
"start": {
"line": 103,
"column": 31
},
"end": {
"line": 103,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2887,
"end": 2888,
"loc": {
"start": {
"line": 103,
"column": 38
},
"end": {
"line": 103,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "textPrefab",
"start": 2889,
"end": 2899,
"loc": {
"start": {
"line": 103,
"column": 40
},
"end": {
"line": 103,
"column": 50
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2900,
"end": 2901,
"loc": {
"start": {
"line": 103,
"column": 51
},
"end": {
"line": 103,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 2902,
"end": 2903,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2903,
"end": 2904,
"loc": {
"start": {
"line": 103,
"column": 54
},
"end": {
"line": 103,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 2904,
"end": 2911,
"loc": {
"start": {
"line": 103,
"column": 55
},
"end": {
"line": 103,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2911,
"end": 2912,
"loc": {
"start": {
"line": 103,
"column": 62
},
"end": {
"line": 103,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "featureRestriction",
"start": 2912,
"end": 2930,
"loc": {
"start": {
"line": 103,
"column": 63
},
"end": {
"line": 103,
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2930,
"end": 2931,
"loc": {
"start": {
"line": 103,
"column": 81
},
"end": {
"line": 103,
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "desc",
"start": 2931,
"end": 2935,
"loc": {
"start": {
"line": 103,
"column": 82
},
"end": {
"line": 103,
"column": 86
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2935,
"end": 2936,
"loc": {
"start": {
"line": 103,
"column": 86
},
"end": {
"line": 103,
"column": 87
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2937,
"end": 2938,
"loc": {
"start": {
"line": 103,
"column": 88
},
"end": {
"line": 103,
"column": 89
}
}
},
{
"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": 2948,
"end": 2953,
"loc": {
"start": {
"line": 104,
"column": 8
},
"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": "dialog",
"start": 2954,
"end": 2960,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 104,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2961,
"end": 2962,
"loc": {
"start": {
"line": 104,
"column": 21
},
"end": {
"line": 104,
"column": 22
}
}
},
{
"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": 2963,
"end": 2966,
"loc": {
"start": {
"line": 104,
"column": 23
},
"end": {
"line": 104,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Dialog",
"start": 2967,
"end": 2973,
"loc": {
"start": {
"line": 104,
"column": 27
},
"end": {
"line": 104,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2973,
"end": 2974,
"loc": {
"start": {
"line": 104,
"column": 33
},
"end": {
"line": 104,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2974,
"end": 2975,
"loc": {
"start": {
"line": 104,
"column": 34
},
"end": {
"line": 104,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2989,
"end": 2992,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2992,
"end": 2993,
"loc": {
"start": {
"line": 105,
"column": 15
},
"end": {
"line": 105,
"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": 2994,
"end": 2998,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 21
}
}
},
{
"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": 105,
"column": 21
},
"end": {
"line": 105,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 2999,
"end": 3002,
"loc": {
"start": {
"line": 105,
"column": 22
},
"end": {
"line": 105,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3002,
"end": 3003,
"loc": {
"start": {
"line": 105,
"column": 25
},
"end": {
"line": 105,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 3017,
"end": 3022,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3022,
"end": 3023,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "T",
"start": 3024,
"end": 3025,
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3025,
"end": 3026,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogs",
"start": 3026,
"end": 3033,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3033,
"end": 3034,
"loc": {
"start": {
"line": 106,
"column": 28
},
"end": {
"line": 106,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "featureRestriction",
"start": 3034,
"end": 3052,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3052,
"end": 3053,
"loc": {
"start": {
"line": 106,
"column": 47
},
"end": {
"line": 106,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 3053,
"end": 3058,
"loc": {
"start": {
"line": 106,
"column": 48
},
"end": {
"line": 106,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3058,
"end": 3059,
"loc": {
"start": {
"line": 106,
"column": 53
},
"end": {
"line": 106,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contentHTML",
"start": 3073,
"end": 3084,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 23
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3084,
"end": 3085,
"loc": {
"start": {
"line": 107,
"column": 23
},
"end": {
"line": 107,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "textPrefab",
"start": 3086,
"end": 3096,
"loc": {
"start": {
"line": 107,
"column": 25
},
"end": {
"line": 107,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3096,
"end": 3097,
"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": "replace",
"start": 3097,
"end": 3104,
"loc": {
"start": {
"line": 107,
"column": 36
},
"end": {
"line": 107,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3104,
"end": 3105,
"loc": {
"start": {
"line": 107,
"column": 43
},
"end": {
"line": 107,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<feature>",
"start": 3105,
"end": 3116,
"loc": {
"start": {
"line": 107,
"column": 44
},
"end": {
"line": 107,
"column": 55
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3116,
"end": 3117,
"loc": {
"start": {
"line": 107,
"column": 55
},
"end": {
"line": 107,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "feature",
"start": 3118,
"end": 3125,
"loc": {
"start": {
"line": 107,
"column": 57
},
"end": {
"line": 107,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3125,
"end": 3126,
"loc": {
"start": {
"line": 107,
"column": 64
},
"end": {
"line": 107,
"column": 65
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3126,
"end": 3127,
"loc": {
"start": {
"line": 107,
"column": 65
},
"end": {
"line": 107,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttons",
"start": 3141,
"end": 3148,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3148,
"end": 3149,
"loc": {
"start": {
"line": 108,
"column": 19
},
"end": {
"line": 108,
"column": 20
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3150,
"end": 3151,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "cancel:bad",
"start": 3151,
"end": 3163,
"loc": {
"start": {
"line": 108,
"column": 22
},
"end": {
"line": 108,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3163,
"end": 3164,
"loc": {
"start": {
"line": 108,
"column": 34
},
"end": {
"line": 108,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "getStandalone:good",
"start": 3165,
"end": 3185,
"loc": {
"start": {
"line": 108,
"column": 36
},
"end": {
"line": 108,
"column": 56
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3185,
"end": 3186,
"loc": {
"start": {
"line": 108,
"column": 56
},
"end": {
"line": 108,
"column": 57
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3186,
"end": 3187,
"loc": {
"start": {
"line": 108,
"column": 57
},
"end": {
"line": 108,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 3201,
"end": 3205,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3205,
"end": 3206,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "warning",
"start": 3207,
"end": 3216,
"loc": {
"start": {
"line": 109,
"column": 18
},
"end": {
"line": 109,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3216,
"end": 3217,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3227,
"end": 3228,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3228,
"end": 3229,
"loc": {
"start": {
"line": 110,
"column": 9
},
"end": {
"line": 110,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3229,
"end": 3230,
"loc": {
"start": {
"line": 110,
"column": 10
},
"end": {
"line": 110,
"column": 11
}
}
},
{
"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": 3240,
"end": 3244,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3244,
"end": 3245,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 3245,
"end": 3263,
"loc": {
"start": {
"line": 111,
"column": 13
},
"end": {
"line": 111,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3263,
"end": 3264,
"loc": {
"start": {
"line": 111,
"column": 31
},
"end": {
"line": 111,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 3264,
"end": 3270,
"loc": {
"start": {
"line": 111,
"column": 32
},
"end": {
"line": 111,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3270,
"end": 3271,
"loc": {
"start": {
"line": 111,
"column": 38
},
"end": {
"line": 111,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3271,
"end": 3272,
"loc": {
"start": {
"line": 111,
"column": 39
},
"end": {
"line": 111,
"column": 40
}
}
},
{
"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": 3284,
"end": 3286,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3287,
"end": 3288,
"loc": {
"start": {
"line": 113,
"column": 11
},
"end": {
"line": 113,
"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": 3288,
"end": 3292,
"loc": {
"start": {
"line": 113,
"column": 12
},
"end": {
"line": 113,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3292,
"end": 3293,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 3293,
"end": 3296,
"loc": {
"start": {
"line": 113,
"column": 17
},
"end": {
"line": 113,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3296,
"end": 3297,
"loc": {
"start": {
"line": 113,
"column": 20
},
"end": {
"line": 113,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3298,
"end": 3299,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 113,
"column": 23
}
}
},
{
"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": 3313,
"end": 3317,
"loc": {
"start": {
"line": 114,
"column": 12
},
"end": {
"line": 114,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3317,
"end": 3318,
"loc": {
"start": {
"line": 114,
"column": 16
},
"end": {
"line": 114,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 3318,
"end": 3321,
"loc": {
"start": {
"line": 114,
"column": 17
},
"end": {
"line": 114,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3321,
"end": 3322,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 114,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sound",
"start": 3322,
"end": 3327,
"loc": {
"start": {
"line": 114,
"column": 21
},
"end": {
"line": 114,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3327,
"end": 3328,
"loc": {
"start": {
"line": 114,
"column": 26
},
"end": {
"line": 114,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "playUiSound",
"start": 3328,
"end": 3339,
"loc": {
"start": {
"line": 114,
"column": 27
},
"end": {
"line": 114,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3339,
"end": 3340,
"loc": {
"start": {
"line": 114,
"column": 38
},
"end": {
"line": 114,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SOUNDS",
"start": 3340,
"end": 3346,
"loc": {
"start": {
"line": 114,
"column": 39
},
"end": {
"line": 114,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3346,
"end": 3347,
"loc": {
"start": {
"line": 114,
"column": 45
},
"end": {
"line": 114,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogOk",
"start": 3347,
"end": 3355,
"loc": {
"start": {
"line": 114,
"column": 46
},
"end": {
"line": 114,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3355,
"end": 3356,
"loc": {
"start": {
"line": 114,
"column": 54
},
"end": {
"line": 114,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3356,
"end": 3357,
"loc": {
"start": {
"line": 114,
"column": 55
},
"end": {
"line": 114,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3367,
"end": 3368,
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"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": 3380,
"end": 3384,
"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": 3384,
"end": 3385,
"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": "app",
"start": 3385,
"end": 3388,
"loc": {
"start": {
"line": 117,
"column": 13
},
"end": {
"line": 117,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3388,
"end": 3389,
"loc": {
"start": {
"line": 117,
"column": 16
},
"end": {
"line": 117,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "analytics",
"start": 3389,
"end": 3398,
"loc": {
"start": {
"line": 117,
"column": 17
},
"end": {
"line": 117,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3398,
"end": 3399,
"loc": {
"start": {
"line": 117,
"column": 26
},
"end": {
"line": 117,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "trackUiClick",
"start": 3399,
"end": 3411,
"loc": {
"start": {
"line": 117,
"column": 27
},
"end": {
"line": 117,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3411,
"end": 3412,
"loc": {
"start": {
"line": 117,
"column": 39
},
"end": {
"line": 117,
"column": 40
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "demo_dialog_show",
"start": 3412,
"end": 3430,
"loc": {
"start": {
"line": 117,
"column": 40
},
"end": {
"line": 117,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3430,
"end": 3431,
"loc": {
"start": {
"line": 117,
"column": 58
},
"end": {
"line": 117,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3431,
"end": 3432,
"loc": {
"start": {
"line": 117,
"column": 59
},
"end": {
"line": 117,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 3444,
"end": 3450,
"loc": {
"start": {
"line": 119,
"column": 8
},
"end": {
"line": 119,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3450,
"end": 3451,
"loc": {
"start": {
"line": 119,
"column": 14
},
"end": {
"line": 119,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 3451,
"end": 3464,
"loc": {
"start": {
"line": 119,
"column": 15
},
"end": {
"line": 119,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3464,
"end": 3465,
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cancel",
"start": 3465,
"end": 3471,
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3471,
"end": 3472,
"loc": {
"start": {
"line": 119,
"column": 35
},
"end": {
"line": 119,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 3472,
"end": 3475,
"loc": {
"start": {
"line": 119,
"column": 36
},
"end": {
"line": 119,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3475,
"end": 3476,
"loc": {
"start": {
"line": 119,
"column": 39
},
"end": {
"line": 119,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3476,
"end": 3477,
"loc": {
"start": {
"line": 119,
"column": 40
},
"end": {
"line": 119,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3477,
"end": 3478,
"loc": {
"start": {
"line": 119,
"column": 41
},
"end": {
"line": 119,
"column": 42
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3479,
"end": 3481,
"loc": {
"start": {
"line": 119,
"column": 43
},
"end": {
"line": 119,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3482,
"end": 3483,
"loc": {
"start": {
"line": 119,
"column": 46
},
"end": {
"line": 119,
"column": 47
}
}
},
{
"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": 3497,
"end": 3501,
"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": 3501,
"end": 3502,
"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": "app",
"start": 3502,
"end": 3505,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3505,
"end": 3506,
"loc": {
"start": {
"line": 120,
"column": 20
},
"end": {
"line": 120,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "analytics",
"start": 3506,
"end": 3515,
"loc": {
"start": {
"line": 120,
"column": 21
},
"end": {
"line": 120,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3515,
"end": 3516,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "trackUiClick",
"start": 3516,
"end": 3528,
"loc": {
"start": {
"line": 120,
"column": 31
},
"end": {
"line": 120,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3528,
"end": 3529,
"loc": {
"start": {
"line": 120,
"column": 43
},
"end": {
"line": 120,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "demo_dialog_cancel",
"start": 3529,
"end": 3549,
"loc": {
"start": {
"line": 120,
"column": 44
},
"end": {
"line": 120,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3549,
"end": 3550,
"loc": {
"start": {
"line": 120,
"column": 64
},
"end": {
"line": 120,
"column": 65
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3550,
"end": 3551,
"loc": {
"start": {
"line": 120,
"column": 65
},
"end": {
"line": 120,
"column": 66
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3561,
"end": 3562,
"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": 3562,
"end": 3563,
"loc": {
"start": {
"line": 121,
"column": 9
},
"end": {
"line": 121,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3563,
"end": 3564,
"loc": {
"start": {
"line": 121,
"column": 10
},
"end": {
"line": 121,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 3576,
"end": 3582,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3582,
"end": 3583,
"loc": {
"start": {
"line": 123,
"column": 14
},
"end": {
"line": 123,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 3583,
"end": 3596,
"loc": {
"start": {
"line": 123,
"column": 15
},
"end": {
"line": 123,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3596,
"end": 3597,
"loc": {
"start": {
"line": 123,
"column": 28
},
"end": {
"line": 123,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getStandalone",
"start": 3597,
"end": 3610,
"loc": {
"start": {
"line": 123,
"column": 29
},
"end": {
"line": 123,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3610,
"end": 3611,
"loc": {
"start": {
"line": 123,
"column": 42
},
"end": {
"line": 123,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 3611,
"end": 3614,
"loc": {
"start": {
"line": 123,
"column": 43
},
"end": {
"line": 123,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3614,
"end": 3615,
"loc": {
"start": {
"line": 123,
"column": 46
},
"end": {
"line": 123,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3615,
"end": 3616,
"loc": {
"start": {
"line": 123,
"column": 47
},
"end": {
"line": 123,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3616,
"end": 3617,
"loc": {
"start": {
"line": 123,
"column": 48
},
"end": {
"line": 123,
"column": 49
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3618,
"end": 3620,
"loc": {
"start": {
"line": 123,
"column": 50
},
"end": {
"line": 123,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3621,
"end": 3622,
"loc": {
"start": {
"line": 123,
"column": 53
},
"end": {
"line": 123,
"column": 54
}
}
},
{
"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": 3636,
"end": 3640,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3640,
"end": 3641,
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 3641,
"end": 3644,
"loc": {
"start": {
"line": 124,
"column": 17
},
"end": {
"line": 124,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3644,
"end": 3645,
"loc": {
"start": {
"line": 124,
"column": 20
},
"end": {
"line": 124,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "analytics",
"start": 3645,
"end": 3654,
"loc": {
"start": {
"line": 124,
"column": 21
},
"end": {
"line": 124,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3654,
"end": 3655,
"loc": {
"start": {
"line": 124,
"column": 30
},
"end": {
"line": 124,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "trackUiClick",
"start": 3655,
"end": 3667,
"loc": {
"start": {
"line": 124,
"column": 31
},
"end": {
"line": 124,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3667,
"end": 3668,
"loc": {
"start": {
"line": 124,
"column": 43
},
"end": {
"line": 124,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "demo_dialog_click",
"start": 3668,
"end": 3687,
"loc": {
"start": {
"line": 124,
"column": 44
},
"end": {
"line": 124,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3687,
"end": 3688,
"loc": {
"start": {
"line": 124,
"column": 63
},
"end": {
"line": 124,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3688,
"end": 3689,
"loc": {
"start": {
"line": 124,
"column": 64
},
"end": {
"line": 124,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "window",
"start": 3703,
"end": 3709,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3709,
"end": 3710,
"loc": {
"start": {
"line": 125,
"column": 18
},
"end": {
"line": 125,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "open",
"start": 3710,
"end": 3714,
"loc": {
"start": {
"line": 125,
"column": 19
},
"end": {
"line": 125,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3714,
"end": 3715,
"loc": {
"start": {
"line": 125,
"column": 23
},
"end": {
"line": 125,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "THIRDPARTY_URLS",
"start": 3715,
"end": 3730,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3730,
"end": 3731,
"loc": {
"start": {
"line": 125,
"column": 39
},
"end": {
"line": 125,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "standaloneStorePage",
"start": 3731,
"end": 3750,
"loc": {
"start": {
"line": 125,
"column": 40
},
"end": {
"line": 125,
"column": 59
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 3751,
"end": 3752,
"loc": {
"start": {
"line": 125,
"column": 60
},
"end": {
"line": 125,
"column": 61
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "?ref=ddc",
"start": 3753,
"end": 3763,
"loc": {
"start": {
"line": 125,
"column": 62
},
"end": {
"line": 125,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3763,
"end": 3764,
"loc": {
"start": {
"line": 125,
"column": 72
},
"end": {
"line": 125,
"column": 73
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3764,
"end": 3765,
"loc": {
"start": {
"line": 125,
"column": 73
},
"end": {
"line": 125,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3775,
"end": 3776,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3776,
"end": 3777,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3777,
"end": 3778,
"loc": {
"start": {
"line": 126,
"column": 10
},
"end": {
"line": 126,
"column": 11
}
}
},
{
"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": 3790,
"end": 3796,
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 3797,
"end": 3803,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3803,
"end": 3804,
"loc": {
"start": {
"line": 128,
"column": 21
},
"end": {
"line": 128,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 3804,
"end": 3817,
"loc": {
"start": {
"line": 128,
"column": 22
},
"end": {
"line": 128,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3817,
"end": 3818,
"loc": {
"start": {
"line": 128,
"column": 35
},
"end": {
"line": 128,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3824,
"end": 3825,
"loc": {
"start": {
"line": 129,
"column": 4
},
"end": {
"line": 129,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showOptionChooser",
"start": 3833,
"end": 3850,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3850,
"end": 3851,
"loc": {
"start": {
"line": 131,
"column": 21
},
"end": {
"line": 131,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 3851,
"end": 3856,
"loc": {
"start": {
"line": 131,
"column": 22
},
"end": {
"line": 131,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3856,
"end": 3857,
"loc": {
"start": {
"line": 131,
"column": 27
},
"end": {
"line": 131,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 3858,
"end": 3865,
"loc": {
"start": {
"line": 131,
"column": 29
},
"end": {
"line": 131,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3865,
"end": 3866,
"loc": {
"start": {
"line": 131,
"column": 36
},
"end": {
"line": 131,
"column": 37
}
}
},
{
"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": 131,
"column": 38
},
"end": {
"line": 131,
"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": 3878,
"end": 3883,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 3884,
"end": 3890,
"loc": {
"start": {
"line": 132,
"column": 14
},
"end": {
"line": 132,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3891,
"end": 3892,
"loc": {
"start": {
"line": 132,
"column": 21
},
"end": {
"line": 132,
"column": 22
}
}
},
{
"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": 3893,
"end": 3896,
"loc": {
"start": {
"line": 132,
"column": 23
},
"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": "DialogOptionChooser",
"start": 3897,
"end": 3916,
"loc": {
"start": {
"line": 132,
"column": 27
},
"end": {
"line": 132,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3916,
"end": 3917,
"loc": {
"start": {
"line": 132,
"column": 46
},
"end": {
"line": 132,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3917,
"end": 3918,
"loc": {
"start": {
"line": 132,
"column": 47
},
"end": {
"line": 132,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 3932,
"end": 3935,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 15
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3935,
"end": 3936,
"loc": {
"start": {
"line": 133,
"column": 15
},
"end": {
"line": 133,
"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": 3937,
"end": 3941,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3941,
"end": 3942,
"loc": {
"start": {
"line": 133,
"column": 21
},
"end": {
"line": 133,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 3942,
"end": 3945,
"loc": {
"start": {
"line": 133,
"column": 22
},
"end": {
"line": 133,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3945,
"end": 3946,
"loc": {
"start": {
"line": 133,
"column": 25
},
"end": {
"line": 133,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "title",
"start": 3960,
"end": 3965,
"loc": {
"start": {
"line": 134,
"column": 12
},
"end": {
"line": 134,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3965,
"end": 3966,
"loc": {
"start": {
"line": 134,
"column": 17
},
"end": {
"line": 134,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
"start": 3980,
"end": 3987,
"loc": {
"start": {
"line": 135,
"column": 12
},
"end": {
"line": 135,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3987,
"end": 3988,
"loc": {
"start": {
"line": 135,
"column": 19
},
"end": {
"line": 135,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3998,
"end": 3999,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 136,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3999,
"end": 4000,
"loc": {
"start": {
"line": 136,
"column": 9
},
"end": {
"line": 136,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4000,
"end": 4001,
"loc": {
"start": {
"line": 136,
"column": 10
},
"end": {
"line": 136,
"column": 11
}
}
},
{
"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": 4011,
"end": 4015,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4015,
"end": 4016,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 4016,
"end": 4034,
"loc": {
"start": {
"line": 137,
"column": 13
},
"end": {
"line": 137,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4034,
"end": 4035,
"loc": {
"start": {
"line": 137,
"column": 31
},
"end": {
"line": 137,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4035,
"end": 4041,
"loc": {
"start": {
"line": 137,
"column": 32
},
"end": {
"line": 137,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4041,
"end": 4042,
"loc": {
"start": {
"line": 137,
"column": 38
},
"end": {
"line": 137,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4042,
"end": 4043,
"loc": {
"start": {
"line": 137,
"column": 39
},
"end": {
"line": 137,
"column": 40
}
}
},
{
"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": 4053,
"end": 4059,
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4060,
"end": 4066,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4066,
"end": 4067,
"loc": {
"start": {
"line": 138,
"column": 21
},
"end": {
"line": 138,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonSignals",
"start": 4067,
"end": 4080,
"loc": {
"start": {
"line": 138,
"column": 22
},
"end": {
"line": 138,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4080,
"end": 4081,
"loc": {
"start": {
"line": 138,
"column": 35
},
"end": {
"line": 138,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4087,
"end": 4088,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " Returns method to be called when laoding finishd",
"start": 4096,
"end": 4147,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showLoadingDialog",
"start": 4153,
"end": 4170,
"loc": {
"start": {
"line": 142,
"column": 4
},
"end": {
"line": 142,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4170,
"end": 4171,
"loc": {
"start": {
"line": 142,
"column": 21
},
"end": {
"line": 142,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4171,
"end": 4172,
"loc": {
"start": {
"line": 142,
"column": 22
},
"end": {
"line": 142,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4173,
"end": 4174,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 25
}
}
},
{
"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": 4184,
"end": 4189,
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4190,
"end": 4196,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 143,
"column": 20
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4197,
"end": 4198,
"loc": {
"start": {
"line": 143,
"column": 21
},
"end": {
"line": 143,
"column": 22
}
}
},
{
"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": 4199,
"end": 4202,
"loc": {
"start": {
"line": 143,
"column": 23
},
"end": {
"line": 143,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "DialogLoading",
"start": 4203,
"end": 4216,
"loc": {
"start": {
"line": 143,
"column": 27
},
"end": {
"line": 143,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4216,
"end": 4217,
"loc": {
"start": {
"line": 143,
"column": 40
},
"end": {
"line": 143,
"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": 4217,
"end": 4221,
"loc": {
"start": {
"line": 143,
"column": 41
},
"end": {
"line": 143,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4221,
"end": 4222,
"loc": {
"start": {
"line": 143,
"column": 45
},
"end": {
"line": 143,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "app",
"start": 4222,
"end": 4225,
"loc": {
"start": {
"line": 143,
"column": 46
},
"end": {
"line": 143,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4225,
"end": 4226,
"loc": {
"start": {
"line": 143,
"column": 49
},
"end": {
"line": 143,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4226,
"end": 4227,
"loc": {
"start": {
"line": 143,
"column": 50
},
"end": {
"line": 143,
"column": 51
}
}
},
{
"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": 4237,
"end": 4241,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4241,
"end": 4242,
"loc": {
"start": {
"line": 144,
"column": 12
},
"end": {
"line": 144,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 4242,
"end": 4260,
"loc": {
"start": {
"line": 144,
"column": 13
},
"end": {
"line": 144,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4260,
"end": 4261,
"loc": {
"start": {
"line": 144,
"column": 31
},
"end": {
"line": 144,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4261,
"end": 4267,
"loc": {
"start": {
"line": 144,
"column": 32
},
"end": {
"line": 144,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4267,
"end": 4268,
"loc": {
"start": {
"line": 144,
"column": 38
},
"end": {
"line": 144,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4268,
"end": 4269,
"loc": {
"start": {
"line": 144,
"column": 39
},
"end": {
"line": 144,
"column": 40
}
}
},
{
"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": 4279,
"end": 4285,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"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": 4286,
"end": 4290,
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4290,
"end": 4291,
"loc": {
"start": {
"line": 145,
"column": 19
},
"end": {
"line": 145,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeDialog",
"start": 4291,
"end": 4302,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4302,
"end": 4303,
"loc": {
"start": {
"line": 145,
"column": 31
},
"end": {
"line": 145,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bind",
"start": 4303,
"end": 4307,
"loc": {
"start": {
"line": 145,
"column": 32
},
"end": {
"line": 145,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4307,
"end": 4308,
"loc": {
"start": {
"line": 145,
"column": 36
},
"end": {
"line": 145,
"column": 37
}
}
},
{
"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": 4308,
"end": 4312,
"loc": {
"start": {
"line": 145,
"column": 37
},
"end": {
"line": 145,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4312,
"end": 4313,
"loc": {
"start": {
"line": 145,
"column": 41
},
"end": {
"line": 145,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4314,
"end": 4320,
"loc": {
"start": {
"line": 145,
"column": 43
},
"end": {
"line": 145,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4320,
"end": 4321,
"loc": {
"start": {
"line": 145,
"column": 49
},
"end": {
"line": 145,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4321,
"end": 4322,
"loc": {
"start": {
"line": 145,
"column": 50
},
"end": {
"line": 145,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4328,
"end": 4329,
"loc": {
"start": {
"line": 146,
"column": 4
},
"end": {
"line": 146,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "internalShowDialog",
"start": 4337,
"end": 4355,
"loc": {
"start": {
"line": 148,
"column": 4
},
"end": {
"line": 148,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4355,
"end": 4356,
"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": "dialog",
"start": 4356,
"end": 4362,
"loc": {
"start": {
"line": 148,
"column": 23
},
"end": {
"line": 148,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4362,
"end": 4363,
"loc": {
"start": {
"line": 148,
"column": 29
},
"end": {
"line": 148,
"column": 30
}
}
},
{
"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": 148,
"column": 31
},
"end": {
"line": 148,
"column": 32
}
}
},
{
"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": 4375,
"end": 4380,
"loc": {
"start": {
"line": 149,
"column": 8
},
"end": {
"line": 149,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elem",
"start": 4381,
"end": 4385,
"loc": {
"start": {
"line": 149,
"column": 14
},
"end": {
"line": 149,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4386,
"end": 4387,
"loc": {
"start": {
"line": 149,
"column": 19
},
"end": {
"line": 149,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4388,
"end": 4394,
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4394,
"end": 4395,
"loc": {
"start": {
"line": 149,
"column": 27
},
"end": {
"line": 149,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElement",
"start": 4395,
"end": 4408,
"loc": {
"start": {
"line": 149,
"column": 28
},
"end": {
"line": 149,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4408,
"end": 4409,
"loc": {
"start": {
"line": 149,
"column": 41
},
"end": {
"line": 149,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4409,
"end": 4410,
"loc": {
"start": {
"line": 149,
"column": 42
},
"end": {
"line": 149,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4410,
"end": 4411,
"loc": {
"start": {
"line": 149,
"column": 43
},
"end": {
"line": 149,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4421,
"end": 4427,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4427,
"end": 4428,
"loc": {
"start": {
"line": 150,
"column": 14
},
"end": {
"line": 150,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setIndex",
"start": 4428,
"end": 4436,
"loc": {
"start": {
"line": 150,
"column": 15
},
"end": {
"line": 150,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4436,
"end": 4437,
"loc": {
"start": {
"line": 150,
"column": 23
},
"end": {
"line": 150,
"column": 24
}
}
},
{
"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": 4437,
"end": 4441,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4441,
"end": 4442,
"loc": {
"start": {
"line": 150,
"column": 28
},
"end": {
"line": 150,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4442,
"end": 4453,
"loc": {
"start": {
"line": 150,
"column": 29
},
"end": {
"line": 150,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4453,
"end": 4454,
"loc": {
"start": {
"line": 150,
"column": 40
},
"end": {
"line": 150,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4454,
"end": 4460,
"loc": {
"start": {
"line": 150,
"column": 41
},
"end": {
"line": 150,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4460,
"end": 4461,
"loc": {
"start": {
"line": 150,
"column": 47
},
"end": {
"line": 150,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4461,
"end": 4462,
"loc": {
"start": {
"line": 150,
"column": 48
},
"end": {
"line": 150,
"column": 49
}
}
},
{
"type": "CommentLine",
"value": " Hide last dialog in queue",
"start": 4474,
"end": 4502,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 36
}
}
},
{
"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": 4512,
"end": 4514,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4515,
"end": 4516,
"loc": {
"start": {
"line": 153,
"column": 11
},
"end": {
"line": 153,
"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": 4516,
"end": 4520,
"loc": {
"start": {
"line": 153,
"column": 12
},
"end": {
"line": 153,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4520,
"end": 4521,
"loc": {
"start": {
"line": 153,
"column": 16
},
"end": {
"line": 153,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4521,
"end": 4532,
"loc": {
"start": {
"line": 153,
"column": 17
},
"end": {
"line": 153,
"column": 28
}
}
},
{
"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": 153,
"column": 28
},
"end": {
"line": 153,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4533,
"end": 4539,
"loc": {
"start": {
"line": 153,
"column": 29
},
"end": {
"line": 153,
"column": 35
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 4540,
"end": 4541,
"loc": {
"start": {
"line": 153,
"column": 36
},
"end": {
"line": 153,
"column": 37
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4542,
"end": 4543,
"loc": {
"start": {
"line": 153,
"column": 38
},
"end": {
"line": 153,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4543,
"end": 4544,
"loc": {
"start": {
"line": 153,
"column": 39
},
"end": {
"line": 153,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4545,
"end": 4546,
"loc": {
"start": {
"line": 153,
"column": 41
},
"end": {
"line": 153,
"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": 4560,
"end": 4564,
"loc": {
"start": {
"line": 154,
"column": 12
},
"end": {
"line": 154,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4564,
"end": 4565,
"loc": {
"start": {
"line": 154,
"column": 16
},
"end": {
"line": 154,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4565,
"end": 4576,
"loc": {
"start": {
"line": 154,
"column": 17
},
"end": {
"line": 154,
"column": 28
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4576,
"end": 4577,
"loc": {
"start": {
"line": 154,
"column": 28
},
"end": {
"line": 154,
"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": 4577,
"end": 4581,
"loc": {
"start": {
"line": 154,
"column": 29
},
"end": {
"line": 154,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4581,
"end": 4582,
"loc": {
"start": {
"line": 154,
"column": 33
},
"end": {
"line": 154,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4582,
"end": 4593,
"loc": {
"start": {
"line": 154,
"column": 34
},
"end": {
"line": 154,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4593,
"end": 4594,
"loc": {
"start": {
"line": 154,
"column": 45
},
"end": {
"line": 154,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4594,
"end": 4600,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 52
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 4601,
"end": 4602,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 54
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 4603,
"end": 4604,
"loc": {
"start": {
"line": 154,
"column": 55
},
"end": {
"line": 154,
"column": 56
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4604,
"end": 4605,
"loc": {
"start": {
"line": 154,
"column": 56
},
"end": {
"line": 154,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4605,
"end": 4606,
"loc": {
"start": {
"line": 154,
"column": 57
},
"end": {
"line": 154,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hide",
"start": 4606,
"end": 4610,
"loc": {
"start": {
"line": 154,
"column": 58
},
"end": {
"line": 154,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4610,
"end": 4611,
"loc": {
"start": {
"line": 154,
"column": 62
},
"end": {
"line": 154,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4611,
"end": 4612,
"loc": {
"start": {
"line": 154,
"column": 63
},
"end": {
"line": 154,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4612,
"end": 4613,
"loc": {
"start": {
"line": 154,
"column": 64
},
"end": {
"line": 154,
"column": 65
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4623,
"end": 4624,
"loc": {
"start": {
"line": 155,
"column": 8
},
"end": {
"line": 155,
"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": 4636,
"end": 4640,
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4640,
"end": 4641,
"loc": {
"start": {
"line": 157,
"column": 12
},
"end": {
"line": 157,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4641,
"end": 4652,
"loc": {
"start": {
"line": 157,
"column": 13
},
"end": {
"line": 157,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4652,
"end": 4653,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4653,
"end": 4657,
"loc": {
"start": {
"line": 157,
"column": 25
},
"end": {
"line": 157,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4657,
"end": 4658,
"loc": {
"start": {
"line": 157,
"column": 29
},
"end": {
"line": 157,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4658,
"end": 4664,
"loc": {
"start": {
"line": 157,
"column": 30
},
"end": {
"line": 157,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4664,
"end": 4665,
"loc": {
"start": {
"line": 157,
"column": 36
},
"end": {
"line": 157,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4665,
"end": 4666,
"loc": {
"start": {
"line": 157,
"column": 37
},
"end": {
"line": 157,
"column": 38
}
}
},
{
"type": "CommentLine",
"value": " Append dialog",
"start": 4678,
"end": 4694,
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4704,
"end": 4710,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4710,
"end": 4711,
"loc": {
"start": {
"line": 160,
"column": 14
},
"end": {
"line": 160,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 4711,
"end": 4715,
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 160,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4715,
"end": 4716,
"loc": {
"start": {
"line": 160,
"column": 19
},
"end": {
"line": 160,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4716,
"end": 4717,
"loc": {
"start": {
"line": 160,
"column": 20
},
"end": {
"line": 160,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4717,
"end": 4718,
"loc": {
"start": {
"line": 160,
"column": 21
},
"end": {
"line": 160,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4728,
"end": 4734,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4734,
"end": 4735,
"loc": {
"start": {
"line": 161,
"column": 14
},
"end": {
"line": 161,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeRequested",
"start": 4735,
"end": 4749,
"loc": {
"start": {
"line": 161,
"column": 15
},
"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": 4749,
"end": 4750,
"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": "add",
"start": 4750,
"end": 4753,
"loc": {
"start": {
"line": 161,
"column": 30
},
"end": {
"line": 161,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4753,
"end": 4754,
"loc": {
"start": {
"line": 161,
"column": 33
},
"end": {
"line": 161,
"column": 34
}
}
},
{
"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": 4754,
"end": 4758,
"loc": {
"start": {
"line": 161,
"column": 34
},
"end": {
"line": 161,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4758,
"end": 4759,
"loc": {
"start": {
"line": 161,
"column": 38
},
"end": {
"line": 161,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeDialog",
"start": 4759,
"end": 4770,
"loc": {
"start": {
"line": 161,
"column": 39
},
"end": {
"line": 161,
"column": 50
}
}
},
{
"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": 161,
"column": 50
},
"end": {
"line": 161,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bind",
"start": 4771,
"end": 4775,
"loc": {
"start": {
"line": 161,
"column": 51
},
"end": {
"line": 161,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4775,
"end": 4776,
"loc": {
"start": {
"line": 161,
"column": 55
},
"end": {
"line": 161,
"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": 4776,
"end": 4780,
"loc": {
"start": {
"line": 161,
"column": 56
},
"end": {
"line": 161,
"column": 60
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4780,
"end": 4781,
"loc": {
"start": {
"line": 161,
"column": 60
},
"end": {
"line": 161,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 4782,
"end": 4788,
"loc": {
"start": {
"line": 161,
"column": 62
},
"end": {
"line": 161,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4788,
"end": 4789,
"loc": {
"start": {
"line": 161,
"column": 68
},
"end": {
"line": 161,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4789,
"end": 4790,
"loc": {
"start": {
"line": 161,
"column": 69
},
"end": {
"line": 161,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4790,
"end": 4791,
"loc": {
"start": {
"line": 161,
"column": 70
},
"end": {
"line": 161,
"column": 71
}
}
},
{
"type": "CommentLine",
"value": " Append to HTML",
"start": 4803,
"end": 4820,
"loc": {
"start": {
"line": 163,
"column": 8
},
"end": {
"line": 163,
"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": 4830,
"end": 4834,
"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": 4834,
"end": 4835,
"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": "dialogParent",
"start": 4835,
"end": 4847,
"loc": {
"start": {
"line": 164,
"column": 13
},
"end": {
"line": 164,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4847,
"end": 4848,
"loc": {
"start": {
"line": 164,
"column": 25
},
"end": {
"line": 164,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 4848,
"end": 4859,
"loc": {
"start": {
"line": 164,
"column": 26
},
"end": {
"line": 164,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4859,
"end": 4860,
"loc": {
"start": {
"line": 164,
"column": 37
},
"end": {
"line": 164,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "elem",
"start": 4860,
"end": 4864,
"loc": {
"start": {
"line": 164,
"column": 38
},
"end": {
"line": 164,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4864,
"end": 4865,
"loc": {
"start": {
"line": 164,
"column": 42
},
"end": {
"line": 164,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4865,
"end": 4866,
"loc": {
"start": {
"line": 164,
"column": 43
},
"end": {
"line": 164,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 4878,
"end": 4886,
"loc": {
"start": {
"line": 166,
"column": 8
},
"end": {
"line": 166,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4886,
"end": 4887,
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 4887,
"end": 4891,
"loc": {
"start": {
"line": 166,
"column": 17
},
"end": {
"line": 166,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4891,
"end": 4892,
"loc": {
"start": {
"line": 166,
"column": 21
},
"end": {
"line": 166,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 4892,
"end": 4901,
"loc": {
"start": {
"line": 166,
"column": 22
},
"end": {
"line": 166,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4901,
"end": 4902,
"loc": {
"start": {
"line": 166,
"column": 31
},
"end": {
"line": 166,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 4902,
"end": 4908,
"loc": {
"start": {
"line": 166,
"column": 32
},
"end": {
"line": 166,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4908,
"end": 4909,
"loc": {
"start": {
"line": 166,
"column": 38
},
"end": {
"line": 166,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "modalDialogActive",
"start": 4909,
"end": 4928,
"loc": {
"start": {
"line": 166,
"column": 39
},
"end": {
"line": 166,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4928,
"end": 4929,
"loc": {
"start": {
"line": 166,
"column": 58
},
"end": {
"line": 166,
"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": 4930,
"end": 4934,
"loc": {
"start": {
"line": 166,
"column": 60
},
"end": {
"line": 166,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4934,
"end": 4935,
"loc": {
"start": {
"line": 166,
"column": 64
},
"end": {
"line": 166,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 4935,
"end": 4946,
"loc": {
"start": {
"line": 166,
"column": 65
},
"end": {
"line": 166,
"column": 76
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4946,
"end": 4947,
"loc": {
"start": {
"line": 166,
"column": 76
},
"end": {
"line": 166,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4947,
"end": 4953,
"loc": {
"start": {
"line": 166,
"column": 77
},
"end": {
"line": 166,
"column": 83
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 4954,
"end": 4955,
"loc": {
"start": {
"line": 166,
"column": 84
},
"end": {
"line": 166,
"column": 85
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4956,
"end": 4957,
"loc": {
"start": {
"line": 166,
"column": 86
},
"end": {
"line": 166,
"column": 87
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4957,
"end": 4958,
"loc": {
"start": {
"line": 166,
"column": 87
},
"end": {
"line": 166,
"column": 88
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4958,
"end": 4959,
"loc": {
"start": {
"line": 166,
"column": 88
},
"end": {
"line": 166,
"column": 89
}
}
},
{
"type": "CommentLine",
"value": " IMPORTANT: Attach element directly, otherwise double submit is possible",
"start": 4971,
"end": 5045,
"loc": {
"start": {
"line": 168,
"column": 8
},
"end": {
"line": 168,
"column": 82
}
}
},
{
"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": 5055,
"end": 5059,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5059,
"end": 5060,
"loc": {
"start": {
"line": 169,
"column": 12
},
"end": {
"line": 169,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 5060,
"end": 5066,
"loc": {
"start": {
"line": 169,
"column": 13
},
"end": {
"line": 169,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5066,
"end": 5067,
"loc": {
"start": {
"line": 169,
"column": 19
},
"end": {
"line": 169,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5067,
"end": 5068,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5068,
"end": 5069,
"loc": {
"start": {
"line": 169,
"column": 21
},
"end": {
"line": 169,
"column": 22
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5075,
"end": 5076,
"loc": {
"start": {
"line": 170,
"column": 4
},
"end": {
"line": 170,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 5084,
"end": 5090,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5090,
"end": 5091,
"loc": {
"start": {
"line": 172,
"column": 10
},
"end": {
"line": 172,
"column": 11
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5091,
"end": 5092,
"loc": {
"start": {
"line": 172,
"column": 11
},
"end": {
"line": 172,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5093,
"end": 5094,
"loc": {
"start": {
"line": 172,
"column": 13
},
"end": {
"line": 172,
"column": 14
}
}
},
{
"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": 5104,
"end": 5106,
"loc": {
"start": {
"line": 173,
"column": 8
},
"end": {
"line": 173,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5107,
"end": 5108,
"loc": {
"start": {
"line": 173,
"column": 11
},
"end": {
"line": 173,
"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": 5108,
"end": 5112,
"loc": {
"start": {
"line": 173,
"column": 12
},
"end": {
"line": 173,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5112,
"end": 5113,
"loc": {
"start": {
"line": 173,
"column": 16
},
"end": {
"line": 173,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "domWatcher",
"start": 5113,
"end": 5123,
"loc": {
"start": {
"line": 173,
"column": 17
},
"end": {
"line": 173,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5123,
"end": 5124,
"loc": {
"start": {
"line": 173,
"column": 27
},
"end": {
"line": 173,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5125,
"end": 5126,
"loc": {
"start": {
"line": 173,
"column": 29
},
"end": {
"line": 173,
"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": 5140,
"end": 5144,
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5144,
"end": 5145,
"loc": {
"start": {
"line": 174,
"column": 16
},
"end": {
"line": 174,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "domWatcher",
"start": 5145,
"end": 5155,
"loc": {
"start": {
"line": 174,
"column": 17
},
"end": {
"line": 174,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5155,
"end": 5156,
"loc": {
"start": {
"line": 174,
"column": 27
},
"end": {
"line": 174,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "update",
"start": 5156,
"end": 5162,
"loc": {
"start": {
"line": 174,
"column": 28
},
"end": {
"line": 174,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5162,
"end": 5163,
"loc": {
"start": {
"line": 174,
"column": 34
},
"end": {
"line": 174,
"column": 35
}
}
},
{
"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": 5163,
"end": 5167,
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5167,
"end": 5168,
"loc": {
"start": {
"line": 174,
"column": 39
},
"end": {
"line": 174,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5168,
"end": 5179,
"loc": {
"start": {
"line": 174,
"column": 40
},
"end": {
"line": 174,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5179,
"end": 5180,
"loc": {
"start": {
"line": 174,
"column": 51
},
"end": {
"line": 174,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5180,
"end": 5186,
"loc": {
"start": {
"line": 174,
"column": 52
},
"end": {
"line": 174,
"column": 58
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 5187,
"end": 5188,
"loc": {
"start": {
"line": 174,
"column": 59
},
"end": {
"line": 174,
"column": 60
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5189,
"end": 5190,
"loc": {
"start": {
"line": 174,
"column": 61
},
"end": {
"line": 174,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5190,
"end": 5191,
"loc": {
"start": {
"line": 174,
"column": 62
},
"end": {
"line": 174,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5191,
"end": 5192,
"loc": {
"start": {
"line": 174,
"column": 63
},
"end": {
"line": 174,
"column": 64
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5202,
"end": 5203,
"loc": {
"start": {
"line": 175,
"column": 8
},
"end": {
"line": 175,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5209,
"end": 5210,
"loc": {
"start": {
"line": 176,
"column": 4
},
"end": {
"line": 176,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "closeDialog",
"start": 5218,
"end": 5229,
"loc": {
"start": {
"line": 178,
"column": 4
},
"end": {
"line": 178,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5229,
"end": 5230,
"loc": {
"start": {
"line": 178,
"column": 15
},
"end": {
"line": 178,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 5230,
"end": 5236,
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5236,
"end": 5237,
"loc": {
"start": {
"line": 178,
"column": 22
},
"end": {
"line": 178,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5238,
"end": 5239,
"loc": {
"start": {
"line": 178,
"column": 24
},
"end": {
"line": 178,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 5249,
"end": 5255,
"loc": {
"start": {
"line": 179,
"column": 8
},
"end": {
"line": 179,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5255,
"end": 5256,
"loc": {
"start": {
"line": 179,
"column": 14
},
"end": {
"line": 179,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 5256,
"end": 5263,
"loc": {
"start": {
"line": 179,
"column": 15
},
"end": {
"line": 179,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5263,
"end": 5264,
"loc": {
"start": {
"line": 179,
"column": 22
},
"end": {
"line": 179,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5264,
"end": 5265,
"loc": {
"start": {
"line": 179,
"column": 23
},
"end": {
"line": 179,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5265,
"end": 5266,
"loc": {
"start": {
"line": 179,
"column": 24
},
"end": {
"line": 179,
"column": 25
}
}
},
{
"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": 5278,
"end": 5281,
"loc": {
"start": {
"line": 181,
"column": 8
},
"end": {
"line": 181,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "index",
"start": 5282,
"end": 5287,
"loc": {
"start": {
"line": 181,
"column": 12
},
"end": {
"line": 181,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5288,
"end": 5289,
"loc": {
"start": {
"line": 181,
"column": 18
},
"end": {
"line": 181,
"column": 19
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 5290,
"end": 5291,
"loc": {
"start": {
"line": 181,
"column": 20
},
"end": {
"line": 181,
"column": 21
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 5291,
"end": 5292,
"loc": {
"start": {
"line": 181,
"column": 21
},
"end": {
"line": 181,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5292,
"end": 5293,
"loc": {
"start": {
"line": 181,
"column": 22
},
"end": {
"line": 181,
"column": 23
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 5303,
"end": 5306,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5307,
"end": 5308,
"loc": {
"start": {
"line": 182,
"column": 12
},
"end": {
"line": 182,
"column": 13
}
}
},
{
"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": 5308,
"end": 5311,
"loc": {
"start": {
"line": 182,
"column": 13
},
"end": {
"line": 182,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5312,
"end": 5313,
"loc": {
"start": {
"line": 182,
"column": 17
},
"end": {
"line": 182,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5314,
"end": 5315,
"loc": {
"start": {
"line": 182,
"column": 19
},
"end": {
"line": 182,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5316,
"end": 5317,
"loc": {
"start": {
"line": 182,
"column": 21
},
"end": {
"line": 182,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5317,
"end": 5318,
"loc": {
"start": {
"line": 182,
"column": 22
},
"end": {
"line": 182,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5319,
"end": 5320,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 5321,
"end": 5322,
"loc": {
"start": {
"line": 182,
"column": 26
},
"end": {
"line": 182,
"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": 5323,
"end": 5327,
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5327,
"end": 5328,
"loc": {
"start": {
"line": 182,
"column": 32
},
"end": {
"line": 182,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5328,
"end": 5339,
"loc": {
"start": {
"line": 182,
"column": 33
},
"end": {
"line": 182,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5339,
"end": 5340,
"loc": {
"start": {
"line": 182,
"column": 44
},
"end": {
"line": 182,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5340,
"end": 5346,
"loc": {
"start": {
"line": 182,
"column": 45
},
"end": {
"line": 182,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5346,
"end": 5347,
"loc": {
"start": {
"line": 182,
"column": 51
},
"end": {
"line": 182,
"column": 52
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 5348,
"end": 5350,
"loc": {
"start": {
"line": 182,
"column": 53
},
"end": {
"line": 182,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5350,
"end": 5351,
"loc": {
"start": {
"line": 182,
"column": 55
},
"end": {
"line": 182,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5351,
"end": 5352,
"loc": {
"start": {
"line": 182,
"column": 56
},
"end": {
"line": 182,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5353,
"end": 5354,
"loc": {
"start": {
"line": 182,
"column": 58
},
"end": {
"line": 182,
"column": 59
}
}
},
{
"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": 5368,
"end": 5370,
"loc": {
"start": {
"line": 183,
"column": 12
},
"end": {
"line": 183,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5371,
"end": 5372,
"loc": {
"start": {
"line": 183,
"column": 15
},
"end": {
"line": 183,
"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": 5372,
"end": 5376,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5376,
"end": 5377,
"loc": {
"start": {
"line": 183,
"column": 20
},
"end": {
"line": 183,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5377,
"end": 5388,
"loc": {
"start": {
"line": 183,
"column": 21
},
"end": {
"line": 183,
"column": 32
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5388,
"end": 5389,
"loc": {
"start": {
"line": 183,
"column": 32
},
"end": {
"line": 183,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5389,
"end": 5390,
"loc": {
"start": {
"line": 183,
"column": 33
},
"end": {
"line": 183,
"column": 34
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5390,
"end": 5391,
"loc": {
"start": {
"line": 183,
"column": 34
},
"end": {
"line": 183,
"column": 35
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 5392,
"end": 5395,
"loc": {
"start": {
"line": 183,
"column": 36
},
"end": {
"line": 183,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 5396,
"end": 5402,
"loc": {
"start": {
"line": 183,
"column": 40
},
"end": {
"line": 183,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5402,
"end": 5403,
"loc": {
"start": {
"line": 183,
"column": 46
},
"end": {
"line": 183,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5404,
"end": 5405,
"loc": {
"start": {
"line": 183,
"column": 48
},
"end": {
"line": 183,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "index",
"start": 5423,
"end": 5428,
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5429,
"end": 5430,
"loc": {
"start": {
"line": 184,
"column": 22
},
"end": {
"line": 184,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5431,
"end": 5432,
"loc": {
"start": {
"line": 184,
"column": 24
},
"end": {
"line": 184,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5432,
"end": 5433,
"loc": {
"start": {
"line": 184,
"column": 25
},
"end": {
"line": 184,
"column": 26
}
}
},
{
"type": {
"label": "break",
"keyword": "break",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "break",
"start": 5451,
"end": 5456,
"loc": {
"start": {
"line": 185,
"column": 16
},
"end": {
"line": 185,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5456,
"end": 5457,
"loc": {
"start": {
"line": 185,
"column": 21
},
"end": {
"line": 185,
"column": 22
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5471,
"end": 5472,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5482,
"end": 5483,
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "assert",
"start": 5493,
"end": 5499,
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 188,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5499,
"end": 5500,
"loc": {
"start": {
"line": 188,
"column": 14
},
"end": {
"line": 188,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "index",
"start": 5500,
"end": 5505,
"loc": {
"start": {
"line": 188,
"column": 15
},
"end": {
"line": 188,
"column": 20
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">=",
"start": 5506,
"end": 5508,
"loc": {
"start": {
"line": 188,
"column": 21
},
"end": {
"line": 188,
"column": 23
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5509,
"end": 5510,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5510,
"end": 5511,
"loc": {
"start": {
"line": 188,
"column": 25
},
"end": {
"line": 188,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Dialog not in dialog stack",
"start": 5512,
"end": 5540,
"loc": {
"start": {
"line": 188,
"column": 27
},
"end": {
"line": 188,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5540,
"end": 5541,
"loc": {
"start": {
"line": 188,
"column": 55
},
"end": {
"line": 188,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5541,
"end": 5542,
"loc": {
"start": {
"line": 188,
"column": 56
},
"end": {
"line": 188,
"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": 5552,
"end": 5556,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 12
}
}
},
{
"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": 189,
"column": 12
},
"end": {
"line": 189,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5557,
"end": 5568,
"loc": {
"start": {
"line": 189,
"column": 13
},
"end": {
"line": 189,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5568,
"end": 5569,
"loc": {
"start": {
"line": 189,
"column": 24
},
"end": {
"line": 189,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "splice",
"start": 5569,
"end": 5575,
"loc": {
"start": {
"line": 189,
"column": 25
},
"end": {
"line": 189,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5575,
"end": 5576,
"loc": {
"start": {
"line": 189,
"column": 31
},
"end": {
"line": 189,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "index",
"start": 5576,
"end": 5581,
"loc": {
"start": {
"line": 189,
"column": 32
},
"end": {
"line": 189,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5581,
"end": 5582,
"loc": {
"start": {
"line": 189,
"column": 37
},
"end": {
"line": 189,
"column": 38
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 5583,
"end": 5584,
"loc": {
"start": {
"line": 189,
"column": 39
},
"end": {
"line": 189,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5584,
"end": 5585,
"loc": {
"start": {
"line": 189,
"column": 40
},
"end": {
"line": 189,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5585,
"end": 5586,
"loc": {
"start": {
"line": 189,
"column": 41
},
"end": {
"line": 189,
"column": 42
}
}
},
{
"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": 5598,
"end": 5600,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5601,
"end": 5602,
"loc": {
"start": {
"line": 191,
"column": 11
},
"end": {
"line": 191,
"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": 5602,
"end": 5606,
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5606,
"end": 5607,
"loc": {
"start": {
"line": 191,
"column": 16
},
"end": {
"line": 191,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5607,
"end": 5618,
"loc": {
"start": {
"line": 191,
"column": 17
},
"end": {
"line": 191,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5618,
"end": 5619,
"loc": {
"start": {
"line": 191,
"column": 28
},
"end": {
"line": 191,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5619,
"end": 5625,
"loc": {
"start": {
"line": 191,
"column": 29
},
"end": {
"line": 191,
"column": 35
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 5626,
"end": 5627,
"loc": {
"start": {
"line": 191,
"column": 36
},
"end": {
"line": 191,
"column": 37
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5628,
"end": 5629,
"loc": {
"start": {
"line": 191,
"column": 38
},
"end": {
"line": 191,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5629,
"end": 5630,
"loc": {
"start": {
"line": 191,
"column": 39
},
"end": {
"line": 191,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5631,
"end": 5632,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 191,
"column": 42
}
}
},
{
"type": "CommentLine",
"value": " Show the dialog which was previously open",
"start": 5646,
"end": 5690,
"loc": {
"start": {
"line": 192,
"column": 12
},
"end": {
"line": 192,
"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": 5704,
"end": 5708,
"loc": {
"start": {
"line": 193,
"column": 12
},
"end": {
"line": 193,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5708,
"end": 5709,
"loc": {
"start": {
"line": 193,
"column": 16
},
"end": {
"line": 193,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5709,
"end": 5720,
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 28
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5720,
"end": 5721,
"loc": {
"start": {
"line": 193,
"column": 28
},
"end": {
"line": 193,
"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": 5721,
"end": 5725,
"loc": {
"start": {
"line": 193,
"column": 29
},
"end": {
"line": 193,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5725,
"end": 5726,
"loc": {
"start": {
"line": 193,
"column": 33
},
"end": {
"line": 193,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5726,
"end": 5737,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5737,
"end": 5738,
"loc": {
"start": {
"line": 193,
"column": 45
},
"end": {
"line": 193,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5738,
"end": 5744,
"loc": {
"start": {
"line": 193,
"column": 46
},
"end": {
"line": 193,
"column": 52
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 5745,
"end": 5746,
"loc": {
"start": {
"line": 193,
"column": 53
},
"end": {
"line": 193,
"column": 54
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 5747,
"end": 5748,
"loc": {
"start": {
"line": 193,
"column": 55
},
"end": {
"line": 193,
"column": 56
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5748,
"end": 5749,
"loc": {
"start": {
"line": 193,
"column": 56
},
"end": {
"line": 193,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5749,
"end": 5750,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 5750,
"end": 5754,
"loc": {
"start": {
"line": 193,
"column": 58
},
"end": {
"line": 193,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5754,
"end": 5755,
"loc": {
"start": {
"line": 193,
"column": 62
},
"end": {
"line": 193,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5755,
"end": 5756,
"loc": {
"start": {
"line": 193,
"column": 63
},
"end": {
"line": 193,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5756,
"end": 5757,
"loc": {
"start": {
"line": 193,
"column": 64
},
"end": {
"line": 193,
"column": 65
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5767,
"end": 5768,
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 5780,
"end": 5788,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5788,
"end": 5789,
"loc": {
"start": {
"line": 196,
"column": 16
},
"end": {
"line": 196,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 5789,
"end": 5793,
"loc": {
"start": {
"line": 196,
"column": 17
},
"end": {
"line": 196,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5793,
"end": 5794,
"loc": {
"start": {
"line": 196,
"column": 21
},
"end": {
"line": 196,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 5794,
"end": 5803,
"loc": {
"start": {
"line": 196,
"column": 22
},
"end": {
"line": 196,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5803,
"end": 5804,
"loc": {
"start": {
"line": 196,
"column": 31
},
"end": {
"line": 196,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toggle",
"start": 5804,
"end": 5810,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5810,
"end": 5811,
"loc": {
"start": {
"line": 196,
"column": 38
},
"end": {
"line": 196,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "modalDialogActive",
"start": 5811,
"end": 5830,
"loc": {
"start": {
"line": 196,
"column": 39
},
"end": {
"line": 196,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5830,
"end": 5831,
"loc": {
"start": {
"line": 196,
"column": 58
},
"end": {
"line": 196,
"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": 5832,
"end": 5836,
"loc": {
"start": {
"line": 196,
"column": 60
},
"end": {
"line": 196,
"column": 64
}
}
},
{
"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": 196,
"column": 64
},
"end": {
"line": 196,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5837,
"end": 5848,
"loc": {
"start": {
"line": 196,
"column": 65
},
"end": {
"line": 196,
"column": 76
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5848,
"end": 5849,
"loc": {
"start": {
"line": 196,
"column": 76
},
"end": {
"line": 196,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5849,
"end": 5855,
"loc": {
"start": {
"line": 196,
"column": 77
},
"end": {
"line": 196,
"column": 83
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 5856,
"end": 5857,
"loc": {
"start": {
"line": 196,
"column": 84
},
"end": {
"line": 196,
"column": 85
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5858,
"end": 5859,
"loc": {
"start": {
"line": 196,
"column": 86
},
"end": {
"line": 196,
"column": 87
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5859,
"end": 5860,
"loc": {
"start": {
"line": 196,
"column": 87
},
"end": {
"line": 196,
"column": 88
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5860,
"end": 5861,
"loc": {
"start": {
"line": 196,
"column": 88
},
"end": {
"line": 196,
"column": 89
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5867,
"end": 5868,
"loc": {
"start": {
"line": 197,
"column": 4
},
"end": {
"line": 197,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "close",
"start": 5876,
"end": 5881,
"loc": {
"start": {
"line": 199,
"column": 4
},
"end": {
"line": 199,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5881,
"end": 5882,
"loc": {
"start": {
"line": 199,
"column": 9
},
"end": {
"line": 199,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5882,
"end": 5883,
"loc": {
"start": {
"line": 199,
"column": 10
},
"end": {
"line": 199,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5884,
"end": 5885,
"loc": {
"start": {
"line": 199,
"column": 12
},
"end": {
"line": 199,
"column": 13
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 5895,
"end": 5898,
"loc": {
"start": {
"line": 200,
"column": 8
},
"end": {
"line": 200,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5899,
"end": 5900,
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 13
}
}
},
{
"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": 5900,
"end": 5903,
"loc": {
"start": {
"line": 200,
"column": 13
},
"end": {
"line": 200,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5904,
"end": 5905,
"loc": {
"start": {
"line": 200,
"column": 17
},
"end": {
"line": 200,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5906,
"end": 5907,
"loc": {
"start": {
"line": 200,
"column": 19
},
"end": {
"line": 200,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5908,
"end": 5909,
"loc": {
"start": {
"line": 200,
"column": 21
},
"end": {
"line": 200,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5909,
"end": 5910,
"loc": {
"start": {
"line": 200,
"column": 22
},
"end": {
"line": 200,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5911,
"end": 5912,
"loc": {
"start": {
"line": 200,
"column": 24
},
"end": {
"line": 200,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 5913,
"end": 5914,
"loc": {
"start": {
"line": 200,
"column": 26
},
"end": {
"line": 200,
"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": 5915,
"end": 5919,
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5919,
"end": 5920,
"loc": {
"start": {
"line": 200,
"column": 32
},
"end": {
"line": 200,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5920,
"end": 5931,
"loc": {
"start": {
"line": 200,
"column": 33
},
"end": {
"line": 200,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5931,
"end": 5932,
"loc": {
"start": {
"line": 200,
"column": 44
},
"end": {
"line": 200,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5932,
"end": 5938,
"loc": {
"start": {
"line": 200,
"column": 45
},
"end": {
"line": 200,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5938,
"end": 5939,
"loc": {
"start": {
"line": 200,
"column": 51
},
"end": {
"line": 200,
"column": 52
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 5940,
"end": 5942,
"loc": {
"start": {
"line": 200,
"column": 53
},
"end": {
"line": 200,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5942,
"end": 5943,
"loc": {
"start": {
"line": 200,
"column": 55
},
"end": {
"line": 200,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5943,
"end": 5944,
"loc": {
"start": {
"line": 200,
"column": 56
},
"end": {
"line": 200,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5945,
"end": 5946,
"loc": {
"start": {
"line": 200,
"column": 58
},
"end": {
"line": 200,
"column": 59
}
}
},
{
"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": 5960,
"end": 5965,
"loc": {
"start": {
"line": 201,
"column": 12
},
"end": {
"line": 201,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 5966,
"end": 5972,
"loc": {
"start": {
"line": 201,
"column": 18
},
"end": {
"line": 201,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5973,
"end": 5974,
"loc": {
"start": {
"line": 201,
"column": 25
},
"end": {
"line": 201,
"column": 26
}
}
},
{
"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": 5975,
"end": 5979,
"loc": {
"start": {
"line": 201,
"column": 27
},
"end": {
"line": 201,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5979,
"end": 5980,
"loc": {
"start": {
"line": 201,
"column": 31
},
"end": {
"line": 201,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 5980,
"end": 5991,
"loc": {
"start": {
"line": 201,
"column": 32
},
"end": {
"line": 201,
"column": 43
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5991,
"end": 5992,
"loc": {
"start": {
"line": 201,
"column": 43
},
"end": {
"line": 201,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5992,
"end": 5993,
"loc": {
"start": {
"line": 201,
"column": 44
},
"end": {
"line": 201,
"column": 45
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5993,
"end": 5994,
"loc": {
"start": {
"line": 201,
"column": 45
},
"end": {
"line": 201,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5994,
"end": 5995,
"loc": {
"start": {
"line": 201,
"column": 46
},
"end": {
"line": 201,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialog",
"start": 6009,
"end": 6015,
"loc": {
"start": {
"line": 202,
"column": 12
},
"end": {
"line": 202,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6015,
"end": 6016,
"loc": {
"start": {
"line": 202,
"column": 18
},
"end": {
"line": 202,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 6016,
"end": 6023,
"loc": {
"start": {
"line": 202,
"column": 19
},
"end": {
"line": 202,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6023,
"end": 6024,
"loc": {
"start": {
"line": 202,
"column": 26
},
"end": {
"line": 202,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6024,
"end": 6025,
"loc": {
"start": {
"line": 202,
"column": 27
},
"end": {
"line": 202,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6025,
"end": 6026,
"loc": {
"start": {
"line": 202,
"column": 28
},
"end": {
"line": 202,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6036,
"end": 6037,
"loc": {
"start": {
"line": 203,
"column": 8
},
"end": {
"line": 203,
"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": 6047,
"end": 6051,
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6051,
"end": 6052,
"loc": {
"start": {
"line": 204,
"column": 12
},
"end": {
"line": 204,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 6052,
"end": 6063,
"loc": {
"start": {
"line": 204,
"column": 13
},
"end": {
"line": 204,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6064,
"end": 6065,
"loc": {
"start": {
"line": 204,
"column": 25
},
"end": {
"line": 204,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6066,
"end": 6067,
"loc": {
"start": {
"line": 204,
"column": 27
},
"end": {
"line": 204,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6067,
"end": 6068,
"loc": {
"start": {
"line": 204,
"column": 28
},
"end": {
"line": 204,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6068,
"end": 6069,
"loc": {
"start": {
"line": 204,
"column": 29
},
"end": {
"line": 204,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6075,
"end": 6076,
"loc": {
"start": {
"line": 205,
"column": 4
},
"end": {
"line": 205,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cleanup",
"start": 6084,
"end": 6091,
"loc": {
"start": {
"line": 207,
"column": 4
},
"end": {
"line": 207,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6091,
"end": 6092,
"loc": {
"start": {
"line": 207,
"column": 11
},
"end": {
"line": 207,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6092,
"end": 6093,
"loc": {
"start": {
"line": 207,
"column": 12
},
"end": {
"line": 207,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6094,
"end": 6095,
"loc": {
"start": {
"line": 207,
"column": 14
},
"end": {
"line": 207,
"column": 15
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 6105,
"end": 6110,
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6110,
"end": 6111,
"loc": {
"start": {
"line": 208,
"column": 13
},
"end": {
"line": 208,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cleanup",
"start": 6111,
"end": 6118,
"loc": {
"start": {
"line": 208,
"column": 14
},
"end": {
"line": 208,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6118,
"end": 6119,
"loc": {
"start": {
"line": 208,
"column": 21
},
"end": {
"line": 208,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6119,
"end": 6120,
"loc": {
"start": {
"line": 208,
"column": 22
},
"end": {
"line": 208,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6120,
"end": 6121,
"loc": {
"start": {
"line": 208,
"column": 23
},
"end": {
"line": 208,
"column": 24
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 6131,
"end": 6134,
"loc": {
"start": {
"line": 209,
"column": 8
},
"end": {
"line": 209,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6135,
"end": 6136,
"loc": {
"start": {
"line": 209,
"column": 12
},
"end": {
"line": 209,
"column": 13
}
}
},
{
"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": 6136,
"end": 6139,
"loc": {
"start": {
"line": 209,
"column": 13
},
"end": {
"line": 209,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 6140,
"end": 6141,
"loc": {
"start": {
"line": 209,
"column": 17
},
"end": {
"line": 209,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6142,
"end": 6143,
"loc": {
"start": {
"line": 209,
"column": 19
},
"end": {
"line": 209,
"column": 20
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 6144,
"end": 6145,
"loc": {
"start": {
"line": 209,
"column": 21
},
"end": {
"line": 209,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6145,
"end": 6146,
"loc": {
"start": {
"line": 209,
"column": 22
},
"end": {
"line": 209,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 6147,
"end": 6148,
"loc": {
"start": {
"line": 209,
"column": 24
},
"end": {
"line": 209,
"column": 25
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 6149,
"end": 6150,
"loc": {
"start": {
"line": 209,
"column": 26
},
"end": {
"line": 209,
"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": 6151,
"end": 6155,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6155,
"end": 6156,
"loc": {
"start": {
"line": 209,
"column": 32
},
"end": {
"line": 209,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 6156,
"end": 6167,
"loc": {
"start": {
"line": 209,
"column": 33
},
"end": {
"line": 209,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6167,
"end": 6168,
"loc": {
"start": {
"line": 209,
"column": 44
},
"end": {
"line": 209,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 6168,
"end": 6174,
"loc": {
"start": {
"line": 209,
"column": 45
},
"end": {
"line": 209,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6174,
"end": 6175,
"loc": {
"start": {
"line": 209,
"column": 51
},
"end": {
"line": 209,
"column": 52
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 6176,
"end": 6178,
"loc": {
"start": {
"line": 209,
"column": 53
},
"end": {
"line": 209,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 6178,
"end": 6179,
"loc": {
"start": {
"line": 209,
"column": 55
},
"end": {
"line": 209,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6179,
"end": 6180,
"loc": {
"start": {
"line": 209,
"column": 56
},
"end": {
"line": 209,
"column": 57
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6181,
"end": 6182,
"loc": {
"start": {
"line": 209,
"column": 58
},
"end": {
"line": 209,
"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": 6196,
"end": 6200,
"loc": {
"start": {
"line": 210,
"column": 12
},
"end": {
"line": 210,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6200,
"end": 6201,
"loc": {
"start": {
"line": 210,
"column": 16
},
"end": {
"line": 210,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 6201,
"end": 6212,
"loc": {
"start": {
"line": 210,
"column": 17
},
"end": {
"line": 210,
"column": 28
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6212,
"end": 6213,
"loc": {
"start": {
"line": 210,
"column": 28
},
"end": {
"line": 210,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 6213,
"end": 6214,
"loc": {
"start": {
"line": 210,
"column": 29
},
"end": {
"line": 210,
"column": 30
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6214,
"end": 6215,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6215,
"end": 6216,
"loc": {
"start": {
"line": 210,
"column": 31
},
"end": {
"line": 210,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 6216,
"end": 6223,
"loc": {
"start": {
"line": 210,
"column": 32
},
"end": {
"line": 210,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6223,
"end": 6224,
"loc": {
"start": {
"line": 210,
"column": 39
},
"end": {
"line": 210,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6224,
"end": 6225,
"loc": {
"start": {
"line": 210,
"column": 40
},
"end": {
"line": 210,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6225,
"end": 6226,
"loc": {
"start": {
"line": 210,
"column": 41
},
"end": {
"line": 210,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6236,
"end": 6237,
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"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": 6247,
"end": 6251,
"loc": {
"start": {
"line": 212,
"column": 8
},
"end": {
"line": 212,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6251,
"end": 6252,
"loc": {
"start": {
"line": 212,
"column": 12
},
"end": {
"line": 212,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogStack",
"start": 6252,
"end": 6263,
"loc": {
"start": {
"line": 212,
"column": 13
},
"end": {
"line": 212,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6264,
"end": 6265,
"loc": {
"start": {
"line": 212,
"column": 25
},
"end": {
"line": 212,
"column": 26
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6266,
"end": 6267,
"loc": {
"start": {
"line": 212,
"column": 27
},
"end": {
"line": 212,
"column": 28
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6267,
"end": 6268,
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 29
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6268,
"end": 6269,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"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": 6279,
"end": 6283,
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6283,
"end": 6284,
"loc": {
"start": {
"line": 213,
"column": 12
},
"end": {
"line": 213,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dialogParent",
"start": 6284,
"end": 6296,
"loc": {
"start": {
"line": 213,
"column": 13
},
"end": {
"line": 213,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6297,
"end": 6298,
"loc": {
"start": {
"line": 213,
"column": 26
},
"end": {
"line": 213,
"column": 27
}
}
},
{
"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": 6299,
"end": 6303,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6303,
"end": 6304,
"loc": {
"start": {
"line": 213,
"column": 32
},
"end": {
"line": 213,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6310,
"end": 6311,
"loc": {
"start": {
"line": 214,
"column": 4
},
"end": {
"line": 214,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6313,
"end": 6314,
"loc": {
"start": {
"line": 215,
"column": 0
},
"end": {
"line": 215,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6316,
"end": 6316,
"loc": {
"start": {
"line": 216,
"column": 0
},
"end": {
"line": 216,
"column": 0
}
}
}
]
}