{ "type": "File", "start": 0, "end": 2339, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 80, "column": 24 } }, "program": { "type": "Program", "start": 0, "end": 2339, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 80, "column": 24 } }, "sourceType": "module", "body": [ { "type": "ImportDeclaration", "start": 0, "end": 44, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 44 } }, "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": 43, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 43 } }, "extra": { "rawValue": "../Controller.js", "raw": "\"../Controller.js\"" }, "value": "../Controller.js" }, "trailingComments": [ { "type": "CommentBlock", "value": "* @private ", "start": 46, "end": 61, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 15 } } } ] }, { "type": "Identifier", "start": 62, "end": 2313, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 78, "column": 1 } }, "id": { "type": "Identifier", "start": 68, "end": 82, "loc": { "start": { "line": 4, "column": 6 }, "end": { "line": 4, "column": 20 }, "identifierName": "ShowSpacesMode" }, "name": "ShowSpacesMode", "leadingComments": null }, "superClass": { "type": "Identifier", "start": 91, "end": 101, "loc": { "start": { "line": 4, "column": 29 }, "end": { "line": 4, "column": 39 }, "identifierName": "Controller" }, "name": "Controller" }, "body": { "type": "ClassBody", "start": 102, "end": 2313, "loc": { "start": { "line": 4, "column": 40 }, "end": { "line": 78, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 109, "end": 1301, "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 45, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 109, "end": 120, "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": 121, "end": 127, "loc": { "start": { "line": 6, "column": 16 }, "end": { "line": 6, "column": 22 }, "identifierName": "parent" }, "name": "parent" }, { "type": "Identifier", "start": 129, "end": 132, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 27 }, "identifierName": "cfg" }, "name": "cfg" } ], "body": { "type": "BlockStatement", "start": 134, "end": 1301, "loc": { "start": { "line": 6, "column": 29 }, "end": { "line": 45, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 145, "end": 164, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 27 } }, "expression": { "type": "CallExpression", "start": 145, "end": 163, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 26 } }, "callee": { "type": "Super", "start": 145, "end": 150, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 13 } } }, "arguments": [ { "type": "Identifier", "start": 151, "end": 157, "loc": { "start": { "line": 8, "column": 14 }, "end": { "line": 8, "column": 20 }, "identifierName": "parent" }, "name": "parent" }, { "type": "Identifier", "start": 159, "end": 162, "loc": { "start": { "line": 8, "column": 22 }, "end": { "line": 8, "column": 25 }, "identifierName": "cfg" }, "name": "cfg" } ] } }, { "type": "IfStatement", "start": 174, "end": 260, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 12, "column": 9 } }, "test": { "type": "UnaryExpression", "start": 178, "end": 196, "loc": { "start": { "line": 10, "column": 12 }, "end": { "line": 10, "column": 30 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 179, "end": 196, "loc": { "start": { "line": 10, "column": 13 }, "end": { "line": 10, "column": 30 } }, "object": { "type": "Identifier", "start": 179, "end": 182, "loc": { "start": { "line": 10, "column": 13 }, "end": { "line": 10, "column": 16 }, "identifierName": "cfg" }, "name": "cfg" }, "property": { "type": "Identifier", "start": 183, "end": 196, "loc": { "start": { "line": 10, "column": 17 }, "end": { "line": 10, "column": 30 }, "identifierName": "buttonElement" }, "name": "buttonElement" }, "computed": false }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 198, "end": 260, "loc": { "start": { "line": 10, "column": 32 }, "end": { "line": 12, "column": 9 } }, "body": [ { "type": "ThrowStatement", "start": 212, "end": 250, "loc": { "start": { "line": 11, "column": 12 }, "end": { "line": 11, "column": 50 } }, "argument": { "type": "StringLiteral", "start": 218, "end": 249, "loc": { "start": { "line": 11, "column": 18 }, "end": { "line": 11, "column": 49 } }, "extra": { "rawValue": "Missing config: buttonElement", "raw": "\"Missing config: buttonElement\"" }, "value": "Missing config: buttonElement" } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 270, "end": 310, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 48 } }, "expression": { "type": "AssignmentExpression", "start": 270, "end": 309, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 270, "end": 289, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 27 } }, "object": { "type": "ThisExpression", "start": 270, "end": 274, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 12 } } }, "property": { "type": "Identifier", "start": 275, "end": 289, "loc": { "start": { "line": 14, "column": 13 }, "end": { "line": 14, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "right": { "type": "MemberExpression", "start": 292, "end": 309, "loc": { "start": { "line": 14, "column": 30 }, "end": { "line": 14, "column": 47 } }, "object": { "type": "Identifier", "start": 292, "end": 295, "loc": { "start": { "line": 14, "column": 30 }, "end": { "line": 14, "column": 33 }, "identifierName": "cfg" }, "name": "cfg" }, "property": { "type": "Identifier", "start": 296, "end": 309, "loc": { "start": { "line": 14, "column": 34 }, "end": { "line": 14, "column": 47 }, "identifierName": "buttonElement" }, "name": "buttonElement" }, "computed": false } } }, { "type": "ExpressionStatement", "start": 320, "end": 557, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 22, "column": 11 } }, "expression": { "type": "CallExpression", "start": 320, "end": 556, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 22, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 320, "end": 327, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 15 } }, "object": { "type": "ThisExpression", "start": 320, "end": 324, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 12 } } }, "property": { "type": "Identifier", "start": 325, "end": 327, "loc": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 15 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 328, "end": 337, "loc": { "start": { "line": 16, "column": 16 }, "end": { "line": 16, "column": 25 } }, "extra": { "rawValue": "enabled", "raw": "\"enabled\"" }, "value": "enabled" }, { "type": "ArrowFunctionExpression", "start": 339, "end": 555, "loc": { "start": { "line": 16, "column": 27 }, "end": { "line": 22, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 340, "end": 347, "loc": { "start": { "line": 16, "column": 28 }, "end": { "line": 16, "column": 35 }, "identifierName": "enabled" }, "name": "enabled" } ], "body": { "type": "BlockStatement", "start": 352, "end": 555, "loc": { "start": { "line": 16, "column": 40 }, "end": { "line": 22, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 366, "end": 545, "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 21, "column": 13 } }, "test": { "type": "UnaryExpression", "start": 370, "end": 378, "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 24 } }, "operator": "!", "prefix": true, "argument": { "type": "Identifier", "start": 371, "end": 378, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 24 }, "identifierName": "enabled" }, "name": "enabled" }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 380, "end": 458, "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 19, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 398, "end": 444, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 62 } }, "expression": { "type": "CallExpression", "start": 398, "end": 443, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 398, "end": 431, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 49 } }, "object": { "type": "MemberExpression", "start": 398, "end": 427, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 45 } }, "object": { "type": "MemberExpression", "start": 398, "end": 417, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 35 } }, "object": { "type": "ThisExpression", "start": 398, "end": 402, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 20 } } }, "property": { "type": "Identifier", "start": 403, "end": 417, "loc": { "start": { "line": 18, "column": 21 }, "end": { "line": 18, "column": 35 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 418, "end": 427, "loc": { "start": { "line": 18, "column": 36 }, "end": { "line": 18, "column": 45 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 428, "end": 431, "loc": { "start": { "line": 18, "column": 46 }, "end": { "line": 18, "column": 49 }, "identifierName": "add" }, "name": "add" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 432, "end": 442, "loc": { "start": { "line": 18, "column": 50 }, "end": { "line": 18, "column": 60 } }, "extra": { "rawValue": "disabled", "raw": "\"disabled\"" }, "value": "disabled" } ] } } ], "directives": [] }, "alternate": { "type": "BlockStatement", "start": 464, "end": 545, "loc": { "start": { "line": 19, "column": 19 }, "end": { "line": 21, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 482, "end": 531, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 65 } }, "expression": { "type": "CallExpression", "start": 482, "end": 530, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 482, "end": 518, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 52 } }, "object": { "type": "MemberExpression", "start": 482, "end": 511, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 45 } }, "object": { "type": "MemberExpression", "start": 482, "end": 501, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 35 } }, "object": { "type": "ThisExpression", "start": 482, "end": 486, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 20 } } }, "property": { "type": "Identifier", "start": 487, "end": 501, "loc": { "start": { "line": 20, "column": 21 }, "end": { "line": 20, "column": 35 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 502, "end": 511, "loc": { "start": { "line": 20, "column": 36 }, "end": { "line": 20, "column": 45 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 512, "end": 518, "loc": { "start": { "line": 20, "column": 46 }, "end": { "line": 20, "column": 52 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 519, "end": 529, "loc": { "start": { "line": 20, "column": 53 }, "end": { "line": 20, "column": 63 } }, "extra": { "rawValue": "disabled", "raw": "\"disabled\"" }, "value": "disabled" } ] } } ], "directives": [] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 567, "end": 802, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 30, "column": 11 } }, "expression": { "type": "CallExpression", "start": 567, "end": 801, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 30, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 567, "end": 603, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 44 } }, "object": { "type": "MemberExpression", "start": 567, "end": 586, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 27 } }, "object": { "type": "ThisExpression", "start": 567, "end": 571, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 12 } } }, "property": { "type": "Identifier", "start": 572, "end": 586, "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 587, "end": 603, "loc": { "start": { "line": 24, "column": 28 }, "end": { "line": 24, "column": 44 }, "identifierName": "addEventListener" }, "name": "addEventListener" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 604, "end": 611, "loc": { "start": { "line": 24, "column": 45 }, "end": { "line": 24, "column": 52 } }, "extra": { "rawValue": "click", "raw": "\"click\"" }, "value": "click" }, { "type": "ArrowFunctionExpression", "start": 613, "end": 800, "loc": { "start": { "line": 24, "column": 54 }, "end": { "line": 30, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 614, "end": 619, "loc": { "start": { "line": 24, "column": 55 }, "end": { "line": 24, "column": 60 }, "identifierName": "event" }, "name": "event" } ], "body": { "type": "BlockStatement", "start": 624, "end": 800, "loc": { "start": { "line": 24, "column": 65 }, "end": { "line": 30, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 638, "end": 754, "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 28, "column": 13 } }, "test": { "type": "CallExpression", "start": 642, "end": 659, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 33 } }, "callee": { "type": "MemberExpression", "start": 642, "end": 657, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 31 } }, "object": { "type": "ThisExpression", "start": 642, "end": 646, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 20 } } }, "property": { "type": "Identifier", "start": 647, "end": 657, "loc": { "start": { "line": 25, "column": 21 }, "end": { "line": 25, "column": 31 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "computed": false }, "arguments": [] }, "consequent": { "type": "BlockStatement", "start": 661, "end": 754, "loc": { "start": { "line": 25, "column": 35 }, "end": { "line": 28, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 679, "end": 740, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 27, "column": 19 } }, "expression": { "type": "CallExpression", "start": 679, "end": 739, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 27, "column": 18 } }, "callee": { "type": "MemberExpression", "start": 679, "end": 693, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 30 } }, "object": { "type": "ThisExpression", "start": 679, "end": 683, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 20 } } }, "property": { "type": "Identifier", "start": 684, "end": 693, "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 30 }, "identifierName": "setActive" }, "name": "setActive" }, "computed": false }, "arguments": [ { "type": "UnaryExpression", "start": 694, "end": 711, "loc": { "start": { "line": 26, "column": 31 }, "end": { "line": 26, "column": 48 } }, "operator": "!", "prefix": true, "argument": { "type": "CallExpression", "start": 695, "end": 711, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 48 } }, "callee": { "type": "MemberExpression", "start": 695, "end": 709, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 46 } }, "object": { "type": "ThisExpression", "start": 695, "end": 699, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 36 } } }, "property": { "type": "Identifier", "start": 700, "end": 709, "loc": { "start": { "line": 26, "column": 37 }, "end": { "line": 26, "column": 46 }, "identifierName": "getActive" }, "name": "getActive" }, "computed": false }, "arguments": [] }, "extra": { "parenthesizedArgument": false } }, { "type": "ArrowFunctionExpression", "start": 713, "end": 738, "loc": { "start": { "line": 26, "column": 50 }, "end": { "line": 27, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 719, "end": 738, "loc": { "start": { "line": 26, "column": 56 }, "end": { "line": 27, "column": 17 } }, "body": [], "directives": [] } } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 767, "end": 790, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 35 } }, "expression": { "type": "CallExpression", "start": 767, "end": 789, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 34 } }, "callee": { "type": "MemberExpression", "start": 767, "end": 787, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 32 } }, "object": { "type": "Identifier", "start": 767, "end": 772, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 17 }, "identifierName": "event" }, "name": "event" }, "property": { "type": "Identifier", "start": 773, "end": 787, "loc": { "start": { "line": 29, "column": 18 }, "end": { "line": 29, "column": 32 }, "identifierName": "preventDefault" }, "name": "preventDefault" }, "computed": false }, "arguments": [] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 812, "end": 924, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 34, "column": 11 } }, "expression": { "type": "CallExpression", "start": 812, "end": 923, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 34, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 812, "end": 829, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 25 } }, "object": { "type": "MemberExpression", "start": 812, "end": 826, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 22 } }, "object": { "type": "ThisExpression", "start": 812, "end": 816, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 12 } } }, "property": { "type": "Identifier", "start": 817, "end": 826, "loc": { "start": { "line": 32, "column": 13 }, "end": { "line": 32, "column": 22 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 827, "end": 829, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 25 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 830, "end": 837, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 33 } }, "extra": { "rawValue": "reset", "raw": "\"reset\"" }, "value": "reset" }, { "type": "ArrowFunctionExpression", "start": 839, "end": 922, "loc": { "start": { "line": 32, "column": 35 }, "end": { "line": 34, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 845, "end": 922, "loc": { "start": { "line": 32, "column": 41 }, "end": { "line": 34, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 859, "end": 881, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 34 } }, "expression": { "type": "CallExpression", "start": 859, "end": 880, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 33 } }, "callee": { "type": "MemberExpression", "start": 859, "end": 873, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 26 } }, "object": { "type": "ThisExpression", "start": 859, "end": 863, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 16 } } }, "property": { "type": "Identifier", "start": 864, "end": 873, "loc": { "start": { "line": 33, "column": 17 }, "end": { "line": 33, "column": 26 }, "identifierName": "setActive" }, "name": "setActive" }, "computed": false }, "arguments": [ { "type": "BooleanLiteral", "start": 874, "end": 879, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 32 } }, "value": false } ] }, "trailingComments": [ { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } } ] } ], "directives": [] }, "trailingComments": [ { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } } ] } ] } }, { "type": "ExpressionStatement", "start": 934, "end": 1200, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 41, "column": 11 } }, "expression": { "type": "CallExpression", "start": 934, "end": 1199, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 41, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 934, "end": 954, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 28 } }, "object": { "type": "MemberExpression", "start": 934, "end": 951, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 25 } }, "object": { "type": "MemberExpression", "start": 934, "end": 945, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 19 } }, "object": { "type": "ThisExpression", "start": 934, "end": 938, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 12 } } }, "property": { "type": "Identifier", "start": 939, "end": 945, "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 19 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 946, "end": 951, "loc": { "start": { "line": 36, "column": 20 }, "end": { "line": 36, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 952, "end": 954, "loc": { "start": { "line": 36, "column": 26 }, "end": { "line": 36, "column": 28 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 955, "end": 968, "loc": { "start": { "line": 36, "column": 29 }, "end": { "line": 36, "column": 42 } }, "extra": { "rawValue": "modelLoaded", "raw": "\"modelLoaded\"" }, "value": "modelLoaded" }, { "type": "ArrowFunctionExpression", "start": 970, "end": 1198, "loc": { "start": { "line": 36, "column": 44 }, "end": { "line": 41, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 971, "end": 978, "loc": { "start": { "line": 36, "column": 45 }, "end": { "line": 36, "column": 52 }, "identifierName": "modelId" }, "name": "modelId" } ], "body": { "type": "BlockStatement", "start": 983, "end": 1198, "loc": { "start": { "line": 36, "column": 57 }, "end": { "line": 41, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 997, "end": 1188, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 40, "column": 13 } }, "test": { "type": "UnaryExpression", "start": 1001, "end": 1014, "loc": { "start": { "line": 37, "column": 16 }, "end": { "line": 37, "column": 29 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 1002, "end": 1014, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 29 } }, "object": { "type": "ThisExpression", "start": 1002, "end": 1006, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 21 } } }, "property": { "type": "Identifier", "start": 1007, "end": 1014, "loc": { "start": { "line": 37, "column": 22 }, "end": { "line": 37, "column": 29 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 1016, "end": 1188, "loc": { "start": { "line": 37, "column": 31 }, "end": { "line": 40, "column": 13 } }, "body": [ { "type": "VariableDeclaration", "start": 1034, "end": 1105, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 87 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1040, "end": 1104, "loc": { "start": { "line": 38, "column": 22 }, "end": { "line": 38, "column": 86 } }, "id": { "type": "Identifier", "start": 1040, "end": 1049, "loc": { "start": { "line": 38, "column": 22 }, "end": { "line": 38, "column": 31 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 1052, "end": 1104, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 86 } }, "callee": { "type": "MemberExpression", "start": 1052, "end": 1092, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 74 } }, "object": { "type": "MemberExpression", "start": 1052, "end": 1073, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1052, "end": 1063, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 45 } }, "object": { "type": "ThisExpression", "start": 1052, "end": 1056, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 38 } } }, "property": { "type": "Identifier", "start": 1057, "end": 1063, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1064, "end": 1073, "loc": { "start": { "line": 38, "column": 46 }, "end": { "line": 38, "column": 55 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false }, "property": { "type": "Identifier", "start": 1074, "end": 1092, "loc": { "start": { "line": 38, "column": 56 }, "end": { "line": 38, "column": 74 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1093, "end": 1103, "loc": { "start": { "line": 38, "column": 75 }, "end": { "line": 38, "column": 85 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1122, "end": 1174, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 68 } }, "expression": { "type": "CallExpression", "start": 1122, "end": 1173, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 67 } }, "callee": { "type": "MemberExpression", "start": 1122, "end": 1156, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 50 } }, "object": { "type": "MemberExpression", "start": 1122, "end": 1139, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 33 } }, "object": { "type": "MemberExpression", "start": 1122, "end": 1133, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 27 } }, "object": { "type": "ThisExpression", "start": 1122, "end": 1126, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 20 } } }, "property": { "type": "Identifier", "start": 1127, "end": 1133, "loc": { "start": { "line": 39, "column": 21 }, "end": { "line": 39, "column": 27 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1134, "end": 1139, "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 1140, "end": 1156, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 50 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1157, "end": 1166, "loc": { "start": { "line": 39, "column": 51 }, "end": { "line": 39, "column": 60 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1168, "end": 1172, "loc": { "start": { "line": 39, "column": 62 }, "end": { "line": 39, "column": 66 } }, "value": true } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 1218, "end": 1239, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 29 } }, "expression": { "type": "AssignmentExpression", "start": 1218, "end": 1238, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 1218, "end": 1230, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 20 } }, "object": { "type": "ThisExpression", "start": 1218, "end": 1222, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 12 } } }, "property": { "type": "Identifier", "start": 1223, "end": 1230, "loc": { "start": { "line": 43, "column": 13 }, "end": { "line": 43, "column": 20 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 1233, "end": 1238, "loc": { "start": { "line": 43, "column": 23 }, "end": { "line": 43, "column": 28 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 1248, "end": 1295, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 55 } }, "expression": { "type": "CallExpression", "start": 1248, "end": 1294, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 54 } }, "callee": { "type": "MemberExpression", "start": 1248, "end": 1284, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 44 } }, "object": { "type": "MemberExpression", "start": 1248, "end": 1277, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 37 } }, "object": { "type": "MemberExpression", "start": 1248, "end": 1267, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 27 } }, "object": { "type": "ThisExpression", "start": 1248, "end": 1252, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 12 } } }, "property": { "type": "Identifier", "start": 1253, "end": 1267, "loc": { "start": { "line": 44, "column": 13 }, "end": { "line": 44, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1268, "end": 1277, "loc": { "start": { "line": 44, "column": 28 }, "end": { "line": 44, "column": 37 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1278, "end": 1284, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 44 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1285, "end": 1293, "loc": { "start": { "line": 44, "column": 45 }, "end": { "line": 44, "column": 53 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1307, "end": 1773, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 61, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1307, "end": 1316, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 47, "column": 13 }, "identifierName": "setActive" }, "name": "setActive" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1317, "end": 1323, "loc": { "start": { "line": 47, "column": 14 }, "end": { "line": 47, "column": 20 }, "identifierName": "active" }, "name": "active" } ], "body": { "type": "BlockStatement", "start": 1325, "end": 1773, "loc": { "start": { "line": 47, "column": 22 }, "end": { "line": 61, "column": 5 } }, "body": [ { "type": "IfStatement", "start": 1335, "end": 1395, "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 50, "column": 9 } }, "test": { "type": "BinaryExpression", "start": 1339, "end": 1362, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 35 } }, "left": { "type": "MemberExpression", "start": 1339, "end": 1351, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 24 } }, "object": { "type": "ThisExpression", "start": 1339, "end": 1343, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 16 } } }, "property": { "type": "Identifier", "start": 1344, "end": 1351, "loc": { "start": { "line": 48, "column": 17 }, "end": { "line": 48, "column": 24 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "operator": "===", "right": { "type": "Identifier", "start": 1356, "end": 1362, "loc": { "start": { "line": 48, "column": 29 }, "end": { "line": 48, "column": 35 }, "identifierName": "active" }, "name": "active" } }, "consequent": { "type": "BlockStatement", "start": 1364, "end": 1395, "loc": { "start": { "line": 48, "column": 37 }, "end": { "line": 50, "column": 9 } }, "body": [ { "type": "ReturnStatement", "start": 1378, "end": 1385, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 19 } }, "argument": null } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 1404, "end": 1426, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 30 } }, "expression": { "type": "AssignmentExpression", "start": 1404, "end": 1425, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 1404, "end": 1416, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 20 } }, "object": { "type": "ThisExpression", "start": 1404, "end": 1408, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 12 } } }, "property": { "type": "Identifier", "start": 1409, "end": 1416, "loc": { "start": { "line": 51, "column": 13 }, "end": { "line": 51, "column": 20 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "right": { "type": "Identifier", "start": 1419, "end": 1425, "loc": { "start": { "line": 51, "column": 23 }, "end": { "line": 51, "column": 29 }, "identifierName": "active" }, "name": "active" } } }, { "type": "IfStatement", "start": 1435, "end": 1767, "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 60, "column": 9 } }, "test": { "type": "Identifier", "start": 1439, "end": 1445, "loc": { "start": { "line": 52, "column": 12 }, "end": { "line": 52, "column": 18 }, "identifierName": "active" }, "name": "active" }, "consequent": { "type": "BlockStatement", "start": 1447, "end": 1603, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 56, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1461, "end": 1505, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 56 } }, "expression": { "type": "CallExpression", "start": 1461, "end": 1504, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 55 } }, "callee": { "type": "MemberExpression", "start": 1461, "end": 1494, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 45 } }, "object": { "type": "MemberExpression", "start": 1461, "end": 1490, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 41 } }, "object": { "type": "MemberExpression", "start": 1461, "end": 1480, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 31 } }, "object": { "type": "ThisExpression", "start": 1461, "end": 1465, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 16 } } }, "property": { "type": "Identifier", "start": 1466, "end": 1480, "loc": { "start": { "line": 53, "column": 17 }, "end": { "line": 53, "column": 31 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1481, "end": 1490, "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 41 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1491, "end": 1494, "loc": { "start": { "line": 53, "column": 42 }, "end": { "line": 53, "column": 45 }, "identifierName": "add" }, "name": "add" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1495, "end": 1503, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 53, "column": 54 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } }, { "type": "ExpressionStatement", "start": 1518, "end": 1546, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 40 } }, "expression": { "type": "CallExpression", "start": 1518, "end": 1545, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 39 } }, "callee": { "type": "MemberExpression", "start": 1518, "end": 1543, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 37 } }, "object": { "type": "ThisExpression", "start": 1518, "end": 1522, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 16 } } }, "property": { "type": "Identifier", "start": 1523, "end": 1543, "loc": { "start": { "line": 54, "column": 17 }, "end": { "line": 54, "column": 37 }, "identifierName": "_enterShowSpacesMode" }, "name": "_enterShowSpacesMode" }, "computed": false }, "arguments": [] } }, { "type": "ExpressionStatement", "start": 1559, "end": 1593, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 46 } }, "expression": { "type": "CallExpression", "start": 1559, "end": 1592, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 45 } }, "callee": { "type": "MemberExpression", "start": 1559, "end": 1568, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 21 } }, "object": { "type": "ThisExpression", "start": 1559, "end": 1563, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 16 } } }, "property": { "type": "Identifier", "start": 1564, "end": 1568, "loc": { "start": { "line": 55, "column": 17 }, "end": { "line": 55, "column": 21 }, "identifierName": "fire" }, "name": "fire" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1569, "end": 1577, "loc": { "start": { "line": 55, "column": 22 }, "end": { "line": 55, "column": 30 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" }, { "type": "MemberExpression", "start": 1579, "end": 1591, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 44 } }, "object": { "type": "ThisExpression", "start": 1579, "end": 1583, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 36 } } }, "property": { "type": "Identifier", "start": 1584, "end": 1591, "loc": { "start": { "line": 55, "column": 37 }, "end": { "line": 55, "column": 44 }, "identifierName": "_active" }, "name": "_active" }, "computed": false } ] } } ], "directives": [] }, "alternate": { "type": "BlockStatement", "start": 1609, "end": 1767, "loc": { "start": { "line": 56, "column": 15 }, "end": { "line": 60, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1623, "end": 1670, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 59 } }, "expression": { "type": "CallExpression", "start": 1623, "end": 1669, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 58 } }, "callee": { "type": "MemberExpression", "start": 1623, "end": 1659, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 48 } }, "object": { "type": "MemberExpression", "start": 1623, "end": 1652, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 41 } }, "object": { "type": "MemberExpression", "start": 1623, "end": 1642, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 31 } }, "object": { "type": "ThisExpression", "start": 1623, "end": 1627, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 16 } } }, "property": { "type": "Identifier", "start": 1628, "end": 1642, "loc": { "start": { "line": 57, "column": 17 }, "end": { "line": 57, "column": 31 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1643, "end": 1652, "loc": { "start": { "line": 57, "column": 32 }, "end": { "line": 57, "column": 41 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1653, "end": 1659, "loc": { "start": { "line": 57, "column": 42 }, "end": { "line": 57, "column": 48 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1660, "end": 1668, "loc": { "start": { "line": 57, "column": 49 }, "end": { "line": 57, "column": 57 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } }, { "type": "ExpressionStatement", "start": 1683, "end": 1710, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 39 } }, "expression": { "type": "CallExpression", "start": 1683, "end": 1709, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 38 } }, "callee": { "type": "MemberExpression", "start": 1683, "end": 1707, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 36 } }, "object": { "type": "ThisExpression", "start": 1683, "end": 1687, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 16 } } }, "property": { "type": "Identifier", "start": 1688, "end": 1707, "loc": { "start": { "line": 58, "column": 17 }, "end": { "line": 58, "column": 36 }, "identifierName": "_exitShowSpacesMode" }, "name": "_exitShowSpacesMode" }, "computed": false }, "arguments": [] } }, { "type": "ExpressionStatement", "start": 1723, "end": 1757, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 46 } }, "expression": { "type": "CallExpression", "start": 1723, "end": 1756, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 45 } }, "callee": { "type": "MemberExpression", "start": 1723, "end": 1732, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 21 } }, "object": { "type": "ThisExpression", "start": 1723, "end": 1727, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 16 } } }, "property": { "type": "Identifier", "start": 1728, "end": 1732, "loc": { "start": { "line": 59, "column": 17 }, "end": { "line": 59, "column": 21 }, "identifierName": "fire" }, "name": "fire" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1733, "end": 1741, "loc": { "start": { "line": 59, "column": 22 }, "end": { "line": 59, "column": 30 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" }, { "type": "MemberExpression", "start": 1743, "end": 1755, "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 44 } }, "object": { "type": "ThisExpression", "start": 1743, "end": 1747, "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 36 } } }, "property": { "type": "Identifier", "start": 1748, "end": 1755, "loc": { "start": { "line": 59, "column": 37 }, "end": { "line": 59, "column": 44 }, "identifierName": "_active" }, "name": "_active" }, "computed": false } ] } } ], "directives": [] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1779, "end": 2043, "loc": { "start": { "line": 63, "column": 4 }, "end": { "line": 69, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1779, "end": 1799, "loc": { "start": { "line": 63, "column": 4 }, "end": { "line": 63, "column": 24 }, "identifierName": "_enterShowSpacesMode" }, "name": "_enterShowSpacesMode" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1802, "end": 2043, "loc": { "start": { "line": 63, "column": 27 }, "end": { "line": 69, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 1812, "end": 1839, "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1818, "end": 1838, "loc": { "start": { "line": 64, "column": 14 }, "end": { "line": 64, "column": 34 } }, "id": { "type": "Identifier", "start": 1818, "end": 1824, "loc": { "start": { "line": 64, "column": 14 }, "end": { "line": 64, "column": 20 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 1827, "end": 1838, "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 34 } }, "object": { "type": "ThisExpression", "start": 1827, "end": 1831, "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 27 } } }, "property": { "type": "Identifier", "start": 1832, "end": 1838, "loc": { "start": { "line": 64, "column": 28 }, "end": { "line": 64, "column": 34 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1848, "end": 1875, "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1854, "end": 1874, "loc": { "start": { "line": 65, "column": 14 }, "end": { "line": 65, "column": 34 } }, "id": { "type": "Identifier", "start": 1854, "end": 1859, "loc": { "start": { "line": 65, "column": 14 }, "end": { "line": 65, "column": 19 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 1862, "end": 1874, "loc": { "start": { "line": 65, "column": 22 }, "end": { "line": 65, "column": 34 } }, "object": { "type": "Identifier", "start": 1862, "end": 1868, "loc": { "start": { "line": 65, "column": 22 }, "end": { "line": 65, "column": 28 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1869, "end": 1874, "loc": { "start": { "line": 65, "column": 29 }, "end": { "line": 65, "column": 34 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1884, "end": 1919, "loc": { "start": { "line": 66, "column": 8 }, "end": { "line": 66, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1890, "end": 1918, "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 42 } }, "id": { "type": "Identifier", "start": 1890, "end": 1899, "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 23 }, "identifierName": "metaScene" }, "name": "metaScene" }, "init": { "type": "MemberExpression", "start": 1902, "end": 1918, "loc": { "start": { "line": 66, "column": 26 }, "end": { "line": 66, "column": 42 } }, "object": { "type": "Identifier", "start": 1902, "end": 1908, "loc": { "start": { "line": 66, "column": 26 }, "end": { "line": 66, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1909, "end": 1918, "loc": { "start": { "line": 66, "column": 33 }, "end": { "line": 66, "column": 42 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1928, "end": 1987, "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1934, "end": 1986, "loc": { "start": { "line": 67, "column": 14 }, "end": { "line": 67, "column": 66 } }, "id": { "type": "Identifier", "start": 1934, "end": 1943, "loc": { "start": { "line": 67, "column": 14 }, "end": { "line": 67, "column": 23 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 1946, "end": 1986, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 1946, "end": 1974, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 54 } }, "object": { "type": "Identifier", "start": 1946, "end": 1955, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 35 }, "identifierName": "metaScene" }, "name": "metaScene" }, "property": { "type": "Identifier", "start": 1956, "end": 1974, "loc": { "start": { "line": 67, "column": 36 }, "end": { "line": 67, "column": 54 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1975, "end": 1985, "loc": { "start": { "line": 67, "column": 55 }, "end": { "line": 67, "column": 65 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1996, "end": 2037, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 49 } }, "expression": { "type": "CallExpression", "start": 1996, "end": 2036, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 48 } }, "callee": { "type": "MemberExpression", "start": 1996, "end": 2018, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 30 } }, "object": { "type": "Identifier", "start": 1996, "end": 2001, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 13 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2002, "end": 2018, "loc": { "start": { "line": 68, "column": 14 }, "end": { "line": 68, "column": 30 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2019, "end": 2028, "loc": { "start": { "line": 68, "column": 31 }, "end": { "line": 68, "column": 40 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 2030, "end": 2035, "loc": { "start": { "line": 68, "column": 42 }, "end": { "line": 68, "column": 47 } }, "value": false } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 2049, "end": 2311, "loc": { "start": { "line": 71, "column": 4 }, "end": { "line": 77, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 2049, "end": 2068, "loc": { "start": { "line": 71, "column": 4 }, "end": { "line": 71, "column": 23 }, "identifierName": "_exitShowSpacesMode" }, "name": "_exitShowSpacesMode" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2071, "end": 2311, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 77, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 2081, "end": 2108, "loc": { "start": { "line": 72, "column": 8 }, "end": { "line": 72, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2087, "end": 2107, "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 34 } }, "id": { "type": "Identifier", "start": 2087, "end": 2093, "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 20 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 2096, "end": 2107, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 34 } }, "object": { "type": "ThisExpression", "start": 2096, "end": 2100, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 27 } } }, "property": { "type": "Identifier", "start": 2101, "end": 2107, "loc": { "start": { "line": 72, "column": 28 }, "end": { "line": 72, "column": 34 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2117, "end": 2144, "loc": { "start": { "line": 73, "column": 8 }, "end": { "line": 73, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2123, "end": 2143, "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 34 } }, "id": { "type": "Identifier", "start": 2123, "end": 2128, "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 19 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 2131, "end": 2143, "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 34 } }, "object": { "type": "Identifier", "start": 2131, "end": 2137, "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 28 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2138, "end": 2143, "loc": { "start": { "line": 73, "column": 29 }, "end": { "line": 73, "column": 34 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2153, "end": 2188, "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2159, "end": 2187, "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 42 } }, "id": { "type": "Identifier", "start": 2159, "end": 2168, "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 23 }, "identifierName": "metaScene" }, "name": "metaScene" }, "init": { "type": "MemberExpression", "start": 2171, "end": 2187, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 42 } }, "object": { "type": "Identifier", "start": 2171, "end": 2177, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2178, "end": 2187, "loc": { "start": { "line": 74, "column": 33 }, "end": { "line": 74, "column": 42 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2197, "end": 2256, "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2203, "end": 2255, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 66 } }, "id": { "type": "Identifier", "start": 2203, "end": 2212, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 23 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 2215, "end": 2255, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 2215, "end": 2243, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 54 } }, "object": { "type": "Identifier", "start": 2215, "end": 2224, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 35 }, "identifierName": "metaScene" }, "name": "metaScene" }, "property": { "type": "Identifier", "start": 2225, "end": 2243, "loc": { "start": { "line": 75, "column": 36 }, "end": { "line": 75, "column": 54 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 2244, "end": 2254, "loc": { "start": { "line": 75, "column": 55 }, "end": { "line": 75, "column": 65 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2265, "end": 2305, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 48 } }, "expression": { "type": "CallExpression", "start": 2265, "end": 2304, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 47 } }, "callee": { "type": "MemberExpression", "start": 2265, "end": 2287, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 30 } }, "object": { "type": "Identifier", "start": 2265, "end": 2270, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 13 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2271, "end": 2287, "loc": { "start": { "line": 76, "column": 14 }, "end": { "line": 76, "column": 30 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2288, "end": 2297, "loc": { "start": { "line": 76, "column": 31 }, "end": { "line": 76, "column": 40 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 2299, "end": 2303, "loc": { "start": { "line": 76, "column": 42 }, "end": { "line": 76, "column": 46 } }, "value": true } ] } } ], "directives": [] } } ] }, "leadingComments": [], "name": "_", "trailingComments": [] }, { "type": "ExportNamedDeclaration", "start": 2315, "end": 2339, "loc": { "start": { "line": 80, "column": 0 }, "end": { "line": 80, "column": 24 } }, "declaration": null, "specifiers": [ { "type": "ExportSpecifier", "start": 2323, "end": 2337, "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 22 } }, "local": { "type": "Identifier", "start": 2323, "end": 2337, "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 22 }, "identifierName": "ShowSpacesMode" }, "name": "ShowSpacesMode" }, "exported": { "type": "Identifier", "start": 2323, "end": 2337, "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 22 }, "identifierName": "ShowSpacesMode" }, "name": "ShowSpacesMode" } } ], "source": null }, { "type": "ExportNamedDeclaration", "start": 2315, "end": 2339, "loc": { "start": { "line": 80, "column": 0 }, "end": { "line": 80, "column": 24 } }, "declaration": { "type": "ClassDeclaration", "start": 62, "end": 2313, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 78, "column": 1 } }, "id": { "type": "Identifier", "start": 68, "end": 82, "loc": { "start": { "line": 4, "column": 6 }, "end": { "line": 4, "column": 20 }, "identifierName": "ShowSpacesMode" }, "name": "ShowSpacesMode", "leadingComments": null }, "superClass": { "type": "Identifier", "start": 91, "end": 101, "loc": { "start": { "line": 4, "column": 29 }, "end": { "line": 4, "column": 39 }, "identifierName": "Controller" }, "name": "Controller" }, "body": { "type": "ClassBody", "start": 102, "end": 2313, "loc": { "start": { "line": 4, "column": 40 }, "end": { "line": 78, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 109, "end": 1301, "loc": { "start": { "line": 6, "column": 4 }, "end": { "line": 45, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 109, "end": 120, "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": 121, "end": 127, "loc": { "start": { "line": 6, "column": 16 }, "end": { "line": 6, "column": 22 }, "identifierName": "parent" }, "name": "parent" }, { "type": "Identifier", "start": 129, "end": 132, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 27 }, "identifierName": "cfg" }, "name": "cfg" } ], "body": { "type": "BlockStatement", "start": 134, "end": 1301, "loc": { "start": { "line": 6, "column": 29 }, "end": { "line": 45, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 145, "end": 164, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 27 } }, "expression": { "type": "CallExpression", "start": 145, "end": 163, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 26 } }, "callee": { "type": "Super", "start": 145, "end": 150, "loc": { "start": { "line": 8, "column": 8 }, "end": { "line": 8, "column": 13 } } }, "arguments": [ { "type": "Identifier", "start": 151, "end": 157, "loc": { "start": { "line": 8, "column": 14 }, "end": { "line": 8, "column": 20 }, "identifierName": "parent" }, "name": "parent" }, { "type": "Identifier", "start": 159, "end": 162, "loc": { "start": { "line": 8, "column": 22 }, "end": { "line": 8, "column": 25 }, "identifierName": "cfg" }, "name": "cfg" } ] } }, { "type": "IfStatement", "start": 174, "end": 260, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 12, "column": 9 } }, "test": { "type": "UnaryExpression", "start": 178, "end": 196, "loc": { "start": { "line": 10, "column": 12 }, "end": { "line": 10, "column": 30 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 179, "end": 196, "loc": { "start": { "line": 10, "column": 13 }, "end": { "line": 10, "column": 30 } }, "object": { "type": "Identifier", "start": 179, "end": 182, "loc": { "start": { "line": 10, "column": 13 }, "end": { "line": 10, "column": 16 }, "identifierName": "cfg" }, "name": "cfg" }, "property": { "type": "Identifier", "start": 183, "end": 196, "loc": { "start": { "line": 10, "column": 17 }, "end": { "line": 10, "column": 30 }, "identifierName": "buttonElement" }, "name": "buttonElement" }, "computed": false }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 198, "end": 260, "loc": { "start": { "line": 10, "column": 32 }, "end": { "line": 12, "column": 9 } }, "body": [ { "type": "ThrowStatement", "start": 212, "end": 250, "loc": { "start": { "line": 11, "column": 12 }, "end": { "line": 11, "column": 50 } }, "argument": { "type": "StringLiteral", "start": 218, "end": 249, "loc": { "start": { "line": 11, "column": 18 }, "end": { "line": 11, "column": 49 } }, "extra": { "rawValue": "Missing config: buttonElement", "raw": "\"Missing config: buttonElement\"" }, "value": "Missing config: buttonElement" } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 270, "end": 310, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 48 } }, "expression": { "type": "AssignmentExpression", "start": 270, "end": 309, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 270, "end": 289, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 27 } }, "object": { "type": "ThisExpression", "start": 270, "end": 274, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 12 } } }, "property": { "type": "Identifier", "start": 275, "end": 289, "loc": { "start": { "line": 14, "column": 13 }, "end": { "line": 14, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "right": { "type": "MemberExpression", "start": 292, "end": 309, "loc": { "start": { "line": 14, "column": 30 }, "end": { "line": 14, "column": 47 } }, "object": { "type": "Identifier", "start": 292, "end": 295, "loc": { "start": { "line": 14, "column": 30 }, "end": { "line": 14, "column": 33 }, "identifierName": "cfg" }, "name": "cfg" }, "property": { "type": "Identifier", "start": 296, "end": 309, "loc": { "start": { "line": 14, "column": 34 }, "end": { "line": 14, "column": 47 }, "identifierName": "buttonElement" }, "name": "buttonElement" }, "computed": false } } }, { "type": "ExpressionStatement", "start": 320, "end": 557, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 22, "column": 11 } }, "expression": { "type": "CallExpression", "start": 320, "end": 556, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 22, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 320, "end": 327, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 15 } }, "object": { "type": "ThisExpression", "start": 320, "end": 324, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 12 } } }, "property": { "type": "Identifier", "start": 325, "end": 327, "loc": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 15 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 328, "end": 337, "loc": { "start": { "line": 16, "column": 16 }, "end": { "line": 16, "column": 25 } }, "extra": { "rawValue": "enabled", "raw": "\"enabled\"" }, "value": "enabled" }, { "type": "ArrowFunctionExpression", "start": 339, "end": 555, "loc": { "start": { "line": 16, "column": 27 }, "end": { "line": 22, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 340, "end": 347, "loc": { "start": { "line": 16, "column": 28 }, "end": { "line": 16, "column": 35 }, "identifierName": "enabled" }, "name": "enabled" } ], "body": { "type": "BlockStatement", "start": 352, "end": 555, "loc": { "start": { "line": 16, "column": 40 }, "end": { "line": 22, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 366, "end": 545, "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 21, "column": 13 } }, "test": { "type": "UnaryExpression", "start": 370, "end": 378, "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 24 } }, "operator": "!", "prefix": true, "argument": { "type": "Identifier", "start": 371, "end": 378, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 24 }, "identifierName": "enabled" }, "name": "enabled" }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 380, "end": 458, "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 19, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 398, "end": 444, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 62 } }, "expression": { "type": "CallExpression", "start": 398, "end": 443, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 398, "end": 431, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 49 } }, "object": { "type": "MemberExpression", "start": 398, "end": 427, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 45 } }, "object": { "type": "MemberExpression", "start": 398, "end": 417, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 35 } }, "object": { "type": "ThisExpression", "start": 398, "end": 402, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 20 } } }, "property": { "type": "Identifier", "start": 403, "end": 417, "loc": { "start": { "line": 18, "column": 21 }, "end": { "line": 18, "column": 35 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 418, "end": 427, "loc": { "start": { "line": 18, "column": 36 }, "end": { "line": 18, "column": 45 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 428, "end": 431, "loc": { "start": { "line": 18, "column": 46 }, "end": { "line": 18, "column": 49 }, "identifierName": "add" }, "name": "add" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 432, "end": 442, "loc": { "start": { "line": 18, "column": 50 }, "end": { "line": 18, "column": 60 } }, "extra": { "rawValue": "disabled", "raw": "\"disabled\"" }, "value": "disabled" } ] } } ], "directives": [] }, "alternate": { "type": "BlockStatement", "start": 464, "end": 545, "loc": { "start": { "line": 19, "column": 19 }, "end": { "line": 21, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 482, "end": 531, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 65 } }, "expression": { "type": "CallExpression", "start": 482, "end": 530, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 482, "end": 518, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 52 } }, "object": { "type": "MemberExpression", "start": 482, "end": 511, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 45 } }, "object": { "type": "MemberExpression", "start": 482, "end": 501, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 35 } }, "object": { "type": "ThisExpression", "start": 482, "end": 486, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 20 } } }, "property": { "type": "Identifier", "start": 487, "end": 501, "loc": { "start": { "line": 20, "column": 21 }, "end": { "line": 20, "column": 35 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 502, "end": 511, "loc": { "start": { "line": 20, "column": 36 }, "end": { "line": 20, "column": 45 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 512, "end": 518, "loc": { "start": { "line": 20, "column": 46 }, "end": { "line": 20, "column": 52 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 519, "end": 529, "loc": { "start": { "line": 20, "column": 53 }, "end": { "line": 20, "column": 63 } }, "extra": { "rawValue": "disabled", "raw": "\"disabled\"" }, "value": "disabled" } ] } } ], "directives": [] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 567, "end": 802, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 30, "column": 11 } }, "expression": { "type": "CallExpression", "start": 567, "end": 801, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 30, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 567, "end": 603, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 44 } }, "object": { "type": "MemberExpression", "start": 567, "end": 586, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 27 } }, "object": { "type": "ThisExpression", "start": 567, "end": 571, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 12 } } }, "property": { "type": "Identifier", "start": 572, "end": 586, "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 587, "end": 603, "loc": { "start": { "line": 24, "column": 28 }, "end": { "line": 24, "column": 44 }, "identifierName": "addEventListener" }, "name": "addEventListener" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 604, "end": 611, "loc": { "start": { "line": 24, "column": 45 }, "end": { "line": 24, "column": 52 } }, "extra": { "rawValue": "click", "raw": "\"click\"" }, "value": "click" }, { "type": "ArrowFunctionExpression", "start": 613, "end": 800, "loc": { "start": { "line": 24, "column": 54 }, "end": { "line": 30, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 614, "end": 619, "loc": { "start": { "line": 24, "column": 55 }, "end": { "line": 24, "column": 60 }, "identifierName": "event" }, "name": "event" } ], "body": { "type": "BlockStatement", "start": 624, "end": 800, "loc": { "start": { "line": 24, "column": 65 }, "end": { "line": 30, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 638, "end": 754, "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 28, "column": 13 } }, "test": { "type": "CallExpression", "start": 642, "end": 659, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 33 } }, "callee": { "type": "MemberExpression", "start": 642, "end": 657, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 31 } }, "object": { "type": "ThisExpression", "start": 642, "end": 646, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 20 } } }, "property": { "type": "Identifier", "start": 647, "end": 657, "loc": { "start": { "line": 25, "column": 21 }, "end": { "line": 25, "column": 31 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "computed": false }, "arguments": [] }, "consequent": { "type": "BlockStatement", "start": 661, "end": 754, "loc": { "start": { "line": 25, "column": 35 }, "end": { "line": 28, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 679, "end": 740, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 27, "column": 19 } }, "expression": { "type": "CallExpression", "start": 679, "end": 739, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 27, "column": 18 } }, "callee": { "type": "MemberExpression", "start": 679, "end": 693, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 30 } }, "object": { "type": "ThisExpression", "start": 679, "end": 683, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 20 } } }, "property": { "type": "Identifier", "start": 684, "end": 693, "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 30 }, "identifierName": "setActive" }, "name": "setActive" }, "computed": false }, "arguments": [ { "type": "UnaryExpression", "start": 694, "end": 711, "loc": { "start": { "line": 26, "column": 31 }, "end": { "line": 26, "column": 48 } }, "operator": "!", "prefix": true, "argument": { "type": "CallExpression", "start": 695, "end": 711, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 48 } }, "callee": { "type": "MemberExpression", "start": 695, "end": 709, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 46 } }, "object": { "type": "ThisExpression", "start": 695, "end": 699, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 36 } } }, "property": { "type": "Identifier", "start": 700, "end": 709, "loc": { "start": { "line": 26, "column": 37 }, "end": { "line": 26, "column": 46 }, "identifierName": "getActive" }, "name": "getActive" }, "computed": false }, "arguments": [] }, "extra": { "parenthesizedArgument": false } }, { "type": "ArrowFunctionExpression", "start": 713, "end": 738, "loc": { "start": { "line": 26, "column": 50 }, "end": { "line": 27, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 719, "end": 738, "loc": { "start": { "line": 26, "column": 56 }, "end": { "line": 27, "column": 17 } }, "body": [], "directives": [] } } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 767, "end": 790, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 35 } }, "expression": { "type": "CallExpression", "start": 767, "end": 789, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 34 } }, "callee": { "type": "MemberExpression", "start": 767, "end": 787, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 32 } }, "object": { "type": "Identifier", "start": 767, "end": 772, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 17 }, "identifierName": "event" }, "name": "event" }, "property": { "type": "Identifier", "start": 773, "end": 787, "loc": { "start": { "line": 29, "column": 18 }, "end": { "line": 29, "column": 32 }, "identifierName": "preventDefault" }, "name": "preventDefault" }, "computed": false }, "arguments": [] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 812, "end": 924, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 34, "column": 11 } }, "expression": { "type": "CallExpression", "start": 812, "end": 923, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 34, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 812, "end": 829, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 25 } }, "object": { "type": "MemberExpression", "start": 812, "end": 826, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 22 } }, "object": { "type": "ThisExpression", "start": 812, "end": 816, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 12 } } }, "property": { "type": "Identifier", "start": 817, "end": 826, "loc": { "start": { "line": 32, "column": 13 }, "end": { "line": 32, "column": 22 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 827, "end": 829, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 25 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 830, "end": 837, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 33 } }, "extra": { "rawValue": "reset", "raw": "\"reset\"" }, "value": "reset" }, { "type": "ArrowFunctionExpression", "start": 839, "end": 922, "loc": { "start": { "line": 32, "column": 35 }, "end": { "line": 34, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 845, "end": 922, "loc": { "start": { "line": 32, "column": 41 }, "end": { "line": 34, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 859, "end": 881, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 34 } }, "expression": { "type": "CallExpression", "start": 859, "end": 880, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 33 } }, "callee": { "type": "MemberExpression", "start": 859, "end": 873, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 26 } }, "object": { "type": "ThisExpression", "start": 859, "end": 863, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 16 } } }, "property": { "type": "Identifier", "start": 864, "end": 873, "loc": { "start": { "line": 33, "column": 17 }, "end": { "line": 33, "column": 26 }, "identifierName": "setActive" }, "name": "setActive" }, "computed": false }, "arguments": [ { "type": "BooleanLiteral", "start": 874, "end": 879, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 32 } }, "value": false } ] }, "trailingComments": [ { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } } ] } ], "directives": [] }, "trailingComments": [ { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } } ] } ] } }, { "type": "ExpressionStatement", "start": 934, "end": 1200, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 41, "column": 11 } }, "expression": { "type": "CallExpression", "start": 934, "end": 1199, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 41, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 934, "end": 954, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 28 } }, "object": { "type": "MemberExpression", "start": 934, "end": 951, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 25 } }, "object": { "type": "MemberExpression", "start": 934, "end": 945, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 19 } }, "object": { "type": "ThisExpression", "start": 934, "end": 938, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 12 } } }, "property": { "type": "Identifier", "start": 939, "end": 945, "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 19 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 946, "end": 951, "loc": { "start": { "line": 36, "column": 20 }, "end": { "line": 36, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 952, "end": 954, "loc": { "start": { "line": 36, "column": 26 }, "end": { "line": 36, "column": 28 }, "identifierName": "on" }, "name": "on" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 955, "end": 968, "loc": { "start": { "line": 36, "column": 29 }, "end": { "line": 36, "column": 42 } }, "extra": { "rawValue": "modelLoaded", "raw": "\"modelLoaded\"" }, "value": "modelLoaded" }, { "type": "ArrowFunctionExpression", "start": 970, "end": 1198, "loc": { "start": { "line": 36, "column": 44 }, "end": { "line": 41, "column": 9 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 971, "end": 978, "loc": { "start": { "line": 36, "column": 45 }, "end": { "line": 36, "column": 52 }, "identifierName": "modelId" }, "name": "modelId" } ], "body": { "type": "BlockStatement", "start": 983, "end": 1198, "loc": { "start": { "line": 36, "column": 57 }, "end": { "line": 41, "column": 9 } }, "body": [ { "type": "IfStatement", "start": 997, "end": 1188, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 40, "column": 13 } }, "test": { "type": "UnaryExpression", "start": 1001, "end": 1014, "loc": { "start": { "line": 37, "column": 16 }, "end": { "line": 37, "column": 29 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 1002, "end": 1014, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 29 } }, "object": { "type": "ThisExpression", "start": 1002, "end": 1006, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 21 } } }, "property": { "type": "Identifier", "start": 1007, "end": 1014, "loc": { "start": { "line": 37, "column": 22 }, "end": { "line": 37, "column": 29 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 1016, "end": 1188, "loc": { "start": { "line": 37, "column": 31 }, "end": { "line": 40, "column": 13 } }, "body": [ { "type": "VariableDeclaration", "start": 1034, "end": 1105, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 87 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1040, "end": 1104, "loc": { "start": { "line": 38, "column": 22 }, "end": { "line": 38, "column": 86 } }, "id": { "type": "Identifier", "start": 1040, "end": 1049, "loc": { "start": { "line": 38, "column": 22 }, "end": { "line": 38, "column": 31 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 1052, "end": 1104, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 86 } }, "callee": { "type": "MemberExpression", "start": 1052, "end": 1092, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 74 } }, "object": { "type": "MemberExpression", "start": 1052, "end": 1073, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1052, "end": 1063, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 45 } }, "object": { "type": "ThisExpression", "start": 1052, "end": 1056, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 38 } } }, "property": { "type": "Identifier", "start": 1057, "end": 1063, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1064, "end": 1073, "loc": { "start": { "line": 38, "column": 46 }, "end": { "line": 38, "column": 55 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false }, "property": { "type": "Identifier", "start": 1074, "end": 1092, "loc": { "start": { "line": 38, "column": 56 }, "end": { "line": 38, "column": 74 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1093, "end": 1103, "loc": { "start": { "line": 38, "column": 75 }, "end": { "line": 38, "column": 85 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1122, "end": 1174, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 68 } }, "expression": { "type": "CallExpression", "start": 1122, "end": 1173, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 67 } }, "callee": { "type": "MemberExpression", "start": 1122, "end": 1156, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 50 } }, "object": { "type": "MemberExpression", "start": 1122, "end": 1139, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 33 } }, "object": { "type": "MemberExpression", "start": 1122, "end": 1133, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 27 } }, "object": { "type": "ThisExpression", "start": 1122, "end": 1126, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 20 } } }, "property": { "type": "Identifier", "start": 1127, "end": 1133, "loc": { "start": { "line": 39, "column": 21 }, "end": { "line": 39, "column": 27 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1134, "end": 1139, "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 1140, "end": 1156, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 50 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1157, "end": 1166, "loc": { "start": { "line": 39, "column": 51 }, "end": { "line": 39, "column": 60 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1168, "end": 1172, "loc": { "start": { "line": 39, "column": 62 }, "end": { "line": 39, "column": 66 } }, "value": true } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 1218, "end": 1239, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 29 } }, "expression": { "type": "AssignmentExpression", "start": 1218, "end": 1238, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 1218, "end": 1230, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 20 } }, "object": { "type": "ThisExpression", "start": 1218, "end": 1222, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 12 } } }, "property": { "type": "Identifier", "start": 1223, "end": 1230, "loc": { "start": { "line": 43, "column": 13 }, "end": { "line": 43, "column": 20 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 1233, "end": 1238, "loc": { "start": { "line": 43, "column": 23 }, "end": { "line": 43, "column": 28 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 1248, "end": 1295, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 55 } }, "expression": { "type": "CallExpression", "start": 1248, "end": 1294, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 54 } }, "callee": { "type": "MemberExpression", "start": 1248, "end": 1284, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 44 } }, "object": { "type": "MemberExpression", "start": 1248, "end": 1277, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 37 } }, "object": { "type": "MemberExpression", "start": 1248, "end": 1267, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 27 } }, "object": { "type": "ThisExpression", "start": 1248, "end": 1252, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 12 } } }, "property": { "type": "Identifier", "start": 1253, "end": 1267, "loc": { "start": { "line": 44, "column": 13 }, "end": { "line": 44, "column": 27 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1268, "end": 1277, "loc": { "start": { "line": 44, "column": 28 }, "end": { "line": 44, "column": 37 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1278, "end": 1284, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 44 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1285, "end": 1293, "loc": { "start": { "line": 44, "column": 45 }, "end": { "line": 44, "column": 53 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1307, "end": 1773, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 61, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1307, "end": 1316, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 47, "column": 13 }, "identifierName": "setActive" }, "name": "setActive" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1317, "end": 1323, "loc": { "start": { "line": 47, "column": 14 }, "end": { "line": 47, "column": 20 }, "identifierName": "active" }, "name": "active" } ], "body": { "type": "BlockStatement", "start": 1325, "end": 1773, "loc": { "start": { "line": 47, "column": 22 }, "end": { "line": 61, "column": 5 } }, "body": [ { "type": "IfStatement", "start": 1335, "end": 1395, "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 50, "column": 9 } }, "test": { "type": "BinaryExpression", "start": 1339, "end": 1362, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 35 } }, "left": { "type": "MemberExpression", "start": 1339, "end": 1351, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 24 } }, "object": { "type": "ThisExpression", "start": 1339, "end": 1343, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 16 } } }, "property": { "type": "Identifier", "start": 1344, "end": 1351, "loc": { "start": { "line": 48, "column": 17 }, "end": { "line": 48, "column": 24 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "operator": "===", "right": { "type": "Identifier", "start": 1356, "end": 1362, "loc": { "start": { "line": 48, "column": 29 }, "end": { "line": 48, "column": 35 }, "identifierName": "active" }, "name": "active" } }, "consequent": { "type": "BlockStatement", "start": 1364, "end": 1395, "loc": { "start": { "line": 48, "column": 37 }, "end": { "line": 50, "column": 9 } }, "body": [ { "type": "ReturnStatement", "start": 1378, "end": 1385, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 19 } }, "argument": null } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 1404, "end": 1426, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 30 } }, "expression": { "type": "AssignmentExpression", "start": 1404, "end": 1425, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 1404, "end": 1416, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 20 } }, "object": { "type": "ThisExpression", "start": 1404, "end": 1408, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 12 } } }, "property": { "type": "Identifier", "start": 1409, "end": 1416, "loc": { "start": { "line": 51, "column": 13 }, "end": { "line": 51, "column": 20 }, "identifierName": "_active" }, "name": "_active" }, "computed": false }, "right": { "type": "Identifier", "start": 1419, "end": 1425, "loc": { "start": { "line": 51, "column": 23 }, "end": { "line": 51, "column": 29 }, "identifierName": "active" }, "name": "active" } } }, { "type": "IfStatement", "start": 1435, "end": 1767, "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 60, "column": 9 } }, "test": { "type": "Identifier", "start": 1439, "end": 1445, "loc": { "start": { "line": 52, "column": 12 }, "end": { "line": 52, "column": 18 }, "identifierName": "active" }, "name": "active" }, "consequent": { "type": "BlockStatement", "start": 1447, "end": 1603, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 56, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1461, "end": 1505, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 56 } }, "expression": { "type": "CallExpression", "start": 1461, "end": 1504, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 55 } }, "callee": { "type": "MemberExpression", "start": 1461, "end": 1494, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 45 } }, "object": { "type": "MemberExpression", "start": 1461, "end": 1490, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 41 } }, "object": { "type": "MemberExpression", "start": 1461, "end": 1480, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 31 } }, "object": { "type": "ThisExpression", "start": 1461, "end": 1465, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 16 } } }, "property": { "type": "Identifier", "start": 1466, "end": 1480, "loc": { "start": { "line": 53, "column": 17 }, "end": { "line": 53, "column": 31 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1481, "end": 1490, "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 41 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1491, "end": 1494, "loc": { "start": { "line": 53, "column": 42 }, "end": { "line": 53, "column": 45 }, "identifierName": "add" }, "name": "add" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1495, "end": 1503, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 53, "column": 54 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } }, { "type": "ExpressionStatement", "start": 1518, "end": 1546, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 40 } }, "expression": { "type": "CallExpression", "start": 1518, "end": 1545, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 39 } }, "callee": { "type": "MemberExpression", "start": 1518, "end": 1543, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 37 } }, "object": { "type": "ThisExpression", "start": 1518, "end": 1522, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 16 } } }, "property": { "type": "Identifier", "start": 1523, "end": 1543, "loc": { "start": { "line": 54, "column": 17 }, "end": { "line": 54, "column": 37 }, "identifierName": "_enterShowSpacesMode" }, "name": "_enterShowSpacesMode" }, "computed": false }, "arguments": [] } }, { "type": "ExpressionStatement", "start": 1559, "end": 1593, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 46 } }, "expression": { "type": "CallExpression", "start": 1559, "end": 1592, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 45 } }, "callee": { "type": "MemberExpression", "start": 1559, "end": 1568, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 21 } }, "object": { "type": "ThisExpression", "start": 1559, "end": 1563, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 16 } } }, "property": { "type": "Identifier", "start": 1564, "end": 1568, "loc": { "start": { "line": 55, "column": 17 }, "end": { "line": 55, "column": 21 }, "identifierName": "fire" }, "name": "fire" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1569, "end": 1577, "loc": { "start": { "line": 55, "column": 22 }, "end": { "line": 55, "column": 30 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" }, { "type": "MemberExpression", "start": 1579, "end": 1591, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 44 } }, "object": { "type": "ThisExpression", "start": 1579, "end": 1583, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 36 } } }, "property": { "type": "Identifier", "start": 1584, "end": 1591, "loc": { "start": { "line": 55, "column": 37 }, "end": { "line": 55, "column": 44 }, "identifierName": "_active" }, "name": "_active" }, "computed": false } ] } } ], "directives": [] }, "alternate": { "type": "BlockStatement", "start": 1609, "end": 1767, "loc": { "start": { "line": 56, "column": 15 }, "end": { "line": 60, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1623, "end": 1670, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 59 } }, "expression": { "type": "CallExpression", "start": 1623, "end": 1669, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 58 } }, "callee": { "type": "MemberExpression", "start": 1623, "end": 1659, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 48 } }, "object": { "type": "MemberExpression", "start": 1623, "end": 1652, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 41 } }, "object": { "type": "MemberExpression", "start": 1623, "end": 1642, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 31 } }, "object": { "type": "ThisExpression", "start": 1623, "end": 1627, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 16 } } }, "property": { "type": "Identifier", "start": 1628, "end": 1642, "loc": { "start": { "line": 57, "column": 17 }, "end": { "line": 57, "column": 31 }, "identifierName": "_buttonElement" }, "name": "_buttonElement" }, "computed": false }, "property": { "type": "Identifier", "start": 1643, "end": 1652, "loc": { "start": { "line": 57, "column": 32 }, "end": { "line": 57, "column": 41 }, "identifierName": "classList" }, "name": "classList" }, "computed": false }, "property": { "type": "Identifier", "start": 1653, "end": 1659, "loc": { "start": { "line": 57, "column": 42 }, "end": { "line": 57, "column": 48 }, "identifierName": "remove" }, "name": "remove" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1660, "end": 1668, "loc": { "start": { "line": 57, "column": 49 }, "end": { "line": 57, "column": 57 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" } ] } }, { "type": "ExpressionStatement", "start": 1683, "end": 1710, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 39 } }, "expression": { "type": "CallExpression", "start": 1683, "end": 1709, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 38 } }, "callee": { "type": "MemberExpression", "start": 1683, "end": 1707, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 36 } }, "object": { "type": "ThisExpression", "start": 1683, "end": 1687, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 16 } } }, "property": { "type": "Identifier", "start": 1688, "end": 1707, "loc": { "start": { "line": 58, "column": 17 }, "end": { "line": 58, "column": 36 }, "identifierName": "_exitShowSpacesMode" }, "name": "_exitShowSpacesMode" }, "computed": false }, "arguments": [] } }, { "type": "ExpressionStatement", "start": 1723, "end": 1757, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 46 } }, "expression": { "type": "CallExpression", "start": 1723, "end": 1756, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 45 } }, "callee": { "type": "MemberExpression", "start": 1723, "end": 1732, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 21 } }, "object": { "type": "ThisExpression", "start": 1723, "end": 1727, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 16 } } }, "property": { "type": "Identifier", "start": 1728, "end": 1732, "loc": { "start": { "line": 59, "column": 17 }, "end": { "line": 59, "column": 21 }, "identifierName": "fire" }, "name": "fire" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1733, "end": 1741, "loc": { "start": { "line": 59, "column": 22 }, "end": { "line": 59, "column": 30 } }, "extra": { "rawValue": "active", "raw": "\"active\"" }, "value": "active" }, { "type": "MemberExpression", "start": 1743, "end": 1755, "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 44 } }, "object": { "type": "ThisExpression", "start": 1743, "end": 1747, "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 36 } } }, "property": { "type": "Identifier", "start": 1748, "end": 1755, "loc": { "start": { "line": 59, "column": 37 }, "end": { "line": 59, "column": 44 }, "identifierName": "_active" }, "name": "_active" }, "computed": false } ] } } ], "directives": [] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 1779, "end": 2043, "loc": { "start": { "line": 63, "column": 4 }, "end": { "line": 69, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 1779, "end": 1799, "loc": { "start": { "line": 63, "column": 4 }, "end": { "line": 63, "column": 24 }, "identifierName": "_enterShowSpacesMode" }, "name": "_enterShowSpacesMode" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 1802, "end": 2043, "loc": { "start": { "line": 63, "column": 27 }, "end": { "line": 69, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 1812, "end": 1839, "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1818, "end": 1838, "loc": { "start": { "line": 64, "column": 14 }, "end": { "line": 64, "column": 34 } }, "id": { "type": "Identifier", "start": 1818, "end": 1824, "loc": { "start": { "line": 64, "column": 14 }, "end": { "line": 64, "column": 20 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 1827, "end": 1838, "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 34 } }, "object": { "type": "ThisExpression", "start": 1827, "end": 1831, "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 27 } } }, "property": { "type": "Identifier", "start": 1832, "end": 1838, "loc": { "start": { "line": 64, "column": 28 }, "end": { "line": 64, "column": 34 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1848, "end": 1875, "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1854, "end": 1874, "loc": { "start": { "line": 65, "column": 14 }, "end": { "line": 65, "column": 34 } }, "id": { "type": "Identifier", "start": 1854, "end": 1859, "loc": { "start": { "line": 65, "column": 14 }, "end": { "line": 65, "column": 19 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 1862, "end": 1874, "loc": { "start": { "line": 65, "column": 22 }, "end": { "line": 65, "column": 34 } }, "object": { "type": "Identifier", "start": 1862, "end": 1868, "loc": { "start": { "line": 65, "column": 22 }, "end": { "line": 65, "column": 28 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1869, "end": 1874, "loc": { "start": { "line": 65, "column": 29 }, "end": { "line": 65, "column": 34 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1884, "end": 1919, "loc": { "start": { "line": 66, "column": 8 }, "end": { "line": 66, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1890, "end": 1918, "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 42 } }, "id": { "type": "Identifier", "start": 1890, "end": 1899, "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 23 }, "identifierName": "metaScene" }, "name": "metaScene" }, "init": { "type": "MemberExpression", "start": 1902, "end": 1918, "loc": { "start": { "line": 66, "column": 26 }, "end": { "line": 66, "column": 42 } }, "object": { "type": "Identifier", "start": 1902, "end": 1908, "loc": { "start": { "line": 66, "column": 26 }, "end": { "line": 66, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1909, "end": 1918, "loc": { "start": { "line": 66, "column": 33 }, "end": { "line": 66, "column": 42 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1928, "end": 1987, "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1934, "end": 1986, "loc": { "start": { "line": 67, "column": 14 }, "end": { "line": 67, "column": 66 } }, "id": { "type": "Identifier", "start": 1934, "end": 1943, "loc": { "start": { "line": 67, "column": 14 }, "end": { "line": 67, "column": 23 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 1946, "end": 1986, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 1946, "end": 1974, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 54 } }, "object": { "type": "Identifier", "start": 1946, "end": 1955, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 35 }, "identifierName": "metaScene" }, "name": "metaScene" }, "property": { "type": "Identifier", "start": 1956, "end": 1974, "loc": { "start": { "line": 67, "column": 36 }, "end": { "line": 67, "column": 54 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1975, "end": 1985, "loc": { "start": { "line": 67, "column": 55 }, "end": { "line": 67, "column": 65 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1996, "end": 2037, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 49 } }, "expression": { "type": "CallExpression", "start": 1996, "end": 2036, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 48 } }, "callee": { "type": "MemberExpression", "start": 1996, "end": 2018, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 30 } }, "object": { "type": "Identifier", "start": 1996, "end": 2001, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 13 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2002, "end": 2018, "loc": { "start": { "line": 68, "column": 14 }, "end": { "line": 68, "column": 30 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2019, "end": 2028, "loc": { "start": { "line": 68, "column": 31 }, "end": { "line": 68, "column": 40 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 2030, "end": 2035, "loc": { "start": { "line": 68, "column": 42 }, "end": { "line": 68, "column": 47 } }, "value": false } ] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 2049, "end": 2311, "loc": { "start": { "line": 71, "column": 4 }, "end": { "line": 77, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 2049, "end": 2068, "loc": { "start": { "line": 71, "column": 4 }, "end": { "line": 71, "column": 23 }, "identifierName": "_exitShowSpacesMode" }, "name": "_exitShowSpacesMode" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2071, "end": 2311, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 77, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 2081, "end": 2108, "loc": { "start": { "line": 72, "column": 8 }, "end": { "line": 72, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2087, "end": 2107, "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 34 } }, "id": { "type": "Identifier", "start": 2087, "end": 2093, "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 20 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 2096, "end": 2107, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 34 } }, "object": { "type": "ThisExpression", "start": 2096, "end": 2100, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 27 } } }, "property": { "type": "Identifier", "start": 2101, "end": 2107, "loc": { "start": { "line": 72, "column": 28 }, "end": { "line": 72, "column": 34 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2117, "end": 2144, "loc": { "start": { "line": 73, "column": 8 }, "end": { "line": 73, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2123, "end": 2143, "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 34 } }, "id": { "type": "Identifier", "start": 2123, "end": 2128, "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 19 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 2131, "end": 2143, "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 34 } }, "object": { "type": "Identifier", "start": 2131, "end": 2137, "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 28 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2138, "end": 2143, "loc": { "start": { "line": 73, "column": 29 }, "end": { "line": 73, "column": 34 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2153, "end": 2188, "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2159, "end": 2187, "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 42 } }, "id": { "type": "Identifier", "start": 2159, "end": 2168, "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 23 }, "identifierName": "metaScene" }, "name": "metaScene" }, "init": { "type": "MemberExpression", "start": 2171, "end": 2187, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 42 } }, "object": { "type": "Identifier", "start": 2171, "end": 2177, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2178, "end": 2187, "loc": { "start": { "line": 74, "column": 33 }, "end": { "line": 74, "column": 42 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2197, "end": 2256, "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2203, "end": 2255, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 66 } }, "id": { "type": "Identifier", "start": 2203, "end": 2212, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 23 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "CallExpression", "start": 2215, "end": 2255, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 2215, "end": 2243, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 54 } }, "object": { "type": "Identifier", "start": 2215, "end": 2224, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 35 }, "identifierName": "metaScene" }, "name": "metaScene" }, "property": { "type": "Identifier", "start": 2225, "end": 2243, "loc": { "start": { "line": 75, "column": 36 }, "end": { "line": 75, "column": 54 }, "identifierName": "getObjectIDsByType" }, "name": "getObjectIDsByType" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 2244, "end": 2254, "loc": { "start": { "line": 75, "column": 55 }, "end": { "line": 75, "column": 65 } }, "extra": { "rawValue": "IfcSpace", "raw": "\"IfcSpace\"" }, "value": "IfcSpace" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2265, "end": 2305, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 48 } }, "expression": { "type": "CallExpression", "start": 2265, "end": 2304, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 47 } }, "callee": { "type": "MemberExpression", "start": 2265, "end": 2287, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 30 } }, "object": { "type": "Identifier", "start": 2265, "end": 2270, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 13 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2271, "end": 2287, "loc": { "start": { "line": 76, "column": 14 }, "end": { "line": 76, "column": 30 }, "identifierName": "setObjectsCulled" }, "name": "setObjectsCulled" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2288, "end": 2297, "loc": { "start": { "line": 76, "column": 31 }, "end": { "line": 76, "column": 40 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 2299, "end": 2303, "loc": { "start": { "line": 76, "column": 42 }, "end": { "line": 76, "column": 46 } }, "value": true } ] } } ], "directives": [] } } ] }, "leadingComments": [ { "type": "CommentBlock", "value": "* @private ", "start": 46, "end": 61, "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": 46, "end": 61, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 15 } } }, { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } } ], "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": 43, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 43 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 43, "end": 44, "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } }, { "type": "CommentBlock", "value": "* @private ", "start": 46, "end": 61, "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": 62, "end": 67, "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": "ShowSpacesMode", "start": 68, "end": 82, "loc": { "start": { "line": 4, "column": 6 }, "end": { "line": 4, "column": 20 } } }, { "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": 83, "end": 90, "loc": { "start": { "line": 4, "column": 21 }, "end": { "line": 4, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Controller", "start": 91, "end": 101, "loc": { "start": { "line": 4, "column": 29 }, "end": { "line": 4, "column": 39 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 102, "end": 103, "loc": { "start": { "line": 4, "column": 40 }, "end": { "line": 4, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "constructor", "start": 109, "end": 120, "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": 120, "end": 121, "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": 121, "end": 127, "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": 127, "end": 128, "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": 129, "end": 132, "loc": { "start": { "line": 6, "column": 24 }, "end": { "line": 6, "column": 27 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 132, "end": 133, "loc": { "start": { "line": 6, "column": 27 }, "end": { "line": 6, "column": 28 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 134, "end": 135, "loc": { "start": { "line": 6, "column": 29 }, "end": { "line": 6, "column": 30 } } }, { "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": 145, "end": 150, "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": 150, "end": 151, "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": 151, "end": 157, "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": 157, "end": 158, "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": 159, "end": 162, "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": 162, "end": 163, "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": 163, "end": 164, "loc": { "start": { "line": 8, "column": 26 }, "end": { "line": 8, "column": 27 } } }, { "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": 174, "end": 176, "loc": { "start": { "line": 10, "column": 8 }, "end": { "line": 10, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 177, "end": 178, "loc": { "start": { "line": 10, "column": 11 }, "end": { "line": 10, "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": 178, "end": 179, "loc": { "start": { "line": 10, "column": 12 }, "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": "cfg", "start": 179, "end": 182, "loc": { "start": { "line": 10, "column": 13 }, "end": { "line": 10, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 182, "end": 183, "loc": { "start": { "line": 10, "column": 16 }, "end": { "line": 10, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "buttonElement", "start": 183, "end": 196, "loc": { "start": { "line": 10, "column": 17 }, "end": { "line": 10, "column": 30 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 196, "end": 197, "loc": { "start": { "line": 10, "column": 30 }, "end": { "line": 10, "column": 31 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 198, "end": 199, "loc": { "start": { "line": 10, "column": 32 }, "end": { "line": 10, "column": 33 } } }, { "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": 212, "end": 217, "loc": { "start": { "line": 11, "column": 12 }, "end": { "line": 11, "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: buttonElement", "start": 218, "end": 249, "loc": { "start": { "line": 11, "column": 18 }, "end": { "line": 11, "column": 49 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 249, "end": 250, "loc": { "start": { "line": 11, "column": 49 }, "end": { "line": 11, "column": 50 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 259, "end": 260, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "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": 270, "end": 274, "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 274, "end": 275, "loc": { "start": { "line": 14, "column": 12 }, "end": { "line": 14, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 275, "end": 289, "loc": { "start": { "line": 14, "column": 13 }, "end": { "line": 14, "column": 27 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 290, "end": 291, "loc": { "start": { "line": 14, "column": 28 }, "end": { "line": 14, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cfg", "start": 292, "end": 295, "loc": { "start": { "line": 14, "column": 30 }, "end": { "line": 14, "column": 33 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 295, "end": 296, "loc": { "start": { "line": 14, "column": 33 }, "end": { "line": 14, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "buttonElement", "start": 296, "end": 309, "loc": { "start": { "line": 14, "column": 34 }, "end": { "line": 14, "column": 47 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 309, "end": 310, "loc": { "start": { "line": 14, "column": 47 }, "end": { "line": 14, "column": 48 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 320, "end": 324, "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": 324, "end": 325, "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": "on", "start": 325, "end": 327, "loc": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 15 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 327, "end": 328, "loc": { "start": { "line": 16, "column": 15 }, "end": { "line": 16, "column": 16 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "enabled", "start": 328, "end": 337, "loc": { "start": { "line": 16, "column": 16 }, "end": { "line": 16, "column": 25 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 337, "end": 338, "loc": { "start": { "line": 16, "column": 25 }, "end": { "line": 16, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 339, "end": 340, "loc": { "start": { "line": 16, "column": 27 }, "end": { "line": 16, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "enabled", "start": 340, "end": 347, "loc": { "start": { "line": 16, "column": 28 }, "end": { "line": 16, "column": 35 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 347, "end": 348, "loc": { "start": { "line": 16, "column": 35 }, "end": { "line": 16, "column": 36 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 349, "end": 351, "loc": { "start": { "line": 16, "column": 37 }, "end": { "line": 16, "column": 39 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 352, "end": 353, "loc": { "start": { "line": 16, "column": 40 }, "end": { "line": 16, "column": 41 } } }, { "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": 366, "end": 368, "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 17, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 369, "end": 370, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 370, "end": 371, "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "enabled", "start": 371, "end": 378, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 378, "end": 379, "loc": { "start": { "line": 17, "column": 24 }, "end": { "line": 17, "column": 25 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 380, "end": 381, "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 17, "column": 27 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 398, "end": 402, "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 402, "end": 403, "loc": { "start": { "line": 18, "column": 20 }, "end": { "line": 18, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 403, "end": 417, "loc": { "start": { "line": 18, "column": 21 }, "end": { "line": 18, "column": 35 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 417, "end": 418, "loc": { "start": { "line": 18, "column": 35 }, "end": { "line": 18, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "classList", "start": 418, "end": 427, "loc": { "start": { "line": 18, "column": 36 }, "end": { "line": 18, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 427, "end": 428, "loc": { "start": { "line": 18, "column": 45 }, "end": { "line": 18, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "add", "start": 428, "end": 431, "loc": { "start": { "line": 18, "column": 46 }, "end": { "line": 18, "column": 49 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 431, "end": 432, "loc": { "start": { "line": 18, "column": 49 }, "end": { "line": 18, "column": 50 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "disabled", "start": 432, "end": 442, "loc": { "start": { "line": 18, "column": 50 }, "end": { "line": 18, "column": 60 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 442, "end": 443, "loc": { "start": { "line": 18, "column": 60 }, "end": { "line": 18, "column": 61 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 443, "end": 444, "loc": { "start": { "line": 18, "column": 61 }, "end": { "line": 18, "column": 62 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 457, "end": 458, "loc": { "start": { "line": 19, "column": 12 }, "end": { "line": 19, "column": 13 } } }, { "type": { "label": "else", "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "else", "start": 459, "end": 463, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 464, "end": 465, "loc": { "start": { "line": 19, "column": 19 }, "end": { "line": 19, "column": 20 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 482, "end": 486, "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 486, "end": 487, "loc": { "start": { "line": 20, "column": 20 }, "end": { "line": 20, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 487, "end": 501, "loc": { "start": { "line": 20, "column": 21 }, "end": { "line": 20, "column": 35 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 501, "end": 502, "loc": { "start": { "line": 20, "column": 35 }, "end": { "line": 20, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "classList", "start": 502, "end": 511, "loc": { "start": { "line": 20, "column": 36 }, "end": { "line": 20, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 511, "end": 512, "loc": { "start": { "line": 20, "column": 45 }, "end": { "line": 20, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "remove", "start": 512, "end": 518, "loc": { "start": { "line": 20, "column": 46 }, "end": { "line": 20, "column": 52 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 518, "end": 519, "loc": { "start": { "line": 20, "column": 52 }, "end": { "line": 20, "column": 53 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "disabled", "start": 519, "end": 529, "loc": { "start": { "line": 20, "column": 53 }, "end": { "line": 20, "column": 63 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 529, "end": 530, "loc": { "start": { "line": 20, "column": 63 }, "end": { "line": 20, "column": 64 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 530, "end": 531, "loc": { "start": { "line": 20, "column": 64 }, "end": { "line": 20, "column": 65 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 544, "end": 545, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 13 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 554, "end": 555, "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 555, "end": 556, "loc": { "start": { "line": 22, "column": 9 }, "end": { "line": 22, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 556, "end": 557, "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 11 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 567, "end": 571, "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 571, "end": 572, "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 572, "end": 586, "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 586, "end": 587, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "addEventListener", "start": 587, "end": 603, "loc": { "start": { "line": 24, "column": 28 }, "end": { "line": 24, "column": 44 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 603, "end": 604, "loc": { "start": { "line": 24, "column": 44 }, "end": { "line": 24, "column": 45 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "click", "start": 604, "end": 611, "loc": { "start": { "line": 24, "column": 45 }, "end": { "line": 24, "column": 52 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 611, "end": 612, "loc": { "start": { "line": 24, "column": 52 }, "end": { "line": 24, "column": 53 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 613, "end": 614, "loc": { "start": { "line": 24, "column": 54 }, "end": { "line": 24, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "event", "start": 614, "end": 619, "loc": { "start": { "line": 24, "column": 55 }, "end": { "line": 24, "column": 60 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 619, "end": 620, "loc": { "start": { "line": 24, "column": 60 }, "end": { "line": 24, "column": 61 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 621, "end": 623, "loc": { "start": { "line": 24, "column": 62 }, "end": { "line": 24, "column": 64 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 624, "end": 625, "loc": { "start": { "line": 24, "column": 65 }, "end": { "line": 24, "column": 66 } } }, { "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": 638, "end": 640, "loc": { "start": { "line": 25, "column": 12 }, "end": { "line": 25, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 641, "end": 642, "loc": { "start": { "line": 25, "column": 15 }, "end": { "line": 25, "column": 16 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 642, "end": 646, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 646, "end": 647, "loc": { "start": { "line": 25, "column": 20 }, "end": { "line": 25, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 647, "end": 657, "loc": { "start": { "line": 25, "column": 21 }, "end": { "line": 25, "column": 31 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 657, "end": 658, "loc": { "start": { "line": 25, "column": 31 }, "end": { "line": 25, "column": 32 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 658, "end": 659, "loc": { "start": { "line": 25, "column": 32 }, "end": { "line": 25, "column": 33 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 659, "end": 660, "loc": { "start": { "line": 25, "column": 33 }, "end": { "line": 25, "column": 34 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 661, "end": 662, "loc": { "start": { "line": 25, "column": 35 }, "end": { "line": 25, "column": 36 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 679, "end": 683, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 683, "end": 684, "loc": { "start": { "line": 26, "column": 20 }, "end": { "line": 26, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setActive", "start": 684, "end": 693, "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 693, "end": 694, "loc": { "start": { "line": 26, "column": 30 }, "end": { "line": 26, "column": 31 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 694, "end": 695, "loc": { "start": { "line": 26, "column": 31 }, "end": { "line": 26, "column": 32 } } }, { "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": 695, "end": 699, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 699, "end": 700, "loc": { "start": { "line": 26, "column": 36 }, "end": { "line": 26, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getActive", "start": 700, "end": 709, "loc": { "start": { "line": 26, "column": 37 }, "end": { "line": 26, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 709, "end": 710, "loc": { "start": { "line": 26, "column": 46 }, "end": { "line": 26, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 710, "end": 711, "loc": { "start": { "line": 26, "column": 47 }, "end": { "line": 26, "column": 48 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 711, "end": 712, "loc": { "start": { "line": 26, "column": 48 }, "end": { "line": 26, "column": 49 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 713, "end": 714, "loc": { "start": { "line": 26, "column": 50 }, "end": { "line": 26, "column": 51 } } }, { "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": 26, "column": 51 }, "end": { "line": 26, "column": 52 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 716, "end": 718, "loc": { "start": { "line": 26, "column": 53 }, "end": { "line": 26, "column": 55 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 719, "end": 720, "loc": { "start": { "line": 26, "column": 56 }, "end": { "line": 26, "column": 57 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 737, "end": 738, "loc": { "start": { "line": 27, "column": 16 }, "end": { "line": 27, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 738, "end": 739, "loc": { "start": { "line": 27, "column": 17 }, "end": { "line": 27, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 739, "end": 740, "loc": { "start": { "line": 27, "column": 18 }, "end": { "line": 27, "column": 19 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 753, "end": 754, "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": "event", "start": 767, "end": 772, "loc": { "start": { "line": 29, "column": 12 }, "end": { "line": 29, "column": 17 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 772, "end": 773, "loc": { "start": { "line": 29, "column": 17 }, "end": { "line": 29, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "preventDefault", "start": 773, "end": 787, "loc": { "start": { "line": 29, "column": 18 }, "end": { "line": 29, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 787, "end": 788, "loc": { "start": { "line": 29, "column": 32 }, "end": { "line": 29, "column": 33 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 788, "end": 789, "loc": { "start": { "line": 29, "column": 33 }, "end": { "line": 29, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 789, "end": 790, "loc": { "start": { "line": 29, "column": 34 }, "end": { "line": 29, "column": 35 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 799, "end": 800, "loc": { "start": { "line": 30, "column": 8 }, "end": { "line": 30, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 800, "end": 801, "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 801, "end": 802, "loc": { "start": { "line": 30, "column": 10 }, "end": { "line": 30, "column": 11 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 812, "end": 816, "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 816, "end": 817, "loc": { "start": { "line": 32, "column": 12 }, "end": { "line": 32, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 817, "end": 826, "loc": { "start": { "line": 32, "column": 13 }, "end": { "line": 32, "column": 22 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 826, "end": 827, "loc": { "start": { "line": 32, "column": 22 }, "end": { "line": 32, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "on", "start": 827, "end": 829, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 829, "end": 830, "loc": { "start": { "line": 32, "column": 25 }, "end": { "line": 32, "column": 26 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "reset", "start": 830, "end": 837, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 33 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 837, "end": 838, "loc": { "start": { "line": 32, "column": 33 }, "end": { "line": 32, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 839, "end": 840, "loc": { "start": { "line": 32, "column": 35 }, "end": { "line": 32, "column": 36 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 840, "end": 841, "loc": { "start": { "line": 32, "column": 36 }, "end": { "line": 32, "column": 37 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 842, "end": 844, "loc": { "start": { "line": 32, "column": 38 }, "end": { "line": 32, "column": 40 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 845, "end": 846, "loc": { "start": { "line": 32, "column": 41 }, "end": { "line": 32, "column": 42 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 859, "end": 863, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 863, "end": 864, "loc": { "start": { "line": 33, "column": 16 }, "end": { "line": 33, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setActive", "start": 864, "end": 873, "loc": { "start": { "line": 33, "column": 17 }, "end": { "line": 33, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 873, "end": 874, "loc": { "start": { "line": 33, "column": 26 }, "end": { "line": 33, "column": 27 } } }, { "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": 874, "end": 879, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 32 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 879, "end": 880, "loc": { "start": { "line": 33, "column": 32 }, "end": { "line": 33, "column": 33 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 880, "end": 881, "loc": { "start": { "line": 33, "column": 33 }, "end": { "line": 33, "column": 34 } } }, { "type": "CommentLine", "value": " IfcSpaces hidden by default", "start": 882, "end": 912, "loc": { "start": { "line": 33, "column": 35 }, "end": { "line": 33, "column": 65 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 921, "end": 922, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 922, "end": 923, "loc": { "start": { "line": 34, "column": 9 }, "end": { "line": 34, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 923, "end": 924, "loc": { "start": { "line": 34, "column": 10 }, "end": { "line": 34, "column": 11 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 934, "end": 938, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 938, "end": 939, "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 939, "end": 945, "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 19 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 945, "end": 946, "loc": { "start": { "line": 36, "column": 19 }, "end": { "line": 36, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 946, "end": 951, "loc": { "start": { "line": 36, "column": 20 }, "end": { "line": 36, "column": 25 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 951, "end": 952, "loc": { "start": { "line": 36, "column": 25 }, "end": { "line": 36, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "on", "start": 952, "end": 954, "loc": { "start": { "line": 36, "column": 26 }, "end": { "line": 36, "column": 28 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 954, "end": 955, "loc": { "start": { "line": 36, "column": 28 }, "end": { "line": 36, "column": 29 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "modelLoaded", "start": 955, "end": 968, "loc": { "start": { "line": 36, "column": 29 }, "end": { "line": 36, "column": 42 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 968, "end": 969, "loc": { "start": { "line": 36, "column": 42 }, "end": { "line": 36, "column": 43 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 970, "end": 971, "loc": { "start": { "line": 36, "column": 44 }, "end": { "line": 36, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "modelId", "start": 971, "end": 978, "loc": { "start": { "line": 36, "column": 45 }, "end": { "line": 36, "column": 52 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 978, "end": 979, "loc": { "start": { "line": 36, "column": 52 }, "end": { "line": 36, "column": 53 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 980, "end": 982, "loc": { "start": { "line": 36, "column": 54 }, "end": { "line": 36, "column": 56 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 983, "end": 984, "loc": { "start": { "line": 36, "column": 57 }, "end": { "line": 36, "column": 58 } } }, { "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": 997, "end": 999, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 37, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1000, "end": 1001, "loc": { "start": { "line": 37, "column": 15 }, "end": { "line": 37, "column": 16 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 1001, "end": 1002, "loc": { "start": { "line": 37, "column": 16 }, "end": { "line": 37, "column": 17 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1002, "end": 1006, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 21 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1006, "end": 1007, "loc": { "start": { "line": 37, "column": 21 }, "end": { "line": 37, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1007, "end": 1014, "loc": { "start": { "line": 37, "column": 22 }, "end": { "line": 37, "column": 29 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1014, "end": 1015, "loc": { "start": { "line": 37, "column": 29 }, "end": { "line": 37, "column": 30 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1016, "end": 1017, "loc": { "start": { "line": 37, "column": 31 }, "end": { "line": 37, "column": 32 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 1034, "end": 1039, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1040, "end": 1049, "loc": { "start": { "line": 38, "column": 22 }, "end": { "line": 38, "column": 31 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1050, "end": 1051, "loc": { "start": { "line": 38, "column": 32 }, "end": { "line": 38, "column": 33 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1052, "end": 1056, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1056, "end": 1057, "loc": { "start": { "line": 38, "column": 38 }, "end": { "line": 38, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1057, "end": 1063, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1063, "end": 1064, "loc": { "start": { "line": 38, "column": 45 }, "end": { "line": 38, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 1064, "end": 1073, "loc": { "start": { "line": 38, "column": 46 }, "end": { "line": 38, "column": 55 } } }, { "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": 38, "column": 55 }, "end": { "line": 38, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getObjectIDsByType", "start": 1074, "end": 1092, "loc": { "start": { "line": 38, "column": 56 }, "end": { "line": 38, "column": 74 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1092, "end": 1093, "loc": { "start": { "line": 38, "column": 74 }, "end": { "line": 38, "column": 75 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "IfcSpace", "start": 1093, "end": 1103, "loc": { "start": { "line": 38, "column": 75 }, "end": { "line": 38, "column": 85 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1103, "end": 1104, "loc": { "start": { "line": 38, "column": 85 }, "end": { "line": 38, "column": 86 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1104, "end": 1105, "loc": { "start": { "line": 38, "column": 86 }, "end": { "line": 38, "column": 87 } } }, { "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": 1122, "end": 1126, "loc": { "start": { "line": 39, "column": 16 }, "end": { "line": 39, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1126, "end": 1127, "loc": { "start": { "line": 39, "column": 20 }, "end": { "line": 39, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1127, "end": 1133, "loc": { "start": { "line": 39, "column": 21 }, "end": { "line": 39, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1133, "end": 1134, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1134, "end": 1139, "loc": { "start": { "line": 39, "column": 28 }, "end": { "line": 39, "column": 33 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1139, "end": 1140, "loc": { "start": { "line": 39, "column": 33 }, "end": { "line": 39, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsCulled", "start": 1140, "end": 1156, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 50 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1156, "end": 1157, "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1157, "end": 1166, "loc": { "start": { "line": 39, "column": 51 }, "end": { "line": 39, "column": 60 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1166, "end": 1167, "loc": { "start": { "line": 39, "column": 60 }, "end": { "line": 39, "column": 61 } } }, { "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": 1168, "end": 1172, "loc": { "start": { "line": 39, "column": 62 }, "end": { "line": 39, "column": 66 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1172, "end": 1173, "loc": { "start": { "line": 39, "column": 66 }, "end": { "line": 39, "column": 67 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1173, "end": 1174, "loc": { "start": { "line": 39, "column": 67 }, "end": { "line": 39, "column": 68 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1187, "end": 1188, "loc": { "start": { "line": 40, "column": 12 }, "end": { "line": 40, "column": 13 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1197, "end": 1198, "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 41, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1198, "end": 1199, "loc": { "start": { "line": 41, "column": 9 }, "end": { "line": 41, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1199, "end": 1200, "loc": { "start": { "line": 41, "column": 10 }, "end": { "line": 41, "column": 11 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1218, "end": 1222, "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1222, "end": 1223, "loc": { "start": { "line": 43, "column": 12 }, "end": { "line": 43, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1223, "end": 1230, "loc": { "start": { "line": 43, "column": 13 }, "end": { "line": 43, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1231, "end": 1232, "loc": { "start": { "line": 43, "column": 21 }, "end": { "line": 43, "column": 22 } } }, { "type": { "label": "false", "keyword": "false", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "false", "start": 1233, "end": 1238, "loc": { "start": { "line": 43, "column": 23 }, "end": { "line": 43, "column": 28 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1238, "end": 1239, "loc": { "start": { "line": 43, "column": 28 }, "end": { "line": 43, "column": 29 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1248, "end": 1252, "loc": { "start": { "line": 44, "column": 8 }, "end": { "line": 44, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1252, "end": 1253, "loc": { "start": { "line": 44, "column": 12 }, "end": { "line": 44, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 1253, "end": 1267, "loc": { "start": { "line": 44, "column": 13 }, "end": { "line": 44, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1267, "end": 1268, "loc": { "start": { "line": 44, "column": 27 }, "end": { "line": 44, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "classList", "start": 1268, "end": 1277, "loc": { "start": { "line": 44, "column": 28 }, "end": { "line": 44, "column": 37 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1277, "end": 1278, "loc": { "start": { "line": 44, "column": 37 }, "end": { "line": 44, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "remove", "start": 1278, "end": 1284, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 44 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1284, "end": 1285, "loc": { "start": { "line": 44, "column": 44 }, "end": { "line": 44, "column": 45 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "active", "start": 1285, "end": 1293, "loc": { "start": { "line": 44, "column": 45 }, "end": { "line": 44, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1293, "end": 1294, "loc": { "start": { "line": 44, "column": 53 }, "end": { "line": 44, "column": 54 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1294, "end": 1295, "loc": { "start": { "line": 44, "column": 54 }, "end": { "line": 44, "column": 55 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1300, "end": 1301, "loc": { "start": { "line": 45, "column": 4 }, "end": { "line": 45, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setActive", "start": 1307, "end": 1316, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 47, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1316, "end": 1317, "loc": { "start": { "line": 47, "column": 13 }, "end": { "line": 47, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "active", "start": 1317, "end": 1323, "loc": { "start": { "line": 47, "column": 14 }, "end": { "line": 47, "column": 20 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1323, "end": 1324, "loc": { "start": { "line": 47, "column": 20 }, "end": { "line": 47, "column": 21 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1325, "end": 1326, "loc": { "start": { "line": 47, "column": 22 }, "end": { "line": 47, "column": 23 } } }, { "type": { "label": "if", "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "if", "start": 1335, "end": 1337, "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 48, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1338, "end": 1339, "loc": { "start": { "line": 48, "column": 11 }, "end": { "line": 48, "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": 1339, "end": 1343, "loc": { "start": { "line": 48, "column": 12 }, "end": { "line": 48, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1343, "end": 1344, "loc": { "start": { "line": 48, "column": 16 }, "end": { "line": 48, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1344, "end": 1351, "loc": { "start": { "line": 48, "column": 17 }, "end": { "line": 48, "column": 24 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 1352, "end": 1355, "loc": { "start": { "line": 48, "column": 25 }, "end": { "line": 48, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "active", "start": 1356, "end": 1362, "loc": { "start": { "line": 48, "column": 29 }, "end": { "line": 48, "column": 35 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1362, "end": 1363, "loc": { "start": { "line": 48, "column": 35 }, "end": { "line": 48, "column": 36 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1364, "end": 1365, "loc": { "start": { "line": 48, "column": 37 }, "end": { "line": 48, "column": 38 } } }, { "type": { "label": "return", "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "return", "start": 1378, "end": 1384, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1384, "end": 1385, "loc": { "start": { "line": 49, "column": 18 }, "end": { "line": 49, "column": 19 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1394, "end": 1395, "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "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": 1404, "end": 1408, "loc": { "start": { "line": 51, "column": 8 }, "end": { "line": 51, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1408, "end": 1409, "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1409, "end": 1416, "loc": { "start": { "line": 51, "column": 13 }, "end": { "line": 51, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1417, "end": 1418, "loc": { "start": { "line": 51, "column": 21 }, "end": { "line": 51, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "active", "start": 1419, "end": 1425, "loc": { "start": { "line": 51, "column": 23 }, "end": { "line": 51, "column": 29 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1425, "end": 1426, "loc": { "start": { "line": 51, "column": 29 }, "end": { "line": 51, "column": 30 } } }, { "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": 1435, "end": 1437, "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1438, "end": 1439, "loc": { "start": { "line": 52, "column": 11 }, "end": { "line": 52, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "active", "start": 1439, "end": 1445, "loc": { "start": { "line": 52, "column": 12 }, "end": { "line": 52, "column": 18 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1445, "end": 1446, "loc": { "start": { "line": 52, "column": 18 }, "end": { "line": 52, "column": 19 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1447, "end": 1448, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 21 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1461, "end": 1465, "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1465, "end": 1466, "loc": { "start": { "line": 53, "column": 16 }, "end": { "line": 53, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 1466, "end": 1480, "loc": { "start": { "line": 53, "column": 17 }, "end": { "line": 53, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1480, "end": 1481, "loc": { "start": { "line": 53, "column": 31 }, "end": { "line": 53, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "classList", "start": 1481, "end": 1490, "loc": { "start": { "line": 53, "column": 32 }, "end": { "line": 53, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1490, "end": 1491, "loc": { "start": { "line": 53, "column": 41 }, "end": { "line": 53, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "add", "start": 1491, "end": 1494, "loc": { "start": { "line": 53, "column": 42 }, "end": { "line": 53, "column": 45 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1494, "end": 1495, "loc": { "start": { "line": 53, "column": 45 }, "end": { "line": 53, "column": 46 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "active", "start": 1495, "end": 1503, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 53, "column": 54 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1503, "end": 1504, "loc": { "start": { "line": 53, "column": 54 }, "end": { "line": 53, "column": 55 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1504, "end": 1505, "loc": { "start": { "line": 53, "column": 55 }, "end": { "line": 53, "column": 56 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1518, "end": 1522, "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1522, "end": 1523, "loc": { "start": { "line": 54, "column": 16 }, "end": { "line": 54, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_enterShowSpacesMode", "start": 1523, "end": 1543, "loc": { "start": { "line": 54, "column": 17 }, "end": { "line": 54, "column": 37 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1543, "end": 1544, "loc": { "start": { "line": 54, "column": 37 }, "end": { "line": 54, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1544, "end": 1545, "loc": { "start": { "line": 54, "column": 38 }, "end": { "line": 54, "column": 39 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1545, "end": 1546, "loc": { "start": { "line": 54, "column": 39 }, "end": { "line": 54, "column": 40 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1559, "end": 1563, "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1563, "end": 1564, "loc": { "start": { "line": 55, "column": 16 }, "end": { "line": 55, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "fire", "start": 1564, "end": 1568, "loc": { "start": { "line": 55, "column": 17 }, "end": { "line": 55, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1568, "end": 1569, "loc": { "start": { "line": 55, "column": 21 }, "end": { "line": 55, "column": 22 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "active", "start": 1569, "end": 1577, "loc": { "start": { "line": 55, "column": 22 }, "end": { "line": 55, "column": 30 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1577, "end": 1578, "loc": { "start": { "line": 55, "column": 30 }, "end": { "line": 55, "column": 31 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1579, "end": 1583, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1583, "end": 1584, "loc": { "start": { "line": 55, "column": 36 }, "end": { "line": 55, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1584, "end": 1591, "loc": { "start": { "line": 55, "column": 37 }, "end": { "line": 55, "column": 44 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1591, "end": 1592, "loc": { "start": { "line": 55, "column": 44 }, "end": { "line": 55, "column": 45 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1592, "end": 1593, "loc": { "start": { "line": 55, "column": 45 }, "end": { "line": 55, "column": 46 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1602, "end": 1603, "loc": { "start": { "line": 56, "column": 8 }, "end": { "line": 56, "column": 9 } } }, { "type": { "label": "else", "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "else", "start": 1604, "end": 1608, "loc": { "start": { "line": 56, "column": 10 }, "end": { "line": 56, "column": 14 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1609, "end": 1610, "loc": { "start": { "line": 56, "column": 15 }, "end": { "line": 56, "column": 16 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1623, "end": 1627, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1627, "end": 1628, "loc": { "start": { "line": 57, "column": 16 }, "end": { "line": 57, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buttonElement", "start": 1628, "end": 1642, "loc": { "start": { "line": 57, "column": 17 }, "end": { "line": 57, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1642, "end": 1643, "loc": { "start": { "line": 57, "column": 31 }, "end": { "line": 57, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "classList", "start": 1643, "end": 1652, "loc": { "start": { "line": 57, "column": 32 }, "end": { "line": 57, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1652, "end": 1653, "loc": { "start": { "line": 57, "column": 41 }, "end": { "line": 57, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "remove", "start": 1653, "end": 1659, "loc": { "start": { "line": 57, "column": 42 }, "end": { "line": 57, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1659, "end": 1660, "loc": { "start": { "line": 57, "column": 48 }, "end": { "line": 57, "column": 49 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "active", "start": 1660, "end": 1668, "loc": { "start": { "line": 57, "column": 49 }, "end": { "line": 57, "column": 57 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1668, "end": 1669, "loc": { "start": { "line": 57, "column": 57 }, "end": { "line": 57, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1669, "end": 1670, "loc": { "start": { "line": 57, "column": 58 }, "end": { "line": 57, "column": 59 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1683, "end": 1687, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1687, "end": 1688, "loc": { "start": { "line": 58, "column": 16 }, "end": { "line": 58, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_exitShowSpacesMode", "start": 1688, "end": 1707, "loc": { "start": { "line": 58, "column": 17 }, "end": { "line": 58, "column": 36 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1707, "end": 1708, "loc": { "start": { "line": 58, "column": 36 }, "end": { "line": 58, "column": 37 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1708, "end": 1709, "loc": { "start": { "line": 58, "column": 37 }, "end": { "line": 58, "column": 38 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1709, "end": 1710, "loc": { "start": { "line": 58, "column": 38 }, "end": { "line": 58, "column": 39 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1723, "end": 1727, "loc": { "start": { "line": 59, "column": 12 }, "end": { "line": 59, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1727, "end": 1728, "loc": { "start": { "line": 59, "column": 16 }, "end": { "line": 59, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "fire", "start": 1728, "end": 1732, "loc": { "start": { "line": 59, "column": 17 }, "end": { "line": 59, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1732, "end": 1733, "loc": { "start": { "line": 59, "column": 21 }, "end": { "line": 59, "column": 22 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "active", "start": 1733, "end": 1741, "loc": { "start": { "line": 59, "column": 22 }, "end": { "line": 59, "column": 30 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1741, "end": 1742, "loc": { "start": { "line": 59, "column": 30 }, "end": { "line": 59, "column": 31 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1743, "end": 1747, "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1747, "end": 1748, "loc": { "start": { "line": 59, "column": 36 }, "end": { "line": 59, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_active", "start": 1748, "end": 1755, "loc": { "start": { "line": 59, "column": 37 }, "end": { "line": 59, "column": 44 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1755, "end": 1756, "loc": { "start": { "line": 59, "column": 44 }, "end": { "line": 59, "column": 45 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1756, "end": 1757, "loc": { "start": { "line": 59, "column": 45 }, "end": { "line": 59, "column": 46 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1766, "end": 1767, "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 60, "column": 9 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1772, "end": 1773, "loc": { "start": { "line": 61, "column": 4 }, "end": { "line": 61, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_enterShowSpacesMode", "start": 1779, "end": 1799, "loc": { "start": { "line": 63, "column": 4 }, "end": { "line": 63, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1799, "end": 1800, "loc": { "start": { "line": 63, "column": 24 }, "end": { "line": 63, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1800, "end": 1801, "loc": { "start": { "line": 63, "column": 25 }, "end": { "line": 63, "column": 26 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1802, "end": 1803, "loc": { "start": { "line": 63, "column": 27 }, "end": { "line": 63, "column": 28 } } }, { "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": 1812, "end": 1817, "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1818, "end": 1824, "loc": { "start": { "line": 64, "column": 14 }, "end": { "line": 64, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1825, "end": 1826, "loc": { "start": { "line": 64, "column": 21 }, "end": { "line": 64, "column": 22 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 1827, "end": 1831, "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1831, "end": 1832, "loc": { "start": { "line": 64, "column": 27 }, "end": { "line": 64, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1832, "end": 1838, "loc": { "start": { "line": 64, "column": 28 }, "end": { "line": 64, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1838, "end": 1839, "loc": { "start": { "line": 64, "column": 34 }, "end": { "line": 64, "column": 35 } } }, { "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": 1848, "end": 1853, "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1854, "end": 1859, "loc": { "start": { "line": 65, "column": 14 }, "end": { "line": 65, "column": 19 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1860, "end": 1861, "loc": { "start": { "line": 65, "column": 20 }, "end": { "line": 65, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1862, "end": 1868, "loc": { "start": { "line": 65, "column": 22 }, "end": { "line": 65, "column": 28 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1868, "end": 1869, "loc": { "start": { "line": 65, "column": 28 }, "end": { "line": 65, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1869, "end": 1874, "loc": { "start": { "line": 65, "column": 29 }, "end": { "line": 65, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1874, "end": 1875, "loc": { "start": { "line": 65, "column": 34 }, "end": { "line": 65, "column": 35 } } }, { "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": 1884, "end": 1889, "loc": { "start": { "line": 66, "column": 8 }, "end": { "line": 66, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 1890, "end": 1899, "loc": { "start": { "line": 66, "column": 14 }, "end": { "line": 66, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1900, "end": 1901, "loc": { "start": { "line": 66, "column": 24 }, "end": { "line": 66, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1902, "end": 1908, "loc": { "start": { "line": 66, "column": 26 }, "end": { "line": 66, "column": 32 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1908, "end": 1909, "loc": { "start": { "line": 66, "column": 32 }, "end": { "line": 66, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 1909, "end": 1918, "loc": { "start": { "line": 66, "column": 33 }, "end": { "line": 66, "column": 42 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1918, "end": 1919, "loc": { "start": { "line": 66, "column": 42 }, "end": { "line": 66, "column": 43 } } }, { "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": 1928, "end": 1933, "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1934, "end": 1943, "loc": { "start": { "line": 67, "column": 14 }, "end": { "line": 67, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1944, "end": 1945, "loc": { "start": { "line": 67, "column": 24 }, "end": { "line": 67, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 1946, "end": 1955, "loc": { "start": { "line": 67, "column": 26 }, "end": { "line": 67, "column": 35 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1955, "end": 1956, "loc": { "start": { "line": 67, "column": 35 }, "end": { "line": 67, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getObjectIDsByType", "start": 1956, "end": 1974, "loc": { "start": { "line": 67, "column": 36 }, "end": { "line": 67, "column": 54 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1974, "end": 1975, "loc": { "start": { "line": 67, "column": 54 }, "end": { "line": 67, "column": 55 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "IfcSpace", "start": 1975, "end": 1985, "loc": { "start": { "line": 67, "column": 55 }, "end": { "line": 67, "column": 65 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1985, "end": 1986, "loc": { "start": { "line": 67, "column": 65 }, "end": { "line": 67, "column": 66 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1986, "end": 1987, "loc": { "start": { "line": 67, "column": 66 }, "end": { "line": 67, "column": 67 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1996, "end": 2001, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 13 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2001, "end": 2002, "loc": { "start": { "line": 68, "column": 13 }, "end": { "line": 68, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsCulled", "start": 2002, "end": 2018, "loc": { "start": { "line": 68, "column": 14 }, "end": { "line": 68, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2018, "end": 2019, "loc": { "start": { "line": 68, "column": 30 }, "end": { "line": 68, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 2019, "end": 2028, "loc": { "start": { "line": 68, "column": 31 }, "end": { "line": 68, "column": 40 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2028, "end": 2029, "loc": { "start": { "line": 68, "column": 40 }, "end": { "line": 68, "column": 41 } } }, { "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": 2030, "end": 2035, "loc": { "start": { "line": 68, "column": 42 }, "end": { "line": 68, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2035, "end": 2036, "loc": { "start": { "line": 68, "column": 47 }, "end": { "line": 68, "column": 48 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2036, "end": 2037, "loc": { "start": { "line": 68, "column": 48 }, "end": { "line": 68, "column": 49 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2042, "end": 2043, "loc": { "start": { "line": 69, "column": 4 }, "end": { "line": 69, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_exitShowSpacesMode", "start": 2049, "end": 2068, "loc": { "start": { "line": 71, "column": 4 }, "end": { "line": 71, "column": 23 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2068, "end": 2069, "loc": { "start": { "line": 71, "column": 23 }, "end": { "line": 71, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2069, "end": 2070, "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 25 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2071, "end": 2072, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 71, "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": 2081, "end": 2086, "loc": { "start": { "line": 72, "column": 8 }, "end": { "line": 72, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2087, "end": 2093, "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2094, "end": 2095, "loc": { "start": { "line": 72, "column": 21 }, "end": { "line": 72, "column": 22 } } }, { "type": { "label": "this", "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "this", "start": 2096, "end": 2100, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2100, "end": 2101, "loc": { "start": { "line": 72, "column": 27 }, "end": { "line": 72, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2101, "end": 2107, "loc": { "start": { "line": 72, "column": 28 }, "end": { "line": 72, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2107, "end": 2108, "loc": { "start": { "line": 72, "column": 34 }, "end": { "line": 72, "column": 35 } } }, { "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": 2117, "end": 2122, "loc": { "start": { "line": 73, "column": 8 }, "end": { "line": 73, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2123, "end": 2128, "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 19 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2129, "end": 2130, "loc": { "start": { "line": 73, "column": 20 }, "end": { "line": 73, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2131, "end": 2137, "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 28 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2137, "end": 2138, "loc": { "start": { "line": 73, "column": 28 }, "end": { "line": 73, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2138, "end": 2143, "loc": { "start": { "line": 73, "column": 29 }, "end": { "line": 73, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2143, "end": 2144, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 35 } } }, { "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": 2153, "end": 2158, "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 2159, "end": 2168, "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2169, "end": 2170, "loc": { "start": { "line": 74, "column": 24 }, "end": { "line": 74, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2171, "end": 2177, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 32 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2177, "end": 2178, "loc": { "start": { "line": 74, "column": 32 }, "end": { "line": 74, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 2178, "end": 2187, "loc": { "start": { "line": 74, "column": 33 }, "end": { "line": 74, "column": 42 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2187, "end": 2188, "loc": { "start": { "line": 74, "column": 42 }, "end": { "line": 74, "column": 43 } } }, { "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": 2197, "end": 2202, "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 2203, "end": 2212, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2213, "end": 2214, "loc": { "start": { "line": 75, "column": 24 }, "end": { "line": 75, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 2215, "end": 2224, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 35 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2224, "end": 2225, "loc": { "start": { "line": 75, "column": 35 }, "end": { "line": 75, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getObjectIDsByType", "start": 2225, "end": 2243, "loc": { "start": { "line": 75, "column": 36 }, "end": { "line": 75, "column": 54 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2243, "end": 2244, "loc": { "start": { "line": 75, "column": 54 }, "end": { "line": 75, "column": 55 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "IfcSpace", "start": 2244, "end": 2254, "loc": { "start": { "line": 75, "column": 55 }, "end": { "line": 75, "column": 65 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2254, "end": 2255, "loc": { "start": { "line": 75, "column": 65 }, "end": { "line": 75, "column": 66 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2255, "end": 2256, "loc": { "start": { "line": 75, "column": 66 }, "end": { "line": 75, "column": 67 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2265, "end": 2270, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 13 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2270, "end": 2271, "loc": { "start": { "line": 76, "column": 13 }, "end": { "line": 76, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsCulled", "start": 2271, "end": 2287, "loc": { "start": { "line": 76, "column": 14 }, "end": { "line": 76, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2287, "end": 2288, "loc": { "start": { "line": 76, "column": 30 }, "end": { "line": 76, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 2288, "end": 2297, "loc": { "start": { "line": 76, "column": 31 }, "end": { "line": 76, "column": 40 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2297, "end": 2298, "loc": { "start": { "line": 76, "column": 40 }, "end": { "line": 76, "column": 41 } } }, { "type": { "label": "true", "keyword": "true", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "true", "start": 2299, "end": 2303, "loc": { "start": { "line": 76, "column": 42 }, "end": { "line": 76, "column": 46 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2303, "end": 2304, "loc": { "start": { "line": 76, "column": 46 }, "end": { "line": 76, "column": 47 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2304, "end": 2305, "loc": { "start": { "line": 76, "column": 47 }, "end": { "line": 76, "column": 48 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2310, "end": 2311, "loc": { "start": { "line": 77, "column": 4 }, "end": { "line": 77, "column": 5 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2312, "end": 2313, "loc": { "start": { "line": 78, "column": 0 }, "end": { "line": 78, "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": 2315, "end": 2321, "loc": { "start": { "line": 80, "column": 0 }, "end": { "line": 80, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2322, "end": 2323, "loc": { "start": { "line": 80, "column": 7 }, "end": { "line": 80, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "ShowSpacesMode", "start": 2323, "end": 2337, "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2337, "end": 2338, "loc": { "start": { "line": 80, "column": 22 }, "end": { "line": 80, "column": 23 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2338, "end": 2339, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 24 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2339, "end": 2339, "loc": { "start": { "line": 80, "column": 24 }, "end": { "line": 80, "column": 24 } } } ] }