yjs/docs/ast/source/Util/ID/RootID.js.json
2018-04-27 18:45:01 +02:00

5936 lines
156 KiB
JSON

{
"type": "File",
"start": 0,
"end": 630,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 22,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 630,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 22,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 59,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 59
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
},
"identifierName": "getStructReference"
},
"name": "getStructReference"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
},
"identifierName": "getStructReference"
},
"name": "getStructReference"
}
}
],
"source": {
"type": "StringLiteral",
"start": 35,
"end": 59,
"loc": {
"start": {
"line": 1,
"column": 35
},
"end": {
"line": 1,
"column": 59
}
},
"extra": {
"rawValue": "../structReferences.js",
"raw": "'../structReferences.js'"
},
"value": "../structReferences.js"
}
},
{
"type": "ExportNamedDeclaration",
"start": 61,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 38
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 68,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 74,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 74,
"end": 88,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 27
},
"identifierName": "RootFakeUserID"
},
"name": "RootFakeUserID"
},
"init": {
"type": "NumericLiteral",
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 30
},
"end": {
"line": 3,
"column": 38
}
},
"extra": {
"rawValue": 16777215,
"raw": "0xFFFFFF"
},
"value": 16777215
}
}
],
"kind": "const",
"leadingComments": [],
"trailingComments": []
}
},
{
"type": "ExportDefaultDeclaration",
"start": 101,
"end": 629,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 21,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 116,
"end": 629,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 21,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 122,
"end": 128,
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 27
},
"identifierName": "RootID"
},
"name": "RootID"
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 129,
"end": 629,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 21,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 133,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 10,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 133,
"end": 144,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 13
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 146,
"end": 150,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 19
},
"identifierName": "name"
},
"name": "name"
},
{
"type": "Identifier",
"start": 152,
"end": 167,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 36
},
"identifierName": "typeConstructor"
},
"name": "typeConstructor"
}
],
"body": {
"type": "BlockStatement",
"start": 169,
"end": 278,
"loc": {
"start": {
"line": 6,
"column": 38
},
"end": {
"line": 10,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 175,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 30
}
},
"expression": {
"type": "AssignmentExpression",
"start": 175,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 30
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 175,
"end": 184,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 13
}
},
"object": {
"type": "ThisExpression",
"start": 175,
"end": 179,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 180,
"end": 184,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 13
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 187,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 30
},
"identifierName": "RootFakeUserID"
},
"name": "RootFakeUserID"
}
}
},
{
"type": "ExpressionStatement",
"start": 206,
"end": 222,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 20
}
},
"expression": {
"type": "AssignmentExpression",
"start": 206,
"end": 222,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 20
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 206,
"end": 215,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 13
}
},
"object": {
"type": "ThisExpression",
"start": 206,
"end": 210,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 211,
"end": 215,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 13
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 218,
"end": 222,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "name"
},
"name": "name"
}
}
},
{
"type": "ExpressionStatement",
"start": 227,
"end": 274,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 227,
"end": 274,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 51
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 227,
"end": 236,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 13
}
},
"object": {
"type": "ThisExpression",
"start": 227,
"end": 231,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 232,
"end": 236,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 13
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 239,
"end": 274,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 51
}
},
"callee": {
"type": "Identifier",
"start": 239,
"end": 257,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 34
},
"identifierName": "getStructReference"
},
"name": "getStructReference"
},
"arguments": [
{
"type": "Identifier",
"start": 258,
"end": 273,
"loc": {
"start": {
"line": 9,
"column": 35
},
"end": {
"line": 9,
"column": 50
},
"identifierName": "typeConstructor"
},
"name": "typeConstructor"
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 281,
"end": 396,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 281,
"end": 287,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 8
},
"identifierName": "equals"
},
"name": "equals"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 289,
"end": 291,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 11,
"column": 12
},
"identifierName": "id"
},
"name": "id"
}
],
"body": {
"type": "BlockStatement",
"start": 293,
"end": 396,
"loc": {
"start": {
"line": 11,
"column": 14
},
"end": {
"line": 13,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 299,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 97
}
},
"argument": {
"type": "LogicalExpression",
"start": 306,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 97
}
},
"left": {
"type": "LogicalExpression",
"start": 306,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 72
}
},
"left": {
"type": "LogicalExpression",
"start": 306,
"end": 342,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 47
}
},
"left": {
"type": "BinaryExpression",
"start": 306,
"end": 317,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 22
}
},
"left": {
"type": "Identifier",
"start": 306,
"end": 308,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 13
},
"identifierName": "id"
},
"name": "id"
},
"operator": "!==",
"right": {
"type": "NullLiteral",
"start": 313,
"end": 317,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 22
}
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 321,
"end": 342,
"loc": {
"start": {
"line": 12,
"column": 26
},
"end": {
"line": 12,
"column": 47
}
},
"left": {
"type": "MemberExpression",
"start": 321,
"end": 328,
"loc": {
"start": {
"line": 12,
"column": 26
},
"end": {
"line": 12,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 321,
"end": 323,
"loc": {
"start": {
"line": 12,
"column": 26
},
"end": {
"line": 12,
"column": 28
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 324,
"end": 328,
"loc": {
"start": {
"line": 12,
"column": 29
},
"end": {
"line": 12,
"column": 33
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
},
"operator": "===",
"right": {
"type": "MemberExpression",
"start": 333,
"end": 342,
"loc": {
"start": {
"line": 12,
"column": 38
},
"end": {
"line": 12,
"column": 47
}
},
"object": {
"type": "ThisExpression",
"start": 333,
"end": 337,
"loc": {
"start": {
"line": 12,
"column": 38
},
"end": {
"line": 12,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 338,
"end": 342,
"loc": {
"start": {
"line": 12,
"column": 43
},
"end": {
"line": 12,
"column": 47
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 346,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 51
},
"end": {
"line": 12,
"column": 72
}
},
"left": {
"type": "MemberExpression",
"start": 346,
"end": 353,
"loc": {
"start": {
"line": 12,
"column": 51
},
"end": {
"line": 12,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 346,
"end": 348,
"loc": {
"start": {
"line": 12,
"column": 51
},
"end": {
"line": 12,
"column": 53
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 349,
"end": 353,
"loc": {
"start": {
"line": 12,
"column": 54
},
"end": {
"line": 12,
"column": 58
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"operator": "===",
"right": {
"type": "MemberExpression",
"start": 358,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 63
},
"end": {
"line": 12,
"column": 72
}
},
"object": {
"type": "ThisExpression",
"start": 358,
"end": 362,
"loc": {
"start": {
"line": 12,
"column": 63
},
"end": {
"line": 12,
"column": 67
}
}
},
"property": {
"type": "Identifier",
"start": 363,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 68
},
"end": {
"line": 12,
"column": 72
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 371,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 76
},
"end": {
"line": 12,
"column": 97
}
},
"left": {
"type": "MemberExpression",
"start": 371,
"end": 378,
"loc": {
"start": {
"line": 12,
"column": 76
},
"end": {
"line": 12,
"column": 83
}
},
"object": {
"type": "Identifier",
"start": 371,
"end": 373,
"loc": {
"start": {
"line": 12,
"column": 76
},
"end": {
"line": 12,
"column": 78
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 374,
"end": 378,
"loc": {
"start": {
"line": 12,
"column": 79
},
"end": {
"line": 12,
"column": 83
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"operator": "===",
"right": {
"type": "MemberExpression",
"start": 383,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 88
},
"end": {
"line": 12,
"column": 97
}
},
"object": {
"type": "ThisExpression",
"start": 383,
"end": 387,
"loc": {
"start": {
"line": 12,
"column": 88
},
"end": {
"line": 12,
"column": 92
}
}
},
"property": {
"type": "Identifier",
"start": 388,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 93
},
"end": {
"line": 12,
"column": 97
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
}
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 399,
"end": 627,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 20,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 399,
"end": 407,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 14,
"column": 10
},
"identifierName": "lessThan"
},
"name": "lessThan"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 409,
"end": 411,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 14
},
"identifierName": "id"
},
"name": "id"
}
],
"body": {
"type": "BlockStatement",
"start": 413,
"end": 627,
"loc": {
"start": {
"line": 14,
"column": 16
},
"end": {
"line": 20,
"column": 3
}
},
"body": [
{
"type": "IfStatement",
"start": 419,
"end": 623,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 423,
"end": 448,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 33
}
},
"left": {
"type": "MemberExpression",
"start": 423,
"end": 437,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 22
}
},
"object": {
"type": "Identifier",
"start": 423,
"end": 425,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 10
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 426,
"end": 437,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 22
},
"identifierName": "constructor"
},
"name": "constructor"
},
"computed": false
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 442,
"end": 448,
"loc": {
"start": {
"line": 15,
"column": 27
},
"end": {
"line": 15,
"column": 33
},
"identifierName": "RootID"
},
"name": "RootID"
}
},
"consequent": {
"type": "BlockStatement",
"start": 450,
"end": 592,
"loc": {
"start": {
"line": 15,
"column": 35
},
"end": {
"line": 17,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 458,
"end": 586,
"loc": {
"start": {
"line": 16,
"column": 6
},
"end": {
"line": 16,
"column": 134
}
},
"argument": {
"type": "LogicalExpression",
"start": 465,
"end": 586,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 134
}
},
"left": {
"type": "BinaryExpression",
"start": 465,
"end": 484,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 32
}
},
"left": {
"type": "MemberExpression",
"start": 465,
"end": 474,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 465,
"end": 469,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 470,
"end": 474,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 22
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 477,
"end": 484,
"loc": {
"start": {
"line": 16,
"column": 25
},
"end": {
"line": 16,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 477,
"end": 479,
"loc": {
"start": {
"line": 16,
"column": 25
},
"end": {
"line": 16,
"column": 27
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 480,
"end": 484,
"loc": {
"start": {
"line": 16,
"column": 28
},
"end": {
"line": 16,
"column": 32
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
}
},
"operator": "||",
"right": {
"type": "LogicalExpression",
"start": 489,
"end": 585,
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 133
}
},
"left": {
"type": "BinaryExpression",
"start": 489,
"end": 510,
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 58
}
},
"left": {
"type": "MemberExpression",
"start": 489,
"end": 498,
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 46
}
},
"object": {
"type": "ThisExpression",
"start": 489,
"end": 493,
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"start": 494,
"end": 498,
"loc": {
"start": {
"line": 16,
"column": 42
},
"end": {
"line": 16,
"column": 46
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
},
"operator": "===",
"right": {
"type": "MemberExpression",
"start": 503,
"end": 510,
"loc": {
"start": {
"line": 16,
"column": 51
},
"end": {
"line": 16,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 503,
"end": 505,
"loc": {
"start": {
"line": 16,
"column": 51
},
"end": {
"line": 16,
"column": 53
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 506,
"end": 510,
"loc": {
"start": {
"line": 16,
"column": 54
},
"end": {
"line": 16,
"column": 58
},
"identifierName": "user"
},
"name": "user"
},
"computed": false
}
},
"operator": "&&",
"right": {
"type": "LogicalExpression",
"start": 515,
"end": 584,
"loc": {
"start": {
"line": 16,
"column": 63
},
"end": {
"line": 16,
"column": 132
}
},
"left": {
"type": "BinaryExpression",
"start": 515,
"end": 534,
"loc": {
"start": {
"line": 16,
"column": 63
},
"end": {
"line": 16,
"column": 82
}
},
"left": {
"type": "MemberExpression",
"start": 515,
"end": 524,
"loc": {
"start": {
"line": 16,
"column": 63
},
"end": {
"line": 16,
"column": 72
}
},
"object": {
"type": "ThisExpression",
"start": 515,
"end": 519,
"loc": {
"start": {
"line": 16,
"column": 63
},
"end": {
"line": 16,
"column": 67
}
}
},
"property": {
"type": "Identifier",
"start": 520,
"end": 524,
"loc": {
"start": {
"line": 16,
"column": 68
},
"end": {
"line": 16,
"column": 72
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 527,
"end": 534,
"loc": {
"start": {
"line": 16,
"column": 75
},
"end": {
"line": 16,
"column": 82
}
},
"object": {
"type": "Identifier",
"start": 527,
"end": 529,
"loc": {
"start": {
"line": 16,
"column": 75
},
"end": {
"line": 16,
"column": 77
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 530,
"end": 534,
"loc": {
"start": {
"line": 16,
"column": 78
},
"end": {
"line": 16,
"column": 82
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
},
"operator": "||",
"right": {
"type": "LogicalExpression",
"start": 539,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 87
},
"end": {
"line": 16,
"column": 131
}
},
"left": {
"type": "BinaryExpression",
"start": 539,
"end": 560,
"loc": {
"start": {
"line": 16,
"column": 87
},
"end": {
"line": 16,
"column": 108
}
},
"left": {
"type": "MemberExpression",
"start": 539,
"end": 548,
"loc": {
"start": {
"line": 16,
"column": 87
},
"end": {
"line": 16,
"column": 96
}
},
"object": {
"type": "ThisExpression",
"start": 539,
"end": 543,
"loc": {
"start": {
"line": 16,
"column": 87
},
"end": {
"line": 16,
"column": 91
}
}
},
"property": {
"type": "Identifier",
"start": 544,
"end": 548,
"loc": {
"start": {
"line": 16,
"column": 92
},
"end": {
"line": 16,
"column": 96
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"operator": "===",
"right": {
"type": "MemberExpression",
"start": 553,
"end": 560,
"loc": {
"start": {
"line": 16,
"column": 101
},
"end": {
"line": 16,
"column": 108
}
},
"object": {
"type": "Identifier",
"start": 553,
"end": 555,
"loc": {
"start": {
"line": 16,
"column": 101
},
"end": {
"line": 16,
"column": 103
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 556,
"end": 560,
"loc": {
"start": {
"line": 16,
"column": 104
},
"end": {
"line": 16,
"column": 108
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 564,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 112
},
"end": {
"line": 16,
"column": 131
}
},
"left": {
"type": "MemberExpression",
"start": 564,
"end": 573,
"loc": {
"start": {
"line": 16,
"column": 112
},
"end": {
"line": 16,
"column": 121
}
},
"object": {
"type": "ThisExpression",
"start": 564,
"end": 568,
"loc": {
"start": {
"line": 16,
"column": 112
},
"end": {
"line": 16,
"column": 116
}
}
},
"property": {
"type": "Identifier",
"start": 569,
"end": 573,
"loc": {
"start": {
"line": 16,
"column": 117
},
"end": {
"line": 16,
"column": 121
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 576,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 124
},
"end": {
"line": 16,
"column": 131
}
},
"object": {
"type": "Identifier",
"start": 576,
"end": 578,
"loc": {
"start": {
"line": 16,
"column": 124
},
"end": {
"line": 16,
"column": 126
},
"identifierName": "id"
},
"name": "id"
},
"property": {
"type": "Identifier",
"start": 579,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 127
},
"end": {
"line": 16,
"column": 131
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
}
},
"extra": {
"parenthesized": true,
"parenStart": 538
}
},
"extra": {
"parenthesized": true,
"parenStart": 514
}
},
"extra": {
"parenthesized": true,
"parenStart": 488
}
}
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 598,
"end": 623,
"loc": {
"start": {
"line": 17,
"column": 11
},
"end": {
"line": 19,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 606,
"end": 617,
"loc": {
"start": {
"line": 18,
"column": 6
},
"end": {
"line": 18,
"column": 17
}
},
"argument": {
"type": "BooleanLiteral",
"start": 613,
"end": 617,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 17
}
},
"value": true
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [],
"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": "getStructReference",
"start": 9,
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 28,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 30,
"end": 34,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../structReferences.js",
"start": 35,
"end": 59,
"loc": {
"start": {
"line": 1,
"column": 35
},
"end": {
"line": 1,
"column": 59
}
}
},
{
"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": 61,
"end": 67,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"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": 68,
"end": 73,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RootFakeUserID",
"start": 74,
"end": 88,
"loc": {
"start": {
"line": 3,
"column": 13
},
"end": {
"line": 3,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 89,
"end": 90,
"loc": {
"start": {
"line": 3,
"column": 28
},
"end": {
"line": 3,
"column": 29
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 16777215,
"start": 91,
"end": 99,
"loc": {
"start": {
"line": 3,
"column": 30
},
"end": {
"line": 3,
"column": 38
}
}
},
{
"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": 101,
"end": 107,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 108,
"end": 115,
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 5,
"column": 14
}
}
},
{
"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": 116,
"end": 121,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RootID",
"start": 122,
"end": 128,
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 129,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 28
},
"end": {
"line": 5,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 133,
"end": 144,
"loc": {
"start": {
"line": 6,
"column": 2
},
"end": {
"line": 6,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 145,
"end": 146,
"loc": {
"start": {
"line": 6,
"column": 14
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 146,
"end": 150,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 150,
"end": 151,
"loc": {
"start": {
"line": 6,
"column": 19
},
"end": {
"line": 6,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "typeConstructor",
"start": 152,
"end": 167,
"loc": {
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 6,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 167,
"end": 168,
"loc": {
"start": {
"line": 6,
"column": 36
},
"end": {
"line": 6,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 169,
"end": 170,
"loc": {
"start": {
"line": 6,
"column": 38
},
"end": {
"line": 6,
"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": 175,
"end": 179,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 179,
"end": 180,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 180,
"end": 184,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 185,
"end": 186,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RootFakeUserID",
"start": 187,
"end": 201,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 30
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 206,
"end": 210,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 210,
"end": 211,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 211,
"end": 215,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 216,
"end": 217,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 218,
"end": 222,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"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": 227,
"end": 231,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 9,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 231,
"end": 232,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 232,
"end": 236,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 237,
"end": 238,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getStructReference",
"start": 239,
"end": 257,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 257,
"end": 258,
"loc": {
"start": {
"line": 9,
"column": 34
},
"end": {
"line": 9,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "typeConstructor",
"start": 258,
"end": 273,
"loc": {
"start": {
"line": 9,
"column": 35
},
"end": {
"line": 9,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 273,
"end": 274,
"loc": {
"start": {
"line": 9,
"column": 50
},
"end": {
"line": 9,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 277,
"end": 278,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 10,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "equals",
"start": 281,
"end": 287,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 288,
"end": 289,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 289,
"end": 291,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 11,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 291,
"end": 292,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 293,
"end": 294,
"loc": {
"start": {
"line": 11,
"column": 14
},
"end": {
"line": 11,
"column": 15
}
}
},
{
"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": 299,
"end": 305,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 306,
"end": 308,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
"start": 309,
"end": 312,
"loc": {
"start": {
"line": 12,
"column": 14
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 313,
"end": 317,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 22
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 318,
"end": 320,
"loc": {
"start": {
"line": 12,
"column": 23
},
"end": {
"line": 12,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 321,
"end": 323,
"loc": {
"start": {
"line": 12,
"column": 26
},
"end": {
"line": 12,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 323,
"end": 324,
"loc": {
"start": {
"line": 12,
"column": 28
},
"end": {
"line": 12,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 324,
"end": 328,
"loc": {
"start": {
"line": 12,
"column": 29
},
"end": {
"line": 12,
"column": 33
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 329,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 37
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 333,
"end": 337,
"loc": {
"start": {
"line": 12,
"column": 38
},
"end": {
"line": 12,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 337,
"end": 338,
"loc": {
"start": {
"line": 12,
"column": 42
},
"end": {
"line": 12,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 338,
"end": 342,
"loc": {
"start": {
"line": 12,
"column": 43
},
"end": {
"line": 12,
"column": 47
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 343,
"end": 345,
"loc": {
"start": {
"line": 12,
"column": 48
},
"end": {
"line": 12,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 346,
"end": 348,
"loc": {
"start": {
"line": 12,
"column": 51
},
"end": {
"line": 12,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 348,
"end": 349,
"loc": {
"start": {
"line": 12,
"column": 53
},
"end": {
"line": 12,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 349,
"end": 353,
"loc": {
"start": {
"line": 12,
"column": 54
},
"end": {
"line": 12,
"column": 58
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 354,
"end": 357,
"loc": {
"start": {
"line": 12,
"column": 59
},
"end": {
"line": 12,
"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": 358,
"end": 362,
"loc": {
"start": {
"line": 12,
"column": 63
},
"end": {
"line": 12,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 362,
"end": 363,
"loc": {
"start": {
"line": 12,
"column": 67
},
"end": {
"line": 12,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 363,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 68
},
"end": {
"line": 12,
"column": 72
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 368,
"end": 370,
"loc": {
"start": {
"line": 12,
"column": 73
},
"end": {
"line": 12,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 371,
"end": 373,
"loc": {
"start": {
"line": 12,
"column": 76
},
"end": {
"line": 12,
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 373,
"end": 374,
"loc": {
"start": {
"line": 12,
"column": 78
},
"end": {
"line": 12,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 374,
"end": 378,
"loc": {
"start": {
"line": 12,
"column": 79
},
"end": {
"line": 12,
"column": 83
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 379,
"end": 382,
"loc": {
"start": {
"line": 12,
"column": 84
},
"end": {
"line": 12,
"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": 383,
"end": 387,
"loc": {
"start": {
"line": 12,
"column": 88
},
"end": {
"line": 12,
"column": 92
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 387,
"end": 388,
"loc": {
"start": {
"line": 12,
"column": 92
},
"end": {
"line": 12,
"column": 93
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 388,
"end": 392,
"loc": {
"start": {
"line": 12,
"column": 93
},
"end": {
"line": 12,
"column": 97
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 395,
"end": 396,
"loc": {
"start": {
"line": 13,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "lessThan",
"start": 399,
"end": 407,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 14,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 408,
"end": 409,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 409,
"end": 411,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 411,
"end": 412,
"loc": {
"start": {
"line": 14,
"column": 14
},
"end": {
"line": 14,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 413,
"end": 414,
"loc": {
"start": {
"line": 14,
"column": 16
},
"end": {
"line": 14,
"column": 17
}
}
},
{
"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": 419,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 422,
"end": 423,
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 15,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 423,
"end": 425,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 425,
"end": 426,
"loc": {
"start": {
"line": 15,
"column": 10
},
"end": {
"line": 15,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 426,
"end": 437,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 22
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 438,
"end": 441,
"loc": {
"start": {
"line": 15,
"column": 23
},
"end": {
"line": 15,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RootID",
"start": 442,
"end": 448,
"loc": {
"start": {
"line": 15,
"column": 27
},
"end": {
"line": 15,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 448,
"end": 449,
"loc": {
"start": {
"line": 15,
"column": 33
},
"end": {
"line": 15,
"column": 34
}
}
},
{
"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": 15,
"column": 35
},
"end": {
"line": 15,
"column": 36
}
}
},
{
"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": 458,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 6
},
"end": {
"line": 16,
"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": 465,
"end": 469,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 469,
"end": 470,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 16,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 470,
"end": 474,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 22
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 475,
"end": 476,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 477,
"end": 479,
"loc": {
"start": {
"line": 16,
"column": 25
},
"end": {
"line": 16,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 479,
"end": 480,
"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": "user",
"start": 480,
"end": 484,
"loc": {
"start": {
"line": 16,
"column": 28
},
"end": {
"line": 16,
"column": 32
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 485,
"end": 487,
"loc": {
"start": {
"line": 16,
"column": 33
},
"end": {
"line": 16,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 488,
"end": 489,
"loc": {
"start": {
"line": 16,
"column": 36
},
"end": {
"line": 16,
"column": 37
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 489,
"end": 493,
"loc": {
"start": {
"line": 16,
"column": 37
},
"end": {
"line": 16,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 493,
"end": 494,
"loc": {
"start": {
"line": 16,
"column": 41
},
"end": {
"line": 16,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 494,
"end": 498,
"loc": {
"start": {
"line": 16,
"column": 42
},
"end": {
"line": 16,
"column": 46
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 499,
"end": 502,
"loc": {
"start": {
"line": 16,
"column": 47
},
"end": {
"line": 16,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 503,
"end": 505,
"loc": {
"start": {
"line": 16,
"column": 51
},
"end": {
"line": 16,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 505,
"end": 506,
"loc": {
"start": {
"line": 16,
"column": 53
},
"end": {
"line": 16,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "user",
"start": 506,
"end": 510,
"loc": {
"start": {
"line": 16,
"column": 54
},
"end": {
"line": 16,
"column": 58
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 511,
"end": 513,
"loc": {
"start": {
"line": 16,
"column": 59
},
"end": {
"line": 16,
"column": 61
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 514,
"end": 515,
"loc": {
"start": {
"line": 16,
"column": 62
},
"end": {
"line": 16,
"column": 63
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 515,
"end": 519,
"loc": {
"start": {
"line": 16,
"column": 63
},
"end": {
"line": 16,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 519,
"end": 520,
"loc": {
"start": {
"line": 16,
"column": 67
},
"end": {
"line": 16,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 520,
"end": 524,
"loc": {
"start": {
"line": 16,
"column": 68
},
"end": {
"line": 16,
"column": 72
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 525,
"end": 526,
"loc": {
"start": {
"line": 16,
"column": 73
},
"end": {
"line": 16,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 527,
"end": 529,
"loc": {
"start": {
"line": 16,
"column": 75
},
"end": {
"line": 16,
"column": 77
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 529,
"end": 530,
"loc": {
"start": {
"line": 16,
"column": 77
},
"end": {
"line": 16,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 530,
"end": 534,
"loc": {
"start": {
"line": 16,
"column": 78
},
"end": {
"line": 16,
"column": 82
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 535,
"end": 537,
"loc": {
"start": {
"line": 16,
"column": 83
},
"end": {
"line": 16,
"column": 85
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 538,
"end": 539,
"loc": {
"start": {
"line": 16,
"column": 86
},
"end": {
"line": 16,
"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": 539,
"end": 543,
"loc": {
"start": {
"line": 16,
"column": 87
},
"end": {
"line": 16,
"column": 91
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 543,
"end": 544,
"loc": {
"start": {
"line": 16,
"column": 91
},
"end": {
"line": 16,
"column": 92
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 544,
"end": 548,
"loc": {
"start": {
"line": 16,
"column": 92
},
"end": {
"line": 16,
"column": 96
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 549,
"end": 552,
"loc": {
"start": {
"line": 16,
"column": 97
},
"end": {
"line": 16,
"column": 100
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 553,
"end": 555,
"loc": {
"start": {
"line": 16,
"column": 101
},
"end": {
"line": 16,
"column": 103
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 16,
"column": 103
},
"end": {
"line": 16,
"column": 104
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 556,
"end": 560,
"loc": {
"start": {
"line": 16,
"column": 104
},
"end": {
"line": 16,
"column": 108
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 561,
"end": 563,
"loc": {
"start": {
"line": 16,
"column": 109
},
"end": {
"line": 16,
"column": 111
}
}
},
{
"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": 564,
"end": 568,
"loc": {
"start": {
"line": 16,
"column": 112
},
"end": {
"line": 16,
"column": 116
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 568,
"end": 569,
"loc": {
"start": {
"line": 16,
"column": 116
},
"end": {
"line": 16,
"column": 117
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 569,
"end": 573,
"loc": {
"start": {
"line": 16,
"column": 117
},
"end": {
"line": 16,
"column": 121
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 574,
"end": 575,
"loc": {
"start": {
"line": 16,
"column": 122
},
"end": {
"line": 16,
"column": 123
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 576,
"end": 578,
"loc": {
"start": {
"line": 16,
"column": 124
},
"end": {
"line": 16,
"column": 126
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 578,
"end": 579,
"loc": {
"start": {
"line": 16,
"column": 126
},
"end": {
"line": 16,
"column": 127
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 579,
"end": 583,
"loc": {
"start": {
"line": 16,
"column": 127
},
"end": {
"line": 16,
"column": 131
}
}
},
{
"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": 16,
"column": 131
},
"end": {
"line": 16,
"column": 132
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 584,
"end": 585,
"loc": {
"start": {
"line": 16,
"column": 132
},
"end": {
"line": 16,
"column": 133
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 585,
"end": 586,
"loc": {
"start": {
"line": 16,
"column": 133
},
"end": {
"line": 16,
"column": 134
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 591,
"end": 592,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 5
}
}
},
{
"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": 593,
"end": 597,
"loc": {
"start": {
"line": 17,
"column": 6
},
"end": {
"line": 17,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 598,
"end": 599,
"loc": {
"start": {
"line": 17,
"column": 11
},
"end": {
"line": 17,
"column": 12
}
}
},
{
"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": 606,
"end": 612,
"loc": {
"start": {
"line": 18,
"column": 6
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"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": 613,
"end": 617,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 622,
"end": 623,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 626,
"end": 627,
"loc": {
"start": {
"line": 20,
"column": 2
},
"end": {
"line": 20,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 628,
"end": 629,
"loc": {
"start": {
"line": 21,
"column": 0
},
"end": {
"line": 21,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 630,
"end": 630,
"loc": {
"start": {
"line": 22,
"column": 0
},
"end": {
"line": 22,
"column": 0
}
}
}
]
}