yjs/docs/ast/source/Struct/ItemFormat.js.json
2018-04-27 18:45:01 +02:00

8346 lines
210 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1136,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 43,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1136,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 43,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 43
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 24
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 16
},
"identifierName": "default"
},
"name": "default"
},
"local": {
"type": "Identifier",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
},
"identifierName": "Item"
},
"name": "Item"
}
}
],
"source": {
"type": "StringLiteral",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 32
},
"end": {
"line": 1,
"column": 43
}
},
"extra": {
"rawValue": "./Item.js",
"raw": "'./Item.js'"
},
"value": "./Item.js"
}
},
{
"type": "ImportDeclaration",
"start": 44,
"end": 112,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 68
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
}
},
"imported": {
"type": "Identifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
},
"local": {
"type": "Identifier",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
}
}
],
"source": {
"type": "StringLiteral",
"start": 74,
"end": 112,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 68
}
},
"extra": {
"rawValue": "../MessageHandler/messageToString.js",
"raw": "'../MessageHandler/messageToString.js'"
},
"value": "../MessageHandler/messageToString.js"
}
},
{
"type": "ExportDefaultDeclaration",
"start": 114,
"end": 1135,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 42,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 129,
"end": 1135,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 42,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 135,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 31
},
"identifierName": "ItemFormat"
},
"name": "ItemFormat"
},
"superClass": {
"type": "Identifier",
"start": 154,
"end": 158,
"loc": {
"start": {
"line": 4,
"column": 40
},
"end": {
"line": 4,
"column": 44
},
"identifierName": "Item"
},
"name": "Item"
},
"body": {
"type": "ClassBody",
"start": 159,
"end": 1135,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 42,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 163,
"end": 237,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 9,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 163,
"end": 174,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 13
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 178,
"end": 237,
"loc": {
"start": {
"line": 5,
"column": 17
},
"end": {
"line": 9,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 184,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 184,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 11
}
},
"callee": {
"type": "Super",
"start": 184,
"end": 189,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 9
}
}
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 196,
"end": 211,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 19
}
},
"expression": {
"type": "AssignmentExpression",
"start": 196,
"end": 211,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 19
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 196,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 12
}
},
"object": {
"type": "ThisExpression",
"start": 196,
"end": 200,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 201,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 12
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 207,
"end": 211,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 19
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 216,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 21
}
},
"expression": {
"type": "AssignmentExpression",
"start": 216,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 21
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 216,
"end": 226,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 14
}
},
"object": {
"type": "ThisExpression",
"start": 216,
"end": 220,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 221,
"end": 226,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 14
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 229,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 21
}
}
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 240,
"end": 419,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 15,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 240,
"end": 245,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 10,
"column": 7
},
"identifierName": "_copy"
},
"name": "_copy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 247,
"end": 263,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 25
},
"identifierName": "undeleteChildren"
},
"name": "undeleteChildren"
},
{
"type": "Identifier",
"start": 265,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 27
},
"end": {
"line": 10,
"column": 39
},
"identifierName": "copyPosition"
},
"name": "copyPosition"
}
],
"body": {
"type": "BlockStatement",
"start": 279,
"end": 419,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 15,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 285,
"end": 341,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 60
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 289,
"end": 341,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 60
}
},
"id": {
"type": "Identifier",
"start": 289,
"end": 295,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 14
},
"identifierName": "struct"
},
"name": "struct"
},
"init": {
"type": "CallExpression",
"start": 298,
"end": 341,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 298,
"end": 309,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 28
}
},
"object": {
"type": "Super",
"start": 298,
"end": 303,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 304,
"end": 309,
"loc": {
"start": {
"line": 11,
"column": 23
},
"end": {
"line": 11,
"column": 28
},
"identifierName": "_copy"
},
"name": "_copy"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 310,
"end": 326,
"loc": {
"start": {
"line": 11,
"column": 29
},
"end": {
"line": 11,
"column": 45
},
"identifierName": "undeleteChildren"
},
"name": "undeleteChildren"
},
{
"type": "Identifier",
"start": 328,
"end": 340,
"loc": {
"start": {
"line": 11,
"column": 47
},
"end": {
"line": 11,
"column": 59
},
"identifierName": "copyPosition"
},
"name": "copyPosition"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 346,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 25
}
},
"expression": {
"type": "AssignmentExpression",
"start": 346,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 25
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 346,
"end": 356,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 346,
"end": 352,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 10
},
"identifierName": "struct"
},
"name": "struct"
},
"property": {
"type": "Identifier",
"start": 353,
"end": 356,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 14
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 359,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 25
}
},
"object": {
"type": "ThisExpression",
"start": 359,
"end": 363,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 364,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 25
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 372,
"end": 397,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 29
}
},
"expression": {
"type": "AssignmentExpression",
"start": 372,
"end": 397,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 29
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 372,
"end": 384,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 372,
"end": 378,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 10
},
"identifierName": "struct"
},
"name": "struct"
},
"property": {
"type": "Identifier",
"start": 379,
"end": 384,
"loc": {
"start": {
"line": 13,
"column": 11
},
"end": {
"line": 13,
"column": 16
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 387,
"end": 397,
"loc": {
"start": {
"line": 13,
"column": 19
},
"end": {
"line": 13,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 387,
"end": 391,
"loc": {
"start": {
"line": 13,
"column": 19
},
"end": {
"line": 13,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"start": 392,
"end": 397,
"loc": {
"start": {
"line": 13,
"column": 24
},
"end": {
"line": 13,
"column": 29
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
}
}
},
{
"type": "ReturnStatement",
"start": 402,
"end": 415,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 17
}
},
"argument": {
"type": "Identifier",
"start": 409,
"end": 415,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 17
},
"identifierName": "struct"
},
"name": "struct"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 422,
"end": 455,
"loc": {
"start": {
"line": 16,
"column": 2
},
"end": {
"line": 18,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 426,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 6
},
"end": {
"line": 16,
"column": 13
},
"identifierName": "_length"
},
"name": "_length"
},
"kind": "get",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 437,
"end": 455,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 18,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 443,
"end": 451,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 12
}
},
"argument": {
"type": "NumericLiteral",
"start": 450,
"end": 451,
"loc": {
"start": {
"line": 17,
"column": 11
},
"end": {
"line": 17,
"column": 12
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 458,
"end": 498,
"loc": {
"start": {
"line": 19,
"column": 2
},
"end": {
"line": 21,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 462,
"end": 472,
"loc": {
"start": {
"line": 19,
"column": 6
},
"end": {
"line": 19,
"column": 16
},
"identifierName": "_countable"
},
"name": "_countable"
},
"kind": "get",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 476,
"end": 498,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 21,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 482,
"end": 494,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 16
}
},
"argument": {
"type": "BooleanLiteral",
"start": 489,
"end": 494,
"loc": {
"start": {
"line": 20,
"column": 11
},
"end": {
"line": 20,
"column": 16
}
},
"value": false
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 501,
"end": 692,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 27,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 501,
"end": 512,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 22,
"column": 13
},
"identifierName": "_fromBinary"
},
"name": "_fromBinary"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 514,
"end": 515,
"loc": {
"start": {
"line": 22,
"column": 15
},
"end": {
"line": 22,
"column": 16
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "Identifier",
"start": 517,
"end": 524,
"loc": {
"start": {
"line": 22,
"column": 18
},
"end": {
"line": 22,
"column": 25
},
"identifierName": "decoder"
},
"name": "decoder"
}
],
"body": {
"type": "BlockStatement",
"start": 526,
"end": 692,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 27,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 532,
"end": 577,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 49
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 538,
"end": 577,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 538,
"end": 545,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 17
},
"identifierName": "missing"
},
"name": "missing"
},
"init": {
"type": "CallExpression",
"start": 548,
"end": 577,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 548,
"end": 565,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 37
}
},
"object": {
"type": "Super",
"start": 548,
"end": 553,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"start": 554,
"end": 565,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 37
},
"identifierName": "_fromBinary"
},
"name": "_fromBinary"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 566,
"end": 567,
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 39
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "Identifier",
"start": 569,
"end": 576,
"loc": {
"start": {
"line": 23,
"column": 41
},
"end": {
"line": 23,
"column": 48
},
"identifierName": "decoder"
},
"name": "decoder"
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 582,
"end": 616,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 38
}
},
"expression": {
"type": "AssignmentExpression",
"start": 582,
"end": 616,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 38
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 582,
"end": 590,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 12
}
},
"object": {
"type": "ThisExpression",
"start": 582,
"end": 586,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 587,
"end": 590,
"loc": {
"start": {
"line": 24,
"column": 9
},
"end": {
"line": 24,
"column": 12
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 593,
"end": 616,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 38
}
},
"callee": {
"type": "MemberExpression",
"start": 593,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 593,
"end": 600,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 22
},
"identifierName": "decoder"
},
"name": "decoder"
},
"property": {
"type": "Identifier",
"start": 601,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 23
},
"end": {
"line": 24,
"column": 36
},
"identifierName": "readVarString"
},
"name": "readVarString"
},
"computed": false
},
"arguments": []
}
}
},
{
"type": "ExpressionStatement",
"start": 621,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 52
}
},
"expression": {
"type": "AssignmentExpression",
"start": 621,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 52
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 621,
"end": 631,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 14
}
},
"object": {
"type": "ThisExpression",
"start": 621,
"end": 625,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 626,
"end": 631,
"loc": {
"start": {
"line": 25,
"column": 9
},
"end": {
"line": 25,
"column": 14
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 634,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 17
},
"end": {
"line": 25,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 634,
"end": 644,
"loc": {
"start": {
"line": 25,
"column": 17
},
"end": {
"line": 25,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 634,
"end": 638,
"loc": {
"start": {
"line": 25,
"column": 17
},
"end": {
"line": 25,
"column": 21
},
"identifierName": "JSON"
},
"name": "JSON"
},
"property": {
"type": "Identifier",
"start": 639,
"end": 644,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 27
},
"identifierName": "parse"
},
"name": "parse"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 645,
"end": 668,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 645,
"end": 666,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 645,
"end": 652,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 35
},
"identifierName": "decoder"
},
"name": "decoder"
},
"property": {
"type": "Identifier",
"start": 653,
"end": 666,
"loc": {
"start": {
"line": 25,
"column": 36
},
"end": {
"line": 25,
"column": 49
},
"identifierName": "readVarString"
},
"name": "readVarString"
},
"computed": false
},
"arguments": []
}
]
}
}
},
{
"type": "ReturnStatement",
"start": 674,
"end": 688,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 681,
"end": 688,
"loc": {
"start": {
"line": 26,
"column": 11
},
"end": {
"line": 26,
"column": 18
},
"identifierName": "missing"
},
"name": "missing"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 695,
"end": 841,
"loc": {
"start": {
"line": 28,
"column": 2
},
"end": {
"line": 32,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 695,
"end": 704,
"loc": {
"start": {
"line": 28,
"column": 2
},
"end": {
"line": 28,
"column": 11
},
"identifierName": "_toBinary"
},
"name": "_toBinary"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 706,
"end": 713,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 20
},
"identifierName": "encoder"
},
"name": "encoder"
}
],
"body": {
"type": "BlockStatement",
"start": 715,
"end": 841,
"loc": {
"start": {
"line": 28,
"column": 22
},
"end": {
"line": 32,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 721,
"end": 745,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 721,
"end": 745,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
"start": 721,
"end": 736,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 19
}
},
"object": {
"type": "Super",
"start": 721,
"end": 726,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 9
}
}
},
"property": {
"type": "Identifier",
"start": 727,
"end": 736,
"loc": {
"start": {
"line": 29,
"column": 10
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "_toBinary"
},
"name": "_toBinary"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 737,
"end": 744,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 27
},
"identifierName": "encoder"
},
"name": "encoder"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 750,
"end": 782,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 750,
"end": 782,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 750,
"end": 772,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 750,
"end": 757,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 11
},
"identifierName": "encoder"
},
"name": "encoder"
},
"property": {
"type": "Identifier",
"start": 758,
"end": 772,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 26
},
"identifierName": "writeVarString"
},
"name": "writeVarString"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 773,
"end": 781,
"loc": {
"start": {
"line": 30,
"column": 27
},
"end": {
"line": 30,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 773,
"end": 777,
"loc": {
"start": {
"line": 30,
"column": 27
},
"end": {
"line": 30,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 778,
"end": 781,
"loc": {
"start": {
"line": 30,
"column": 32
},
"end": {
"line": 30,
"column": 35
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 787,
"end": 837,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 787,
"end": 837,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 787,
"end": 809,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 787,
"end": 794,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 11
},
"identifierName": "encoder"
},
"name": "encoder"
},
"property": {
"type": "Identifier",
"start": 795,
"end": 809,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 26
},
"identifierName": "writeVarString"
},
"name": "writeVarString"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 810,
"end": 836,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 810,
"end": 824,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 810,
"end": 814,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 31
},
"identifierName": "JSON"
},
"name": "JSON"
},
"property": {
"type": "Identifier",
"start": 815,
"end": 824,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 41
},
"identifierName": "stringify"
},
"name": "stringify"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 825,
"end": 835,
"loc": {
"start": {
"line": 31,
"column": 42
},
"end": {
"line": 31,
"column": 52
}
},
"object": {
"type": "ThisExpression",
"start": 825,
"end": 829,
"loc": {
"start": {
"line": 31,
"column": 42
},
"end": {
"line": 31,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"start": 830,
"end": 835,
"loc": {
"start": {
"line": 31,
"column": 47
},
"end": {
"line": 31,
"column": 52
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
}
]
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Transform this YXml Type to a readable format.\n * Useful for logging as all Items and Delete implement this method.\n *\n * @private\n ",
"start": 844,
"end": 995,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 38,
"column": 5
}
}
}
]
},
{
"type": "ClassMethod",
"start": 998,
"end": 1133,
"loc": {
"start": {
"line": 39,
"column": 2
},
"end": {
"line": 41,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 998,
"end": 1008,
"loc": {
"start": {
"line": 39,
"column": 2
},
"end": {
"line": 39,
"column": 12
},
"identifierName": "_logString"
},
"name": "_logString",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1012,
"end": 1133,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 41,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1018,
"end": 1129,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 115
}
},
"argument": {
"type": "CallExpression",
"start": 1025,
"end": 1129,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 115
}
},
"callee": {
"type": "Identifier",
"start": 1025,
"end": 1038,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 24
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1039,
"end": 1051,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 37
}
},
"extra": {
"rawValue": "ItemFormat",
"raw": "'ItemFormat'"
},
"value": "ItemFormat"
},
{
"type": "ThisExpression",
"start": 1053,
"end": 1057,
"loc": {
"start": {
"line": 40,
"column": 39
},
"end": {
"line": 40,
"column": 43
}
}
},
{
"type": "TemplateLiteral",
"start": 1059,
"end": 1128,
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 114
}
},
"expressions": [
{
"type": "CallExpression",
"start": 1066,
"end": 1090,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 1066,
"end": 1080,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 66
}
},
"object": {
"type": "Identifier",
"start": 1066,
"end": 1070,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 56
},
"identifierName": "JSON"
},
"name": "JSON"
},
"property": {
"type": "Identifier",
"start": 1071,
"end": 1080,
"loc": {
"start": {
"line": 40,
"column": 57
},
"end": {
"line": 40,
"column": 66
},
"identifierName": "stringify"
},
"name": "stringify"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1081,
"end": 1089,
"loc": {
"start": {
"line": 40,
"column": 67
},
"end": {
"line": 40,
"column": 75
}
},
"object": {
"type": "ThisExpression",
"start": 1081,
"end": 1085,
"loc": {
"start": {
"line": 40,
"column": 67
},
"end": {
"line": 40,
"column": 71
}
}
},
"property": {
"type": "Identifier",
"start": 1086,
"end": 1089,
"loc": {
"start": {
"line": 40,
"column": 72
},
"end": {
"line": 40,
"column": 75
},
"identifierName": "key"
},
"name": "key"
},
"computed": false
}
]
},
{
"type": "CallExpression",
"start": 1100,
"end": 1126,
"loc": {
"start": {
"line": 40,
"column": 86
},
"end": {
"line": 40,
"column": 112
}
},
"callee": {
"type": "MemberExpression",
"start": 1100,
"end": 1114,
"loc": {
"start": {
"line": 40,
"column": 86
},
"end": {
"line": 40,
"column": 100
}
},
"object": {
"type": "Identifier",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 40,
"column": 86
},
"end": {
"line": 40,
"column": 90
},
"identifierName": "JSON"
},
"name": "JSON"
},
"property": {
"type": "Identifier",
"start": 1105,
"end": 1114,
"loc": {
"start": {
"line": 40,
"column": 91
},
"end": {
"line": 40,
"column": 100
},
"identifierName": "stringify"
},
"name": "stringify"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1115,
"end": 1125,
"loc": {
"start": {
"line": 40,
"column": 101
},
"end": {
"line": 40,
"column": 111
}
},
"object": {
"type": "ThisExpression",
"start": 1115,
"end": 1119,
"loc": {
"start": {
"line": 40,
"column": 101
},
"end": {
"line": 40,
"column": 105
}
}
},
"property": {
"type": "Identifier",
"start": 1120,
"end": 1125,
"loc": {
"start": {
"line": 40,
"column": 106
},
"end": {
"line": 40,
"column": 111
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
}
]
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1060,
"end": 1064,
"loc": {
"start": {
"line": 40,
"column": 46
},
"end": {
"line": 40,
"column": 50
}
},
"value": {
"raw": "key:",
"cooked": "key:"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 1091,
"end": 1098,
"loc": {
"start": {
"line": 40,
"column": 77
},
"end": {
"line": 40,
"column": 84
}
},
"value": {
"raw": ",value:",
"cooked": ",value:"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 1127,
"end": 1127,
"loc": {
"start": {
"line": 40,
"column": 113
},
"end": {
"line": 40,
"column": 113
}
},
"value": {
"raw": "",
"cooked": ""
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Transform this YXml Type to a readable format.\n * Useful for logging as all Items and Delete implement this method.\n *\n * @private\n ",
"start": 844,
"end": 995,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 38,
"column": 5
}
}
}
]
}
]
},
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Transform this YXml Type to a readable format.\n * Useful for logging as all Items and Delete implement this method.\n *\n * @private\n ",
"start": 844,
"end": 995,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 38,
"column": 5
}
}
}
],
"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": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 9,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "as",
"start": 17,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 17
},
"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": "Item",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 25,
"end": 26,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 27,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 31
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./Item.js",
"start": 32,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 32
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"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": 44,
"end": 50,
"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": 51,
"end": 52,
"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": "logItemHelper",
"start": 53,
"end": 66,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 67,
"end": 68,
"loc": {
"start": {
"line": 2,
"column": 23
},
"end": {
"line": 2,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 69,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 25
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../MessageHandler/messageToString.js",
"start": 74,
"end": 112,
"loc": {
"start": {
"line": 2,
"column": 30
},
"end": {
"line": 2,
"column": 68
}
}
},
{
"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": 114,
"end": 120,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"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": 121,
"end": 128,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"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": 129,
"end": 134,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ItemFormat",
"start": 135,
"end": 145,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 31
}
}
},
{
"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": 146,
"end": 153,
"loc": {
"start": {
"line": 4,
"column": 32
},
"end": {
"line": 4,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Item",
"start": 154,
"end": 158,
"loc": {
"start": {
"line": 4,
"column": 40
},
"end": {
"line": 4,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 159,
"end": 160,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 4,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 163,
"end": 174,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 5,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 5,
"column": 14
},
"end": {
"line": 5,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 176,
"end": 177,
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 178,
"end": 179,
"loc": {
"start": {
"line": 5,
"column": 17
},
"end": {
"line": 5,
"column": 18
}
}
},
{
"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": 184,
"end": 189,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 9
}
}
},
{
"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": 6,
"column": 9
},
"end": {
"line": 6,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 190,
"end": 191,
"loc": {
"start": {
"line": 6,
"column": 10
},
"end": {
"line": 6,
"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": 196,
"end": 200,
"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": 200,
"end": 201,
"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": "key",
"start": 201,
"end": 204,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 205,
"end": 206,
"loc": {
"start": {
"line": 7,
"column": 13
},
"end": {
"line": 7,
"column": 14
}
}
},
{
"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": 207,
"end": 211,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 19
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 216,
"end": 220,
"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": 220,
"end": 221,
"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": "value",
"start": 221,
"end": 226,
"loc": {
"start": {
"line": 8,
"column": 9
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 227,
"end": 228,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"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": 229,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 17
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 236,
"end": 237,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_copy",
"start": 240,
"end": 245,
"loc": {
"start": {
"line": 10,
"column": 2
},
"end": {
"line": 10,
"column": 7
}
}
},
{
"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": 10,
"column": 8
},
"end": {
"line": 10,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "undeleteChildren",
"start": 247,
"end": 263,
"loc": {
"start": {
"line": 10,
"column": 9
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 263,
"end": 264,
"loc": {
"start": {
"line": 10,
"column": 25
},
"end": {
"line": 10,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "copyPosition",
"start": 265,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 27
},
"end": {
"line": 10,
"column": 39
}
}
},
{
"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": 39
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 279,
"end": 280,
"loc": {
"start": {
"line": 10,
"column": 41
},
"end": {
"line": 10,
"column": 42
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 285,
"end": 288,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 289,
"end": 295,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 296,
"end": 297,
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"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": 298,
"end": 303,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 303,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 22
},
"end": {
"line": 11,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_copy",
"start": 304,
"end": 309,
"loc": {
"start": {
"line": 11,
"column": 23
},
"end": {
"line": 11,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 309,
"end": 310,
"loc": {
"start": {
"line": 11,
"column": 28
},
"end": {
"line": 11,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "undeleteChildren",
"start": 310,
"end": 326,
"loc": {
"start": {
"line": 11,
"column": 29
},
"end": {
"line": 11,
"column": 45
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 326,
"end": 327,
"loc": {
"start": {
"line": 11,
"column": 45
},
"end": {
"line": 11,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "copyPosition",
"start": 328,
"end": 340,
"loc": {
"start": {
"line": 11,
"column": 47
},
"end": {
"line": 11,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 340,
"end": 341,
"loc": {
"start": {
"line": 11,
"column": 59
},
"end": {
"line": 11,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 346,
"end": 352,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 352,
"end": 353,
"loc": {
"start": {
"line": 12,
"column": 10
},
"end": {
"line": 12,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 353,
"end": 356,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 357,
"end": 358,
"loc": {
"start": {
"line": 12,
"column": 15
},
"end": {
"line": 12,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 359,
"end": 363,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 363,
"end": 364,
"loc": {
"start": {
"line": 12,
"column": 21
},
"end": {
"line": 12,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 364,
"end": 367,
"loc": {
"start": {
"line": 12,
"column": 22
},
"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": "struct",
"start": 372,
"end": 378,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 378,
"end": 379,
"loc": {
"start": {
"line": 13,
"column": 10
},
"end": {
"line": 13,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 379,
"end": 384,
"loc": {
"start": {
"line": 13,
"column": 11
},
"end": {
"line": 13,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 385,
"end": 386,
"loc": {
"start": {
"line": 13,
"column": 17
},
"end": {
"line": 13,
"column": 18
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 387,
"end": 391,
"loc": {
"start": {
"line": 13,
"column": 19
},
"end": {
"line": 13,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 391,
"end": 392,
"loc": {
"start": {
"line": 13,
"column": 23
},
"end": {
"line": 13,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 392,
"end": 397,
"loc": {
"start": {
"line": 13,
"column": 24
},
"end": {
"line": 13,
"column": 29
}
}
},
{
"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": 402,
"end": 408,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 409,
"end": 415,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 418,
"end": 419,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 15,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "get",
"start": 422,
"end": 425,
"loc": {
"start": {
"line": 16,
"column": 2
},
"end": {
"line": 16,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_length",
"start": 426,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 6
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 434,
"end": 435,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 435,
"end": 436,
"loc": {
"start": {
"line": 16,
"column": 15
},
"end": {
"line": 16,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 437,
"end": 438,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 16,
"column": 18
}
}
},
{
"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": 443,
"end": 449,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 10
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 450,
"end": 451,
"loc": {
"start": {
"line": 17,
"column": 11
},
"end": {
"line": 17,
"column": 12
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 454,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 2
},
"end": {
"line": 18,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "get",
"start": 458,
"end": 461,
"loc": {
"start": {
"line": 19,
"column": 2
},
"end": {
"line": 19,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_countable",
"start": 462,
"end": 472,
"loc": {
"start": {
"line": 19,
"column": 6
},
"end": {
"line": 19,
"column": 16
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 473,
"end": 474,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 474,
"end": 475,
"loc": {
"start": {
"line": 19,
"column": 18
},
"end": {
"line": 19,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 476,
"end": 477,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 21
}
}
},
{
"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": 482,
"end": 488,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 10
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 489,
"end": 494,
"loc": {
"start": {
"line": 20,
"column": 11
},
"end": {
"line": 20,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 497,
"end": 498,
"loc": {
"start": {
"line": 21,
"column": 2
},
"end": {
"line": 21,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_fromBinary",
"start": 501,
"end": 512,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 513,
"end": 514,
"loc": {
"start": {
"line": 22,
"column": 14
},
"end": {
"line": 22,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 514,
"end": 515,
"loc": {
"start": {
"line": 22,
"column": 15
},
"end": {
"line": 22,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 515,
"end": 516,
"loc": {
"start": {
"line": 22,
"column": 16
},
"end": {
"line": 22,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 517,
"end": 524,
"loc": {
"start": {
"line": 22,
"column": 18
},
"end": {
"line": 22,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 524,
"end": 525,
"loc": {
"start": {
"line": 22,
"column": 25
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 526,
"end": 527,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 28
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 532,
"end": 537,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "missing",
"start": 538,
"end": 545,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 546,
"end": 547,
"loc": {
"start": {
"line": 23,
"column": 18
},
"end": {
"line": 23,
"column": 19
}
}
},
{
"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": 548,
"end": 553,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 553,
"end": 554,
"loc": {
"start": {
"line": 23,
"column": 25
},
"end": {
"line": 23,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_fromBinary",
"start": 554,
"end": 565,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 565,
"end": 566,
"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": "y",
"start": 566,
"end": 567,
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 567,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 39
},
"end": {
"line": 23,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 569,
"end": 576,
"loc": {
"start": {
"line": 23,
"column": 41
},
"end": {
"line": 23,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 576,
"end": 577,
"loc": {
"start": {
"line": 23,
"column": 48
},
"end": {
"line": 23,
"column": 49
}
}
},
{
"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": 582,
"end": 586,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 586,
"end": 587,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 587,
"end": 590,
"loc": {
"start": {
"line": 24,
"column": 9
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 591,
"end": 592,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 593,
"end": 600,
"loc": {
"start": {
"line": 24,
"column": 15
},
"end": {
"line": 24,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 600,
"end": 601,
"loc": {
"start": {
"line": 24,
"column": 22
},
"end": {
"line": 24,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "readVarString",
"start": 601,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 23
},
"end": {
"line": 24,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 614,
"end": 615,
"loc": {
"start": {
"line": 24,
"column": 36
},
"end": {
"line": 24,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 615,
"end": 616,
"loc": {
"start": {
"line": 24,
"column": 37
},
"end": {
"line": 24,
"column": 38
}
}
},
{
"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": 621,
"end": 625,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 625,
"end": 626,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 626,
"end": 631,
"loc": {
"start": {
"line": 25,
"column": 9
},
"end": {
"line": 25,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 632,
"end": 633,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "JSON",
"start": 634,
"end": 638,
"loc": {
"start": {
"line": 25,
"column": 17
},
"end": {
"line": 25,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 638,
"end": 639,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parse",
"start": 639,
"end": 644,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 644,
"end": 645,
"loc": {
"start": {
"line": 25,
"column": 27
},
"end": {
"line": 25,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 645,
"end": 652,
"loc": {
"start": {
"line": 25,
"column": 28
},
"end": {
"line": 25,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 652,
"end": 653,
"loc": {
"start": {
"line": 25,
"column": 35
},
"end": {
"line": 25,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "readVarString",
"start": 653,
"end": 666,
"loc": {
"start": {
"line": 25,
"column": 36
},
"end": {
"line": 25,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 666,
"end": 667,
"loc": {
"start": {
"line": 25,
"column": 49
},
"end": {
"line": 25,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 667,
"end": 668,
"loc": {
"start": {
"line": 25,
"column": 50
},
"end": {
"line": 25,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 668,
"end": 669,
"loc": {
"start": {
"line": 25,
"column": 51
},
"end": {
"line": 25,
"column": 52
}
}
},
{
"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": 674,
"end": 680,
"loc": {
"start": {
"line": 26,
"column": 4
},
"end": {
"line": 26,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "missing",
"start": 681,
"end": 688,
"loc": {
"start": {
"line": 26,
"column": 11
},
"end": {
"line": 26,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 691,
"end": 692,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_toBinary",
"start": 695,
"end": 704,
"loc": {
"start": {
"line": 28,
"column": 2
},
"end": {
"line": 28,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 705,
"end": 706,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 706,
"end": 713,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 713,
"end": 714,
"loc": {
"start": {
"line": 28,
"column": 20
},
"end": {
"line": 28,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 715,
"end": 716,
"loc": {
"start": {
"line": 28,
"column": 22
},
"end": {
"line": 28,
"column": 23
}
}
},
{
"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": 721,
"end": 726,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 9
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 726,
"end": 727,
"loc": {
"start": {
"line": 29,
"column": 9
},
"end": {
"line": 29,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_toBinary",
"start": 727,
"end": 736,
"loc": {
"start": {
"line": 29,
"column": 10
},
"end": {
"line": 29,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 736,
"end": 737,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 737,
"end": 744,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 744,
"end": 745,
"loc": {
"start": {
"line": 29,
"column": 27
},
"end": {
"line": 29,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 750,
"end": 757,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 757,
"end": 758,
"loc": {
"start": {
"line": 30,
"column": 11
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "writeVarString",
"start": 758,
"end": 772,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 772,
"end": 773,
"loc": {
"start": {
"line": 30,
"column": 26
},
"end": {
"line": 30,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 773,
"end": 777,
"loc": {
"start": {
"line": 30,
"column": 27
},
"end": {
"line": 30,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 777,
"end": 778,
"loc": {
"start": {
"line": 30,
"column": 31
},
"end": {
"line": 30,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 778,
"end": 781,
"loc": {
"start": {
"line": 30,
"column": 32
},
"end": {
"line": 30,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 781,
"end": 782,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 787,
"end": 794,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 794,
"end": 795,
"loc": {
"start": {
"line": 31,
"column": 11
},
"end": {
"line": 31,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "writeVarString",
"start": 795,
"end": 809,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 809,
"end": 810,
"loc": {
"start": {
"line": 31,
"column": 26
},
"end": {
"line": 31,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "JSON",
"start": 810,
"end": 814,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 814,
"end": 815,
"loc": {
"start": {
"line": 31,
"column": 31
},
"end": {
"line": 31,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stringify",
"start": 815,
"end": 824,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 824,
"end": 825,
"loc": {
"start": {
"line": 31,
"column": 41
},
"end": {
"line": 31,
"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": 825,
"end": 829,
"loc": {
"start": {
"line": 31,
"column": 42
},
"end": {
"line": 31,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 829,
"end": 830,
"loc": {
"start": {
"line": 31,
"column": 46
},
"end": {
"line": 31,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 830,
"end": 835,
"loc": {
"start": {
"line": 31,
"column": 47
},
"end": {
"line": 31,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 835,
"end": 836,
"loc": {
"start": {
"line": 31,
"column": 52
},
"end": {
"line": 31,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 836,
"end": 837,
"loc": {
"start": {
"line": 31,
"column": 53
},
"end": {
"line": 31,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 840,
"end": 841,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 32,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Transform this YXml Type to a readable format.\n * Useful for logging as all Items and Delete implement this method.\n *\n * @private\n ",
"start": 844,
"end": 995,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 38,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_logString",
"start": 998,
"end": 1008,
"loc": {
"start": {
"line": 39,
"column": 2
},
"end": {
"line": 39,
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1009,
"end": 1010,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1010,
"end": 1011,
"loc": {
"start": {
"line": 39,
"column": 14
},
"end": {
"line": 39,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1012,
"end": 1013,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
}
},
{
"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": 1018,
"end": 1024,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logItemHelper",
"start": 1025,
"end": 1038,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1038,
"end": 1039,
"loc": {
"start": {
"line": 40,
"column": 24
},
"end": {
"line": 40,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ItemFormat",
"start": 1039,
"end": 1051,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1051,
"end": 1052,
"loc": {
"start": {
"line": 40,
"column": 37
},
"end": {
"line": 40,
"column": 38
}
}
},
{
"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": 1053,
"end": 1057,
"loc": {
"start": {
"line": 40,
"column": 39
},
"end": {
"line": 40,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1057,
"end": 1058,
"loc": {
"start": {
"line": 40,
"column": 43
},
"end": {
"line": 40,
"column": 44
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1059,
"end": 1060,
"loc": {
"start": {
"line": 40,
"column": 45
},
"end": {
"line": 40,
"column": 46
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "key:",
"start": 1060,
"end": 1064,
"loc": {
"start": {
"line": 40,
"column": 46
},
"end": {
"line": 40,
"column": 50
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1064,
"end": 1066,
"loc": {
"start": {
"line": 40,
"column": 50
},
"end": {
"line": 40,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "JSON",
"start": 1066,
"end": 1070,
"loc": {
"start": {
"line": 40,
"column": 52
},
"end": {
"line": 40,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1070,
"end": 1071,
"loc": {
"start": {
"line": 40,
"column": 56
},
"end": {
"line": 40,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stringify",
"start": 1071,
"end": 1080,
"loc": {
"start": {
"line": 40,
"column": 57
},
"end": {
"line": 40,
"column": 66
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1080,
"end": 1081,
"loc": {
"start": {
"line": 40,
"column": 66
},
"end": {
"line": 40,
"column": 67
}
}
},
{
"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": 1081,
"end": 1085,
"loc": {
"start": {
"line": 40,
"column": 67
},
"end": {
"line": 40,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1085,
"end": 1086,
"loc": {
"start": {
"line": 40,
"column": 71
},
"end": {
"line": 40,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 1086,
"end": 1089,
"loc": {
"start": {
"line": 40,
"column": 72
},
"end": {
"line": 40,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1089,
"end": 1090,
"loc": {
"start": {
"line": 40,
"column": 75
},
"end": {
"line": 40,
"column": 76
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1090,
"end": 1091,
"loc": {
"start": {
"line": 40,
"column": 76
},
"end": {
"line": 40,
"column": 77
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ",value:",
"start": 1091,
"end": 1098,
"loc": {
"start": {
"line": 40,
"column": 77
},
"end": {
"line": 40,
"column": 84
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1098,
"end": 1100,
"loc": {
"start": {
"line": 40,
"column": 84
},
"end": {
"line": 40,
"column": 86
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "JSON",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 40,
"column": 86
},
"end": {
"line": 40,
"column": 90
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1104,
"end": 1105,
"loc": {
"start": {
"line": 40,
"column": 90
},
"end": {
"line": 40,
"column": 91
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stringify",
"start": 1105,
"end": 1114,
"loc": {
"start": {
"line": 40,
"column": 91
},
"end": {
"line": 40,
"column": 100
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1114,
"end": 1115,
"loc": {
"start": {
"line": 40,
"column": 100
},
"end": {
"line": 40,
"column": 101
}
}
},
{
"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": 1115,
"end": 1119,
"loc": {
"start": {
"line": 40,
"column": 101
},
"end": {
"line": 40,
"column": 105
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1119,
"end": 1120,
"loc": {
"start": {
"line": 40,
"column": 105
},
"end": {
"line": 40,
"column": 106
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 1120,
"end": 1125,
"loc": {
"start": {
"line": 40,
"column": 106
},
"end": {
"line": 40,
"column": 111
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1125,
"end": 1126,
"loc": {
"start": {
"line": 40,
"column": 111
},
"end": {
"line": 40,
"column": 112
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1126,
"end": 1127,
"loc": {
"start": {
"line": 40,
"column": 112
},
"end": {
"line": 40,
"column": 113
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1127,
"end": 1127,
"loc": {
"start": {
"line": 40,
"column": 113
},
"end": {
"line": 40,
"column": 113
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1127,
"end": 1128,
"loc": {
"start": {
"line": 40,
"column": 113
},
"end": {
"line": 40,
"column": 114
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1128,
"end": 1129,
"loc": {
"start": {
"line": 40,
"column": 114
},
"end": {
"line": 40,
"column": 115
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1132,
"end": 1133,
"loc": {
"start": {
"line": 41,
"column": 2
},
"end": {
"line": 41,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1134,
"end": 1135,
"loc": {
"start": {
"line": 42,
"column": 0
},
"end": {
"line": 42,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1136,
"end": 1136,
"loc": {
"start": {
"line": 43,
"column": 0
},
"end": {
"line": 43,
"column": 0
}
}
}
]
}