NODEDC_BIM_VIEWER/docs/ast/source/toolbar/NavCubeMode.js.json

7013 lines
192 KiB
JSON

{
"type": "File",
"start": 0,
"end": 845,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 36,
"column": 21
}
},
"program": {
"type": "Program",
"start": 0,
"end": 845,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 36,
"column": 21
}
},
"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"
}
},
{
"type": "ImportDeclaration",
"start": 45,
"end": 116,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 71
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 21
}
},
"imported": {
"type": "Identifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 21
},
"identifierName": "NavCubePlugin"
},
"name": "NavCubePlugin"
},
"local": {
"type": "Identifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 21
},
"identifierName": "NavCubePlugin"
},
"name": "NavCubePlugin"
}
}
],
"source": {
"type": "StringLiteral",
"start": 73,
"end": 115,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 70
}
},
"extra": {
"rawValue": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js",
"raw": "\"@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js\""
},
"value": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 118,
"end": 133,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 134,
"end": 822,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 34,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
},
"identifierName": "NavCubeMode"
},
"name": "NavCubeMode",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 160,
"end": 170,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 171,
"end": 822,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 34,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 178,
"end": 739,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 178,
"end": 189,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 190,
"end": 196,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 198,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
}
],
"body": {
"type": "BlockStatement",
"start": 203,
"end": 739,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 28,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 214,
"end": 233,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 214,
"end": 232,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 214,
"end": 219,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 220,
"end": 226,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 228,
"end": 231,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "IfStatement",
"start": 243,
"end": 343,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 247,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 248,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 248,
"end": 251,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 252,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 37
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 274,
"end": 343,
"loc": {
"start": {
"line": 11,
"column": 39
},
"end": {
"line": 13,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 288,
"end": 333,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 294,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 56
}
},
"extra": {
"rawValue": "Missing config: navCubeCanvasElement",
"raw": "\"Missing config: navCubeCanvasElement\""
},
"value": "Missing config: navCubeCanvasElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 353,
"end": 407,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 62
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 359,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 61
}
},
"id": {
"type": "Identifier",
"start": 359,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 34
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"init": {
"type": "MemberExpression",
"start": 382,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 37
},
"end": {
"line": 15,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 382,
"end": 385,
"loc": {
"start": {
"line": 15,
"column": 37
},
"end": {
"line": 15,
"column": 40
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 386,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 61
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 417,
"end": 585,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 21,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 417,
"end": 584,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 21,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 417,
"end": 430,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 417,
"end": 421,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 422,
"end": 430,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 433,
"end": 584,
"loc": {
"start": {
"line": 17,
"column": 24
},
"end": {
"line": 21,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 437,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 41
},
"identifierName": "NavCubePlugin"
},
"name": "NavCubePlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 451,
"end": 462,
"loc": {
"start": {
"line": 17,
"column": 42
},
"end": {
"line": 17,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 17,
"column": 42
},
"end": {
"line": 17,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 456,
"end": 462,
"loc": {
"start": {
"line": 17,
"column": 47
},
"end": {
"line": 17,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 464,
"end": 583,
"loc": {
"start": {
"line": 17,
"column": 55
},
"end": {
"line": 21,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 478,
"end": 513,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 47
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 478,
"end": 491,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 25
},
"identifierName": "canvasElement"
},
"name": "canvasElement"
},
"value": {
"type": "Identifier",
"start": 493,
"end": 513,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 47
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
}
},
{
"type": "ObjectProperty",
"start": 527,
"end": 543,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 527,
"end": 537,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 22
},
"identifierName": "fitVisible"
},
"name": "fitVisible"
},
"value": {
"type": "BooleanLiteral",
"start": 539,
"end": 543,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 28
}
},
"value": true
}
},
{
"type": "ObjectProperty",
"start": 557,
"end": 573,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 557,
"end": 562,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 17
},
"identifierName": "color"
},
"name": "color"
},
"value": {
"type": "StringLiteral",
"start": 564,
"end": 573,
"loc": {
"start": {
"line": 20,
"column": 19
},
"end": {
"line": 20,
"column": 28
}
},
"extra": {
"rawValue": "#CFCFCF",
"raw": "\"#CFCFCF\""
},
"value": "#CFCFCF"
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 595,
"end": 634,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 595,
"end": 633,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 595,
"end": 619,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 32
}
},
"object": {
"type": "MemberExpression",
"start": 595,
"end": 608,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 595,
"end": 599,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 600,
"end": 608,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 609,
"end": 619,
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 32
},
"identifierName": "setVisible"
},
"name": "setVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 620,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 620,
"end": 624,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 625,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 45
},
"identifierName": "_active"
},
"name": "_active"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 644,
"end": 733,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 27,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 644,
"end": 732,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 27,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 644,
"end": 651,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 644,
"end": 648,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 649,
"end": 651,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 652,
"end": 660,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 662,
"end": 731,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 27,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 663,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 674,
"end": 731,
"loc": {
"start": {
"line": 25,
"column": 38
},
"end": {
"line": 27,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 688,
"end": 721,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 45
}
},
"expression": {
"type": "CallExpression",
"start": 688,
"end": 720,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
"start": 688,
"end": 712,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 688,
"end": 701,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 688,
"end": 692,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 693,
"end": 701,
"loc": {
"start": {
"line": 26,
"column": 17
},
"end": {
"line": 26,
"column": 25
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 702,
"end": 712,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 36
},
"identifierName": "setVisible"
},
"name": "setVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 713,
"end": 719,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 43
},
"identifierName": "active"
},
"name": "active"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 745,
"end": 820,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 745,
"end": 752,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 755,
"end": 820,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 33,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 765,
"end": 789,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 765,
"end": 788,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 765,
"end": 786,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 765,
"end": 778,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 765,
"end": 769,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 770,
"end": 778,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 779,
"end": 786,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 29
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 798,
"end": 814,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 798,
"end": 813,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 798,
"end": 811,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 21
}
},
"object": {
"type": "Super",
"start": 798,
"end": 803,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 804,
"end": 811,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 824,
"end": 845,
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 21
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 19
}
},
"local": {
"type": "Identifier",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 19
},
"identifierName": "NavCubeMode"
},
"name": "NavCubeMode"
},
"exported": {
"type": "Identifier",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 19
},
"identifierName": "NavCubeMode"
},
"name": "NavCubeMode"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 824,
"end": 845,
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 21
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 134,
"end": 822,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 34,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
},
"identifierName": "NavCubeMode"
},
"name": "NavCubeMode",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 160,
"end": 170,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 171,
"end": 822,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 34,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 178,
"end": 739,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 178,
"end": 189,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 190,
"end": 196,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 198,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
}
],
"body": {
"type": "BlockStatement",
"start": 203,
"end": 739,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 28,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 214,
"end": 233,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 214,
"end": 232,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 214,
"end": 219,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 220,
"end": 226,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 228,
"end": 231,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "IfStatement",
"start": 243,
"end": 343,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 247,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 248,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 248,
"end": 251,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 252,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 37
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 274,
"end": 343,
"loc": {
"start": {
"line": 11,
"column": 39
},
"end": {
"line": 13,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 288,
"end": 333,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 294,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 56
}
},
"extra": {
"rawValue": "Missing config: navCubeCanvasElement",
"raw": "\"Missing config: navCubeCanvasElement\""
},
"value": "Missing config: navCubeCanvasElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 353,
"end": 407,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 62
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 359,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 61
}
},
"id": {
"type": "Identifier",
"start": 359,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 34
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"init": {
"type": "MemberExpression",
"start": 382,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 37
},
"end": {
"line": 15,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 382,
"end": 385,
"loc": {
"start": {
"line": 15,
"column": 37
},
"end": {
"line": 15,
"column": 40
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 386,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 61
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 417,
"end": 585,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 21,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 417,
"end": 584,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 21,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 417,
"end": 430,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 417,
"end": 421,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 422,
"end": 430,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 433,
"end": 584,
"loc": {
"start": {
"line": 17,
"column": 24
},
"end": {
"line": 21,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 437,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 41
},
"identifierName": "NavCubePlugin"
},
"name": "NavCubePlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 451,
"end": 462,
"loc": {
"start": {
"line": 17,
"column": 42
},
"end": {
"line": 17,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 17,
"column": 42
},
"end": {
"line": 17,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 456,
"end": 462,
"loc": {
"start": {
"line": 17,
"column": 47
},
"end": {
"line": 17,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 464,
"end": 583,
"loc": {
"start": {
"line": 17,
"column": 55
},
"end": {
"line": 21,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 478,
"end": 513,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 47
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 478,
"end": 491,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 25
},
"identifierName": "canvasElement"
},
"name": "canvasElement"
},
"value": {
"type": "Identifier",
"start": 493,
"end": 513,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 47
},
"identifierName": "navCubeCanvasElement"
},
"name": "navCubeCanvasElement"
}
},
{
"type": "ObjectProperty",
"start": 527,
"end": 543,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 527,
"end": 537,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 22
},
"identifierName": "fitVisible"
},
"name": "fitVisible"
},
"value": {
"type": "BooleanLiteral",
"start": 539,
"end": 543,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 28
}
},
"value": true
}
},
{
"type": "ObjectProperty",
"start": 557,
"end": 573,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 28
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 557,
"end": 562,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 17
},
"identifierName": "color"
},
"name": "color"
},
"value": {
"type": "StringLiteral",
"start": 564,
"end": 573,
"loc": {
"start": {
"line": 20,
"column": 19
},
"end": {
"line": 20,
"column": 28
}
},
"extra": {
"rawValue": "#CFCFCF",
"raw": "\"#CFCFCF\""
},
"value": "#CFCFCF"
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 595,
"end": 634,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 595,
"end": 633,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 595,
"end": 619,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 32
}
},
"object": {
"type": "MemberExpression",
"start": 595,
"end": 608,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 595,
"end": 599,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 600,
"end": 608,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 609,
"end": 619,
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 32
},
"identifierName": "setVisible"
},
"name": "setVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 620,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 620,
"end": 624,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 625,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 45
},
"identifierName": "_active"
},
"name": "_active"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 644,
"end": 733,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 27,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 644,
"end": 732,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 27,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 644,
"end": 651,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 644,
"end": 648,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 649,
"end": 651,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 652,
"end": 660,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 662,
"end": 731,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 27,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 663,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 674,
"end": 731,
"loc": {
"start": {
"line": 25,
"column": 38
},
"end": {
"line": 27,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 688,
"end": 721,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 45
}
},
"expression": {
"type": "CallExpression",
"start": 688,
"end": 720,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
"start": 688,
"end": 712,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 688,
"end": 701,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 688,
"end": 692,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 693,
"end": 701,
"loc": {
"start": {
"line": 26,
"column": 17
},
"end": {
"line": 26,
"column": 25
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 702,
"end": 712,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 36
},
"identifierName": "setVisible"
},
"name": "setVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 713,
"end": 719,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 43
},
"identifierName": "active"
},
"name": "active"
}
]
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 745,
"end": 820,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 745,
"end": 752,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 755,
"end": 820,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 33,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 765,
"end": 789,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 765,
"end": 788,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 765,
"end": 786,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 765,
"end": 778,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 765,
"end": 769,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 770,
"end": 778,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 21
},
"identifierName": "_navCube"
},
"name": "_navCube"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 779,
"end": 786,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 29
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 798,
"end": 814,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 798,
"end": 813,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 798,
"end": 811,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 21
}
},
"object": {
"type": "Super",
"start": 798,
"end": 803,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 804,
"end": 811,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 118,
"end": 133,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 118,
"end": 133,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 18,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../Controller.js",
"start": 25,
"end": 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": {
"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": 45,
"end": 51,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 52,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NavCubePlugin",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 66,
"end": 67,
"loc": {
"start": {
"line": 2,
"column": 21
},
"end": {
"line": 2,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 68,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 23
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js",
"start": 73,
"end": 115,
"loc": {
"start": {
"line": 2,
"column": 28
},
"end": {
"line": 2,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 115,
"end": 116,
"loc": {
"start": {
"line": 2,
"column": 70
},
"end": {
"line": 2,
"column": 71
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 118,
"end": 133,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"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": 134,
"end": 139,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NavCubeMode",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
}
}
},
{
"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": 152,
"end": 159,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 160,
"end": 170,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 171,
"end": 172,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 5,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 178,
"end": 189,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 189,
"end": 190,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 190,
"end": 196,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 196,
"end": 197,
"loc": {
"start": {
"line": 7,
"column": 22
},
"end": {
"line": 7,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 198,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 201,
"end": 202,
"loc": {
"start": {
"line": 7,
"column": 27
},
"end": {
"line": 7,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 203,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 7,
"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": 214,
"end": 219,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 219,
"end": 220,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 220,
"end": 226,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 226,
"end": 227,
"loc": {
"start": {
"line": 9,
"column": 20
},
"end": {
"line": 9,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 228,
"end": 231,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 231,
"end": 232,
"loc": {
"start": {
"line": 9,
"column": 25
},
"end": {
"line": 9,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 232,
"end": 233,
"loc": {
"start": {
"line": 9,
"column": 26
},
"end": {
"line": 9,
"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": 243,
"end": 245,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 246,
"end": 247,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"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": 247,
"end": 248,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 248,
"end": 251,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 251,
"end": 252,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navCubeCanvasElement",
"start": 252,
"end": 272,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 272,
"end": 273,
"loc": {
"start": {
"line": 11,
"column": 37
},
"end": {
"line": 11,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 274,
"end": 275,
"loc": {
"start": {
"line": 11,
"column": 39
},
"end": {
"line": 11,
"column": 40
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 288,
"end": 293,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"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: navCubeCanvasElement",
"start": 294,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 332,
"end": 333,
"loc": {
"start": {
"line": 12,
"column": 56
},
"end": {
"line": 12,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 342,
"end": 343,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
}
},
{
"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": 353,
"end": 358,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navCubeCanvasElement",
"start": 359,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 380,
"end": 381,
"loc": {
"start": {
"line": 15,
"column": 35
},
"end": {
"line": 15,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 382,
"end": 385,
"loc": {
"start": {
"line": 15,
"column": 37
},
"end": {
"line": 15,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 385,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 40
},
"end": {
"line": 15,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navCubeCanvasElement",
"start": 386,
"end": 406,
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 61
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 406,
"end": 407,
"loc": {
"start": {
"line": 15,
"column": 61
},
"end": {
"line": 15,
"column": 62
}
}
},
{
"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": 417,
"end": 421,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 421,
"end": 422,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_navCube",
"start": 422,
"end": 430,
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 431,
"end": 432,
"loc": {
"start": {
"line": 17,
"column": 22
},
"end": {
"line": 17,
"column": 23
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 433,
"end": 436,
"loc": {
"start": {
"line": 17,
"column": 24
},
"end": {
"line": 17,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NavCubePlugin",
"start": 437,
"end": 450,
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 450,
"end": 451,
"loc": {
"start": {
"line": 17,
"column": 41
},
"end": {
"line": 17,
"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": 451,
"end": 455,
"loc": {
"start": {
"line": 17,
"column": 42
},
"end": {
"line": 17,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 455,
"end": 456,
"loc": {
"start": {
"line": 17,
"column": 46
},
"end": {
"line": 17,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 456,
"end": 462,
"loc": {
"start": {
"line": 17,
"column": 47
},
"end": {
"line": 17,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 462,
"end": 463,
"loc": {
"start": {
"line": 17,
"column": 53
},
"end": {
"line": 17,
"column": 54
}
}
},
{
"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": 17,
"column": 55
},
"end": {
"line": 17,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "canvasElement",
"start": 478,
"end": 491,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 491,
"end": 492,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 18,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "navCubeCanvasElement",
"start": 493,
"end": 513,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 513,
"end": 514,
"loc": {
"start": {
"line": 18,
"column": 47
},
"end": {
"line": 18,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "fitVisible",
"start": 527,
"end": 537,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 22
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 537,
"end": 538,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 23
}
}
},
{
"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": 539,
"end": 543,
"loc": {
"start": {
"line": 19,
"column": 24
},
"end": {
"line": 19,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 543,
"end": 544,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "color",
"start": 557,
"end": 562,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 17
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 562,
"end": 563,
"loc": {
"start": {
"line": 20,
"column": 17
},
"end": {
"line": 20,
"column": 18
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "#CFCFCF",
"start": 564,
"end": 573,
"loc": {
"start": {
"line": 20,
"column": 19
},
"end": {
"line": 20,
"column": 28
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 582,
"end": 583,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 583,
"end": 584,
"loc": {
"start": {
"line": 21,
"column": 9
},
"end": {
"line": 21,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 584,
"end": 585,
"loc": {
"start": {
"line": 21,
"column": 10
},
"end": {
"line": 21,
"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": 595,
"end": 599,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 599,
"end": 600,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_navCube",
"start": 600,
"end": 608,
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 608,
"end": 609,
"loc": {
"start": {
"line": 23,
"column": 21
},
"end": {
"line": 23,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setVisible",
"start": 609,
"end": 619,
"loc": {
"start": {
"line": 23,
"column": 22
},
"end": {
"line": 23,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 619,
"end": 620,
"loc": {
"start": {
"line": 23,
"column": 32
},
"end": {
"line": 23,
"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": 620,
"end": 624,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 624,
"end": 625,
"loc": {
"start": {
"line": 23,
"column": 37
},
"end": {
"line": 23,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_active",
"start": 625,
"end": 632,
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 632,
"end": 633,
"loc": {
"start": {
"line": 23,
"column": 45
},
"end": {
"line": 23,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 633,
"end": 634,
"loc": {
"start": {
"line": 23,
"column": 46
},
"end": {
"line": 23,
"column": 47
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 644,
"end": 648,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 648,
"end": 649,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 649,
"end": 651,
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 651,
"end": 652,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 652,
"end": 660,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 660,
"end": 661,
"loc": {
"start": {
"line": 25,
"column": 24
},
"end": {
"line": 25,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 662,
"end": 663,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 663,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 669,
"end": 670,
"loc": {
"start": {
"line": 25,
"column": 33
},
"end": {
"line": 25,
"column": 34
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 671,
"end": 673,
"loc": {
"start": {
"line": 25,
"column": 35
},
"end": {
"line": 25,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 674,
"end": 675,
"loc": {
"start": {
"line": 25,
"column": 38
},
"end": {
"line": 25,
"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": 688,
"end": 692,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_navCube",
"start": 693,
"end": 701,
"loc": {
"start": {
"line": 26,
"column": 17
},
"end": {
"line": 26,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 701,
"end": 702,
"loc": {
"start": {
"line": 26,
"column": 25
},
"end": {
"line": 26,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setVisible",
"start": 702,
"end": 712,
"loc": {
"start": {
"line": 26,
"column": 26
},
"end": {
"line": 26,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 712,
"end": 713,
"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": "active",
"start": 713,
"end": 719,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 719,
"end": 720,
"loc": {
"start": {
"line": 26,
"column": 43
},
"end": {
"line": 26,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 720,
"end": 721,
"loc": {
"start": {
"line": 26,
"column": 44
},
"end": {
"line": 26,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 730,
"end": 731,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 731,
"end": 732,
"loc": {
"start": {
"line": 27,
"column": 9
},
"end": {
"line": 27,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 732,
"end": 733,
"loc": {
"start": {
"line": 27,
"column": 10
},
"end": {
"line": 27,
"column": 11
}
}
},
{
"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": 28,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 745,
"end": 752,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 752,
"end": 753,
"loc": {
"start": {
"line": 30,
"column": 11
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"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": 30,
"column": 12
},
"end": {
"line": 30,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 755,
"end": 756,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 30,
"column": 15
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 765,
"end": 769,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 769,
"end": 770,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_navCube",
"start": 770,
"end": 778,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 778,
"end": 779,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 779,
"end": 786,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 786,
"end": 787,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 31,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 787,
"end": 788,
"loc": {
"start": {
"line": 31,
"column": 30
},
"end": {
"line": 31,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 788,
"end": 789,
"loc": {
"start": {
"line": 31,
"column": 31
},
"end": {
"line": 31,
"column": 32
}
}
},
{
"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": 798,
"end": 803,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 803,
"end": 804,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 804,
"end": 811,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 811,
"end": 812,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 812,
"end": 813,
"loc": {
"start": {
"line": 32,
"column": 22
},
"end": {
"line": 32,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 813,
"end": 814,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 819,
"end": 820,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 821,
"end": 822,
"loc": {
"start": {
"line": 34,
"column": 0
},
"end": {
"line": 34,
"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": 824,
"end": 830,
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 831,
"end": 832,
"loc": {
"start": {
"line": 36,
"column": 7
},
"end": {
"line": 36,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "NavCubeMode",
"start": 832,
"end": 843,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 843,
"end": 844,
"loc": {
"start": {
"line": 36,
"column": 19
},
"end": {
"line": 36,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 844,
"end": 845,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"column": 21
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 845,
"end": 845,
"loc": {
"start": {
"line": 36,
"column": 21
},
"end": {
"line": 36,
"column": 21
}
}
}
]
}