NODEDC_BIM_VIEWER/docs/ast/source/BusyModal.js.json

11216 lines
315 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1298,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 46,
"column": 19
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1298,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 46,
"column": 19
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 43
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 25,
"end": 42,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 42
}
},
"extra": {
"rawValue": "./Controller.js",
"raw": "\"./Controller.js\""
},
"value": "./Controller.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 61,
"end": 1277,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 44,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "BusyModal"
},
"name": "BusyModal",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 96,
"end": 1277,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 44,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 103,
"end": 805,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 123,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 129,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 133,
"end": 805,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 24,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 144,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 144,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 173,
"end": 252,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 87
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 179,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 86
}
},
"id": {
"type": "Identifier",
"start": 179,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 38
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"init": {
"type": "LogicalExpression",
"start": 206,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 86
}
},
"left": {
"type": "MemberExpression",
"start": 206,
"end": 234,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 69
}
},
"object": {
"type": "Identifier",
"start": 206,
"end": 209,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 44
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 210,
"end": 234,
"loc": {
"start": {
"line": 10,
"column": 45
},
"end": {
"line": 10,
"column": 69
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"computed": false
},
"operator": "||",
"right": {
"type": "MemberExpression",
"start": 238,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 86
}
},
"object": {
"type": "Identifier",
"start": 238,
"end": 246,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 81
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 247,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 82
},
"end": {
"line": 10,
"column": 86
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
}
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 262,
"end": 366,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 14,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 266,
"end": 291,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 267,
"end": 291,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 37
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 293,
"end": 366,
"loc": {
"start": {
"line": 12,
"column": 39
},
"end": {
"line": 14,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 307,
"end": 356,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 61
}
},
"argument": {
"type": "StringLiteral",
"start": 313,
"end": 355,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 60
}
},
"extra": {
"rawValue": "Missing config: busyModalBackdropElement",
"raw": "\"Missing config: busyModalBackdropElement\""
},
"value": "Missing config: busyModalBackdropElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 376,
"end": 420,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 376,
"end": 419,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 376,
"end": 387,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 376,
"end": 380,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 381,
"end": 387,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 390,
"end": 419,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 390,
"end": 412,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 390,
"end": 398,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 30
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 399,
"end": 412,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 16,
"column": 44
},
"identifierName": "createElement"
},
"name": "createElement"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 413,
"end": 418,
"loc": {
"start": {
"line": 16,
"column": 45
},
"end": {
"line": 16,
"column": 50
}
},
"extra": {
"rawValue": "div",
"raw": "\"div\""
},
"value": "div"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 429,
"end": 476,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 55
}
},
"expression": {
"type": "CallExpression",
"start": 429,
"end": 475,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 429,
"end": 454,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 429,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 429,
"end": 440,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 429,
"end": 433,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 434,
"end": 440,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 441,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 20
},
"end": {
"line": 17,
"column": 29
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 451,
"end": 454,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 33
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 455,
"end": 474,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 17,
"column": 53
}
},
"extra": {
"rawValue": "xeokit-busy-modal",
"raw": "\"xeokit-busy-modal\""
},
"value": "xeokit-busy-modal"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 485,
"end": 656,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 179
}
},
"expression": {
"type": "AssignmentExpression",
"start": 485,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 178
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 485,
"end": 506,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 485,
"end": 496,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 485,
"end": 489,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 490,
"end": 496,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 497,
"end": 506,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 29
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 509,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 32
},
"end": {
"line": 18,
"column": 178
}
},
"extra": {
"rawValue": "<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>",
"raw": "'<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>'"
},
"value": "<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>"
}
}
},
{
"type": "ExpressionStatement",
"start": 666,
"end": 716,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 666,
"end": 715,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 666,
"end": 702,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 666,
"end": 690,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 32
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"property": {
"type": "Identifier",
"start": 691,
"end": 702,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 20,
"column": 44
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 703,
"end": 714,
"loc": {
"start": {
"line": 20,
"column": 45
},
"end": {
"line": 20,
"column": 56
}
},
"object": {
"type": "ThisExpression",
"start": 703,
"end": 707,
"loc": {
"start": {
"line": 20,
"column": 45
},
"end": {
"line": 20,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"start": 708,
"end": 714,
"loc": {
"start": {
"line": 20,
"column": 50
},
"end": {
"line": 20,
"column": 56
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 726,
"end": 753,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 726,
"end": 752,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 726,
"end": 744,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 726,
"end": 730,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 731,
"end": 744,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 747,
"end": 752,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 762,
"end": 799,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 762,
"end": 798,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 762,
"end": 787,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 762,
"end": 779,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 762,
"end": 773,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 762,
"end": 766,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 767,
"end": 773,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 774,
"end": 779,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 780,
"end": 787,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 790,
"end": 798,
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 23,
"column": 44
}
},
"extra": {
"rawValue": "hidden",
"raw": "'hidden'"
},
"value": "hidden"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 811,
"end": 997,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 8
},
"identifierName": "show"
},
"name": "show"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 816,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 9
},
"end": {
"line": 26,
"column": 16
},
"identifierName": "message"
},
"name": "message"
}
],
"body": {
"type": "BlockStatement",
"start": 825,
"end": 997,
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 835,
"end": 861,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 835,
"end": 860,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 835,
"end": 853,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 835,
"end": 839,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 840,
"end": 853,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 856,
"end": 860,
"loc": {
"start": {
"line": 27,
"column": 29
},
"end": {
"line": 27,
"column": 33
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 870,
"end": 946,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 84
}
},
"expression": {
"type": "AssignmentExpression",
"start": 870,
"end": 945,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 83
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 870,
"end": 935,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 73
}
},
"object": {
"type": "CallExpression",
"start": 870,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
"start": 870,
"end": 895,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 870,
"end": 881,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 870,
"end": 874,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 875,
"end": 881,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 882,
"end": 895,
"loc": {
"start": {
"line": 28,
"column": 20
},
"end": {
"line": 28,
"column": 33
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 896,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 62
}
},
"extra": {
"rawValue": ".xeokit-busy-modal-message",
"raw": "'.xeokit-busy-modal-message'"
},
"value": ".xeokit-busy-modal-message"
}
]
},
"property": {
"type": "Identifier",
"start": 926,
"end": 935,
"loc": {
"start": {
"line": 28,
"column": 64
},
"end": {
"line": 28,
"column": 73
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 938,
"end": 945,
"loc": {
"start": {
"line": 28,
"column": 76
},
"end": {
"line": 28,
"column": 83
},
"identifierName": "message"
},
"name": "message"
}
}
},
{
"type": "ExpressionStatement",
"start": 955,
"end": 991,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 955,
"end": 990,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 955,
"end": 980,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 955,
"end": 972,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 955,
"end": 966,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 955,
"end": 959,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 960,
"end": 966,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 967,
"end": 972,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 973,
"end": 980,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 983,
"end": 990,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 43
}
},
"extra": {
"rawValue": "block",
"raw": "'block'"
},
"value": "block"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1003,
"end": 1097,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 35,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1003,
"end": 1007,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 8
},
"identifierName": "hide"
},
"name": "hide"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1010,
"end": 1097,
"loc": {
"start": {
"line": 32,
"column": 11
},
"end": {
"line": 35,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1020,
"end": 1047,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1020,
"end": 1046,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1020,
"end": 1038,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1020,
"end": 1024,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1025,
"end": 1038,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1056,
"end": 1091,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1056,
"end": 1090,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1056,
"end": 1081,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 1056,
"end": 1073,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1056,
"end": 1067,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 1056,
"end": 1060,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1061,
"end": 1067,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1068,
"end": 1073,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1074,
"end": 1081,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 1084,
"end": 1090,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 42
}
},
"extra": {
"rawValue": "none",
"raw": "'none'"
},
"value": "none"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1103,
"end": 1275,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 43,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1103,
"end": 1110,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1113,
"end": 1275,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 43,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1123,
"end": 1139,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 1123,
"end": 1138,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 1123,
"end": 1136,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 21
}
},
"object": {
"type": "Super",
"start": 1123,
"end": 1128,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 1129,
"end": 1136,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "IfStatement",
"start": 1148,
"end": 1269,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 1152,
"end": 1163,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1152,
"end": 1156,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1157,
"end": 1163,
"loc": {
"start": {
"line": 39,
"column": 17
},
"end": {
"line": 39,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 1165,
"end": 1269,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 42,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1179,
"end": 1227,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 1179,
"end": 1226,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 1179,
"end": 1213,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1179,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 1179,
"end": 1190,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1179,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1184,
"end": 1190,
"loc": {
"start": {
"line": 40,
"column": 17
},
"end": {
"line": 40,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1191,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 34
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1202,
"end": 1213,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 46
},
"identifierName": "removeChild"
},
"name": "removeChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1214,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 1214,
"end": 1218,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 1219,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 58
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1240,
"end": 1259,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1240,
"end": 1258,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1240,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1240,
"end": 1244,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1245,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1254,
"end": 1258,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 30
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 1279,
"end": 1298,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 19
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 1287,
"end": 1296,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 1287,
"end": 1296,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 17
},
"identifierName": "BusyModal"
},
"name": "BusyModal"
},
"exported": {
"type": "Identifier",
"start": 1287,
"end": 1296,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 17
},
"identifierName": "BusyModal"
},
"name": "BusyModal"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 1279,
"end": 1298,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 19
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 61,
"end": 1277,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 44,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
},
"identifierName": "BusyModal"
},
"name": "BusyModal",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 96,
"end": 1277,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 44,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 103,
"end": 805,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 123,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 129,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 133,
"end": 805,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 24,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 144,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 144,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 173,
"end": 252,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 87
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 179,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 86
}
},
"id": {
"type": "Identifier",
"start": 179,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 38
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"init": {
"type": "LogicalExpression",
"start": 206,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 86
}
},
"left": {
"type": "MemberExpression",
"start": 206,
"end": 234,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 69
}
},
"object": {
"type": "Identifier",
"start": 206,
"end": 209,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 44
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 210,
"end": 234,
"loc": {
"start": {
"line": 10,
"column": 45
},
"end": {
"line": 10,
"column": 69
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"computed": false
},
"operator": "||",
"right": {
"type": "MemberExpression",
"start": 238,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 86
}
},
"object": {
"type": "Identifier",
"start": 238,
"end": 246,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 81
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 247,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 82
},
"end": {
"line": 10,
"column": 86
},
"identifierName": "body"
},
"name": "body"
},
"computed": false
}
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 262,
"end": 366,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 14,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 266,
"end": 291,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 267,
"end": 291,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 37
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 293,
"end": 366,
"loc": {
"start": {
"line": 12,
"column": 39
},
"end": {
"line": 14,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 307,
"end": 356,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 61
}
},
"argument": {
"type": "StringLiteral",
"start": 313,
"end": 355,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 60
}
},
"extra": {
"rawValue": "Missing config: busyModalBackdropElement",
"raw": "\"Missing config: busyModalBackdropElement\""
},
"value": "Missing config: busyModalBackdropElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 376,
"end": 420,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 376,
"end": 419,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 376,
"end": 387,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 376,
"end": 380,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 381,
"end": 387,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 390,
"end": 419,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 390,
"end": 412,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 390,
"end": 398,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 30
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 399,
"end": 412,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 16,
"column": 44
},
"identifierName": "createElement"
},
"name": "createElement"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 413,
"end": 418,
"loc": {
"start": {
"line": 16,
"column": 45
},
"end": {
"line": 16,
"column": 50
}
},
"extra": {
"rawValue": "div",
"raw": "\"div\""
},
"value": "div"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 429,
"end": 476,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 55
}
},
"expression": {
"type": "CallExpression",
"start": 429,
"end": 475,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 429,
"end": 454,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 429,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 429,
"end": 440,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 429,
"end": 433,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 434,
"end": 440,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 441,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 20
},
"end": {
"line": 17,
"column": 29
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 451,
"end": 454,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 33
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 455,
"end": 474,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 17,
"column": 53
}
},
"extra": {
"rawValue": "xeokit-busy-modal",
"raw": "\"xeokit-busy-modal\""
},
"value": "xeokit-busy-modal"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 485,
"end": 656,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 179
}
},
"expression": {
"type": "AssignmentExpression",
"start": 485,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 178
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 485,
"end": 506,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 485,
"end": 496,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 485,
"end": 489,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 490,
"end": 496,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 497,
"end": 506,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 29
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 509,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 32
},
"end": {
"line": 18,
"column": 178
}
},
"extra": {
"rawValue": "<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>",
"raw": "'<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>'"
},
"value": "<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>"
}
}
},
{
"type": "ExpressionStatement",
"start": 666,
"end": 716,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 666,
"end": 715,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 666,
"end": 702,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 666,
"end": 690,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 32
},
"identifierName": "busyModalBackdropElement"
},
"name": "busyModalBackdropElement"
},
"property": {
"type": "Identifier",
"start": 691,
"end": 702,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 20,
"column": 44
},
"identifierName": "appendChild"
},
"name": "appendChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 703,
"end": 714,
"loc": {
"start": {
"line": 20,
"column": 45
},
"end": {
"line": 20,
"column": 56
}
},
"object": {
"type": "ThisExpression",
"start": 703,
"end": 707,
"loc": {
"start": {
"line": 20,
"column": 45
},
"end": {
"line": 20,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"start": 708,
"end": 714,
"loc": {
"start": {
"line": 20,
"column": 50
},
"end": {
"line": 20,
"column": 56
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 726,
"end": 753,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 726,
"end": 752,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 726,
"end": 744,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 726,
"end": 730,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 731,
"end": 744,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 747,
"end": 752,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 762,
"end": 799,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 762,
"end": 798,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 762,
"end": 787,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 762,
"end": 779,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 762,
"end": 773,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 762,
"end": 766,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 767,
"end": 773,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 774,
"end": 779,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 780,
"end": 787,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 790,
"end": 798,
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 23,
"column": 44
}
},
"extra": {
"rawValue": "hidden",
"raw": "'hidden'"
},
"value": "hidden"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 811,
"end": 997,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 8
},
"identifierName": "show"
},
"name": "show"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 816,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 9
},
"end": {
"line": 26,
"column": 16
},
"identifierName": "message"
},
"name": "message"
}
],
"body": {
"type": "BlockStatement",
"start": 825,
"end": 997,
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 835,
"end": 861,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 34
}
},
"expression": {
"type": "AssignmentExpression",
"start": 835,
"end": 860,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 33
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 835,
"end": 853,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 835,
"end": 839,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 840,
"end": 853,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 856,
"end": 860,
"loc": {
"start": {
"line": 27,
"column": 29
},
"end": {
"line": 27,
"column": 33
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 870,
"end": 946,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 84
}
},
"expression": {
"type": "AssignmentExpression",
"start": 870,
"end": 945,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 83
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 870,
"end": 935,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 73
}
},
"object": {
"type": "CallExpression",
"start": 870,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 63
}
},
"callee": {
"type": "MemberExpression",
"start": 870,
"end": 895,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 870,
"end": 881,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 870,
"end": 874,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 875,
"end": 881,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 882,
"end": 895,
"loc": {
"start": {
"line": 28,
"column": 20
},
"end": {
"line": 28,
"column": 33
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 896,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 62
}
},
"extra": {
"rawValue": ".xeokit-busy-modal-message",
"raw": "'.xeokit-busy-modal-message'"
},
"value": ".xeokit-busy-modal-message"
}
]
},
"property": {
"type": "Identifier",
"start": 926,
"end": 935,
"loc": {
"start": {
"line": 28,
"column": 64
},
"end": {
"line": 28,
"column": 73
},
"identifierName": "innerText"
},
"name": "innerText"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 938,
"end": 945,
"loc": {
"start": {
"line": 28,
"column": 76
},
"end": {
"line": 28,
"column": 83
},
"identifierName": "message"
},
"name": "message"
}
}
},
{
"type": "ExpressionStatement",
"start": 955,
"end": 991,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 44
}
},
"expression": {
"type": "AssignmentExpression",
"start": 955,
"end": 990,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 955,
"end": 980,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 955,
"end": 972,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 955,
"end": 966,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 955,
"end": 959,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 960,
"end": 966,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 967,
"end": 972,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 973,
"end": 980,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 983,
"end": 990,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 43
}
},
"extra": {
"rawValue": "block",
"raw": "'block'"
},
"value": "block"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1003,
"end": 1097,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 35,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1003,
"end": 1007,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 8
},
"identifierName": "hide"
},
"name": "hide"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1010,
"end": 1097,
"loc": {
"start": {
"line": 32,
"column": 11
},
"end": {
"line": 35,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1020,
"end": 1047,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1020,
"end": 1046,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 34
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1020,
"end": 1038,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1020,
"end": 1024,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1025,
"end": 1038,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 26
},
"identifierName": "_modalVisible"
},
"name": "_modalVisible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 1056,
"end": 1091,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1056,
"end": 1090,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 42
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1056,
"end": 1081,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 1056,
"end": 1073,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1056,
"end": 1067,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 1056,
"end": 1060,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1061,
"end": 1067,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 19
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1068,
"end": 1073,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 25
},
"identifierName": "style"
},
"name": "style"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1074,
"end": 1081,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 33
},
"identifierName": "display"
},
"name": "display"
},
"computed": false
},
"right": {
"type": "StringLiteral",
"start": 1084,
"end": 1090,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 42
}
},
"extra": {
"rawValue": "none",
"raw": "'none'"
},
"value": "none"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1103,
"end": 1275,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 43,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1103,
"end": 1110,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1113,
"end": 1275,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 43,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1123,
"end": 1139,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 1123,
"end": 1138,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 1123,
"end": 1136,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 21
}
},
"object": {
"type": "Super",
"start": 1123,
"end": 1128,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 1129,
"end": 1136,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "IfStatement",
"start": 1148,
"end": 1269,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 42,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 1152,
"end": 1163,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1152,
"end": 1156,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1157,
"end": 1163,
"loc": {
"start": {
"line": 39,
"column": 17
},
"end": {
"line": 39,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 1165,
"end": 1269,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 42,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1179,
"end": 1227,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 1179,
"end": 1226,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 1179,
"end": 1213,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1179,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 34
}
},
"object": {
"type": "MemberExpression",
"start": 1179,
"end": 1190,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1179,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1184,
"end": 1190,
"loc": {
"start": {
"line": 40,
"column": 17
},
"end": {
"line": 40,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1191,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 34
},
"identifierName": "parentNode"
},
"name": "parentNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1202,
"end": 1213,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 46
},
"identifierName": "removeChild"
},
"name": "removeChild"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1214,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 1214,
"end": 1218,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"start": 1219,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 58
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1240,
"end": 1259,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 31
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1240,
"end": 1258,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1240,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 1240,
"end": 1244,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1245,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 23
},
"identifierName": "_modal"
},
"name": "_modal"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 1254,
"end": 1258,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 30
}
}
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 18,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./Controller.js",
"start": 25,
"end": 42,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 42,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 42
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 45,
"end": 60,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"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": 61,
"end": 66,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BusyModal",
"start": 67,
"end": 76,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"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": 77,
"end": 84,
"loc": {
"start": {
"line": 4,
"column": 16
},
"end": {
"line": 4,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 85,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 24
},
"end": {
"line": 4,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 96,
"end": 97,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 4,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 103,
"end": 114,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 114,
"end": 115,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 115,
"end": 121,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 121,
"end": 122,
"loc": {
"start": {
"line": 6,
"column": 22
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 123,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 127,
"end": 128,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 129,
"end": 130,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 130,
"end": 131,
"loc": {
"start": {
"line": 6,
"column": 31
},
"end": {
"line": 6,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 131,
"end": 132,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 133,
"end": 134,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 6,
"column": 35
}
}
},
{
"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": 144,
"end": 149,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 149,
"end": 150,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 150,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 156,
"end": 157,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 158,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 161,
"end": 162,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 162,
"end": 163,
"loc": {
"start": {
"line": 8,
"column": 26
},
"end": {
"line": 8,
"column": 27
}
}
},
{
"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": 173,
"end": 178,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "busyModalBackdropElement",
"start": 179,
"end": 203,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 38
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 204,
"end": 205,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 206,
"end": 209,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 209,
"end": 210,
"loc": {
"start": {
"line": 10,
"column": 44
},
"end": {
"line": 10,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "busyModalBackdropElement",
"start": 210,
"end": 234,
"loc": {
"start": {
"line": 10,
"column": 45
},
"end": {
"line": 10,
"column": 69
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 235,
"end": 237,
"loc": {
"start": {
"line": 10,
"column": 70
},
"end": {
"line": 10,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 238,
"end": 246,
"loc": {
"start": {
"line": 10,
"column": 73
},
"end": {
"line": 10,
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 246,
"end": 247,
"loc": {
"start": {
"line": 10,
"column": 81
},
"end": {
"line": 10,
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "body",
"start": 247,
"end": 251,
"loc": {
"start": {
"line": 10,
"column": 82
},
"end": {
"line": 10,
"column": 86
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 251,
"end": 252,
"loc": {
"start": {
"line": 10,
"column": 86
},
"end": {
"line": 10,
"column": 87
}
}
},
{
"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": 262,
"end": 264,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"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": 12,
"column": 11
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 266,
"end": 267,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "busyModalBackdropElement",
"start": 267,
"end": 291,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 291,
"end": 292,
"loc": {
"start": {
"line": 12,
"column": 37
},
"end": {
"line": 12,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 293,
"end": 294,
"loc": {
"start": {
"line": 12,
"column": 39
},
"end": {
"line": 12,
"column": 40
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 307,
"end": 312,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing config: busyModalBackdropElement",
"start": 313,
"end": 355,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 355,
"end": 356,
"loc": {
"start": {
"line": 13,
"column": 60
},
"end": {
"line": 13,
"column": 61
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 365,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"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": 376,
"end": 380,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 380,
"end": 381,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 381,
"end": 387,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 388,
"end": 389,
"loc": {
"start": {
"line": 16,
"column": 20
},
"end": {
"line": 16,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 390,
"end": 398,
"loc": {
"start": {
"line": 16,
"column": 22
},
"end": {
"line": 16,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 398,
"end": 399,
"loc": {
"start": {
"line": 16,
"column": 30
},
"end": {
"line": 16,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createElement",
"start": 399,
"end": 412,
"loc": {
"start": {
"line": 16,
"column": 31
},
"end": {
"line": 16,
"column": 44
}
}
},
{
"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": 16,
"column": 44
},
"end": {
"line": 16,
"column": 45
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "div",
"start": 413,
"end": 418,
"loc": {
"start": {
"line": 16,
"column": 45
},
"end": {
"line": 16,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 418,
"end": 419,
"loc": {
"start": {
"line": 16,
"column": 50
},
"end": {
"line": 16,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 419,
"end": 420,
"loc": {
"start": {
"line": 16,
"column": 51
},
"end": {
"line": 16,
"column": 52
}
}
},
{
"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": 429,
"end": 433,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 433,
"end": 434,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 434,
"end": 440,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 440,
"end": 441,
"loc": {
"start": {
"line": 17,
"column": 19
},
"end": {
"line": 17,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 441,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 20
},
"end": {
"line": 17,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 450,
"end": 451,
"loc": {
"start": {
"line": 17,
"column": 29
},
"end": {
"line": 17,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 451,
"end": 454,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 454,
"end": 455,
"loc": {
"start": {
"line": 17,
"column": 33
},
"end": {
"line": 17,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "xeokit-busy-modal",
"start": 455,
"end": 474,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 17,
"column": 53
}
}
},
{
"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": 17,
"column": 53
},
"end": {
"line": 17,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 475,
"end": 476,
"loc": {
"start": {
"line": 17,
"column": 54
},
"end": {
"line": 17,
"column": 55
}
}
},
{
"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": 485,
"end": 489,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 489,
"end": 490,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 490,
"end": 496,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 496,
"end": 497,
"loc": {
"start": {
"line": 18,
"column": 19
},
"end": {
"line": 18,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 497,
"end": 506,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 507,
"end": 508,
"loc": {
"start": {
"line": 18,
"column": 30
},
"end": {
"line": 18,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"xeokit-busy-modal-content\"><div class=\"xeokit-busy-modal-body\"><div class=\"xeokit-busy-modal-message\">Default text</div></div></div>",
"start": 509,
"end": 655,
"loc": {
"start": {
"line": 18,
"column": 32
},
"end": {
"line": 18,
"column": 178
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 655,
"end": 656,
"loc": {
"start": {
"line": 18,
"column": 178
},
"end": {
"line": 18,
"column": 179
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "busyModalBackdropElement",
"start": 666,
"end": 690,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 690,
"end": 691,
"loc": {
"start": {
"line": 20,
"column": 32
},
"end": {
"line": 20,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "appendChild",
"start": 691,
"end": 702,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 20,
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 702,
"end": 703,
"loc": {
"start": {
"line": 20,
"column": 44
},
"end": {
"line": 20,
"column": 45
}
}
},
{
"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": 703,
"end": 707,
"loc": {
"start": {
"line": 20,
"column": 45
},
"end": {
"line": 20,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 707,
"end": 708,
"loc": {
"start": {
"line": 20,
"column": 49
},
"end": {
"line": 20,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 708,
"end": 714,
"loc": {
"start": {
"line": 20,
"column": 50
},
"end": {
"line": 20,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 714,
"end": 715,
"loc": {
"start": {
"line": 20,
"column": 56
},
"end": {
"line": 20,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 715,
"end": 716,
"loc": {
"start": {
"line": 20,
"column": 57
},
"end": {
"line": 20,
"column": 58
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 726,
"end": 730,
"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": 730,
"end": 731,
"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": "_modalVisible",
"start": 731,
"end": 744,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 28
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 747,
"end": 752,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 752,
"end": 753,
"loc": {
"start": {
"line": 22,
"column": 34
},
"end": {
"line": 22,
"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": 762,
"end": 766,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 766,
"end": 767,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 767,
"end": 773,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 773,
"end": 774,
"loc": {
"start": {
"line": 23,
"column": 19
},
"end": {
"line": 23,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 774,
"end": 779,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 779,
"end": 780,
"loc": {
"start": {
"line": 23,
"column": 25
},
"end": {
"line": 23,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 780,
"end": 787,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 788,
"end": 789,
"loc": {
"start": {
"line": 23,
"column": 34
},
"end": {
"line": 23,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "hidden",
"start": 790,
"end": 798,
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 23,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 798,
"end": 799,
"loc": {
"start": {
"line": 23,
"column": 44
},
"end": {
"line": 23,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 804,
"end": 805,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 811,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 815,
"end": 816,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 816,
"end": 823,
"loc": {
"start": {
"line": 26,
"column": 9
},
"end": {
"line": 26,
"column": 16
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 823,
"end": 824,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 825,
"end": 826,
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 26,
"column": 19
}
}
},
{
"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": 835,
"end": 839,
"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": 839,
"end": 840,
"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": "_modalVisible",
"start": 840,
"end": 853,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 854,
"end": 855,
"loc": {
"start": {
"line": 27,
"column": 27
},
"end": {
"line": 27,
"column": 28
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 856,
"end": 860,
"loc": {
"start": {
"line": 27,
"column": 29
},
"end": {
"line": 27,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 860,
"end": 861,
"loc": {
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 27,
"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": 870,
"end": 874,
"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": 874,
"end": 875,
"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": "_modal",
"start": 875,
"end": 881,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 881,
"end": 882,
"loc": {
"start": {
"line": 28,
"column": 19
},
"end": {
"line": 28,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 882,
"end": 895,
"loc": {
"start": {
"line": 28,
"column": 20
},
"end": {
"line": 28,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 895,
"end": 896,
"loc": {
"start": {
"line": 28,
"column": 33
},
"end": {
"line": 28,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".xeokit-busy-modal-message",
"start": 896,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 62
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 924,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 62
},
"end": {
"line": 28,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 28,
"column": 63
},
"end": {
"line": 28,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerText",
"start": 926,
"end": 935,
"loc": {
"start": {
"line": 28,
"column": 64
},
"end": {
"line": 28,
"column": 73
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 936,
"end": 937,
"loc": {
"start": {
"line": 28,
"column": 74
},
"end": {
"line": 28,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 938,
"end": 945,
"loc": {
"start": {
"line": 28,
"column": 76
},
"end": {
"line": 28,
"column": 83
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 945,
"end": 946,
"loc": {
"start": {
"line": 28,
"column": 83
},
"end": {
"line": 28,
"column": 84
}
}
},
{
"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": 955,
"end": 959,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 959,
"end": 960,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 960,
"end": 966,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 966,
"end": 967,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 967,
"end": 972,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 972,
"end": 973,
"loc": {
"start": {
"line": 29,
"column": 25
},
"end": {
"line": 29,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 973,
"end": 980,
"loc": {
"start": {
"line": 29,
"column": 26
},
"end": {
"line": 29,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 981,
"end": 982,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 29,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "block",
"start": 983,
"end": 990,
"loc": {
"start": {
"line": 29,
"column": 36
},
"end": {
"line": 29,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 990,
"end": 991,
"loc": {
"start": {
"line": 29,
"column": 43
},
"end": {
"line": 29,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 996,
"end": 997,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hide",
"start": 1003,
"end": 1007,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1007,
"end": 1008,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1008,
"end": 1009,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1010,
"end": 1011,
"loc": {
"start": {
"line": 32,
"column": 11
},
"end": {
"line": 32,
"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": 1020,
"end": 1024,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1024,
"end": 1025,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modalVisible",
"start": 1025,
"end": 1038,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1039,
"end": 1040,
"loc": {
"start": {
"line": 33,
"column": 27
},
"end": {
"line": 33,
"column": 28
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 1041,
"end": 1046,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1046,
"end": 1047,
"loc": {
"start": {
"line": 33,
"column": 34
},
"end": {
"line": 33,
"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": 1056,
"end": 1060,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1060,
"end": 1061,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1061,
"end": 1067,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1067,
"end": 1068,
"loc": {
"start": {
"line": 34,
"column": 19
},
"end": {
"line": 34,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
"start": 1068,
"end": 1073,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 34,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "display",
"start": 1074,
"end": 1081,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1082,
"end": 1083,
"loc": {
"start": {
"line": 34,
"column": 34
},
"end": {
"line": 34,
"column": 35
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "none",
"start": 1084,
"end": 1090,
"loc": {
"start": {
"line": 34,
"column": 36
},
"end": {
"line": 34,
"column": 42
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1090,
"end": 1091,
"loc": {
"start": {
"line": 34,
"column": 42
},
"end": {
"line": 34,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1096,
"end": 1097,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 1103,
"end": 1110,
"loc": {
"start": {
"line": 37,
"column": 4
},
"end": {
"line": 37,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1110,
"end": 1111,
"loc": {
"start": {
"line": 37,
"column": 11
},
"end": {
"line": 37,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1111,
"end": 1112,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1113,
"end": 1114,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"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": 1123,
"end": 1128,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1128,
"end": 1129,
"loc": {
"start": {
"line": 38,
"column": 13
},
"end": {
"line": 38,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 1129,
"end": 1136,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 38,
"column": 21
},
"end": {
"line": 38,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 38,
"column": 22
},
"end": {
"line": 38,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1138,
"end": 1139,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 24
}
}
},
{
"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": 1148,
"end": 1150,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1151,
"end": 1152,
"loc": {
"start": {
"line": 39,
"column": 11
},
"end": {
"line": 39,
"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": 1152,
"end": 1156,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1156,
"end": 1157,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1157,
"end": 1163,
"loc": {
"start": {
"line": 39,
"column": 17
},
"end": {
"line": 39,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1163,
"end": 1164,
"loc": {
"start": {
"line": 39,
"column": 23
},
"end": {
"line": 39,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1165,
"end": 1166,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 39,
"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": 1179,
"end": 1183,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1183,
"end": 1184,
"loc": {
"start": {
"line": 40,
"column": 16
},
"end": {
"line": 40,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1184,
"end": 1190,
"loc": {
"start": {
"line": 40,
"column": 17
},
"end": {
"line": 40,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1190,
"end": 1191,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentNode",
"start": 1191,
"end": 1201,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1201,
"end": 1202,
"loc": {
"start": {
"line": 40,
"column": 34
},
"end": {
"line": 40,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeChild",
"start": 1202,
"end": 1213,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1213,
"end": 1214,
"loc": {
"start": {
"line": 40,
"column": 46
},
"end": {
"line": 40,
"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": 1214,
"end": 1218,
"loc": {
"start": {
"line": 40,
"column": 47
},
"end": {
"line": 40,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1218,
"end": 1219,
"loc": {
"start": {
"line": 40,
"column": 51
},
"end": {
"line": 40,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1219,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1225,
"end": 1226,
"loc": {
"start": {
"line": 40,
"column": 58
},
"end": {
"line": 40,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1226,
"end": 1227,
"loc": {
"start": {
"line": 40,
"column": 59
},
"end": {
"line": 40,
"column": 60
}
}
},
{
"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": 1240,
"end": 1244,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1244,
"end": 1245,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modal",
"start": 1245,
"end": 1251,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1252,
"end": 1253,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"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": 1254,
"end": 1258,
"loc": {
"start": {
"line": 41,
"column": 26
},
"end": {
"line": 41,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1258,
"end": 1259,
"loc": {
"start": {
"line": 41,
"column": 30
},
"end": {
"line": 41,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1268,
"end": 1269,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1274,
"end": 1275,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1276,
"end": 1277,
"loc": {
"start": {
"line": 44,
"column": 0
},
"end": {
"line": 44,
"column": 1
}
}
},
{
"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": 1279,
"end": 1285,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1286,
"end": 1287,
"loc": {
"start": {
"line": 46,
"column": 7
},
"end": {
"line": 46,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "BusyModal",
"start": 1287,
"end": 1296,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1296,
"end": 1297,
"loc": {
"start": {
"line": 46,
"column": 17
},
"end": {
"line": 46,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1297,
"end": 1298,
"loc": {
"start": {
"line": 46,
"column": 18
},
"end": {
"line": 46,
"column": 19
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1298,
"end": 1298,
"loc": {
"start": {
"line": 46,
"column": 19
},
"end": {
"line": 46,
"column": 19
}
}
}
]
}