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

8896 lines
220 KiB
JSON

{
"type": "File",
"start": 0,
"end": 1204,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 48,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 1204,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 48,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 56
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 9,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 9,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 20
},
"identifierName": "splitHelper"
},
"name": "splitHelper"
},
"local": {
"type": "Identifier",
"start": 9,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 20
},
"identifierName": "splitHelper"
},
"name": "splitHelper"
}
},
{
"type": "ImportSpecifier",
"start": 22,
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 37
}
},
"imported": {
"type": "Identifier",
"start": 22,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "default"
},
"name": "default"
},
"local": {
"type": "Identifier",
"start": 33,
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 37
},
"identifierName": "Item"
},
"name": "Item"
}
}
],
"source": {
"type": "StringLiteral",
"start": 45,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 56
}
},
"extra": {
"rawValue": "./Item.js",
"raw": "'./Item.js'"
},
"value": "./Item.js"
}
},
{
"type": "ImportDeclaration",
"start": 57,
"end": 125,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 68
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 66,
"end": 79,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
}
},
"imported": {
"type": "Identifier",
"start": 66,
"end": 79,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
},
"local": {
"type": "Identifier",
"start": 66,
"end": 79,
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 22
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
}
}
],
"source": {
"type": "StringLiteral",
"start": 87,
"end": 125,
"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": 127,
"end": 1203,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 47,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 142,
"end": 1203,
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 47,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 148,
"end": 158,
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 31
},
"identifierName": "ItemString"
},
"name": "ItemString"
},
"superClass": {
"type": "Identifier",
"start": 167,
"end": 171,
"loc": {
"start": {
"line": 4,
"column": 40
},
"end": {
"line": 4,
"column": 44
},
"identifierName": "Item"
},
"name": "Item"
},
"body": {
"type": "ClassBody",
"start": 172,
"end": 1203,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 47,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 176,
"end": 233,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 8,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 176,
"end": 187,
"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": 191,
"end": 233,
"loc": {
"start": {
"line": 5,
"column": 17
},
"end": {
"line": 8,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 197,
"end": 204,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 197,
"end": 204,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 11
}
},
"callee": {
"type": "Super",
"start": 197,
"end": 202,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 9
}
}
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 209,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 24
}
},
"expression": {
"type": "AssignmentExpression",
"start": 209,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 24
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 209,
"end": 222,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 209,
"end": 213,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 214,
"end": 222,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 17
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 225,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 20
},
"end": {
"line": 7,
"column": 24
}
}
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 236,
"end": 335,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 236,
"end": 241,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 7
},
"identifierName": "_copy"
},
"name": "_copy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 245,
"end": 335,
"loc": {
"start": {
"line": 9,
"column": 11
},
"end": {
"line": 13,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 251,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 30
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 255,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 255,
"end": 261,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 14
},
"identifierName": "struct"
},
"name": "struct"
},
"init": {
"type": "CallExpression",
"start": 264,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 264,
"end": 275,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 28
}
},
"object": {
"type": "Super",
"start": 264,
"end": 269,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"start": 270,
"end": 275,
"loc": {
"start": {
"line": 10,
"column": 23
},
"end": {
"line": 10,
"column": 28
},
"identifierName": "_copy"
},
"name": "_copy"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 282,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 35
}
},
"expression": {
"type": "AssignmentExpression",
"start": 282,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 35
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 282,
"end": 297,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 19
}
},
"object": {
"type": "Identifier",
"start": 282,
"end": 288,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 10
},
"identifierName": "struct"
},
"name": "struct"
},
"property": {
"type": "Identifier",
"start": 289,
"end": 297,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 19
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 300,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 22
},
"end": {
"line": 11,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 300,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 22
},
"end": {
"line": 11,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"start": 305,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 35
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
}
}
},
{
"type": "ReturnStatement",
"start": 318,
"end": 331,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 17
}
},
"argument": {
"type": "Identifier",
"start": 325,
"end": 331,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 17
},
"identifierName": "struct"
},
"name": "struct"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 338,
"end": 390,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 16,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 342,
"end": 349,
"loc": {
"start": {
"line": 14,
"column": 6
},
"end": {
"line": 14,
"column": 13
},
"identifierName": "_length"
},
"name": "_length"
},
"kind": "get",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 353,
"end": 390,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 16,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 359,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 31
}
},
"argument": {
"type": "MemberExpression",
"start": 366,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 366,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 366,
"end": 370,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"start": 371,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 16
},
"end": {
"line": 15,
"column": 24
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 380,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 31
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 393,
"end": 534,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 21,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 393,
"end": 404,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 13
},
"identifierName": "_fromBinary"
},
"name": "_fromBinary"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 406,
"end": 407,
"loc": {
"start": {
"line": 17,
"column": 15
},
"end": {
"line": 17,
"column": 16
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "Identifier",
"start": 409,
"end": 416,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 25
},
"identifierName": "decoder"
},
"name": "decoder"
}
],
"body": {
"type": "BlockStatement",
"start": 418,
"end": 534,
"loc": {
"start": {
"line": 17,
"column": 27
},
"end": {
"line": 21,
"column": 3
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 424,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 428,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 428,
"end": 435,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 15
},
"identifierName": "missing"
},
"name": "missing"
},
"init": {
"type": "CallExpression",
"start": 438,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 438,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 35
}
},
"object": {
"type": "Super",
"start": 438,
"end": 443,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"start": 444,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 24
},
"end": {
"line": 18,
"column": 35
},
"identifierName": "_fromBinary"
},
"name": "_fromBinary"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 456,
"end": 457,
"loc": {
"start": {
"line": 18,
"column": 36
},
"end": {
"line": 18,
"column": 37
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "Identifier",
"start": 459,
"end": 466,
"loc": {
"start": {
"line": 18,
"column": 39
},
"end": {
"line": 18,
"column": 46
},
"identifierName": "decoder"
},
"name": "decoder"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 472,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 43
}
},
"expression": {
"type": "AssignmentExpression",
"start": 472,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 43
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 472,
"end": 485,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 472,
"end": 476,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 477,
"end": 485,
"loc": {
"start": {
"line": 19,
"column": 9
},
"end": {
"line": 19,
"column": 17
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 488,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 488,
"end": 509,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 488,
"end": 495,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "decoder"
},
"name": "decoder"
},
"property": {
"type": "Identifier",
"start": 496,
"end": 509,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 41
},
"identifierName": "readVarString"
},
"name": "readVarString"
},
"computed": false
},
"arguments": []
}
}
},
{
"type": "ReturnStatement",
"start": 516,
"end": 530,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 18
}
},
"argument": {
"type": "Identifier",
"start": 523,
"end": 530,
"loc": {
"start": {
"line": 20,
"column": 11
},
"end": {
"line": 20,
"column": 18
},
"identifierName": "missing"
},
"name": "missing"
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 537,
"end": 633,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 25,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 537,
"end": 546,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 22,
"column": 11
},
"identifierName": "_toBinary"
},
"name": "_toBinary"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 548,
"end": 555,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 20
},
"identifierName": "encoder"
},
"name": "encoder"
}
],
"body": {
"type": "BlockStatement",
"start": 557,
"end": 633,
"loc": {
"start": {
"line": 22,
"column": 22
},
"end": {
"line": 25,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 563,
"end": 587,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 563,
"end": 587,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 28
}
},
"callee": {
"type": "MemberExpression",
"start": 563,
"end": 578,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 19
}
},
"object": {
"type": "Super",
"start": 563,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 9
}
}
},
"property": {
"type": "Identifier",
"start": 569,
"end": 578,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 19
},
"identifierName": "_toBinary"
},
"name": "_toBinary"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 579,
"end": 586,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 27
},
"identifierName": "encoder"
},
"name": "encoder"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 592,
"end": 629,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 592,
"end": 629,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 592,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 26
}
},
"object": {
"type": "Identifier",
"start": 592,
"end": 599,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 11
},
"identifierName": "encoder"
},
"name": "encoder"
},
"property": {
"type": "Identifier",
"start": 600,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 26
},
"identifierName": "writeVarString"
},
"name": "writeVarString"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 615,
"end": 628,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 615,
"end": 619,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 620,
"end": 628,
"loc": {
"start": {
"line": 24,
"column": 32
},
"end": {
"line": 24,
"column": 40
},
"identifierName": "_content"
},
"name": "_content"
},
"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": 636,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 31,
"column": 5
}
}
}
]
},
{
"type": "ClassMethod",
"start": 790,
"end": 884,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 34,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 790,
"end": 800,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 32,
"column": 12
},
"identifierName": "_logString"
},
"name": "_logString",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 804,
"end": 884,
"loc": {
"start": {
"line": 32,
"column": 16
},
"end": {
"line": 34,
"column": 3
}
},
"body": [
{
"type": "ReturnStatement",
"start": 810,
"end": 880,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 74
}
},
"argument": {
"type": "CallExpression",
"start": 817,
"end": 880,
"loc": {
"start": {
"line": 33,
"column": 11
},
"end": {
"line": 33,
"column": 74
}
},
"callee": {
"type": "Identifier",
"start": 817,
"end": 830,
"loc": {
"start": {
"line": 33,
"column": 11
},
"end": {
"line": 33,
"column": 24
},
"identifierName": "logItemHelper"
},
"name": "logItemHelper"
},
"arguments": [
{
"type": "StringLiteral",
"start": 831,
"end": 843,
"loc": {
"start": {
"line": 33,
"column": 25
},
"end": {
"line": 33,
"column": 37
}
},
"extra": {
"rawValue": "ItemString",
"raw": "'ItemString'"
},
"value": "ItemString"
},
{
"type": "ThisExpression",
"start": 845,
"end": 849,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 33,
"column": 43
}
}
},
{
"type": "TemplateLiteral",
"start": 851,
"end": 879,
"loc": {
"start": {
"line": 33,
"column": 45
},
"end": {
"line": 33,
"column": 73
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 863,
"end": 876,
"loc": {
"start": {
"line": 33,
"column": 57
},
"end": {
"line": 33,
"column": 70
}
},
"object": {
"type": "ThisExpression",
"start": 863,
"end": 867,
"loc": {
"start": {
"line": 33,
"column": 57
},
"end": {
"line": 33,
"column": 61
}
}
},
"property": {
"type": "Identifier",
"start": 868,
"end": 876,
"loc": {
"start": {
"line": 33,
"column": 62
},
"end": {
"line": 33,
"column": 70
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 852,
"end": 861,
"loc": {
"start": {
"line": 33,
"column": 46
},
"end": {
"line": 33,
"column": 55
}
},
"value": {
"raw": "content:\"",
"cooked": "content:\""
},
"tail": false
},
{
"type": "TemplateElement",
"start": 877,
"end": 878,
"loc": {
"start": {
"line": 33,
"column": 71
},
"end": {
"line": 33,
"column": 72
}
},
"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": 636,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 31,
"column": 5
}
}
}
]
},
{
"type": "ClassMethod",
"start": 887,
"end": 1201,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 46,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 887,
"end": 895,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 10
},
"identifierName": "_splitAt"
},
"name": "_splitAt"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 897,
"end": 898,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "Identifier",
"start": 900,
"end": 904,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 19
},
"identifierName": "diff"
},
"name": "diff"
}
],
"body": {
"type": "BlockStatement",
"start": 906,
"end": 1201,
"loc": {
"start": {
"line": 35,
"column": 21
},
"end": {
"line": 46,
"column": 3
}
},
"body": [
{
"type": "IfStatement",
"start": 912,
"end": 1017,
"loc": {
"start": {
"line": 36,
"column": 4
},
"end": {
"line": 40,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 916,
"end": 926,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 18
}
},
"left": {
"type": "Identifier",
"start": 916,
"end": 920,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
},
"identifierName": "diff"
},
"name": "diff"
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 18
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 928,
"end": 953,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 38,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 936,
"end": 947,
"loc": {
"start": {
"line": 37,
"column": 6
},
"end": {
"line": 37,
"column": 17
}
},
"argument": {
"type": "ThisExpression",
"start": 943,
"end": 947,
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 17
}
}
}
}
],
"directives": []
},
"alternate": {
"type": "IfStatement",
"start": 959,
"end": 1017,
"loc": {
"start": {
"line": 38,
"column": 11
},
"end": {
"line": 40,
"column": 5
}
},
"test": {
"type": "BinaryExpression",
"start": 963,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 15
},
"end": {
"line": 38,
"column": 35
}
},
"left": {
"type": "Identifier",
"start": 963,
"end": 967,
"loc": {
"start": {
"line": 38,
"column": 15
},
"end": {
"line": 38,
"column": 19
},
"identifierName": "diff"
},
"name": "diff"
},
"operator": ">=",
"right": {
"type": "MemberExpression",
"start": 971,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 971,
"end": 975,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"start": 976,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 35
},
"identifierName": "_length"
},
"name": "_length"
},
"computed": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 985,
"end": 1017,
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 40,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 993,
"end": 1011,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 24
}
},
"argument": {
"type": "MemberExpression",
"start": 1000,
"end": 1011,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 1000,
"end": 1004,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 1005,
"end": 1011,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 24
},
"identifierName": "_right"
},
"name": "_right"
},
"computed": false
}
}
],
"directives": []
},
"alternate": null
}
},
{
"type": "VariableDeclaration",
"start": 1022,
"end": 1049,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 31
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1026,
"end": 1049,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 31
}
},
"id": {
"type": "Identifier",
"start": 1026,
"end": 1030,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
},
"identifierName": "item"
},
"name": "item"
},
"init": {
"type": "NewExpression",
"start": 1033,
"end": 1049,
"loc": {
"start": {
"line": 41,
"column": 15
},
"end": {
"line": 41,
"column": 31
}
},
"callee": {
"type": "Identifier",
"start": 1037,
"end": 1047,
"loc": {
"start": {
"line": 41,
"column": 19
},
"end": {
"line": 41,
"column": 29
},
"identifierName": "ItemString"
},
"name": "ItemString"
},
"arguments": []
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 1054,
"end": 1095,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1054,
"end": 1095,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 45
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1054,
"end": 1067,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1054,
"end": 1058,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 8
},
"identifierName": "item"
},
"name": "item"
},
"property": {
"type": "Identifier",
"start": 1059,
"end": 1067,
"loc": {
"start": {
"line": 42,
"column": 9
},
"end": {
"line": 42,
"column": 17
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1070,
"end": 1095,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 1070,
"end": 1089,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1070,
"end": 1083,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 1070,
"end": 1074,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 1075,
"end": 1083,
"loc": {
"start": {
"line": 42,
"column": 25
},
"end": {
"line": 42,
"column": 33
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1084,
"end": 1089,
"loc": {
"start": {
"line": 42,
"column": 34
},
"end": {
"line": 42,
"column": 39
},
"identifierName": "slice"
},
"name": "slice"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1090,
"end": 1094,
"loc": {
"start": {
"line": 42,
"column": 40
},
"end": {
"line": 42,
"column": 44
},
"identifierName": "diff"
},
"name": "diff"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1100,
"end": 1144,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 48
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1100,
"end": 1144,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 48
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1100,
"end": 1113,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 17
}
},
"object": {
"type": "ThisExpression",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 1105,
"end": 1113,
"loc": {
"start": {
"line": 43,
"column": 9
},
"end": {
"line": 43,
"column": 17
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1116,
"end": 1144,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 1116,
"end": 1135,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1116,
"end": 1129,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 1116,
"end": 1120,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"start": 1121,
"end": 1129,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 33
},
"identifierName": "_content"
},
"name": "_content"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1130,
"end": 1135,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 39
},
"identifierName": "slice"
},
"name": "slice"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 43,
"column": 40
},
"end": {
"line": 43,
"column": 41
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
{
"type": "Identifier",
"start": 1139,
"end": 1143,
"loc": {
"start": {
"line": 43,
"column": 43
},
"end": {
"line": 43,
"column": 47
},
"identifierName": "diff"
},
"name": "diff"
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1149,
"end": 1181,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 1149,
"end": 1181,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 36
}
},
"callee": {
"type": "Identifier",
"start": 1149,
"end": 1160,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 15
},
"identifierName": "splitHelper"
},
"name": "splitHelper"
},
"arguments": [
{
"type": "Identifier",
"start": 1161,
"end": 1162,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 17
},
"identifierName": "y"
},
"name": "y"
},
{
"type": "ThisExpression",
"start": 1164,
"end": 1168,
"loc": {
"start": {
"line": 44,
"column": 19
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": "Identifier",
"start": 1170,
"end": 1174,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 29
},
"identifierName": "item"
},
"name": "item"
},
{
"type": "Identifier",
"start": 1176,
"end": 1180,
"loc": {
"start": {
"line": 44,
"column": 31
},
"end": {
"line": 44,
"column": 35
},
"identifierName": "diff"
},
"name": "diff"
}
]
}
},
{
"type": "ReturnStatement",
"start": 1186,
"end": 1197,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 15
}
},
"argument": {
"type": "Identifier",
"start": 1193,
"end": 1197,
"loc": {
"start": {
"line": 45,
"column": 11
},
"end": {
"line": 45,
"column": 15
},
"identifierName": "item"
},
"name": "item"
}
}
],
"directives": []
}
}
]
},
"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": 636,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 31,
"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": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "splitHelper",
"start": 9,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 20,
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 21
}
}
},
{
"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": 22,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "as",
"start": 30,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Item",
"start": 33,
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 38,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 38
},
"end": {
"line": 1,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 40,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 44
}
}
},
{
"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": 45,
"end": 56,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 56
}
}
},
{
"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": 57,
"end": 63,
"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": 64,
"end": 65,
"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": 66,
"end": 79,
"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": 80,
"end": 81,
"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": 82,
"end": 86,
"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": 87,
"end": 125,
"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": 127,
"end": 133,
"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": 134,
"end": 141,
"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": 142,
"end": 147,
"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": "ItemString",
"start": 148,
"end": 158,
"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": 159,
"end": 166,
"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": 167,
"end": 171,
"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": 172,
"end": 173,
"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": 176,
"end": 187,
"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": 188,
"end": 189,
"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": 189,
"end": 190,
"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": 191,
"end": 192,
"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": 197,
"end": 202,
"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": 202,
"end": 203,
"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": 203,
"end": 204,
"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": 209,
"end": 213,
"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": 213,
"end": 214,
"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": "_content",
"start": 214,
"end": 222,
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 223,
"end": 224,
"loc": {
"start": {
"line": 7,
"column": 18
},
"end": {
"line": 7,
"column": 19
}
}
},
{
"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": 225,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 20
},
"end": {
"line": 7,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 232,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_copy",
"start": 236,
"end": 241,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 7
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 242,
"end": 243,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 243,
"end": 244,
"loc": {
"start": {
"line": 9,
"column": 9
},
"end": {
"line": 9,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 245,
"end": 246,
"loc": {
"start": {
"line": 9,
"column": 11
},
"end": {
"line": 9,
"column": 12
}
}
},
{
"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": 251,
"end": 254,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 255,
"end": 261,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 262,
"end": 263,
"loc": {
"start": {
"line": 10,
"column": 15
},
"end": {
"line": 10,
"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": 264,
"end": 269,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 269,
"end": 270,
"loc": {
"start": {
"line": 10,
"column": 22
},
"end": {
"line": 10,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_copy",
"start": 270,
"end": 275,
"loc": {
"start": {
"line": 10,
"column": 23
},
"end": {
"line": 10,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 275,
"end": 276,
"loc": {
"start": {
"line": 10,
"column": 28
},
"end": {
"line": 10,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 276,
"end": 277,
"loc": {
"start": {
"line": 10,
"column": 29
},
"end": {
"line": 10,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 282,
"end": 288,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 288,
"end": 289,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 11,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 289,
"end": 297,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 19
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 298,
"end": 299,
"loc": {
"start": {
"line": 11,
"column": 20
},
"end": {
"line": 11,
"column": 21
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 300,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 22
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 304,
"end": 305,
"loc": {
"start": {
"line": 11,
"column": 26
},
"end": {
"line": 11,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 305,
"end": 313,
"loc": {
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 11,
"column": 35
}
}
},
{
"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": 318,
"end": 324,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "struct",
"start": 325,
"end": 331,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 334,
"end": 335,
"loc": {
"start": {
"line": 13,
"column": 2
},
"end": {
"line": 13,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "get",
"start": 338,
"end": 341,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 14,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_length",
"start": 342,
"end": 349,
"loc": {
"start": {
"line": 14,
"column": 6
},
"end": {
"line": 14,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 350,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 14
},
"end": {
"line": 14,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 351,
"end": 352,
"loc": {
"start": {
"line": 14,
"column": 15
},
"end": {
"line": 14,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 353,
"end": 354,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"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": 359,
"end": 365,
"loc": {
"start": {
"line": 15,
"column": 4
},
"end": {
"line": 15,
"column": 10
}
}
},
{
"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": 366,
"end": 370,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 370,
"end": 371,
"loc": {
"start": {
"line": 15,
"column": 15
},
"end": {
"line": 15,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 371,
"end": 379,
"loc": {
"start": {
"line": 15,
"column": 16
},
"end": {
"line": 15,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 379,
"end": 380,
"loc": {
"start": {
"line": 15,
"column": 24
},
"end": {
"line": 15,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 380,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 389,
"end": 390,
"loc": {
"start": {
"line": 16,
"column": 2
},
"end": {
"line": 16,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_fromBinary",
"start": 393,
"end": 404,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 405,
"end": 406,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 406,
"end": 407,
"loc": {
"start": {
"line": 17,
"column": 15
},
"end": {
"line": 17,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 407,
"end": 408,
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 409,
"end": 416,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 416,
"end": 417,
"loc": {
"start": {
"line": 17,
"column": 25
},
"end": {
"line": 17,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 418,
"end": 419,
"loc": {
"start": {
"line": 17,
"column": 27
},
"end": {
"line": 17,
"column": 28
}
}
},
{
"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": 424,
"end": 427,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "missing",
"start": 428,
"end": 435,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 436,
"end": 437,
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 17
}
}
},
{
"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": 438,
"end": 443,
"loc": {
"start": {
"line": 18,
"column": 18
},
"end": {
"line": 18,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 443,
"end": 444,
"loc": {
"start": {
"line": 18,
"column": 23
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_fromBinary",
"start": 444,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 24
},
"end": {
"line": 18,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 455,
"end": 456,
"loc": {
"start": {
"line": 18,
"column": 35
},
"end": {
"line": 18,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 456,
"end": 457,
"loc": {
"start": {
"line": 18,
"column": 36
},
"end": {
"line": 18,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 457,
"end": 458,
"loc": {
"start": {
"line": 18,
"column": 37
},
"end": {
"line": 18,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 459,
"end": 466,
"loc": {
"start": {
"line": 18,
"column": 39
},
"end": {
"line": 18,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 466,
"end": 467,
"loc": {
"start": {
"line": 18,
"column": 46
},
"end": {
"line": 18,
"column": 47
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 472,
"end": 476,
"loc": {
"start": {
"line": 19,
"column": 4
},
"end": {
"line": 19,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 476,
"end": 477,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 477,
"end": 485,
"loc": {
"start": {
"line": 19,
"column": 9
},
"end": {
"line": 19,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 486,
"end": 487,
"loc": {
"start": {
"line": 19,
"column": 18
},
"end": {
"line": 19,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "decoder",
"start": 488,
"end": 495,
"loc": {
"start": {
"line": 19,
"column": 20
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 495,
"end": 496,
"loc": {
"start": {
"line": 19,
"column": 27
},
"end": {
"line": 19,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "readVarString",
"start": 496,
"end": 509,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 509,
"end": 510,
"loc": {
"start": {
"line": 19,
"column": 41
},
"end": {
"line": 19,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 510,
"end": 511,
"loc": {
"start": {
"line": 19,
"column": 42
},
"end": {
"line": 19,
"column": 43
}
}
},
{
"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": 516,
"end": 522,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "missing",
"start": 523,
"end": 530,
"loc": {
"start": {
"line": 20,
"column": 11
},
"end": {
"line": 20,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 533,
"end": 534,
"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": "_toBinary",
"start": 537,
"end": 546,
"loc": {
"start": {
"line": 22,
"column": 2
},
"end": {
"line": 22,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 547,
"end": 548,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 548,
"end": 555,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 557,
"end": 558,
"loc": {
"start": {
"line": 22,
"column": 22
},
"end": {
"line": 22,
"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": 563,
"end": 568,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 9
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 568,
"end": 569,
"loc": {
"start": {
"line": 23,
"column": 9
},
"end": {
"line": 23,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_toBinary",
"start": 569,
"end": 578,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 578,
"end": 579,
"loc": {
"start": {
"line": 23,
"column": 19
},
"end": {
"line": 23,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 579,
"end": 586,
"loc": {
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 23,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 586,
"end": 587,
"loc": {
"start": {
"line": 23,
"column": 27
},
"end": {
"line": 23,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "encoder",
"start": 592,
"end": 599,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 599,
"end": 600,
"loc": {
"start": {
"line": 24,
"column": 11
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "writeVarString",
"start": 600,
"end": 614,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 26
}
}
},
{
"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": 26
},
"end": {
"line": 24,
"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": 615,
"end": 619,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 619,
"end": 620,
"loc": {
"start": {
"line": 24,
"column": 31
},
"end": {
"line": 24,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 620,
"end": 628,
"loc": {
"start": {
"line": 24,
"column": 32
},
"end": {
"line": 24,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 628,
"end": 629,
"loc": {
"start": {
"line": 24,
"column": 40
},
"end": {
"line": 24,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 632,
"end": 633,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"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": 636,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 31,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_logString",
"start": 790,
"end": 800,
"loc": {
"start": {
"line": 32,
"column": 2
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 801,
"end": 802,
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 802,
"end": 803,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 804,
"end": 805,
"loc": {
"start": {
"line": 32,
"column": 16
},
"end": {
"line": 32,
"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": 810,
"end": 816,
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 33,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logItemHelper",
"start": 817,
"end": 830,
"loc": {
"start": {
"line": 33,
"column": 11
},
"end": {
"line": 33,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 830,
"end": 831,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ItemString",
"start": 831,
"end": 843,
"loc": {
"start": {
"line": 33,
"column": 25
},
"end": {
"line": 33,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 843,
"end": 844,
"loc": {
"start": {
"line": 33,
"column": 37
},
"end": {
"line": 33,
"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": 845,
"end": 849,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 33,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 849,
"end": 850,
"loc": {
"start": {
"line": 33,
"column": 43
},
"end": {
"line": 33,
"column": 44
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 851,
"end": 852,
"loc": {
"start": {
"line": 33,
"column": 45
},
"end": {
"line": 33,
"column": 46
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "content:\"",
"start": 852,
"end": 861,
"loc": {
"start": {
"line": 33,
"column": 46
},
"end": {
"line": 33,
"column": 55
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 861,
"end": 863,
"loc": {
"start": {
"line": 33,
"column": 55
},
"end": {
"line": 33,
"column": 57
}
}
},
{
"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": 863,
"end": 867,
"loc": {
"start": {
"line": 33,
"column": 57
},
"end": {
"line": 33,
"column": 61
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 867,
"end": 868,
"loc": {
"start": {
"line": 33,
"column": 61
},
"end": {
"line": 33,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 868,
"end": 876,
"loc": {
"start": {
"line": 33,
"column": 62
},
"end": {
"line": 33,
"column": 70
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 876,
"end": 877,
"loc": {
"start": {
"line": 33,
"column": 70
},
"end": {
"line": 33,
"column": 71
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "\"",
"start": 877,
"end": 878,
"loc": {
"start": {
"line": 33,
"column": 71
},
"end": {
"line": 33,
"column": 72
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 878,
"end": 879,
"loc": {
"start": {
"line": 33,
"column": 72
},
"end": {
"line": 33,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 879,
"end": 880,
"loc": {
"start": {
"line": 33,
"column": 73
},
"end": {
"line": 33,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 883,
"end": 884,
"loc": {
"start": {
"line": 34,
"column": 2
},
"end": {
"line": 34,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_splitAt",
"start": 887,
"end": 895,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 896,
"end": 897,
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 897,
"end": 898,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 898,
"end": 899,
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 900,
"end": 904,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 904,
"end": 905,
"loc": {
"start": {
"line": 35,
"column": 19
},
"end": {
"line": 35,
"column": 20
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 906,
"end": 907,
"loc": {
"start": {
"line": 35,
"column": 21
},
"end": {
"line": 35,
"column": 22
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 912,
"end": 914,
"loc": {
"start": {
"line": 36,
"column": 4
},
"end": {
"line": 36,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 915,
"end": 916,
"loc": {
"start": {
"line": 36,
"column": 7
},
"end": {
"line": 36,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 916,
"end": 920,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 921,
"end": 924,
"loc": {
"start": {
"line": 36,
"column": 13
},
"end": {
"line": 36,
"column": 16
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 18
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 926,
"end": 927,
"loc": {
"start": {
"line": 36,
"column": 18
},
"end": {
"line": 36,
"column": 19
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 928,
"end": 929,
"loc": {
"start": {
"line": 36,
"column": 20
},
"end": {
"line": 36,
"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": 936,
"end": 942,
"loc": {
"start": {
"line": 37,
"column": 6
},
"end": {
"line": 37,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 943,
"end": 947,
"loc": {
"start": {
"line": 37,
"column": 13
},
"end": {
"line": 37,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 952,
"end": 953,
"loc": {
"start": {
"line": 38,
"column": 4
},
"end": {
"line": 38,
"column": 5
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 954,
"end": 958,
"loc": {
"start": {
"line": 38,
"column": 6
},
"end": {
"line": 38,
"column": 10
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 959,
"end": 961,
"loc": {
"start": {
"line": 38,
"column": 11
},
"end": {
"line": 38,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 962,
"end": 963,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 963,
"end": 967,
"loc": {
"start": {
"line": 38,
"column": 15
},
"end": {
"line": 38,
"column": 19
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">=",
"start": 968,
"end": 970,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 22
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 971,
"end": 975,
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 975,
"end": 976,
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_length",
"start": 976,
"end": 983,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 983,
"end": 984,
"loc": {
"start": {
"line": 38,
"column": 35
},
"end": {
"line": 38,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 985,
"end": 986,
"loc": {
"start": {
"line": 38,
"column": 37
},
"end": {
"line": 38,
"column": 38
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 993,
"end": 999,
"loc": {
"start": {
"line": 39,
"column": 6
},
"end": {
"line": 39,
"column": 12
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1000,
"end": 1004,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 39,
"column": 17
},
"end": {
"line": 39,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_right",
"start": 1005,
"end": 1011,
"loc": {
"start": {
"line": 39,
"column": 18
},
"end": {
"line": 39,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1016,
"end": 1017,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 5
}
}
},
{
"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": 1022,
"end": 1025,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "item",
"start": 1026,
"end": 1030,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 41,
"column": 13
},
"end": {
"line": 41,
"column": 14
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1033,
"end": 1036,
"loc": {
"start": {
"line": 41,
"column": 15
},
"end": {
"line": 41,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ItemString",
"start": 1037,
"end": 1047,
"loc": {
"start": {
"line": 41,
"column": 19
},
"end": {
"line": 41,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1047,
"end": 1048,
"loc": {
"start": {
"line": 41,
"column": 29
},
"end": {
"line": 41,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1048,
"end": 1049,
"loc": {
"start": {
"line": 41,
"column": 30
},
"end": {
"line": 41,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "item",
"start": 1054,
"end": 1058,
"loc": {
"start": {
"line": 42,
"column": 4
},
"end": {
"line": 42,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1058,
"end": 1059,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 1059,
"end": 1067,
"loc": {
"start": {
"line": 42,
"column": 9
},
"end": {
"line": 42,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 42,
"column": 18
},
"end": {
"line": 42,
"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": 1070,
"end": 1074,
"loc": {
"start": {
"line": 42,
"column": 20
},
"end": {
"line": 42,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1074,
"end": 1075,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 1075,
"end": 1083,
"loc": {
"start": {
"line": 42,
"column": 25
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1083,
"end": 1084,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "slice",
"start": 1084,
"end": 1089,
"loc": {
"start": {
"line": 42,
"column": 34
},
"end": {
"line": 42,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1089,
"end": 1090,
"loc": {
"start": {
"line": 42,
"column": 39
},
"end": {
"line": 42,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 1090,
"end": 1094,
"loc": {
"start": {
"line": 42,
"column": 40
},
"end": {
"line": 42,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1094,
"end": 1095,
"loc": {
"start": {
"line": 42,
"column": 44
},
"end": {
"line": 42,
"column": 45
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 8
}
}
},
{
"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": 43,
"column": 8
},
"end": {
"line": 43,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 1105,
"end": 1113,
"loc": {
"start": {
"line": 43,
"column": 9
},
"end": {
"line": 43,
"column": 17
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1114,
"end": 1115,
"loc": {
"start": {
"line": 43,
"column": 18
},
"end": {
"line": 43,
"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": 1116,
"end": 1120,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1120,
"end": 1121,
"loc": {
"start": {
"line": 43,
"column": 24
},
"end": {
"line": 43,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_content",
"start": 1121,
"end": 1129,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1129,
"end": 1130,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "slice",
"start": 1130,
"end": 1135,
"loc": {
"start": {
"line": 43,
"column": 34
},
"end": {
"line": 43,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1135,
"end": 1136,
"loc": {
"start": {
"line": 43,
"column": 39
},
"end": {
"line": 43,
"column": 40
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 43,
"column": 40
},
"end": {
"line": 43,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 43,
"column": 41
},
"end": {
"line": 43,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 1139,
"end": 1143,
"loc": {
"start": {
"line": 43,
"column": 43
},
"end": {
"line": 43,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1143,
"end": 1144,
"loc": {
"start": {
"line": 43,
"column": 47
},
"end": {
"line": 43,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "splitHelper",
"start": 1149,
"end": 1160,
"loc": {
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 44,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1160,
"end": 1161,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "y",
"start": 1161,
"end": 1162,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1162,
"end": 1163,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"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": 1164,
"end": 1168,
"loc": {
"start": {
"line": 44,
"column": 19
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1168,
"end": 1169,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "item",
"start": 1170,
"end": 1174,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 29
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1174,
"end": 1175,
"loc": {
"start": {
"line": 44,
"column": 29
},
"end": {
"line": 44,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "diff",
"start": 1176,
"end": 1180,
"loc": {
"start": {
"line": 44,
"column": 31
},
"end": {
"line": 44,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1180,
"end": 1181,
"loc": {
"start": {
"line": 44,
"column": 35
},
"end": {
"line": 44,
"column": 36
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1186,
"end": 1192,
"loc": {
"start": {
"line": 45,
"column": 4
},
"end": {
"line": 45,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "item",
"start": 1193,
"end": 1197,
"loc": {
"start": {
"line": 45,
"column": 11
},
"end": {
"line": 45,
"column": 15
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1200,
"end": 1201,
"loc": {
"start": {
"line": 46,
"column": 2
},
"end": {
"line": 46,
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1202,
"end": 1203,
"loc": {
"start": {
"line": 47,
"column": 0
},
"end": {
"line": 47,
"column": 1
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1204,
"end": 1204,
"loc": {
"start": {
"line": 48,
"column": 0
},
"end": {
"line": 48,
"column": 0
}
}
}
]
}