{ "type": "File", "start": 0, "end": 4463, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 164, "column": 0 } }, "program": { "type": "Program", "start": 0, "end": 4463, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 164, "column": 0 } }, "sourceType": "module", "body": [ { "type": "VariableDeclaration", "start": 0, "end": 170, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 153 } }, "declarations": [ { "type": "VariableDeclarator", "start": 6, "end": 169, "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 2, "column": 152 } }, "id": { "type": "Identifier", "start": 6, "end": 13, "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 13 }, "identifierName": "charmap" }, "name": "charmap" }, "init": { "type": "StringLiteral", "start": 21, "end": 169, "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 152 } }, "extra": { "rawValue": "!#%&'()*+,-./:;<=>?@[]^_`{|}~¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿABCDEFGHIJKLMNOPQRSTUVWXYZ", "raw": "\"!#%&'()*+,-./:;<=>?@[]^_`{|}~¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿABCDEFGHIJKLMNOPQRSTUVWXYZ\"" }, "value": "!#%&'()*+,-./:;<=>?@[]^_`{|}~¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿABCDEFGHIJKLMNOPQRSTUVWXYZ" } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 174, "end": 200, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", "start": 178, "end": 199, "loc": { "start": { "line": 4, "column": 4 }, "end": { "line": 4, "column": 25 } }, "id": { "type": "Identifier", "start": 178, "end": 194, "loc": { "start": { "line": 4, "column": 4 }, "end": { "line": 4, "column": 20 }, "identifierName": "compressionCache" }, "name": "compressionCache" }, "init": { "type": "ObjectExpression", "start": 197, "end": 199, "loc": { "start": { "line": 4, "column": 23 }, "end": { "line": 4, "column": 25 } }, "properties": [] } } ], "kind": "let" }, { "type": "VariableDeclaration", "start": 202, "end": 230, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", "start": 206, "end": 229, "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 5, "column": 27 } }, "id": { "type": "Identifier", "start": 206, "end": 224, "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 5, "column": 22 }, "identifierName": "decompressionCache" }, "name": "decompressionCache" }, "init": { "type": "ObjectExpression", "start": 227, "end": 229, "loc": { "start": { "line": 5, "column": 25 }, "end": { "line": 5, "column": 27 } }, "properties": [] } } ], "kind": "let", "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * Compresses an integer into a tight string representation\r\n * @param {number} i\r\n * @returns {string}\r\n ", "start": 234, "end": 347, "loc": { "start": { "line": 7, "column": 0 }, "end": { "line": 11, "column": 3 } } } ] }, { "type": "FunctionDeclaration", "start": 349, "end": 685, "loc": { "start": { "line": 12, "column": 0 }, "end": { "line": 25, "column": 1 } }, "id": { "type": "Identifier", "start": 358, "end": 369, "loc": { "start": { "line": 12, "column": 9 }, "end": { "line": 12, "column": 20 }, "identifierName": "compressInt" }, "name": "compressInt", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 370, "end": 371, "loc": { "start": { "line": 12, "column": 21 }, "end": { "line": 12, "column": 22 }, "identifierName": "i" }, "name": "i" } ], "body": { "type": "BlockStatement", "start": 373, "end": 685, "loc": { "start": { "line": 12, "column": 24 }, "end": { "line": 25, "column": 1 } }, "body": [ { "type": "ExpressionStatement", "start": 406, "end": 413, "loc": { "start": { "line": 14, "column": 4 }, "end": { "line": 14, "column": 11 } }, "expression": { "type": "AssignmentExpression", "start": 406, "end": 412, "loc": { "start": { "line": 14, "column": 4 }, "end": { "line": 14, "column": 10 } }, "operator": "+=", "left": { "type": "Identifier", "start": 406, "end": 407, "loc": { "start": { "line": 14, "column": 4 }, "end": { "line": 14, "column": 5 }, "identifierName": "i" }, "name": "i", "leadingComments": null }, "right": { "type": "NumericLiteral", "start": 411, "end": 412, "loc": { "start": { "line": 14, "column": 9 }, "end": { "line": 14, "column": 10 } }, "extra": { "rawValue": 1, "raw": "1" }, "value": 1 }, "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " Zero value breaks", "start": 380, "end": 400, "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 24 } } } ] }, { "type": "IfStatement", "start": 421, "end": 491, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 18, "column": 5 } }, "test": { "type": "MemberExpression", "start": 425, "end": 444, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 27 } }, "object": { "type": "Identifier", "start": 425, "end": 441, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 24 }, "identifierName": "compressionCache" }, "name": "compressionCache" }, "property": { "type": "Identifier", "start": 442, "end": 443, "loc": { "start": { "line": 16, "column": 25 }, "end": { "line": 16, "column": 26 }, "identifierName": "i" }, "name": "i" }, "computed": true }, "consequent": { "type": "BlockStatement", "start": 446, "end": 491, "loc": { "start": { "line": 16, "column": 29 }, "end": { "line": 18, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 457, "end": 484, "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 35 } }, "argument": { "type": "MemberExpression", "start": 464, "end": 483, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 34 } }, "object": { "type": "Identifier", "start": 464, "end": 480, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 31 }, "identifierName": "compressionCache" }, "name": "compressionCache" }, "property": { "type": "Identifier", "start": 481, "end": 482, "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 17, "column": 33 }, "identifierName": "i" }, "name": "i" }, "computed": true } } ], "directives": [] }, "alternate": null }, { "type": "VariableDeclaration", "start": 497, "end": 513, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 20 } }, "declarations": [ { "type": "VariableDeclarator", "start": 501, "end": 512, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 19 } }, "id": { "type": "Identifier", "start": 501, "end": 507, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 14 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "StringLiteral", "start": 510, "end": 512, "loc": { "start": { "line": 19, "column": 17 }, "end": { "line": 19, "column": 19 } }, "extra": { "rawValue": "", "raw": "\"\"" }, "value": "" } } ], "kind": "let" }, { "type": "DoWhileStatement", "start": 519, "end": 638, "loc": { "start": { "line": 20, "column": 4 }, "end": { "line": 23, "column": 20 } }, "body": { "type": "BlockStatement", "start": 522, "end": 623, "loc": { "start": { "line": 20, "column": 7 }, "end": { "line": 23, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 533, "end": 571, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 46 } }, "expression": { "type": "AssignmentExpression", "start": 533, "end": 570, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 45 } }, "operator": "+=", "left": { "type": "Identifier", "start": 533, "end": 539, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 14 }, "identifierName": "result" }, "name": "result" }, "right": { "type": "MemberExpression", "start": 543, "end": 570, "loc": { "start": { "line": 21, "column": 18 }, "end": { "line": 21, "column": 45 } }, "object": { "type": "Identifier", "start": 543, "end": 550, "loc": { "start": { "line": 21, "column": 18 }, "end": { "line": 21, "column": 25 }, "identifierName": "charmap" }, "name": "charmap" }, "property": { "type": "BinaryExpression", "start": 551, "end": 569, "loc": { "start": { "line": 21, "column": 26 }, "end": { "line": 21, "column": 44 } }, "left": { "type": "Identifier", "start": 551, "end": 552, "loc": { "start": { "line": 21, "column": 26 }, "end": { "line": 21, "column": 27 }, "identifierName": "i" }, "name": "i" }, "operator": "%", "right": { "type": "MemberExpression", "start": 555, "end": 569, "loc": { "start": { "line": 21, "column": 30 }, "end": { "line": 21, "column": 44 } }, "object": { "type": "Identifier", "start": 555, "end": 562, "loc": { "start": { "line": 21, "column": 30 }, "end": { "line": 21, "column": 37 }, "identifierName": "charmap" }, "name": "charmap" }, "property": { "type": "Identifier", "start": 563, "end": 569, "loc": { "start": { "line": 21, "column": 38 }, "end": { "line": 21, "column": 44 }, "identifierName": "length" }, "name": "length" }, "computed": false } }, "computed": true } } }, { "type": "ExpressionStatement", "start": 581, "end": 616, "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 43 } }, "expression": { "type": "AssignmentExpression", "start": 581, "end": 615, "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", "start": 581, "end": 582, "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 9 }, "identifierName": "i" }, "name": "i" }, "right": { "type": "CallExpression", "start": 585, "end": 615, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 42 } }, "callee": { "type": "MemberExpression", "start": 585, "end": 595, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 22 } }, "object": { "type": "Identifier", "start": 585, "end": 589, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 16 }, "identifierName": "Math" }, "name": "Math" }, "property": { "type": "Identifier", "start": 590, "end": 595, "loc": { "start": { "line": 22, "column": 17 }, "end": { "line": 22, "column": 22 }, "identifierName": "floor" }, "name": "floor" }, "computed": false }, "arguments": [ { "type": "BinaryExpression", "start": 596, "end": 614, "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 41 } }, "left": { "type": "Identifier", "start": 596, "end": 597, "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 24 }, "identifierName": "i" }, "name": "i" }, "operator": "/", "right": { "type": "MemberExpression", "start": 600, "end": 614, "loc": { "start": { "line": 22, "column": 27 }, "end": { "line": 22, "column": 41 } }, "object": { "type": "Identifier", "start": 600, "end": 607, "loc": { "start": { "line": 22, "column": 27 }, "end": { "line": 22, "column": 34 }, "identifierName": "charmap" }, "name": "charmap" }, "property": { "type": "Identifier", "start": 608, "end": 614, "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 41 }, "identifierName": "length" }, "name": "length" }, "computed": false } } ] } } } ], "directives": [] }, "test": { "type": "BinaryExpression", "start": 631, "end": 636, "loc": { "start": { "line": 23, "column": 13 }, "end": { "line": 23, "column": 18 } }, "left": { "type": "Identifier", "start": 631, "end": 632, "loc": { "start": { "line": 23, "column": 13 }, "end": { "line": 23, "column": 14 }, "identifierName": "i" }, "name": "i" }, "operator": ">", "right": { "type": "NumericLiteral", "start": 635, "end": 636, "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 18 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } } }, { "type": "ReturnStatement", "start": 644, "end": 682, "loc": { "start": { "line": 24, "column": 4 }, "end": { "line": 24, "column": 42 } }, "argument": { "type": "AssignmentExpression", "start": 652, "end": 680, "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 652, "end": 671, "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 31 } }, "object": { "type": "Identifier", "start": 652, "end": 668, "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 28 }, "identifierName": "compressionCache" }, "name": "compressionCache" }, "property": { "type": "Identifier", "start": 669, "end": 670, "loc": { "start": { "line": 24, "column": 29 }, "end": { "line": 24, "column": 30 }, "identifierName": "i" }, "name": "i" }, "computed": true }, "right": { "type": "Identifier", "start": 674, "end": 680, "loc": { "start": { "line": 24, "column": 34 }, "end": { "line": 24, "column": 40 }, "identifierName": "result" }, "name": "result" }, "extra": { "parenthesized": true, "parenStart": 651 } } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * Compresses an integer into a tight string representation\r\n * @param {number} i\r\n * @returns {string}\r\n ", "start": 234, "end": 347, "loc": { "start": { "line": 7, "column": 0 }, "end": { "line": 11, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * Decompresses an integer from its tight string representation\r\n * @param {string} s\r\n * @returns {number}\r\n ", "start": 689, "end": 806, "loc": { "start": { "line": 27, "column": 0 }, "end": { "line": 31, "column": 3 } } } ] }, { "type": "FunctionDeclaration", "start": 808, "end": 1194, "loc": { "start": { "line": 32, "column": 0 }, "end": { "line": 44, "column": 1 } }, "id": { "type": "Identifier", "start": 817, "end": 830, "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 22 }, "identifierName": "decompressInt" }, "name": "decompressInt", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 831, "end": 832, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 24 }, "identifierName": "s" }, "name": "s" } ], "body": { "type": "BlockStatement", "start": 834, "end": 1194, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 44, "column": 1 } }, "body": [ { "type": "IfStatement", "start": 841, "end": 915, "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 35, "column": 5 } }, "test": { "type": "MemberExpression", "start": 845, "end": 866, "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 29 } }, "object": { "type": "Identifier", "start": 845, "end": 863, "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 26 }, "identifierName": "decompressionCache" }, "name": "decompressionCache" }, "property": { "type": "Identifier", "start": 864, "end": 865, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 28 }, "identifierName": "s" }, "name": "s" }, "computed": true }, "consequent": { "type": "BlockStatement", "start": 868, "end": 915, "loc": { "start": { "line": 33, "column": 31 }, "end": { "line": 35, "column": 5 } }, "body": [ { "type": "ReturnStatement", "start": 879, "end": 908, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 37 } }, "argument": { "type": "MemberExpression", "start": 886, "end": 907, "loc": { "start": { "line": 34, "column": 15 }, "end": { "line": 34, "column": 36 } }, "object": { "type": "Identifier", "start": 886, "end": 904, "loc": { "start": { "line": 34, "column": 15 }, "end": { "line": 34, "column": 33 }, "identifierName": "decompressionCache" }, "name": "decompressionCache" }, "property": { "type": "Identifier", "start": 905, "end": 906, "loc": { "start": { "line": 34, "column": 34 }, "end": { "line": 34, "column": 35 }, "identifierName": "s" }, "name": "s" }, "computed": true } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 921, "end": 932, "loc": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 15 } }, "expression": { "type": "AssignmentExpression", "start": 921, "end": 931, "loc": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 14 } }, "operator": "=", "left": { "type": "Identifier", "start": 921, "end": 922, "loc": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 5 }, "identifierName": "s" }, "name": "s" }, "right": { "type": "BinaryExpression", "start": 925, "end": 931, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 14 } }, "left": { "type": "StringLiteral", "start": 925, "end": 927, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 10 } }, "extra": { "rawValue": "", "raw": "\"\"" }, "value": "" }, "operator": "+", "right": { "type": "Identifier", "start": 930, "end": 931, "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 14 }, "identifierName": "s" }, "name": "s" } } } }, { "type": "VariableDeclaration", "start": 938, "end": 953, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 19 } }, "declarations": [ { "type": "VariableDeclarator", "start": 942, "end": 952, "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 18 } }, "id": { "type": "Identifier", "start": 942, "end": 948, "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 14 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "NumericLiteral", "start": 951, "end": 952, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 18 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } } ], "kind": "let" }, { "type": "ForStatement", "start": 959, "end": 1081, "loc": { "start": { "line": 38, "column": 4 }, "end": { "line": 40, "column": 5 } }, "init": { "type": "VariableDeclaration", "start": 964, "end": 984, "loc": { "start": { "line": 38, "column": 9 }, "end": { "line": 38, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", "start": 968, "end": 984, "loc": { "start": { "line": 38, "column": 13 }, "end": { "line": 38, "column": 29 } }, "id": { "type": "Identifier", "start": 968, "end": 969, "loc": { "start": { "line": 38, "column": 13 }, "end": { "line": 38, "column": 14 }, "identifierName": "i" }, "name": "i" }, "init": { "type": "BinaryExpression", "start": 972, "end": 984, "loc": { "start": { "line": 38, "column": 17 }, "end": { "line": 38, "column": 29 } }, "left": { "type": "MemberExpression", "start": 972, "end": 980, "loc": { "start": { "line": 38, "column": 17 }, "end": { "line": 38, "column": 25 } }, "object": { "type": "Identifier", "start": 972, "end": 973, "loc": { "start": { "line": 38, "column": 17 }, "end": { "line": 38, "column": 18 }, "identifierName": "s" }, "name": "s" }, "property": { "type": "Identifier", "start": 974, "end": 980, "loc": { "start": { "line": 38, "column": 19 }, "end": { "line": 38, "column": 25 }, "identifierName": "length" }, "name": "length" }, "computed": false }, "operator": "-", "right": { "type": "NumericLiteral", "start": 983, "end": 984, "loc": { "start": { "line": 38, "column": 28 }, "end": { "line": 38, "column": 29 } }, "extra": { "rawValue": 1, "raw": "1" }, "value": 1 } } } ], "kind": "let" }, "test": { "type": "BinaryExpression", "start": 986, "end": 992, "loc": { "start": { "line": 38, "column": 31 }, "end": { "line": 38, "column": 37 } }, "left": { "type": "Identifier", "start": 986, "end": 987, "loc": { "start": { "line": 38, "column": 31 }, "end": { "line": 38, "column": 32 }, "identifierName": "i" }, "name": "i" }, "operator": ">=", "right": { "type": "NumericLiteral", "start": 991, "end": 992, "loc": { "start": { "line": 38, "column": 36 }, "end": { "line": 38, "column": 37 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } }, "update": { "type": "UpdateExpression", "start": 994, "end": 997, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 42 } }, "operator": "--", "prefix": true, "argument": { "type": "Identifier", "start": 996, "end": 997, "loc": { "start": { "line": 38, "column": 41 }, "end": { "line": 38, "column": 42 }, "identifierName": "i" }, "name": "i" }, "extra": { "parenthesizedArgument": false } }, "body": { "type": "BlockStatement", "start": 999, "end": 1081, "loc": { "start": { "line": 38, "column": 44 }, "end": { "line": 40, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 1010, "end": 1074, "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 72 } }, "expression": { "type": "AssignmentExpression", "start": 1010, "end": 1073, "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 71 } }, "operator": "=", "left": { "type": "Identifier", "start": 1010, "end": 1016, "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 14 }, "identifierName": "result" }, "name": "result" }, "right": { "type": "BinaryExpression", "start": 1019, "end": 1073, "loc": { "start": { "line": 39, "column": 17 }, "end": { "line": 39, "column": 71 } }, "left": { "type": "BinaryExpression", "start": 1019, "end": 1042, "loc": { "start": { "line": 39, "column": 17 }, "end": { "line": 39, "column": 40 } }, "left": { "type": "Identifier", "start": 1019, "end": 1025, "loc": { "start": { "line": 39, "column": 17 }, "end": { "line": 39, "column": 23 }, "identifierName": "result" }, "name": "result" }, "operator": "*", "right": { "type": "MemberExpression", "start": 1028, "end": 1042, "loc": { "start": { "line": 39, "column": 26 }, "end": { "line": 39, "column": 40 } }, "object": { "type": "Identifier", "start": 1028, "end": 1035, "loc": { "start": { "line": 39, "column": 26 }, "end": { "line": 39, "column": 33 }, "identifierName": "charmap" }, "name": "charmap" }, "property": { "type": "Identifier", "start": 1036, "end": 1042, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 40 }, "identifierName": "length" }, "name": "length" }, "computed": false } }, "operator": "+", "right": { "type": "CallExpression", "start": 1045, "end": 1073, "loc": { "start": { "line": 39, "column": 43 }, "end": { "line": 39, "column": 71 } }, "callee": { "type": "MemberExpression", "start": 1045, "end": 1060, "loc": { "start": { "line": 39, "column": 43 }, "end": { "line": 39, "column": 58 } }, "object": { "type": "Identifier", "start": 1045, "end": 1052, "loc": { "start": { "line": 39, "column": 43 }, "end": { "line": 39, "column": 50 }, "identifierName": "charmap" }, "name": "charmap" }, "property": { "type": "Identifier", "start": 1053, "end": 1060, "loc": { "start": { "line": 39, "column": 51 }, "end": { "line": 39, "column": 58 }, "identifierName": "indexOf" }, "name": "indexOf" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 1061, "end": 1072, "loc": { "start": { "line": 39, "column": 59 }, "end": { "line": 39, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 1061, "end": 1069, "loc": { "start": { "line": 39, "column": 59 }, "end": { "line": 39, "column": 67 } }, "object": { "type": "Identifier", "start": 1061, "end": 1062, "loc": { "start": { "line": 39, "column": 59 }, "end": { "line": 39, "column": 60 }, "identifierName": "s" }, "name": "s" }, "property": { "type": "Identifier", "start": 1063, "end": 1069, "loc": { "start": { "line": 39, "column": 61 }, "end": { "line": 39, "column": 67 }, "identifierName": "charAt" }, "name": "charAt" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1070, "end": 1071, "loc": { "start": { "line": 39, "column": 68 }, "end": { "line": 39, "column": 69 }, "identifierName": "i" }, "name": "i" } ] } ] } } } } ], "directives": [], "trailingComments": null }, "trailingComments": [ { "type": "CommentLine", "value": " Fixes zero value break fix from above", "start": 1087, "end": 1127, "loc": { "start": { "line": 41, "column": 4 }, "end": { "line": 41, "column": 44 } } } ] }, { "type": "ExpressionStatement", "start": 1133, "end": 1145, "loc": { "start": { "line": 42, "column": 4 }, "end": { "line": 42, "column": 16 } }, "expression": { "type": "AssignmentExpression", "start": 1133, "end": 1144, "loc": { "start": { "line": 42, "column": 4 }, "end": { "line": 42, "column": 15 } }, "operator": "-=", "left": { "type": "Identifier", "start": 1133, "end": 1139, "loc": { "start": { "line": 42, "column": 4 }, "end": { "line": 42, "column": 10 }, "identifierName": "result" }, "name": "result", "leadingComments": null }, "right": { "type": "NumericLiteral", "start": 1143, "end": 1144, "loc": { "start": { "line": 42, "column": 14 }, "end": { "line": 42, "column": 15 } }, "extra": { "rawValue": 1, "raw": "1" }, "value": 1 }, "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " Fixes zero value break fix from above", "start": 1087, "end": 1127, "loc": { "start": { "line": 41, "column": 4 }, "end": { "line": 41, "column": 44 } } } ] }, { "type": "ReturnStatement", "start": 1151, "end": 1191, "loc": { "start": { "line": 43, "column": 4 }, "end": { "line": 43, "column": 44 } }, "argument": { "type": "AssignmentExpression", "start": 1159, "end": 1189, "loc": { "start": { "line": 43, "column": 12 }, "end": { "line": 43, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 1159, "end": 1180, "loc": { "start": { "line": 43, "column": 12 }, "end": { "line": 43, "column": 33 } }, "object": { "type": "Identifier", "start": 1159, "end": 1177, "loc": { "start": { "line": 43, "column": 12 }, "end": { "line": 43, "column": 30 }, "identifierName": "decompressionCache" }, "name": "decompressionCache" }, "property": { "type": "Identifier", "start": 1178, "end": 1179, "loc": { "start": { "line": 43, "column": 31 }, "end": { "line": 43, "column": 32 }, "identifierName": "s" }, "name": "s" }, "computed": true }, "right": { "type": "Identifier", "start": 1183, "end": 1189, "loc": { "start": { "line": 43, "column": 36 }, "end": { "line": 43, "column": 42 }, "identifierName": "result" }, "name": "result" }, "extra": { "parenthesized": true, "parenStart": 1158 } } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * Decompresses an integer from its tight string representation\r\n * @param {string} s\r\n * @returns {number}\r\n ", "start": 689, "end": 806, "loc": { "start": { "line": 27, "column": 0 }, "end": { "line": 31, "column": 3 } } } ], "trailingComments": [ { "type": "CommentLine", "value": " Sanity", "start": 1198, "end": 1207, "loc": { "start": { "line": 46, "column": 0 }, "end": { "line": 46, "column": 9 } } } ] }, { "type": "IfStatement", "start": 1209, "end": 1619, "loc": { "start": { "line": 47, "column": 0 }, "end": { "line": 60, "column": 1 } }, "test": { "type": "Identifier", "start": 1213, "end": 1221, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 47, "column": 12 }, "identifierName": "G_IS_DEV" }, "name": "G_IS_DEV", "leadingComments": null }, "consequent": { "type": "BlockStatement", "start": 1223, "end": 1619, "loc": { "start": { "line": 47, "column": 14 }, "end": { "line": 60, "column": 1 } }, "body": [ { "type": "ForStatement", "start": 1230, "end": 1616, "loc": { "start": { "line": 48, "column": 4 }, "end": { "line": 59, "column": 5 } }, "init": { "type": "VariableDeclaration", "start": 1235, "end": 1244, "loc": { "start": { "line": 48, "column": 9 }, "end": { "line": 48, "column": 18 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1239, "end": 1244, "loc": { "start": { "line": 48, "column": 13 }, "end": { "line": 48, "column": 18 } }, "id": { "type": "Identifier", "start": 1239, "end": 1240, "loc": { "start": { "line": 48, "column": 13 }, "end": { "line": 48, "column": 14 }, "identifierName": "i" }, "name": "i" }, "init": { "type": "NumericLiteral", "start": 1243, "end": 1244, "loc": { "start": { "line": 48, "column": 17 }, "end": { "line": 48, "column": 18 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } } ], "kind": "let" }, "test": { "type": "BinaryExpression", "start": 1246, "end": 1255, "loc": { "start": { "line": 48, "column": 20 }, "end": { "line": 48, "column": 29 } }, "left": { "type": "Identifier", "start": 1246, "end": 1247, "loc": { "start": { "line": 48, "column": 20 }, "end": { "line": 48, "column": 21 }, "identifierName": "i" }, "name": "i" }, "operator": "<", "right": { "type": "NumericLiteral", "start": 1250, "end": 1255, "loc": { "start": { "line": 48, "column": 24 }, "end": { "line": 48, "column": 29 } }, "extra": { "rawValue": 10000, "raw": "10000" }, "value": 10000 } }, "update": { "type": "UpdateExpression", "start": 1257, "end": 1260, "loc": { "start": { "line": 48, "column": 31 }, "end": { "line": 48, "column": 34 } }, "operator": "++", "prefix": true, "argument": { "type": "Identifier", "start": 1259, "end": 1260, "loc": { "start": { "line": 48, "column": 33 }, "end": { "line": 48, "column": 34 }, "identifierName": "i" }, "name": "i" }, "extra": { "parenthesizedArgument": false } }, "body": { "type": "BlockStatement", "start": 1262, "end": 1616, "loc": { "start": { "line": 48, "column": 36 }, "end": { "line": 59, "column": 5 } }, "body": [ { "type": "IfStatement", "start": 1273, "end": 1609, "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 58, "column": 9 } }, "test": { "type": "BinaryExpression", "start": 1277, "end": 1312, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 47 } }, "left": { "type": "CallExpression", "start": 1277, "end": 1306, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 41 } }, "callee": { "type": "Identifier", "start": 1277, "end": 1290, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 25 }, "identifierName": "decompressInt" }, "name": "decompressInt" }, "arguments": [ { "type": "CallExpression", "start": 1291, "end": 1305, "loc": { "start": { "line": 49, "column": 26 }, "end": { "line": 49, "column": 40 } }, "callee": { "type": "Identifier", "start": 1291, "end": 1302, "loc": { "start": { "line": 49, "column": 26 }, "end": { "line": 49, "column": 37 }, "identifierName": "compressInt" }, "name": "compressInt" }, "arguments": [ { "type": "Identifier", "start": 1303, "end": 1304, "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 39 }, "identifierName": "i" }, "name": "i" } ] } ] }, "operator": "!==", "right": { "type": "Identifier", "start": 1311, "end": 1312, "loc": { "start": { "line": 49, "column": 46 }, "end": { "line": 49, "column": 47 }, "identifierName": "i" }, "name": "i" } }, "consequent": { "type": "BlockStatement", "start": 1314, "end": 1609, "loc": { "start": { "line": 49, "column": 49 }, "end": { "line": 58, "column": 9 } }, "body": [ { "type": "ThrowStatement", "start": 1329, "end": 1598, "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 57, "column": 14 } }, "argument": { "type": "NewExpression", "start": 1335, "end": 1597, "loc": { "start": { "line": 50, "column": 18 }, "end": { "line": 57, "column": 13 } }, "callee": { "type": "Identifier", "start": 1339, "end": 1344, "loc": { "start": { "line": 50, "column": 22 }, "end": { "line": 50, "column": 27 }, "identifierName": "Error" }, "name": "Error" }, "arguments": [ { "type": "BinaryExpression", "start": 1363, "end": 1582, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 56, "column": 49 } }, "left": { "type": "BinaryExpression", "start": 1363, "end": 1529, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 55, "column": 37 } }, "left": { "type": "BinaryExpression", "start": 1363, "end": 1488, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 54, "column": 34 } }, "left": { "type": "BinaryExpression", "start": 1363, "end": 1450, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 53, "column": 35 } }, "left": { "type": "BinaryExpression", "start": 1363, "end": 1411, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 52, "column": 21 } }, "left": { "type": "StringLiteral", "start": 1363, "end": 1386, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 51, "column": 39 } }, "extra": { "rawValue": "Bad compression for: ", "raw": "\"Bad compression for: \"" }, "value": "Bad compression for: " }, "operator": "+", "right": { "type": "Identifier", "start": 1410, "end": 1411, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 21 }, "identifierName": "i" }, "name": "i" } }, "operator": "+", "right": { "type": "StringLiteral", "start": 1435, "end": 1450, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 35 } }, "extra": { "rawValue": " compressed: ", "raw": "\" compressed: \"" }, "value": " compressed: " } }, "operator": "+", "right": { "type": "CallExpression", "start": 1474, "end": 1488, "loc": { "start": { "line": 54, "column": 20 }, "end": { "line": 54, "column": 34 } }, "callee": { "type": "Identifier", "start": 1474, "end": 1485, "loc": { "start": { "line": 54, "column": 20 }, "end": { "line": 54, "column": 31 }, "identifierName": "compressInt" }, "name": "compressInt" }, "arguments": [ { "type": "Identifier", "start": 1486, "end": 1487, "loc": { "start": { "line": 54, "column": 32 }, "end": { "line": 54, "column": 33 }, "identifierName": "i" }, "name": "i" } ] } }, "operator": "+", "right": { "type": "StringLiteral", "start": 1512, "end": 1529, "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 37 } }, "extra": { "rawValue": " decompressed: ", "raw": "\" decompressed: \"" }, "value": " decompressed: " } }, "operator": "+", "right": { "type": "CallExpression", "start": 1553, "end": 1582, "loc": { "start": { "line": 56, "column": 20 }, "end": { "line": 56, "column": 49 } }, "callee": { "type": "Identifier", "start": 1553, "end": 1566, "loc": { "start": { "line": 56, "column": 20 }, "end": { "line": 56, "column": 33 }, "identifierName": "decompressInt" }, "name": "decompressInt" }, "arguments": [ { "type": "CallExpression", "start": 1567, "end": 1581, "loc": { "start": { "line": 56, "column": 34 }, "end": { "line": 56, "column": 48 } }, "callee": { "type": "Identifier", "start": 1567, "end": 1578, "loc": { "start": { "line": 56, "column": 34 }, "end": { "line": 56, "column": 45 }, "identifierName": "compressInt" }, "name": "compressInt" }, "arguments": [ { "type": "Identifier", "start": 1579, "end": 1580, "loc": { "start": { "line": 56, "column": 46 }, "end": { "line": 56, "column": 47 }, "identifierName": "i" }, "name": "i" } ] } ] } } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ], "directives": [], "trailingComments": null }, "alternate": null, "leadingComments": [ { "type": "CommentLine", "value": " Sanity", "start": 1198, "end": 1207, "loc": { "start": { "line": 46, "column": 0 }, "end": { "line": 46, "column": 9 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {any} obj\r\n * @param {Map} keys\r\n * @param {Map} values\r\n * @returns {any[]|object|number|string}\r\n ", "start": 1623, "end": 1740, "loc": { "start": { "line": 62, "column": 0 }, "end": { "line": 67, "column": 3 } } } ] }, { "type": "FunctionDeclaration", "start": 1742, "end": 2716, "loc": { "start": { "line": 68, "column": 0 }, "end": { "line": 96, "column": 1 } }, "id": { "type": "Identifier", "start": 1751, "end": 1773, "loc": { "start": { "line": 68, "column": 9 }, "end": { "line": 68, "column": 31 }, "identifierName": "compressObjectInternal" }, "name": "compressObjectInternal", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1774, "end": 1777, "loc": { "start": { "line": 68, "column": 32 }, "end": { "line": 68, "column": 35 }, "identifierName": "obj" }, "name": "obj" }, { "type": "Identifier", "start": 1779, "end": 1783, "loc": { "start": { "line": 68, "column": 37 }, "end": { "line": 68, "column": 41 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 1785, "end": 1791, "loc": { "start": { "line": 68, "column": 43 }, "end": { "line": 68, "column": 49 }, "identifierName": "values" }, "name": "values" } ], "body": { "type": "BlockStatement", "start": 1793, "end": 2716, "loc": { "start": { "line": 68, "column": 51 }, "end": { "line": 96, "column": 1 } }, "body": [ { "type": "IfStatement", "start": 1800, "end": 2696, "loc": { "start": { "line": 69, "column": 4 }, "end": { "line": 94, "column": 5 } }, "test": { "type": "CallExpression", "start": 1804, "end": 1822, "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 1804, "end": 1817, "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 21 } }, "object": { "type": "Identifier", "start": 1804, "end": 1809, "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 13 }, "identifierName": "Array" }, "name": "Array" }, "property": { "type": "Identifier", "start": 1810, "end": 1817, "loc": { "start": { "line": 69, "column": 14 }, "end": { "line": 69, "column": 21 }, "identifierName": "isArray" }, "name": "isArray" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1818, "end": 1821, "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 25 }, "identifierName": "obj" }, "name": "obj" } ] }, "consequent": { "type": "BlockStatement", "start": 1824, "end": 2013, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 75, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 1835, "end": 1851, "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 24 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1839, "end": 1850, "loc": { "start": { "line": 70, "column": 12 }, "end": { "line": 70, "column": 23 } }, "id": { "type": "Identifier", "start": 1839, "end": 1845, "loc": { "start": { "line": 70, "column": 12 }, "end": { "line": 70, "column": 18 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "ArrayExpression", "start": 1848, "end": 1850, "loc": { "start": { "line": 70, "column": 21 }, "end": { "line": 70, "column": 23 } }, "elements": [] } } ], "kind": "let" }, { "type": "ForStatement", "start": 1861, "end": 1982, "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 73, "column": 9 } }, "init": { "type": "VariableDeclaration", "start": 1866, "end": 1875, "loc": { "start": { "line": 71, "column": 13 }, "end": { "line": 71, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1870, "end": 1875, "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 22 } }, "id": { "type": "Identifier", "start": 1870, "end": 1871, "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 18 }, "identifierName": "i" }, "name": "i" }, "init": { "type": "NumericLiteral", "start": 1874, "end": 1875, "loc": { "start": { "line": 71, "column": 21 }, "end": { "line": 71, "column": 22 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } } ], "kind": "let" }, "test": { "type": "BinaryExpression", "start": 1877, "end": 1891, "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 38 } }, "left": { "type": "Identifier", "start": 1877, "end": 1878, "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 25 }, "identifierName": "i" }, "name": "i" }, "operator": "<", "right": { "type": "MemberExpression", "start": 1881, "end": 1891, "loc": { "start": { "line": 71, "column": 28 }, "end": { "line": 71, "column": 38 } }, "object": { "type": "Identifier", "start": 1881, "end": 1884, "loc": { "start": { "line": 71, "column": 28 }, "end": { "line": 71, "column": 31 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 1885, "end": 1891, "loc": { "start": { "line": 71, "column": 32 }, "end": { "line": 71, "column": 38 }, "identifierName": "length" }, "name": "length" }, "computed": false } }, "update": { "type": "UpdateExpression", "start": 1893, "end": 1896, "loc": { "start": { "line": 71, "column": 40 }, "end": { "line": 71, "column": 43 } }, "operator": "++", "prefix": true, "argument": { "type": "Identifier", "start": 1895, "end": 1896, "loc": { "start": { "line": 71, "column": 42 }, "end": { "line": 71, "column": 43 }, "identifierName": "i" }, "name": "i" }, "extra": { "parenthesizedArgument": false } }, "body": { "type": "BlockStatement", "start": 1898, "end": 1982, "loc": { "start": { "line": 71, "column": 45 }, "end": { "line": 73, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 1913, "end": 1971, "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 70 } }, "expression": { "type": "CallExpression", "start": 1913, "end": 1970, "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 1913, "end": 1924, "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 23 } }, "object": { "type": "Identifier", "start": 1913, "end": 1919, "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 18 }, "identifierName": "result" }, "name": "result" }, "property": { "type": "Identifier", "start": 1920, "end": 1924, "loc": { "start": { "line": 72, "column": 19 }, "end": { "line": 72, "column": 23 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 1925, "end": 1969, "loc": { "start": { "line": 72, "column": 24 }, "end": { "line": 72, "column": 68 } }, "callee": { "type": "Identifier", "start": 1925, "end": 1947, "loc": { "start": { "line": 72, "column": 24 }, "end": { "line": 72, "column": 46 }, "identifierName": "compressObjectInternal" }, "name": "compressObjectInternal" }, "arguments": [ { "type": "MemberExpression", "start": 1948, "end": 1954, "loc": { "start": { "line": 72, "column": 47 }, "end": { "line": 72, "column": 53 } }, "object": { "type": "Identifier", "start": 1948, "end": 1951, "loc": { "start": { "line": 72, "column": 47 }, "end": { "line": 72, "column": 50 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 1952, "end": 1953, "loc": { "start": { "line": 72, "column": 51 }, "end": { "line": 72, "column": 52 }, "identifierName": "i" }, "name": "i" }, "computed": true }, { "type": "Identifier", "start": 1956, "end": 1960, "loc": { "start": { "line": 72, "column": 55 }, "end": { "line": 72, "column": 59 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 1962, "end": 1968, "loc": { "start": { "line": 72, "column": 61 }, "end": { "line": 72, "column": 67 }, "identifierName": "values" }, "name": "values" } ] } ] } } ], "directives": [] } }, { "type": "ReturnStatement", "start": 1992, "end": 2006, "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 22 } }, "argument": { "type": "Identifier", "start": 1999, "end": 2005, "loc": { "start": { "line": 74, "column": 15 }, "end": { "line": 74, "column": 21 }, "identifierName": "result" }, "name": "result" } } ], "directives": [] }, "alternate": { "type": "IfStatement", "start": 2019, "end": 2696, "loc": { "start": { "line": 75, "column": 11 }, "end": { "line": 94, "column": 5 } }, "test": { "type": "LogicalExpression", "start": 2023, "end": 2062, "loc": { "start": { "line": 75, "column": 15 }, "end": { "line": 75, "column": 54 } }, "left": { "type": "BinaryExpression", "start": 2023, "end": 2046, "loc": { "start": { "line": 75, "column": 15 }, "end": { "line": 75, "column": 38 } }, "left": { "type": "UnaryExpression", "start": 2023, "end": 2033, "loc": { "start": { "line": 75, "column": 15 }, "end": { "line": 75, "column": 25 } }, "operator": "typeof", "prefix": true, "argument": { "type": "Identifier", "start": 2030, "end": 2033, "loc": { "start": { "line": 75, "column": 22 }, "end": { "line": 75, "column": 25 }, "identifierName": "obj" }, "name": "obj" }, "extra": { "parenthesizedArgument": false } }, "operator": "===", "right": { "type": "StringLiteral", "start": 2038, "end": 2046, "loc": { "start": { "line": 75, "column": 30 }, "end": { "line": 75, "column": 38 } }, "extra": { "rawValue": "object", "raw": "\"object\"" }, "value": "object" } }, "operator": "&&", "right": { "type": "BinaryExpression", "start": 2050, "end": 2062, "loc": { "start": { "line": 75, "column": 42 }, "end": { "line": 75, "column": 54 } }, "left": { "type": "Identifier", "start": 2050, "end": 2053, "loc": { "start": { "line": 75, "column": 42 }, "end": { "line": 75, "column": 45 }, "identifierName": "obj" }, "name": "obj" }, "operator": "!==", "right": { "type": "NullLiteral", "start": 2058, "end": 2062, "loc": { "start": { "line": 75, "column": 50 }, "end": { "line": 75, "column": 54 } } } } }, "consequent": { "type": "BlockStatement", "start": 2064, "end": 2461, "loc": { "start": { "line": 75, "column": 56 }, "end": { "line": 87, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 2075, "end": 2091, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 24 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2079, "end": 2090, "loc": { "start": { "line": 76, "column": 12 }, "end": { "line": 76, "column": 23 } }, "id": { "type": "Identifier", "start": 2079, "end": 2085, "loc": { "start": { "line": 76, "column": 12 }, "end": { "line": 76, "column": 18 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "ObjectExpression", "start": 2088, "end": 2090, "loc": { "start": { "line": 76, "column": 21 }, "end": { "line": 76, "column": 23 } }, "properties": [] } } ], "kind": "let" }, { "type": "ForInStatement", "start": 2101, "end": 2430, "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 85, "column": 9 } }, "left": { "type": "VariableDeclaration", "start": 2106, "end": 2115, "loc": { "start": { "line": 77, "column": 13 }, "end": { "line": 77, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2112, "end": 2115, "loc": { "start": { "line": 77, "column": 19 }, "end": { "line": 77, "column": 22 } }, "id": { "type": "Identifier", "start": 2112, "end": 2115, "loc": { "start": { "line": 77, "column": 19 }, "end": { "line": 77, "column": 22 }, "identifierName": "key" }, "name": "key" }, "init": null } ], "kind": "const" }, "right": { "type": "Identifier", "start": 2119, "end": 2122, "loc": { "start": { "line": 77, "column": 26 }, "end": { "line": 77, "column": 29 }, "identifierName": "obj" }, "name": "obj" }, "body": { "type": "BlockStatement", "start": 2124, "end": 2430, "loc": { "start": { "line": 77, "column": 31 }, "end": { "line": 85, "column": 9 } }, "body": [ { "type": "VariableDeclaration", "start": 2139, "end": 2165, "loc": { "start": { "line": 78, "column": 12 }, "end": { "line": 78, "column": 38 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2143, "end": 2164, "loc": { "start": { "line": 78, "column": 16 }, "end": { "line": 78, "column": 37 } }, "id": { "type": "Identifier", "start": 2143, "end": 2148, "loc": { "start": { "line": 78, "column": 16 }, "end": { "line": 78, "column": 21 }, "identifierName": "index" }, "name": "index" }, "init": { "type": "CallExpression", "start": 2151, "end": 2164, "loc": { "start": { "line": 78, "column": 24 }, "end": { "line": 78, "column": 37 } }, "callee": { "type": "MemberExpression", "start": 2151, "end": 2159, "loc": { "start": { "line": 78, "column": 24 }, "end": { "line": 78, "column": 32 } }, "object": { "type": "Identifier", "start": 2151, "end": 2155, "loc": { "start": { "line": 78, "column": 24 }, "end": { "line": 78, "column": 28 }, "identifierName": "keys" }, "name": "keys" }, "property": { "type": "Identifier", "start": 2156, "end": 2159, "loc": { "start": { "line": 78, "column": 29 }, "end": { "line": 78, "column": 32 }, "identifierName": "get" }, "name": "get" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2160, "end": 2163, "loc": { "start": { "line": 78, "column": 33 }, "end": { "line": 78, "column": 36 }, "identifierName": "key" }, "name": "key" } ] } } ], "kind": "let" }, { "type": "IfStatement", "start": 2179, "end": 2295, "loc": { "start": { "line": 79, "column": 12 }, "end": { "line": 82, "column": 13 } }, "test": { "type": "BinaryExpression", "start": 2183, "end": 2202, "loc": { "start": { "line": 79, "column": 16 }, "end": { "line": 79, "column": 35 } }, "left": { "type": "Identifier", "start": 2183, "end": 2188, "loc": { "start": { "line": 79, "column": 16 }, "end": { "line": 79, "column": 21 }, "identifierName": "index" }, "name": "index" }, "operator": "===", "right": { "type": "Identifier", "start": 2193, "end": 2202, "loc": { "start": { "line": 79, "column": 26 }, "end": { "line": 79, "column": 35 }, "identifierName": "undefined" }, "name": "undefined" } }, "consequent": { "type": "BlockStatement", "start": 2204, "end": 2295, "loc": { "start": { "line": 79, "column": 37 }, "end": { "line": 82, "column": 13 } }, "body": [ { "type": "ExpressionStatement", "start": 2223, "end": 2241, "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 34 } }, "expression": { "type": "AssignmentExpression", "start": 2223, "end": 2240, "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 33 } }, "operator": "=", "left": { "type": "Identifier", "start": 2223, "end": 2228, "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 21 }, "identifierName": "index" }, "name": "index" }, "right": { "type": "MemberExpression", "start": 2231, "end": 2240, "loc": { "start": { "line": 80, "column": 24 }, "end": { "line": 80, "column": 33 } }, "object": { "type": "Identifier", "start": 2231, "end": 2235, "loc": { "start": { "line": 80, "column": 24 }, "end": { "line": 80, "column": 28 }, "identifierName": "keys" }, "name": "keys" }, "property": { "type": "Identifier", "start": 2236, "end": 2240, "loc": { "start": { "line": 80, "column": 29 }, "end": { "line": 80, "column": 33 }, "identifierName": "size" }, "name": "size" }, "computed": false } } }, { "type": "ExpressionStatement", "start": 2259, "end": 2280, "loc": { "start": { "line": 81, "column": 16 }, "end": { "line": 81, "column": 37 } }, "expression": { "type": "CallExpression", "start": 2259, "end": 2279, "loc": { "start": { "line": 81, "column": 16 }, "end": { "line": 81, "column": 36 } }, "callee": { "type": "MemberExpression", "start": 2259, "end": 2267, "loc": { "start": { "line": 81, "column": 16 }, "end": { "line": 81, "column": 24 } }, "object": { "type": "Identifier", "start": 2259, "end": 2263, "loc": { "start": { "line": 81, "column": 16 }, "end": { "line": 81, "column": 20 }, "identifierName": "keys" }, "name": "keys" }, "property": { "type": "Identifier", "start": 2264, "end": 2267, "loc": { "start": { "line": 81, "column": 21 }, "end": { "line": 81, "column": 24 }, "identifierName": "set" }, "name": "set" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2268, "end": 2271, "loc": { "start": { "line": 81, "column": 25 }, "end": { "line": 81, "column": 28 }, "identifierName": "key" }, "name": "key" }, { "type": "Identifier", "start": 2273, "end": 2278, "loc": { "start": { "line": 81, "column": 30 }, "end": { "line": 81, "column": 35 }, "identifierName": "index" }, "name": "index" } ] } } ], "directives": [] }, "alternate": null }, { "type": "VariableDeclaration", "start": 2309, "end": 2332, "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2315, "end": 2331, "loc": { "start": { "line": 83, "column": 18 }, "end": { "line": 83, "column": 34 } }, "id": { "type": "Identifier", "start": 2315, "end": 2320, "loc": { "start": { "line": 83, "column": 18 }, "end": { "line": 83, "column": 23 }, "identifierName": "value" }, "name": "value" }, "init": { "type": "MemberExpression", "start": 2323, "end": 2331, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 83, "column": 34 } }, "object": { "type": "Identifier", "start": 2323, "end": 2326, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 83, "column": 29 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 2327, "end": 2330, "loc": { "start": { "line": 83, "column": 30 }, "end": { "line": 83, "column": 33 }, "identifierName": "key" }, "name": "key" }, "computed": true } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2346, "end": 2419, "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 85 } }, "expression": { "type": "AssignmentExpression", "start": 2346, "end": 2418, "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 84 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 2346, "end": 2372, "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 38 } }, "object": { "type": "Identifier", "start": 2346, "end": 2352, "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 18 }, "identifierName": "result" }, "name": "result" }, "property": { "type": "CallExpression", "start": 2353, "end": 2371, "loc": { "start": { "line": 84, "column": 19 }, "end": { "line": 84, "column": 37 } }, "callee": { "type": "Identifier", "start": 2353, "end": 2364, "loc": { "start": { "line": 84, "column": 19 }, "end": { "line": 84, "column": 30 }, "identifierName": "compressInt" }, "name": "compressInt" }, "arguments": [ { "type": "Identifier", "start": 2365, "end": 2370, "loc": { "start": { "line": 84, "column": 31 }, "end": { "line": 84, "column": 36 }, "identifierName": "index" }, "name": "index" } ] }, "computed": true }, "right": { "type": "CallExpression", "start": 2375, "end": 2418, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 84 } }, "callee": { "type": "Identifier", "start": 2375, "end": 2397, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 63 }, "identifierName": "compressObjectInternal" }, "name": "compressObjectInternal" }, "arguments": [ { "type": "Identifier", "start": 2398, "end": 2403, "loc": { "start": { "line": 84, "column": 64 }, "end": { "line": 84, "column": 69 }, "identifierName": "value" }, "name": "value" }, { "type": "Identifier", "start": 2405, "end": 2409, "loc": { "start": { "line": 84, "column": 71 }, "end": { "line": 84, "column": 75 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 2411, "end": 2417, "loc": { "start": { "line": 84, "column": 77 }, "end": { "line": 84, "column": 83 }, "identifierName": "values" }, "name": "values" } ] } } } ], "directives": [] } }, { "type": "ReturnStatement", "start": 2440, "end": 2454, "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 22 } }, "argument": { "type": "Identifier", "start": 2447, "end": 2453, "loc": { "start": { "line": 86, "column": 15 }, "end": { "line": 86, "column": 21 }, "identifierName": "result" }, "name": "result" } } ], "directives": [] }, "alternate": { "type": "IfStatement", "start": 2467, "end": 2696, "loc": { "start": { "line": 87, "column": 11 }, "end": { "line": 94, "column": 5 } }, "test": { "type": "BinaryExpression", "start": 2471, "end": 2494, "loc": { "start": { "line": 87, "column": 15 }, "end": { "line": 87, "column": 38 } }, "left": { "type": "UnaryExpression", "start": 2471, "end": 2481, "loc": { "start": { "line": 87, "column": 15 }, "end": { "line": 87, "column": 25 } }, "operator": "typeof", "prefix": true, "argument": { "type": "Identifier", "start": 2478, "end": 2481, "loc": { "start": { "line": 87, "column": 22 }, "end": { "line": 87, "column": 25 }, "identifierName": "obj" }, "name": "obj" }, "extra": { "parenthesizedArgument": false } }, "operator": "===", "right": { "type": "StringLiteral", "start": 2486, "end": 2494, "loc": { "start": { "line": 87, "column": 30 }, "end": { "line": 87, "column": 38 } }, "extra": { "rawValue": "string", "raw": "\"string\"" }, "value": "string" } }, "consequent": { "type": "BlockStatement", "start": 2496, "end": 2696, "loc": { "start": { "line": 87, "column": 40 }, "end": { "line": 94, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 2507, "end": 2535, "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 88, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2511, "end": 2534, "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 35 } }, "id": { "type": "Identifier", "start": 2511, "end": 2516, "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 17 }, "identifierName": "index" }, "name": "index" }, "init": { "type": "CallExpression", "start": 2519, "end": 2534, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 35 } }, "callee": { "type": "MemberExpression", "start": 2519, "end": 2529, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 30 } }, "object": { "type": "Identifier", "start": 2519, "end": 2525, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 26 }, "identifierName": "values" }, "name": "values" }, "property": { "type": "Identifier", "start": 2526, "end": 2529, "loc": { "start": { "line": 88, "column": 27 }, "end": { "line": 88, "column": 30 }, "identifierName": "get" }, "name": "get" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2530, "end": 2533, "loc": { "start": { "line": 88, "column": 31 }, "end": { "line": 88, "column": 34 }, "identifierName": "obj" }, "name": "obj" } ] } } ], "kind": "let" }, { "type": "IfStatement", "start": 2545, "end": 2653, "loc": { "start": { "line": 89, "column": 8 }, "end": { "line": 92, "column": 9 } }, "test": { "type": "BinaryExpression", "start": 2549, "end": 2568, "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 31 } }, "left": { "type": "Identifier", "start": 2549, "end": 2554, "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 17 }, "identifierName": "index" }, "name": "index" }, "operator": "===", "right": { "type": "Identifier", "start": 2559, "end": 2568, "loc": { "start": { "line": 89, "column": 22 }, "end": { "line": 89, "column": 31 }, "identifierName": "undefined" }, "name": "undefined" } }, "consequent": { "type": "BlockStatement", "start": 2570, "end": 2653, "loc": { "start": { "line": 89, "column": 33 }, "end": { "line": 92, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 2585, "end": 2605, "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 32 } }, "expression": { "type": "AssignmentExpression", "start": 2585, "end": 2604, "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", "start": 2585, "end": 2590, "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 17 }, "identifierName": "index" }, "name": "index" }, "right": { "type": "MemberExpression", "start": 2593, "end": 2604, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 31 } }, "object": { "type": "Identifier", "start": 2593, "end": 2599, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 26 }, "identifierName": "values" }, "name": "values" }, "property": { "type": "Identifier", "start": 2600, "end": 2604, "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 31 }, "identifierName": "size" }, "name": "size" }, "computed": false } } }, { "type": "ExpressionStatement", "start": 2619, "end": 2642, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 35 } }, "expression": { "type": "CallExpression", "start": 2619, "end": 2641, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 34 } }, "callee": { "type": "MemberExpression", "start": 2619, "end": 2629, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 22 } }, "object": { "type": "Identifier", "start": 2619, "end": 2625, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 18 }, "identifierName": "values" }, "name": "values" }, "property": { "type": "Identifier", "start": 2626, "end": 2629, "loc": { "start": { "line": 91, "column": 19 }, "end": { "line": 91, "column": 22 }, "identifierName": "set" }, "name": "set" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2630, "end": 2633, "loc": { "start": { "line": 91, "column": 23 }, "end": { "line": 91, "column": 26 }, "identifierName": "obj" }, "name": "obj" }, { "type": "Identifier", "start": 2635, "end": 2640, "loc": { "start": { "line": 91, "column": 28 }, "end": { "line": 91, "column": 33 }, "identifierName": "index" }, "name": "index" } ] } } ], "directives": [] }, "alternate": null }, { "type": "ReturnStatement", "start": 2663, "end": 2689, "loc": { "start": { "line": 93, "column": 8 }, "end": { "line": 93, "column": 34 } }, "argument": { "type": "CallExpression", "start": 2670, "end": 2688, "loc": { "start": { "line": 93, "column": 15 }, "end": { "line": 93, "column": 33 } }, "callee": { "type": "Identifier", "start": 2670, "end": 2681, "loc": { "start": { "line": 93, "column": 15 }, "end": { "line": 93, "column": 26 }, "identifierName": "compressInt" }, "name": "compressInt" }, "arguments": [ { "type": "Identifier", "start": 2682, "end": 2687, "loc": { "start": { "line": 93, "column": 27 }, "end": { "line": 93, "column": 32 }, "identifierName": "index" }, "name": "index" } ] } } ], "directives": [] }, "alternate": null } } }, { "type": "ReturnStatement", "start": 2702, "end": 2713, "loc": { "start": { "line": 95, "column": 4 }, "end": { "line": 95, "column": 15 } }, "argument": { "type": "Identifier", "start": 2709, "end": 2712, "loc": { "start": { "line": 95, "column": 11 }, "end": { "line": 95, "column": 14 }, "identifierName": "obj" }, "name": "obj" } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {any} obj\r\n * @param {Map} keys\r\n * @param {Map} values\r\n * @returns {any[]|object|number|string}\r\n ", "start": 1623, "end": 1740, "loc": { "start": { "line": 62, "column": 0 }, "end": { "line": 67, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {Map} hashMap\r\n * @returns {Array}\r\n ", "start": 2720, "end": 2774, "loc": { "start": { "line": 98, "column": 0 }, "end": { "line": 101, "column": 3 } } } ] }, { "type": "FunctionDeclaration", "start": 2776, "end": 2957, "loc": { "start": { "line": 102, "column": 0 }, "end": { "line": 108, "column": 1 } }, "id": { "type": "Identifier", "start": 2785, "end": 2800, "loc": { "start": { "line": 102, "column": 9 }, "end": { "line": 102, "column": 24 }, "identifierName": "indexMapToArray" }, "name": "indexMapToArray", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2801, "end": 2808, "loc": { "start": { "line": 102, "column": 25 }, "end": { "line": 102, "column": 32 }, "identifierName": "hashMap" }, "name": "hashMap" } ], "body": { "type": "BlockStatement", "start": 2810, "end": 2957, "loc": { "start": { "line": 102, "column": 34 }, "end": { "line": 108, "column": 1 } }, "body": [ { "type": "VariableDeclaration", "start": 2817, "end": 2856, "loc": { "start": { "line": 103, "column": 4 }, "end": { "line": 103, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2823, "end": 2855, "loc": { "start": { "line": 103, "column": 10 }, "end": { "line": 103, "column": 42 } }, "id": { "type": "Identifier", "start": 2823, "end": 2829, "loc": { "start": { "line": 103, "column": 10 }, "end": { "line": 103, "column": 16 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "NewExpression", "start": 2832, "end": 2855, "loc": { "start": { "line": 103, "column": 19 }, "end": { "line": 103, "column": 42 } }, "callee": { "type": "Identifier", "start": 2836, "end": 2841, "loc": { "start": { "line": 103, "column": 23 }, "end": { "line": 103, "column": 28 }, "identifierName": "Array" }, "name": "Array" }, "arguments": [ { "type": "MemberExpression", "start": 2842, "end": 2854, "loc": { "start": { "line": 103, "column": 29 }, "end": { "line": 103, "column": 41 } }, "object": { "type": "Identifier", "start": 2842, "end": 2849, "loc": { "start": { "line": 103, "column": 29 }, "end": { "line": 103, "column": 36 }, "identifierName": "hashMap" }, "name": "hashMap" }, "property": { "type": "Identifier", "start": 2850, "end": 2854, "loc": { "start": { "line": 103, "column": 37 }, "end": { "line": 103, "column": 41 }, "identifierName": "size" }, "name": "size" }, "computed": false } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2862, "end": 2934, "loc": { "start": { "line": 104, "column": 4 }, "end": { "line": 106, "column": 7 } }, "expression": { "type": "CallExpression", "start": 2862, "end": 2933, "loc": { "start": { "line": 104, "column": 4 }, "end": { "line": 106, "column": 6 } }, "callee": { "type": "MemberExpression", "start": 2862, "end": 2877, "loc": { "start": { "line": 104, "column": 4 }, "end": { "line": 104, "column": 19 } }, "object": { "type": "Identifier", "start": 2862, "end": 2869, "loc": { "start": { "line": 104, "column": 4 }, "end": { "line": 104, "column": 11 }, "identifierName": "hashMap" }, "name": "hashMap" }, "property": { "type": "Identifier", "start": 2870, "end": 2877, "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 19 }, "identifierName": "forEach" }, "name": "forEach" }, "computed": false }, "arguments": [ { "type": "ArrowFunctionExpression", "start": 2878, "end": 2932, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 106, "column": 5 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2879, "end": 2884, "loc": { "start": { "line": 104, "column": 21 }, "end": { "line": 104, "column": 26 }, "identifierName": "index" }, "name": "index" }, { "type": "Identifier", "start": 2886, "end": 2889, "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 31 }, "identifierName": "key" }, "name": "key" } ], "body": { "type": "BlockStatement", "start": 2894, "end": 2932, "loc": { "start": { "line": 104, "column": 36 }, "end": { "line": 106, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 2905, "end": 2925, "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 28 } }, "expression": { "type": "AssignmentExpression", "start": 2905, "end": 2924, "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 2905, "end": 2918, "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 21 } }, "object": { "type": "Identifier", "start": 2905, "end": 2911, "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 14 }, "identifierName": "result" }, "name": "result" }, "property": { "type": "Identifier", "start": 2912, "end": 2917, "loc": { "start": { "line": 105, "column": 15 }, "end": { "line": 105, "column": 20 }, "identifierName": "index" }, "name": "index" }, "computed": true }, "right": { "type": "Identifier", "start": 2921, "end": 2924, "loc": { "start": { "line": 105, "column": 24 }, "end": { "line": 105, "column": 27 }, "identifierName": "key" }, "name": "key" } } } ], "directives": [] } } ] } }, { "type": "ReturnStatement", "start": 2940, "end": 2954, "loc": { "start": { "line": 107, "column": 4 }, "end": { "line": 107, "column": 18 } }, "argument": { "type": "Identifier", "start": 2947, "end": 2953, "loc": { "start": { "line": 107, "column": 11 }, "end": { "line": 107, "column": 17 }, "identifierName": "result" }, "name": "result" } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {Map} hashMap\r\n * @returns {Array}\r\n ", "start": 2720, "end": 2774, "loc": { "start": { "line": 98, "column": 0 }, "end": { "line": 101, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 2961, "end": 2993, "loc": { "start": { "line": 110, "column": 0 }, "end": { "line": 112, "column": 3 } } } ] }, { "type": "ExportNamedDeclaration", "start": 2995, "end": 3273, "loc": { "start": { "line": 113, "column": 0 }, "end": { "line": 122, "column": 1 } }, "specifiers": [], "source": null, "declaration": { "type": "FunctionDeclaration", "start": 3002, "end": 3273, "loc": { "start": { "line": 113, "column": 7 }, "end": { "line": 122, "column": 1 } }, "id": { "type": "Identifier", "start": 3011, "end": 3025, "loc": { "start": { "line": 113, "column": 16 }, "end": { "line": 113, "column": 30 }, "identifierName": "compressObject" }, "name": "compressObject", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3026, "end": 3029, "loc": { "start": { "line": 113, "column": 31 }, "end": { "line": 113, "column": 34 }, "identifierName": "obj" }, "name": "obj" } ], "body": { "type": "BlockStatement", "start": 3031, "end": 3273, "loc": { "start": { "line": 113, "column": 36 }, "end": { "line": 122, "column": 1 } }, "body": [ { "type": "VariableDeclaration", "start": 3038, "end": 3061, "loc": { "start": { "line": 114, "column": 4 }, "end": { "line": 114, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3044, "end": 3060, "loc": { "start": { "line": 114, "column": 10 }, "end": { "line": 114, "column": 26 } }, "id": { "type": "Identifier", "start": 3044, "end": 3048, "loc": { "start": { "line": 114, "column": 10 }, "end": { "line": 114, "column": 14 }, "identifierName": "keys" }, "name": "keys" }, "init": { "type": "NewExpression", "start": 3051, "end": 3060, "loc": { "start": { "line": 114, "column": 17 }, "end": { "line": 114, "column": 26 } }, "callee": { "type": "Identifier", "start": 3055, "end": 3058, "loc": { "start": { "line": 114, "column": 21 }, "end": { "line": 114, "column": 24 }, "identifierName": "Map" }, "name": "Map" }, "arguments": [] } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3067, "end": 3092, "loc": { "start": { "line": 115, "column": 4 }, "end": { "line": 115, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3073, "end": 3091, "loc": { "start": { "line": 115, "column": 10 }, "end": { "line": 115, "column": 28 } }, "id": { "type": "Identifier", "start": 3073, "end": 3079, "loc": { "start": { "line": 115, "column": 10 }, "end": { "line": 115, "column": 16 }, "identifierName": "values" }, "name": "values" }, "init": { "type": "NewExpression", "start": 3082, "end": 3091, "loc": { "start": { "line": 115, "column": 19 }, "end": { "line": 115, "column": 28 } }, "callee": { "type": "Identifier", "start": 3086, "end": 3089, "loc": { "start": { "line": 115, "column": 23 }, "end": { "line": 115, "column": 26 }, "identifierName": "Map" }, "name": "Map" }, "arguments": [] } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3098, "end": 3153, "loc": { "start": { "line": 116, "column": 4 }, "end": { "line": 116, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3104, "end": 3152, "loc": { "start": { "line": 116, "column": 10 }, "end": { "line": 116, "column": 58 } }, "id": { "type": "Identifier", "start": 3104, "end": 3108, "loc": { "start": { "line": 116, "column": 10 }, "end": { "line": 116, "column": 14 }, "identifierName": "data" }, "name": "data" }, "init": { "type": "CallExpression", "start": 3111, "end": 3152, "loc": { "start": { "line": 116, "column": 17 }, "end": { "line": 116, "column": 58 } }, "callee": { "type": "Identifier", "start": 3111, "end": 3133, "loc": { "start": { "line": 116, "column": 17 }, "end": { "line": 116, "column": 39 }, "identifierName": "compressObjectInternal" }, "name": "compressObjectInternal" }, "arguments": [ { "type": "Identifier", "start": 3134, "end": 3137, "loc": { "start": { "line": 116, "column": 40 }, "end": { "line": 116, "column": 43 }, "identifierName": "obj" }, "name": "obj" }, { "type": "Identifier", "start": 3139, "end": 3143, "loc": { "start": { "line": 116, "column": 45 }, "end": { "line": 116, "column": 49 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 3145, "end": 3151, "loc": { "start": { "line": 116, "column": 51 }, "end": { "line": 116, "column": 57 }, "identifierName": "values" }, "name": "values" } ] } } ], "kind": "const" }, { "type": "ReturnStatement", "start": 3159, "end": 3270, "loc": { "start": { "line": 117, "column": 4 }, "end": { "line": 121, "column": 6 } }, "argument": { "type": "ObjectExpression", "start": 3166, "end": 3269, "loc": { "start": { "line": 117, "column": 11 }, "end": { "line": 121, "column": 5 } }, "properties": [ { "type": "ObjectProperty", "start": 3177, "end": 3204, "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 35 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3177, "end": 3181, "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 12 }, "identifierName": "keys" }, "name": "keys" }, "value": { "type": "CallExpression", "start": 3183, "end": 3204, "loc": { "start": { "line": 118, "column": 14 }, "end": { "line": 118, "column": 35 } }, "callee": { "type": "Identifier", "start": 3183, "end": 3198, "loc": { "start": { "line": 118, "column": 14 }, "end": { "line": 118, "column": 29 }, "identifierName": "indexMapToArray" }, "name": "indexMapToArray" }, "arguments": [ { "type": "Identifier", "start": 3199, "end": 3203, "loc": { "start": { "line": 118, "column": 30 }, "end": { "line": 118, "column": 34 }, "identifierName": "keys" }, "name": "keys" } ] } }, { "type": "ObjectProperty", "start": 3215, "end": 3246, "loc": { "start": { "line": 119, "column": 8 }, "end": { "line": 119, "column": 39 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3215, "end": 3221, "loc": { "start": { "line": 119, "column": 8 }, "end": { "line": 119, "column": 14 }, "identifierName": "values" }, "name": "values" }, "value": { "type": "CallExpression", "start": 3223, "end": 3246, "loc": { "start": { "line": 119, "column": 16 }, "end": { "line": 119, "column": 39 } }, "callee": { "type": "Identifier", "start": 3223, "end": 3238, "loc": { "start": { "line": 119, "column": 16 }, "end": { "line": 119, "column": 31 }, "identifierName": "indexMapToArray" }, "name": "indexMapToArray" }, "arguments": [ { "type": "Identifier", "start": 3239, "end": 3245, "loc": { "start": { "line": 119, "column": 32 }, "end": { "line": 119, "column": 38 }, "identifierName": "values" }, "name": "values" } ] } }, { "type": "ObjectProperty", "start": 3257, "end": 3261, "loc": { "start": { "line": 120, "column": 8 }, "end": { "line": 120, "column": 12 } }, "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "start": 3257, "end": 3261, "loc": { "start": { "line": 120, "column": 8 }, "end": { "line": 120, "column": 12 }, "identifierName": "data" }, "name": "data" }, "value": { "type": "Identifier", "start": 3257, "end": 3261, "loc": { "start": { "line": 120, "column": 8 }, "end": { "line": 120, "column": 12 }, "identifierName": "data" }, "name": "data" }, "extra": { "shorthand": true } } ] } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 2961, "end": 2993, "loc": { "start": { "line": 110, "column": 0 }, "end": { "line": 112, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n * @param {string[]} keys\r\n * @param {any[]} values\r\n * @returns {object}\r\n ", "start": 3277, "end": 3384, "loc": { "start": { "line": 124, "column": 0 }, "end": { "line": 129, "column": 3 } } } ] }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 2961, "end": 2993, "loc": { "start": { "line": 110, "column": 0 }, "end": { "line": 112, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n * @param {string[]} keys\r\n * @param {any[]} values\r\n * @returns {object}\r\n ", "start": 3277, "end": 3384, "loc": { "start": { "line": 124, "column": 0 }, "end": { "line": 129, "column": 3 } } } ] }, { "type": "FunctionDeclaration", "start": 3386, "end": 4144, "loc": { "start": { "line": 130, "column": 0 }, "end": { "line": 150, "column": 1 } }, "id": { "type": "Identifier", "start": 3395, "end": 3419, "loc": { "start": { "line": 130, "column": 9 }, "end": { "line": 130, "column": 33 }, "identifierName": "decompressObjectInternal" }, "name": "decompressObjectInternal", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3420, "end": 3423, "loc": { "start": { "line": 130, "column": 34 }, "end": { "line": 130, "column": 37 }, "identifierName": "obj" }, "name": "obj" }, { "type": "AssignmentPattern", "start": 3425, "end": 3434, "loc": { "start": { "line": 130, "column": 39 }, "end": { "line": 130, "column": 48 } }, "left": { "type": "Identifier", "start": 3425, "end": 3429, "loc": { "start": { "line": 130, "column": 39 }, "end": { "line": 130, "column": 43 }, "identifierName": "keys" }, "name": "keys" }, "right": { "type": "ArrayExpression", "start": 3432, "end": 3434, "loc": { "start": { "line": 130, "column": 46 }, "end": { "line": 130, "column": 48 } }, "elements": [] } }, { "type": "AssignmentPattern", "start": 3436, "end": 3447, "loc": { "start": { "line": 130, "column": 50 }, "end": { "line": 130, "column": 61 } }, "left": { "type": "Identifier", "start": 3436, "end": 3442, "loc": { "start": { "line": 130, "column": 50 }, "end": { "line": 130, "column": 56 }, "identifierName": "values" }, "name": "values" }, "right": { "type": "ArrayExpression", "start": 3445, "end": 3447, "loc": { "start": { "line": 130, "column": 59 }, "end": { "line": 130, "column": 61 } }, "elements": [] } } ], "body": { "type": "BlockStatement", "start": 3449, "end": 4144, "loc": { "start": { "line": 130, "column": 63 }, "end": { "line": 150, "column": 1 } }, "body": [ { "type": "IfStatement", "start": 3456, "end": 4124, "loc": { "start": { "line": 131, "column": 4 }, "end": { "line": 148, "column": 5 } }, "test": { "type": "CallExpression", "start": 3460, "end": 3478, "loc": { "start": { "line": 131, "column": 8 }, "end": { "line": 131, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 3460, "end": 3473, "loc": { "start": { "line": 131, "column": 8 }, "end": { "line": 131, "column": 21 } }, "object": { "type": "Identifier", "start": 3460, "end": 3465, "loc": { "start": { "line": 131, "column": 8 }, "end": { "line": 131, "column": 13 }, "identifierName": "Array" }, "name": "Array" }, "property": { "type": "Identifier", "start": 3466, "end": 3473, "loc": { "start": { "line": 131, "column": 14 }, "end": { "line": 131, "column": 21 }, "identifierName": "isArray" }, "name": "isArray" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 3474, "end": 3477, "loc": { "start": { "line": 131, "column": 22 }, "end": { "line": 131, "column": 25 }, "identifierName": "obj" }, "name": "obj" } ] }, "consequent": { "type": "BlockStatement", "start": 3480, "end": 3671, "loc": { "start": { "line": 131, "column": 28 }, "end": { "line": 137, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 3491, "end": 3507, "loc": { "start": { "line": 132, "column": 8 }, "end": { "line": 132, "column": 24 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3495, "end": 3506, "loc": { "start": { "line": 132, "column": 12 }, "end": { "line": 132, "column": 23 } }, "id": { "type": "Identifier", "start": 3495, "end": 3501, "loc": { "start": { "line": 132, "column": 12 }, "end": { "line": 132, "column": 18 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "ArrayExpression", "start": 3504, "end": 3506, "loc": { "start": { "line": 132, "column": 21 }, "end": { "line": 132, "column": 23 } }, "elements": [] } } ], "kind": "let" }, { "type": "ForStatement", "start": 3517, "end": 3640, "loc": { "start": { "line": 133, "column": 8 }, "end": { "line": 135, "column": 9 } }, "init": { "type": "VariableDeclaration", "start": 3522, "end": 3531, "loc": { "start": { "line": 133, "column": 13 }, "end": { "line": 133, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3526, "end": 3531, "loc": { "start": { "line": 133, "column": 17 }, "end": { "line": 133, "column": 22 } }, "id": { "type": "Identifier", "start": 3526, "end": 3527, "loc": { "start": { "line": 133, "column": 17 }, "end": { "line": 133, "column": 18 }, "identifierName": "i" }, "name": "i" }, "init": { "type": "NumericLiteral", "start": 3530, "end": 3531, "loc": { "start": { "line": 133, "column": 21 }, "end": { "line": 133, "column": 22 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 } } ], "kind": "let" }, "test": { "type": "BinaryExpression", "start": 3533, "end": 3547, "loc": { "start": { "line": 133, "column": 24 }, "end": { "line": 133, "column": 38 } }, "left": { "type": "Identifier", "start": 3533, "end": 3534, "loc": { "start": { "line": 133, "column": 24 }, "end": { "line": 133, "column": 25 }, "identifierName": "i" }, "name": "i" }, "operator": "<", "right": { "type": "MemberExpression", "start": 3537, "end": 3547, "loc": { "start": { "line": 133, "column": 28 }, "end": { "line": 133, "column": 38 } }, "object": { "type": "Identifier", "start": 3537, "end": 3540, "loc": { "start": { "line": 133, "column": 28 }, "end": { "line": 133, "column": 31 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 3541, "end": 3547, "loc": { "start": { "line": 133, "column": 32 }, "end": { "line": 133, "column": 38 }, "identifierName": "length" }, "name": "length" }, "computed": false } }, "update": { "type": "UpdateExpression", "start": 3549, "end": 3552, "loc": { "start": { "line": 133, "column": 40 }, "end": { "line": 133, "column": 43 } }, "operator": "++", "prefix": true, "argument": { "type": "Identifier", "start": 3551, "end": 3552, "loc": { "start": { "line": 133, "column": 42 }, "end": { "line": 133, "column": 43 }, "identifierName": "i" }, "name": "i" }, "extra": { "parenthesizedArgument": false } }, "body": { "type": "BlockStatement", "start": 3554, "end": 3640, "loc": { "start": { "line": 133, "column": 45 }, "end": { "line": 135, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 3569, "end": 3629, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 72 } }, "expression": { "type": "CallExpression", "start": 3569, "end": 3628, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 71 } }, "callee": { "type": "MemberExpression", "start": 3569, "end": 3580, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 23 } }, "object": { "type": "Identifier", "start": 3569, "end": 3575, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 18 }, "identifierName": "result" }, "name": "result" }, "property": { "type": "Identifier", "start": 3576, "end": 3580, "loc": { "start": { "line": 134, "column": 19 }, "end": { "line": 134, "column": 23 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "CallExpression", "start": 3581, "end": 3627, "loc": { "start": { "line": 134, "column": 24 }, "end": { "line": 134, "column": 70 } }, "callee": { "type": "Identifier", "start": 3581, "end": 3605, "loc": { "start": { "line": 134, "column": 24 }, "end": { "line": 134, "column": 48 }, "identifierName": "decompressObjectInternal" }, "name": "decompressObjectInternal" }, "arguments": [ { "type": "MemberExpression", "start": 3606, "end": 3612, "loc": { "start": { "line": 134, "column": 49 }, "end": { "line": 134, "column": 55 } }, "object": { "type": "Identifier", "start": 3606, "end": 3609, "loc": { "start": { "line": 134, "column": 49 }, "end": { "line": 134, "column": 52 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 3610, "end": 3611, "loc": { "start": { "line": 134, "column": 53 }, "end": { "line": 134, "column": 54 }, "identifierName": "i" }, "name": "i" }, "computed": true }, { "type": "Identifier", "start": 3614, "end": 3618, "loc": { "start": { "line": 134, "column": 57 }, "end": { "line": 134, "column": 61 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 3620, "end": 3626, "loc": { "start": { "line": 134, "column": 63 }, "end": { "line": 134, "column": 69 }, "identifierName": "values" }, "name": "values" } ] } ] } } ], "directives": [] } }, { "type": "ReturnStatement", "start": 3650, "end": 3664, "loc": { "start": { "line": 136, "column": 8 }, "end": { "line": 136, "column": 22 } }, "argument": { "type": "Identifier", "start": 3657, "end": 3663, "loc": { "start": { "line": 136, "column": 15 }, "end": { "line": 136, "column": 21 }, "identifierName": "result" }, "name": "result" } } ], "directives": [] }, "alternate": { "type": "IfStatement", "start": 3677, "end": 4124, "loc": { "start": { "line": 137, "column": 11 }, "end": { "line": 148, "column": 5 } }, "test": { "type": "LogicalExpression", "start": 3681, "end": 3720, "loc": { "start": { "line": 137, "column": 15 }, "end": { "line": 137, "column": 54 } }, "left": { "type": "BinaryExpression", "start": 3681, "end": 3704, "loc": { "start": { "line": 137, "column": 15 }, "end": { "line": 137, "column": 38 } }, "left": { "type": "UnaryExpression", "start": 3681, "end": 3691, "loc": { "start": { "line": 137, "column": 15 }, "end": { "line": 137, "column": 25 } }, "operator": "typeof", "prefix": true, "argument": { "type": "Identifier", "start": 3688, "end": 3691, "loc": { "start": { "line": 137, "column": 22 }, "end": { "line": 137, "column": 25 }, "identifierName": "obj" }, "name": "obj" }, "extra": { "parenthesizedArgument": false } }, "operator": "===", "right": { "type": "StringLiteral", "start": 3696, "end": 3704, "loc": { "start": { "line": 137, "column": 30 }, "end": { "line": 137, "column": 38 } }, "extra": { "rawValue": "object", "raw": "\"object\"" }, "value": "object" } }, "operator": "&&", "right": { "type": "BinaryExpression", "start": 3708, "end": 3720, "loc": { "start": { "line": 137, "column": 42 }, "end": { "line": 137, "column": 54 } }, "left": { "type": "Identifier", "start": 3708, "end": 3711, "loc": { "start": { "line": 137, "column": 42 }, "end": { "line": 137, "column": 45 }, "identifierName": "obj" }, "name": "obj" }, "operator": "!==", "right": { "type": "NullLiteral", "start": 3716, "end": 3720, "loc": { "start": { "line": 137, "column": 50 }, "end": { "line": 137, "column": 54 } } } } }, "consequent": { "type": "BlockStatement", "start": 3722, "end": 3999, "loc": { "start": { "line": 137, "column": 56 }, "end": { "line": 145, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 3733, "end": 3749, "loc": { "start": { "line": 138, "column": 8 }, "end": { "line": 138, "column": 24 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3737, "end": 3748, "loc": { "start": { "line": 138, "column": 12 }, "end": { "line": 138, "column": 23 } }, "id": { "type": "Identifier", "start": 3737, "end": 3743, "loc": { "start": { "line": 138, "column": 12 }, "end": { "line": 138, "column": 18 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "ObjectExpression", "start": 3746, "end": 3748, "loc": { "start": { "line": 138, "column": 21 }, "end": { "line": 138, "column": 23 } }, "properties": [] } } ], "kind": "let" }, { "type": "ForInStatement", "start": 3759, "end": 3968, "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 143, "column": 9 } }, "left": { "type": "VariableDeclaration", "start": 3764, "end": 3773, "loc": { "start": { "line": 139, "column": 13 }, "end": { "line": 139, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3770, "end": 3773, "loc": { "start": { "line": 139, "column": 19 }, "end": { "line": 139, "column": 22 } }, "id": { "type": "Identifier", "start": 3770, "end": 3773, "loc": { "start": { "line": 139, "column": 19 }, "end": { "line": 139, "column": 22 }, "identifierName": "key" }, "name": "key" }, "init": null } ], "kind": "const" }, "right": { "type": "Identifier", "start": 3777, "end": 3780, "loc": { "start": { "line": 139, "column": 26 }, "end": { "line": 139, "column": 29 }, "identifierName": "obj" }, "name": "obj" }, "body": { "type": "BlockStatement", "start": 3782, "end": 3968, "loc": { "start": { "line": 139, "column": 31 }, "end": { "line": 143, "column": 9 } }, "body": [ { "type": "VariableDeclaration", "start": 3797, "end": 3834, "loc": { "start": { "line": 140, "column": 12 }, "end": { "line": 140, "column": 49 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3803, "end": 3833, "loc": { "start": { "line": 140, "column": 18 }, "end": { "line": 140, "column": 48 } }, "id": { "type": "Identifier", "start": 3803, "end": 3812, "loc": { "start": { "line": 140, "column": 18 }, "end": { "line": 140, "column": 27 }, "identifierName": "realIndex" }, "name": "realIndex" }, "init": { "type": "CallExpression", "start": 3815, "end": 3833, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 140, "column": 48 } }, "callee": { "type": "Identifier", "start": 3815, "end": 3828, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 140, "column": 43 }, "identifierName": "decompressInt" }, "name": "decompressInt" }, "arguments": [ { "type": "Identifier", "start": 3829, "end": 3832, "loc": { "start": { "line": 140, "column": 44 }, "end": { "line": 140, "column": 47 }, "identifierName": "key" }, "name": "key" } ] } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3848, "end": 3871, "loc": { "start": { "line": 141, "column": 12 }, "end": { "line": 141, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3854, "end": 3870, "loc": { "start": { "line": 141, "column": 18 }, "end": { "line": 141, "column": 34 } }, "id": { "type": "Identifier", "start": 3854, "end": 3859, "loc": { "start": { "line": 141, "column": 18 }, "end": { "line": 141, "column": 23 }, "identifierName": "value" }, "name": "value" }, "init": { "type": "MemberExpression", "start": 3862, "end": 3870, "loc": { "start": { "line": 141, "column": 26 }, "end": { "line": 141, "column": 34 } }, "object": { "type": "Identifier", "start": 3862, "end": 3865, "loc": { "start": { "line": 141, "column": 26 }, "end": { "line": 141, "column": 29 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 3866, "end": 3869, "loc": { "start": { "line": 141, "column": 30 }, "end": { "line": 141, "column": 33 }, "identifierName": "key" }, "name": "key" }, "computed": true } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 3885, "end": 3957, "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 84 } }, "expression": { "type": "AssignmentExpression", "start": 3885, "end": 3956, "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3885, "end": 3908, "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 35 } }, "object": { "type": "Identifier", "start": 3885, "end": 3891, "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 18 }, "identifierName": "result" }, "name": "result" }, "property": { "type": "MemberExpression", "start": 3892, "end": 3907, "loc": { "start": { "line": 142, "column": 19 }, "end": { "line": 142, "column": 34 } }, "object": { "type": "Identifier", "start": 3892, "end": 3896, "loc": { "start": { "line": 142, "column": 19 }, "end": { "line": 142, "column": 23 }, "identifierName": "keys" }, "name": "keys" }, "property": { "type": "Identifier", "start": 3897, "end": 3906, "loc": { "start": { "line": 142, "column": 24 }, "end": { "line": 142, "column": 33 }, "identifierName": "realIndex" }, "name": "realIndex" }, "computed": true }, "computed": true }, "right": { "type": "CallExpression", "start": 3911, "end": 3956, "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 142, "column": 83 } }, "callee": { "type": "Identifier", "start": 3911, "end": 3935, "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 142, "column": 62 }, "identifierName": "decompressObjectInternal" }, "name": "decompressObjectInternal" }, "arguments": [ { "type": "Identifier", "start": 3936, "end": 3941, "loc": { "start": { "line": 142, "column": 63 }, "end": { "line": 142, "column": 68 }, "identifierName": "value" }, "name": "value" }, { "type": "Identifier", "start": 3943, "end": 3947, "loc": { "start": { "line": 142, "column": 70 }, "end": { "line": 142, "column": 74 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 3949, "end": 3955, "loc": { "start": { "line": 142, "column": 76 }, "end": { "line": 142, "column": 82 }, "identifierName": "values" }, "name": "values" } ] } } } ], "directives": [] } }, { "type": "ReturnStatement", "start": 3978, "end": 3992, "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 22 } }, "argument": { "type": "Identifier", "start": 3985, "end": 3991, "loc": { "start": { "line": 144, "column": 15 }, "end": { "line": 144, "column": 21 }, "identifierName": "result" }, "name": "result" } } ], "directives": [] }, "alternate": { "type": "IfStatement", "start": 4005, "end": 4124, "loc": { "start": { "line": 145, "column": 11 }, "end": { "line": 148, "column": 5 } }, "test": { "type": "BinaryExpression", "start": 4009, "end": 4032, "loc": { "start": { "line": 145, "column": 15 }, "end": { "line": 145, "column": 38 } }, "left": { "type": "UnaryExpression", "start": 4009, "end": 4019, "loc": { "start": { "line": 145, "column": 15 }, "end": { "line": 145, "column": 25 } }, "operator": "typeof", "prefix": true, "argument": { "type": "Identifier", "start": 4016, "end": 4019, "loc": { "start": { "line": 145, "column": 22 }, "end": { "line": 145, "column": 25 }, "identifierName": "obj" }, "name": "obj" }, "extra": { "parenthesizedArgument": false } }, "operator": "===", "right": { "type": "StringLiteral", "start": 4024, "end": 4032, "loc": { "start": { "line": 145, "column": 30 }, "end": { "line": 145, "column": 38 } }, "extra": { "rawValue": "string", "raw": "\"string\"" }, "value": "string" } }, "consequent": { "type": "BlockStatement", "start": 4034, "end": 4124, "loc": { "start": { "line": 145, "column": 40 }, "end": { "line": 148, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 4045, "end": 4082, "loc": { "start": { "line": 146, "column": 8 }, "end": { "line": 146, "column": 45 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4051, "end": 4081, "loc": { "start": { "line": 146, "column": 14 }, "end": { "line": 146, "column": 44 } }, "id": { "type": "Identifier", "start": 4051, "end": 4060, "loc": { "start": { "line": 146, "column": 14 }, "end": { "line": 146, "column": 23 }, "identifierName": "realIndex" }, "name": "realIndex" }, "init": { "type": "CallExpression", "start": 4063, "end": 4081, "loc": { "start": { "line": 146, "column": 26 }, "end": { "line": 146, "column": 44 } }, "callee": { "type": "Identifier", "start": 4063, "end": 4076, "loc": { "start": { "line": 146, "column": 26 }, "end": { "line": 146, "column": 39 }, "identifierName": "decompressInt" }, "name": "decompressInt" }, "arguments": [ { "type": "Identifier", "start": 4077, "end": 4080, "loc": { "start": { "line": 146, "column": 40 }, "end": { "line": 146, "column": 43 }, "identifierName": "obj" }, "name": "obj" } ] } } ], "kind": "const" }, { "type": "ReturnStatement", "start": 4092, "end": 4117, "loc": { "start": { "line": 147, "column": 8 }, "end": { "line": 147, "column": 33 } }, "argument": { "type": "MemberExpression", "start": 4099, "end": 4116, "loc": { "start": { "line": 147, "column": 15 }, "end": { "line": 147, "column": 32 } }, "object": { "type": "Identifier", "start": 4099, "end": 4105, "loc": { "start": { "line": 147, "column": 15 }, "end": { "line": 147, "column": 21 }, "identifierName": "values" }, "name": "values" }, "property": { "type": "Identifier", "start": 4106, "end": 4115, "loc": { "start": { "line": 147, "column": 22 }, "end": { "line": 147, "column": 31 }, "identifierName": "realIndex" }, "name": "realIndex" }, "computed": true } } ], "directives": [] }, "alternate": null } } }, { "type": "ReturnStatement", "start": 4130, "end": 4141, "loc": { "start": { "line": 149, "column": 4 }, "end": { "line": 149, "column": 15 } }, "argument": { "type": "Identifier", "start": 4137, "end": 4140, "loc": { "start": { "line": 149, "column": 11 }, "end": { "line": 149, "column": 14 }, "identifierName": "obj" }, "name": "obj" } } ], "directives": [], "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n * @param {string[]} keys\r\n * @param {any[]} values\r\n * @returns {object}\r\n ", "start": 3277, "end": 3384, "loc": { "start": { "line": 124, "column": 0 }, "end": { "line": 129, "column": 3 } } } ], "trailingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 4148, "end": 4180, "loc": { "start": { "line": 152, "column": 0 }, "end": { "line": 154, "column": 3 } } } ] }, { "type": "ExportNamedDeclaration", "start": 4182, "end": 4461, "loc": { "start": { "line": 155, "column": 0 }, "end": { "line": 163, "column": 1 } }, "specifiers": [], "source": null, "declaration": { "type": "FunctionDeclaration", "start": 4189, "end": 4461, "loc": { "start": { "line": 155, "column": 7 }, "end": { "line": 163, "column": 1 } }, "id": { "type": "Identifier", "start": 4198, "end": 4214, "loc": { "start": { "line": 155, "column": 16 }, "end": { "line": 155, "column": 32 }, "identifierName": "decompressObject" }, "name": "decompressObject", "leadingComments": null }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4215, "end": 4218, "loc": { "start": { "line": 155, "column": 33 }, "end": { "line": 155, "column": 36 }, "identifierName": "obj" }, "name": "obj" } ], "body": { "type": "BlockStatement", "start": 4220, "end": 4461, "loc": { "start": { "line": 155, "column": 38 }, "end": { "line": 163, "column": 1 } }, "body": [ { "type": "IfStatement", "start": 4227, "end": 4441, "loc": { "start": { "line": 156, "column": 4 }, "end": { "line": 161, "column": 5 } }, "test": { "type": "LogicalExpression", "start": 4231, "end": 4265, "loc": { "start": { "line": 156, "column": 8 }, "end": { "line": 156, "column": 42 } }, "left": { "type": "LogicalExpression", "start": 4231, "end": 4253, "loc": { "start": { "line": 156, "column": 8 }, "end": { "line": 156, "column": 30 } }, "left": { "type": "MemberExpression", "start": 4231, "end": 4239, "loc": { "start": { "line": 156, "column": 8 }, "end": { "line": 156, "column": 16 } }, "object": { "type": "Identifier", "start": 4231, "end": 4234, "loc": { "start": { "line": 156, "column": 8 }, "end": { "line": 156, "column": 11 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4235, "end": 4239, "loc": { "start": { "line": 156, "column": 12 }, "end": { "line": 156, "column": 16 }, "identifierName": "keys" }, "name": "keys" }, "computed": false }, "operator": "&&", "right": { "type": "MemberExpression", "start": 4243, "end": 4253, "loc": { "start": { "line": 156, "column": 20 }, "end": { "line": 156, "column": 30 } }, "object": { "type": "Identifier", "start": 4243, "end": 4246, "loc": { "start": { "line": 156, "column": 20 }, "end": { "line": 156, "column": 23 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4247, "end": 4253, "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 156, "column": 30 }, "identifierName": "values" }, "name": "values" }, "computed": false } }, "operator": "&&", "right": { "type": "MemberExpression", "start": 4257, "end": 4265, "loc": { "start": { "line": 156, "column": 34 }, "end": { "line": 156, "column": 42 } }, "object": { "type": "Identifier", "start": 4257, "end": 4260, "loc": { "start": { "line": 156, "column": 34 }, "end": { "line": 156, "column": 37 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4261, "end": 4265, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 42 }, "identifierName": "data" }, "name": "data" }, "computed": false } }, "consequent": { "type": "BlockStatement", "start": 4267, "end": 4441, "loc": { "start": { "line": 156, "column": 44 }, "end": { "line": 161, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 4278, "end": 4300, "loc": { "start": { "line": 157, "column": 8 }, "end": { "line": 157, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4284, "end": 4299, "loc": { "start": { "line": 157, "column": 14 }, "end": { "line": 157, "column": 29 } }, "id": { "type": "Identifier", "start": 4284, "end": 4288, "loc": { "start": { "line": 157, "column": 14 }, "end": { "line": 157, "column": 18 }, "identifierName": "keys" }, "name": "keys" }, "init": { "type": "MemberExpression", "start": 4291, "end": 4299, "loc": { "start": { "line": 157, "column": 21 }, "end": { "line": 157, "column": 29 } }, "object": { "type": "Identifier", "start": 4291, "end": 4294, "loc": { "start": { "line": 157, "column": 21 }, "end": { "line": 157, "column": 24 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4295, "end": 4299, "loc": { "start": { "line": 157, "column": 25 }, "end": { "line": 157, "column": 29 }, "identifierName": "keys" }, "name": "keys" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4310, "end": 4336, "loc": { "start": { "line": 158, "column": 8 }, "end": { "line": 158, "column": 34 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4316, "end": 4335, "loc": { "start": { "line": 158, "column": 14 }, "end": { "line": 158, "column": 33 } }, "id": { "type": "Identifier", "start": 4316, "end": 4322, "loc": { "start": { "line": 158, "column": 14 }, "end": { "line": 158, "column": 20 }, "identifierName": "values" }, "name": "values" }, "init": { "type": "MemberExpression", "start": 4325, "end": 4335, "loc": { "start": { "line": 158, "column": 23 }, "end": { "line": 158, "column": 33 } }, "object": { "type": "Identifier", "start": 4325, "end": 4328, "loc": { "start": { "line": 158, "column": 23 }, "end": { "line": 158, "column": 26 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4329, "end": 4335, "loc": { "start": { "line": 158, "column": 27 }, "end": { "line": 158, "column": 33 }, "identifierName": "values" }, "name": "values" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4346, "end": 4410, "loc": { "start": { "line": 159, "column": 8 }, "end": { "line": 159, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4352, "end": 4409, "loc": { "start": { "line": 159, "column": 14 }, "end": { "line": 159, "column": 71 } }, "id": { "type": "Identifier", "start": 4352, "end": 4358, "loc": { "start": { "line": 159, "column": 14 }, "end": { "line": 159, "column": 20 }, "identifierName": "result" }, "name": "result" }, "init": { "type": "CallExpression", "start": 4361, "end": 4409, "loc": { "start": { "line": 159, "column": 23 }, "end": { "line": 159, "column": 71 } }, "callee": { "type": "Identifier", "start": 4361, "end": 4385, "loc": { "start": { "line": 159, "column": 23 }, "end": { "line": 159, "column": 47 }, "identifierName": "decompressObjectInternal" }, "name": "decompressObjectInternal" }, "arguments": [ { "type": "MemberExpression", "start": 4386, "end": 4394, "loc": { "start": { "line": 159, "column": 48 }, "end": { "line": 159, "column": 56 } }, "object": { "type": "Identifier", "start": 4386, "end": 4389, "loc": { "start": { "line": 159, "column": 48 }, "end": { "line": 159, "column": 51 }, "identifierName": "obj" }, "name": "obj" }, "property": { "type": "Identifier", "start": 4390, "end": 4394, "loc": { "start": { "line": 159, "column": 52 }, "end": { "line": 159, "column": 56 }, "identifierName": "data" }, "name": "data" }, "computed": false }, { "type": "Identifier", "start": 4396, "end": 4400, "loc": { "start": { "line": 159, "column": 58 }, "end": { "line": 159, "column": 62 }, "identifierName": "keys" }, "name": "keys" }, { "type": "Identifier", "start": 4402, "end": 4408, "loc": { "start": { "line": 159, "column": 64 }, "end": { "line": 159, "column": 70 }, "identifierName": "values" }, "name": "values" } ] } } ], "kind": "const" }, { "type": "ReturnStatement", "start": 4420, "end": 4434, "loc": { "start": { "line": 160, "column": 8 }, "end": { "line": 160, "column": 22 } }, "argument": { "type": "Identifier", "start": 4427, "end": 4433, "loc": { "start": { "line": 160, "column": 15 }, "end": { "line": 160, "column": 21 }, "identifierName": "result" }, "name": "result" } } ], "directives": [] }, "alternate": null }, { "type": "ReturnStatement", "start": 4447, "end": 4458, "loc": { "start": { "line": 162, "column": 4 }, "end": { "line": 162, "column": 15 } }, "argument": { "type": "Identifier", "start": 4454, "end": 4457, "loc": { "start": { "line": 162, "column": 11 }, "end": { "line": 162, "column": 14 }, "identifierName": "obj" }, "name": "obj" } } ], "directives": [] }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 4148, "end": 4180, "loc": { "start": { "line": 152, "column": 0 }, "end": { "line": 154, "column": 3 } } } ], "trailingComments": [] }, "leadingComments": [ { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 4148, "end": 4180, "loc": { "start": { "line": 152, "column": 0 }, "end": { "line": 154, "column": 3 } } } ] } ], "directives": [] }, "comments": [ { "type": "CommentBlock", "value": "*\r\n * Compresses an integer into a tight string representation\r\n * @param {number} i\r\n * @returns {string}\r\n ", "start": 234, "end": 347, "loc": { "start": { "line": 7, "column": 0 }, "end": { "line": 11, "column": 3 } } }, { "type": "CommentLine", "value": " Zero value breaks", "start": 380, "end": 400, "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 24 } } }, { "type": "CommentBlock", "value": "*\r\n * Decompresses an integer from its tight string representation\r\n * @param {string} s\r\n * @returns {number}\r\n ", "start": 689, "end": 806, "loc": { "start": { "line": 27, "column": 0 }, "end": { "line": 31, "column": 3 } } }, { "type": "CommentLine", "value": " Fixes zero value break fix from above", "start": 1087, "end": 1127, "loc": { "start": { "line": 41, "column": 4 }, "end": { "line": 41, "column": 44 } } }, { "type": "CommentLine", "value": " Sanity", "start": 1198, "end": 1207, "loc": { "start": { "line": 46, "column": 0 }, "end": { "line": 46, "column": 9 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {any} obj\r\n * @param {Map} keys\r\n * @param {Map} values\r\n * @returns {any[]|object|number|string}\r\n ", "start": 1623, "end": 1740, "loc": { "start": { "line": 62, "column": 0 }, "end": { "line": 67, "column": 3 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {Map} hashMap\r\n * @returns {Array}\r\n ", "start": 2720, "end": 2774, "loc": { "start": { "line": 98, "column": 0 }, "end": { "line": 101, "column": 3 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 2961, "end": 2993, "loc": { "start": { "line": 110, "column": 0 }, "end": { "line": 112, "column": 3 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n * @param {string[]} keys\r\n * @param {any[]} values\r\n * @returns {object}\r\n ", "start": 3277, "end": 3384, "loc": { "start": { "line": 124, "column": 0 }, "end": { "line": 129, "column": 3 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 4148, "end": 4180, "loc": { "start": { "line": 152, "column": 0 }, "end": { "line": 154, "column": 3 } } } ], "tokens": [ { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 0, "end": 5, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 6, "end": 13, "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 13 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 14, "end": 15, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "!#%&'()*+,-./:;<=>?@[]^_`{|}~¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿABCDEFGHIJKLMNOPQRSTUVWXYZ", "start": 21, "end": 169, "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 152 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 169, "end": 170, "loc": { "start": { "line": 2, "column": 152 }, "end": { "line": 2, "column": 153 } } }, { "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": 174, "end": 177, "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 4, "column": 3 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressionCache", "start": 178, "end": 194, "loc": { "start": { "line": 4, "column": 4 }, "end": { "line": 4, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 195, "end": 196, "loc": { "start": { "line": 4, "column": 21 }, "end": { "line": 4, "column": 22 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 197, "end": 198, "loc": { "start": { "line": 4, "column": 23 }, "end": { "line": 4, "column": 24 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 198, "end": 199, "loc": { "start": { "line": 4, "column": 24 }, "end": { "line": 4, "column": 25 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 199, "end": 200, "loc": { "start": { "line": 4, "column": 25 }, "end": { "line": 4, "column": 26 } } }, { "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": 202, "end": 205, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 3 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressionCache", "start": 206, "end": 224, "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 5, "column": 22 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 225, "end": 226, "loc": { "start": { "line": 5, "column": 23 }, "end": { "line": 5, "column": 24 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 227, "end": 228, "loc": { "start": { "line": 5, "column": 25 }, "end": { "line": 5, "column": 26 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 228, "end": 229, "loc": { "start": { "line": 5, "column": 26 }, "end": { "line": 5, "column": 27 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 229, "end": 230, "loc": { "start": { "line": 5, "column": 27 }, "end": { "line": 5, "column": 28 } } }, { "type": "CommentBlock", "value": "*\r\n * Compresses an integer into a tight string representation\r\n * @param {number} i\r\n * @returns {string}\r\n ", "start": 234, "end": 347, "loc": { "start": { "line": 7, "column": 0 }, "end": { "line": 11, "column": 3 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 349, "end": 357, "loc": { "start": { "line": 12, "column": 0 }, "end": { "line": 12, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 358, "end": 369, "loc": { "start": { "line": 12, "column": 9 }, "end": { "line": 12, "column": 20 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 369, "end": 370, "loc": { "start": { "line": 12, "column": 20 }, "end": { "line": 12, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 370, "end": 371, "loc": { "start": { "line": 12, "column": 21 }, "end": { "line": 12, "column": 22 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 371, "end": 372, "loc": { "start": { "line": 12, "column": 22 }, "end": { "line": 12, "column": 23 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 373, "end": 374, "loc": { "start": { "line": 12, "column": 24 }, "end": { "line": 12, "column": 25 } } }, { "type": "CommentLine", "value": " Zero value breaks", "start": 380, "end": 400, "loc": { "start": { "line": 13, "column": 4 }, "end": { "line": 13, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 406, "end": 407, "loc": { "start": { "line": 14, "column": 4 }, "end": { "line": 14, "column": 5 } } }, { "type": { "label": "_=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "+=", "start": 408, "end": 410, "loc": { "start": { "line": 14, "column": 6 }, "end": { "line": 14, "column": 8 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 1, "start": 411, "end": 412, "loc": { "start": { "line": 14, "column": 9 }, "end": { "line": 14, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 412, "end": 413, "loc": { "start": { "line": 14, "column": 10 }, "end": { "line": 14, "column": 11 } } }, { "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": 421, "end": 423, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 16, "column": 6 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 424, "end": 425, "loc": { "start": { "line": 16, "column": 7 }, "end": { "line": 16, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressionCache", "start": 425, "end": 441, "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 24 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 441, "end": 442, "loc": { "start": { "line": 16, "column": 24 }, "end": { "line": 16, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 442, "end": 443, "loc": { "start": { "line": 16, "column": 25 }, "end": { "line": 16, "column": 26 } } }, { "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": 16, "column": 26 }, "end": { "line": 16, "column": 27 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 444, "end": 445, "loc": { "start": { "line": 16, "column": 27 }, "end": { "line": 16, "column": 28 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 446, "end": 447, "loc": { "start": { "line": 16, "column": 29 }, "end": { "line": 16, "column": 30 } } }, { "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": 457, "end": 463, "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressionCache", "start": 464, "end": 480, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 31 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 480, "end": 481, "loc": { "start": { "line": 17, "column": 31 }, "end": { "line": 17, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 481, "end": 482, "loc": { "start": { "line": 17, "column": 32 }, "end": { "line": 17, "column": 33 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 482, "end": 483, "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 483, "end": 484, "loc": { "start": { "line": 17, "column": 34 }, "end": { "line": 17, "column": 35 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 490, "end": 491, "loc": { "start": { "line": 18, "column": 4 }, "end": { "line": 18, "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": 497, "end": 500, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 7 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 501, "end": 507, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 508, "end": 509, "loc": { "start": { "line": 19, "column": 15 }, "end": { "line": 19, "column": 16 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "", "start": 510, "end": 512, "loc": { "start": { "line": 19, "column": 17 }, "end": { "line": 19, "column": 19 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 512, "end": 513, "loc": { "start": { "line": 19, "column": 19 }, "end": { "line": 19, "column": 20 } } }, { "type": { "label": "do", "keyword": "do", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "do", "start": 519, "end": 521, "loc": { "start": { "line": 20, "column": 4 }, "end": { "line": 20, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 522, "end": 523, "loc": { "start": { "line": 20, "column": 7 }, "end": { "line": 20, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 533, "end": 539, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 14 } } }, { "type": { "label": "_=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "+=", "start": 540, "end": 542, "loc": { "start": { "line": 21, "column": 15 }, "end": { "line": 21, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 543, "end": 550, "loc": { "start": { "line": 21, "column": 18 }, "end": { "line": 21, "column": 25 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 550, "end": 551, "loc": { "start": { "line": 21, "column": 25 }, "end": { "line": 21, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 551, "end": 552, "loc": { "start": { "line": 21, "column": 26 }, "end": { "line": 21, "column": 27 } } }, { "type": { "label": "%", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 10, "updateContext": null }, "value": "%", "start": 553, "end": 554, "loc": { "start": { "line": 21, "column": 28 }, "end": { "line": 21, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 555, "end": 562, "loc": { "start": { "line": 21, "column": 30 }, "end": { "line": 21, "column": 37 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 562, "end": 563, "loc": { "start": { "line": 21, "column": 37 }, "end": { "line": 21, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 563, "end": 569, "loc": { "start": { "line": 21, "column": 38 }, "end": { "line": 21, "column": 44 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 569, "end": 570, "loc": { "start": { "line": 21, "column": 44 }, "end": { "line": 21, "column": 45 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 570, "end": 571, "loc": { "start": { "line": 21, "column": 45 }, "end": { "line": 21, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 581, "end": 582, "loc": { "start": { "line": 22, "column": 8 }, "end": { "line": 22, "column": 9 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 583, "end": 584, "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Math", "start": 585, "end": 589, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 589, "end": 590, "loc": { "start": { "line": 22, "column": 16 }, "end": { "line": 22, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "floor", "start": 590, "end": 595, "loc": { "start": { "line": 22, "column": 17 }, "end": { "line": 22, "column": 22 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 595, "end": 596, "loc": { "start": { "line": 22, "column": 22 }, "end": { "line": 22, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 596, "end": 597, "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 24 } } }, { "type": { "label": "/", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 10, "updateContext": null }, "value": "/", "start": 598, "end": 599, "loc": { "start": { "line": 22, "column": 25 }, "end": { "line": 22, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 600, "end": 607, "loc": { "start": { "line": 22, "column": 27 }, "end": { "line": 22, "column": 34 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 607, "end": 608, "loc": { "start": { "line": 22, "column": 34 }, "end": { "line": 22, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 608, "end": 614, "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 41 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 614, "end": 615, "loc": { "start": { "line": 22, "column": 41 }, "end": { "line": 22, "column": 42 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 615, "end": 616, "loc": { "start": { "line": 22, "column": 42 }, "end": { "line": 22, "column": 43 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 622, "end": 623, "loc": { "start": { "line": 23, "column": 4 }, "end": { "line": 23, "column": 5 } } }, { "type": { "label": "while", "keyword": "while", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "while", "start": 624, "end": 629, "loc": { "start": { "line": 23, "column": 6 }, "end": { "line": 23, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 630, "end": 631, "loc": { "start": { "line": 23, "column": 12 }, "end": { "line": 23, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 631, "end": 632, "loc": { "start": { "line": 23, "column": 13 }, "end": { "line": 23, "column": 14 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 633, "end": 634, "loc": { "start": { "line": 23, "column": 15 }, "end": { "line": 23, "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": 635, "end": 636, "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 18 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 636, "end": 637, "loc": { "start": { "line": 23, "column": 18 }, "end": { "line": 23, "column": 19 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 637, "end": 638, "loc": { "start": { "line": 23, "column": 19 }, "end": { "line": 23, "column": 20 } } }, { "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": 644, "end": 650, "loc": { "start": { "line": 24, "column": 4 }, "end": { "line": 24, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 651, "end": 652, "loc": { "start": { "line": 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": "compressionCache", "start": 652, "end": 668, "loc": { "start": { "line": 24, "column": 12 }, "end": { "line": 24, "column": 28 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 668, "end": 669, "loc": { "start": { "line": 24, "column": 28 }, "end": { "line": 24, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 669, "end": 670, "loc": { "start": { "line": 24, "column": 29 }, "end": { "line": 24, "column": 30 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 670, "end": 671, "loc": { "start": { "line": 24, "column": 30 }, "end": { "line": 24, "column": 31 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 672, "end": 673, "loc": { "start": { "line": 24, "column": 32 }, "end": { "line": 24, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 674, "end": 680, "loc": { "start": { "line": 24, "column": 34 }, "end": { "line": 24, "column": 40 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 680, "end": 681, "loc": { "start": { "line": 24, "column": 40 }, "end": { "line": 24, "column": 41 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 681, "end": 682, "loc": { "start": { "line": 24, "column": 41 }, "end": { "line": 24, "column": 42 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 684, "end": 685, "loc": { "start": { "line": 25, "column": 0 }, "end": { "line": 25, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * Decompresses an integer from its tight string representation\r\n * @param {string} s\r\n * @returns {number}\r\n ", "start": 689, "end": 806, "loc": { "start": { "line": 27, "column": 0 }, "end": { "line": 31, "column": 3 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 808, "end": 816, "loc": { "start": { "line": 32, "column": 0 }, "end": { "line": 32, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressInt", "start": 817, "end": 830, "loc": { "start": { "line": 32, "column": 9 }, "end": { "line": 32, "column": 22 } } }, { "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": 32, "column": 22 }, "end": { "line": 32, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 831, "end": 832, "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 832, "end": 833, "loc": { "start": { "line": 32, "column": 24 }, "end": { "line": 32, "column": 25 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 834, "end": 835, "loc": { "start": { "line": 32, "column": 26 }, "end": { "line": 32, "column": 27 } } }, { "type": { "label": "if", "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "if", "start": 841, "end": 843, "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 33, "column": 6 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 844, "end": 845, "loc": { "start": { "line": 33, "column": 7 }, "end": { "line": 33, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressionCache", "start": 845, "end": 863, "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 26 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 863, "end": 864, "loc": { "start": { "line": 33, "column": 26 }, "end": { "line": 33, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 864, "end": 865, "loc": { "start": { "line": 33, "column": 27 }, "end": { "line": 33, "column": 28 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 865, "end": 866, "loc": { "start": { "line": 33, "column": 28 }, "end": { "line": 33, "column": 29 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 866, "end": 867, "loc": { "start": { "line": 33, "column": 29 }, "end": { "line": 33, "column": 30 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 868, "end": 869, "loc": { "start": { "line": 33, "column": 31 }, "end": { "line": 33, "column": 32 } } }, { "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": 879, "end": 885, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressionCache", "start": 886, "end": 904, "loc": { "start": { "line": 34, "column": 15 }, "end": { "line": 34, "column": 33 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 904, "end": 905, "loc": { "start": { "line": 34, "column": 33 }, "end": { "line": 34, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 905, "end": 906, "loc": { "start": { "line": 34, "column": 34 }, "end": { "line": 34, "column": 35 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 906, "end": 907, "loc": { "start": { "line": 34, "column": 35 }, "end": { "line": 34, "column": 36 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 907, "end": 908, "loc": { "start": { "line": 34, "column": 36 }, "end": { "line": 34, "column": 37 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 914, "end": 915, "loc": { "start": { "line": 35, "column": 4 }, "end": { "line": 35, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 921, "end": 922, "loc": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 5 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 923, "end": 924, "loc": { "start": { "line": 36, "column": 6 }, "end": { "line": 36, "column": 7 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "", "start": 925, "end": 927, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 10 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 928, "end": 929, "loc": { "start": { "line": 36, "column": 11 }, "end": { "line": 36, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 930, "end": 931, "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 14 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 931, "end": 932, "loc": { "start": { "line": 36, "column": 14 }, "end": { "line": 36, "column": 15 } } }, { "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": 938, "end": 941, "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 7 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 942, "end": 948, "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 949, "end": 950, "loc": { "start": { "line": 37, "column": 15 }, "end": { "line": 37, "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": 951, "end": 952, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 952, "end": 953, "loc": { "start": { "line": 37, "column": 18 }, "end": { "line": 37, "column": 19 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 959, "end": 962, "loc": { "start": { "line": 38, "column": 4 }, "end": { "line": 38, "column": 7 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 963, "end": 964, "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 9 } } }, { "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": 964, "end": 967, "loc": { "start": { "line": 38, "column": 9 }, "end": { "line": 38, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 968, "end": 969, "loc": { "start": { "line": 38, "column": 13 }, "end": { "line": 38, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 970, "end": 971, "loc": { "start": { "line": 38, "column": 15 }, "end": { "line": 38, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 972, "end": 973, "loc": { "start": { "line": 38, "column": 17 }, "end": { "line": 38, "column": 18 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 973, "end": 974, "loc": { "start": { "line": 38, "column": 18 }, "end": { "line": 38, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 974, "end": 980, "loc": { "start": { "line": 38, "column": 19 }, "end": { "line": 38, "column": 25 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "-", "start": 981, "end": 982, "loc": { "start": { "line": 38, "column": 26 }, "end": { "line": 38, "column": 27 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 1, "start": 983, "end": 984, "loc": { "start": { "line": 38, "column": 28 }, "end": { "line": 38, "column": 29 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 984, "end": 985, "loc": { "start": { "line": 38, "column": 29 }, "end": { "line": 38, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 986, "end": 987, "loc": { "start": { "line": 38, "column": 31 }, "end": { "line": 38, "column": 32 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">=", "start": 988, "end": 990, "loc": { "start": { "line": 38, "column": 33 }, "end": { "line": 38, "column": 35 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 991, "end": 992, "loc": { "start": { "line": 38, "column": 36 }, "end": { "line": 38, "column": 37 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 992, "end": 993, "loc": { "start": { "line": 38, "column": 37 }, "end": { "line": 38, "column": 38 } } }, { "type": { "label": "++/--", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": true, "binop": null }, "value": "--", "start": 994, "end": 996, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 996, "end": 997, "loc": { "start": { "line": 38, "column": 41 }, "end": { "line": 38, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 997, "end": 998, "loc": { "start": { "line": 38, "column": 42 }, "end": { "line": 38, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 999, "end": 1000, "loc": { "start": { "line": 38, "column": 44 }, "end": { "line": 38, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1010, "end": 1016, "loc": { "start": { "line": 39, "column": 8 }, "end": { "line": 39, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1017, "end": 1018, "loc": { "start": { "line": 39, "column": 15 }, "end": { "line": 39, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1019, "end": 1025, "loc": { "start": { "line": 39, "column": 17 }, "end": { "line": 39, "column": 23 } } }, { "type": { "label": "*", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 10, "updateContext": null }, "value": "*", "start": 1026, "end": 1027, "loc": { "start": { "line": 39, "column": 24 }, "end": { "line": 39, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 1028, "end": 1035, "loc": { "start": { "line": 39, "column": 26 }, "end": { "line": 39, "column": 33 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1035, "end": 1036, "loc": { "start": { "line": 39, "column": 33 }, "end": { "line": 39, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 1036, "end": 1042, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 40 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1043, "end": 1044, "loc": { "start": { "line": 39, "column": 41 }, "end": { "line": 39, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charmap", "start": 1045, "end": 1052, "loc": { "start": { "line": 39, "column": 43 }, "end": { "line": 39, "column": 50 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1052, "end": 1053, "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "indexOf", "start": 1053, "end": 1060, "loc": { "start": { "line": 39, "column": 51 }, "end": { "line": 39, "column": 58 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1060, "end": 1061, "loc": { "start": { "line": 39, "column": 58 }, "end": { "line": 39, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 1061, "end": 1062, "loc": { "start": { "line": 39, "column": 59 }, "end": { "line": 39, "column": 60 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1062, "end": 1063, "loc": { "start": { "line": 39, "column": 60 }, "end": { "line": 39, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "charAt", "start": 1063, "end": 1069, "loc": { "start": { "line": 39, "column": 61 }, "end": { "line": 39, "column": 67 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1069, "end": 1070, "loc": { "start": { "line": 39, "column": 67 }, "end": { "line": 39, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1070, "end": 1071, "loc": { "start": { "line": 39, "column": 68 }, "end": { "line": 39, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1071, "end": 1072, "loc": { "start": { "line": 39, "column": 69 }, "end": { "line": 39, "column": 70 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1072, "end": 1073, "loc": { "start": { "line": 39, "column": 70 }, "end": { "line": 39, "column": 71 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1073, "end": 1074, "loc": { "start": { "line": 39, "column": 71 }, "end": { "line": 39, "column": 72 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1080, "end": 1081, "loc": { "start": { "line": 40, "column": 4 }, "end": { "line": 40, "column": 5 } } }, { "type": "CommentLine", "value": " Fixes zero value break fix from above", "start": 1087, "end": 1127, "loc": { "start": { "line": 41, "column": 4 }, "end": { "line": 41, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1133, "end": 1139, "loc": { "start": { "line": 42, "column": 4 }, "end": { "line": 42, "column": 10 } } }, { "type": { "label": "_=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "-=", "start": 1140, "end": 1142, "loc": { "start": { "line": 42, "column": 11 }, "end": { "line": 42, "column": 13 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 1, "start": 1143, "end": 1144, "loc": { "start": { "line": 42, "column": 14 }, "end": { "line": 42, "column": 15 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1144, "end": 1145, "loc": { "start": { "line": 42, "column": 15 }, "end": { "line": 42, "column": 16 } } }, { "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": 1151, "end": 1157, "loc": { "start": { "line": 43, "column": 4 }, "end": { "line": 43, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1158, "end": 1159, "loc": { "start": { "line": 43, "column": 11 }, "end": { "line": 43, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressionCache", "start": 1159, "end": 1177, "loc": { "start": { "line": 43, "column": 12 }, "end": { "line": 43, "column": 30 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1177, "end": 1178, "loc": { "start": { "line": 43, "column": 30 }, "end": { "line": 43, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "s", "start": 1178, "end": 1179, "loc": { "start": { "line": 43, "column": 31 }, "end": { "line": 43, "column": 32 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1179, "end": 1180, "loc": { "start": { "line": 43, "column": 32 }, "end": { "line": 43, "column": 33 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1181, "end": 1182, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1183, "end": 1189, "loc": { "start": { "line": 43, "column": 36 }, "end": { "line": 43, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1189, "end": 1190, "loc": { "start": { "line": 43, "column": 42 }, "end": { "line": 43, "column": 43 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1190, "end": 1191, "loc": { "start": { "line": 43, "column": 43 }, "end": { "line": 43, "column": 44 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1193, "end": 1194, "loc": { "start": { "line": 44, "column": 0 }, "end": { "line": 44, "column": 1 } } }, { "type": "CommentLine", "value": " Sanity", "start": 1198, "end": 1207, "loc": { "start": { "line": 46, "column": 0 }, "end": { "line": 46, "column": 9 } } }, { "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": 1209, "end": 1211, "loc": { "start": { "line": 47, "column": 0 }, "end": { "line": 47, "column": 2 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1212, "end": 1213, "loc": { "start": { "line": 47, "column": 3 }, "end": { "line": 47, "column": 4 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "G_IS_DEV", "start": 1213, "end": 1221, "loc": { "start": { "line": 47, "column": 4 }, "end": { "line": 47, "column": 12 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1221, "end": 1222, "loc": { "start": { "line": 47, "column": 12 }, "end": { "line": 47, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1223, "end": 1224, "loc": { "start": { "line": 47, "column": 14 }, "end": { "line": 47, "column": 15 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 1230, "end": 1233, "loc": { "start": { "line": 48, "column": 4 }, "end": { "line": 48, "column": 7 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1234, "end": 1235, "loc": { "start": { "line": 48, "column": 8 }, "end": { "line": 48, "column": 9 } } }, { "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": 1235, "end": 1238, "loc": { "start": { "line": 48, "column": 9 }, "end": { "line": 48, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1239, "end": 1240, "loc": { "start": { "line": 48, "column": 13 }, "end": { "line": 48, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1241, "end": 1242, "loc": { "start": { "line": 48, "column": 15 }, "end": { "line": 48, "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": 1243, "end": 1244, "loc": { "start": { "line": 48, "column": 17 }, "end": { "line": 48, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1244, "end": 1245, "loc": { "start": { "line": 48, "column": 18 }, "end": { "line": 48, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1246, "end": 1247, "loc": { "start": { "line": 48, "column": 20 }, "end": { "line": 48, "column": 21 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "<", "start": 1248, "end": 1249, "loc": { "start": { "line": 48, "column": 22 }, "end": { "line": 48, "column": 23 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 10000, "start": 1250, "end": 1255, "loc": { "start": { "line": 48, "column": 24 }, "end": { "line": 48, "column": 29 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1255, "end": 1256, "loc": { "start": { "line": 48, "column": 29 }, "end": { "line": 48, "column": 30 } } }, { "type": { "label": "++/--", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": true, "binop": null }, "value": "++", "start": 1257, "end": 1259, "loc": { "start": { "line": 48, "column": 31 }, "end": { "line": 48, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1259, "end": 1260, "loc": { "start": { "line": 48, "column": 33 }, "end": { "line": 48, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1260, "end": 1261, "loc": { "start": { "line": 48, "column": 34 }, "end": { "line": 48, "column": 35 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1262, "end": 1263, "loc": { "start": { "line": 48, "column": 36 }, "end": { "line": 48, "column": 37 } } }, { "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": 1273, "end": 1275, "loc": { "start": { "line": 49, "column": 8 }, "end": { "line": 49, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1276, "end": 1277, "loc": { "start": { "line": 49, "column": 11 }, "end": { "line": 49, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressInt", "start": 1277, "end": 1290, "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1290, "end": 1291, "loc": { "start": { "line": 49, "column": 25 }, "end": { "line": 49, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 1291, "end": 1302, "loc": { "start": { "line": 49, "column": 26 }, "end": { "line": 49, "column": 37 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1302, "end": 1303, "loc": { "start": { "line": 49, "column": 37 }, "end": { "line": 49, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1303, "end": 1304, "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 39 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1304, "end": 1305, "loc": { "start": { "line": 49, "column": 39 }, "end": { "line": 49, "column": 40 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1305, "end": 1306, "loc": { "start": { "line": 49, "column": 40 }, "end": { "line": 49, "column": 41 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "!==", "start": 1307, "end": 1310, "loc": { "start": { "line": 49, "column": 42 }, "end": { "line": 49, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1311, "end": 1312, "loc": { "start": { "line": 49, "column": 46 }, "end": { "line": 49, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1312, "end": 1313, "loc": { "start": { "line": 49, "column": 47 }, "end": { "line": 49, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1314, "end": 1315, "loc": { "start": { "line": 49, "column": 49 }, "end": { "line": 49, "column": 50 } } }, { "type": { "label": "throw", "keyword": "throw", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "throw", "start": 1329, "end": 1334, "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 50, "column": 17 } } }, { "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": 1335, "end": 1338, "loc": { "start": { "line": 50, "column": 18 }, "end": { "line": 50, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Error", "start": 1339, "end": 1344, "loc": { "start": { "line": 50, "column": 22 }, "end": { "line": 50, "column": 27 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1344, "end": 1345, "loc": { "start": { "line": 50, "column": 27 }, "end": { "line": 50, "column": 28 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Bad compression for: ", "start": 1363, "end": 1386, "loc": { "start": { "line": 51, "column": 16 }, "end": { "line": 51, "column": 39 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1387, "end": 1388, "loc": { "start": { "line": 51, "column": 40 }, "end": { "line": 51, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1410, "end": 1411, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 21 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1412, "end": 1413, "loc": { "start": { "line": 52, "column": 22 }, "end": { "line": 52, "column": 23 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": " compressed: ", "start": 1435, "end": 1450, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 35 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1451, "end": 1452, "loc": { "start": { "line": 53, "column": 36 }, "end": { "line": 53, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 1474, "end": 1485, "loc": { "start": { "line": 54, "column": 20 }, "end": { "line": 54, "column": 31 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1485, "end": 1486, "loc": { "start": { "line": 54, "column": 31 }, "end": { "line": 54, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1486, "end": 1487, "loc": { "start": { "line": 54, "column": 32 }, "end": { "line": 54, "column": 33 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1487, "end": 1488, "loc": { "start": { "line": 54, "column": 33 }, "end": { "line": 54, "column": 34 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1489, "end": 1490, "loc": { "start": { "line": 54, "column": 35 }, "end": { "line": 54, "column": 36 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": " decompressed: ", "start": 1512, "end": 1529, "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 37 } } }, { "type": { "label": "+/-", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": 9, "updateContext": null }, "value": "+", "start": 1530, "end": 1531, "loc": { "start": { "line": 55, "column": 38 }, "end": { "line": 55, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressInt", "start": 1553, "end": 1566, "loc": { "start": { "line": 56, "column": 20 }, "end": { "line": 56, "column": 33 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1566, "end": 1567, "loc": { "start": { "line": 56, "column": 33 }, "end": { "line": 56, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 1567, "end": 1578, "loc": { "start": { "line": 56, "column": 34 }, "end": { "line": 56, "column": 45 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1578, "end": 1579, "loc": { "start": { "line": 56, "column": 45 }, "end": { "line": 56, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1579, "end": 1580, "loc": { "start": { "line": 56, "column": 46 }, "end": { "line": 56, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1580, "end": 1581, "loc": { "start": { "line": 56, "column": 47 }, "end": { "line": 56, "column": 48 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1581, "end": 1582, "loc": { "start": { "line": 56, "column": 48 }, "end": { "line": 56, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1596, "end": 1597, "loc": { "start": { "line": 57, "column": 12 }, "end": { "line": 57, "column": 13 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1597, "end": 1598, "loc": { "start": { "line": 57, "column": 13 }, "end": { "line": 57, "column": 14 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1608, "end": 1609, "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 9 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1615, "end": 1616, "loc": { "start": { "line": 59, "column": 4 }, "end": { "line": 59, "column": 5 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1618, "end": 1619, "loc": { "start": { "line": 60, "column": 0 }, "end": { "line": 60, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {any} obj\r\n * @param {Map} keys\r\n * @param {Map} values\r\n * @returns {any[]|object|number|string}\r\n ", "start": 1623, "end": 1740, "loc": { "start": { "line": 62, "column": 0 }, "end": { "line": 67, "column": 3 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 1742, "end": 1750, "loc": { "start": { "line": 68, "column": 0 }, "end": { "line": 68, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressObjectInternal", "start": 1751, "end": 1773, "loc": { "start": { "line": 68, "column": 9 }, "end": { "line": 68, "column": 31 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1773, "end": 1774, "loc": { "start": { "line": 68, "column": 31 }, "end": { "line": 68, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 1774, "end": 1777, "loc": { "start": { "line": 68, "column": 32 }, "end": { "line": 68, "column": 35 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1777, "end": 1778, "loc": { "start": { "line": 68, "column": 35 }, "end": { "line": 68, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 1779, "end": 1783, "loc": { "start": { "line": 68, "column": 37 }, "end": { "line": 68, "column": 41 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1783, "end": 1784, "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 68, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 1785, "end": 1791, "loc": { "start": { "line": 68, "column": 43 }, "end": { "line": 68, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1791, "end": 1792, "loc": { "start": { "line": 68, "column": 49 }, "end": { "line": 68, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1793, "end": 1794, "loc": { "start": { "line": 68, "column": 51 }, "end": { "line": 68, "column": 52 } } }, { "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": 1800, "end": 1802, "loc": { "start": { "line": 69, "column": 4 }, "end": { "line": 69, "column": 6 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1803, "end": 1804, "loc": { "start": { "line": 69, "column": 7 }, "end": { "line": 69, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Array", "start": 1804, "end": 1809, "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 13 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1809, "end": 1810, "loc": { "start": { "line": 69, "column": 13 }, "end": { "line": 69, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "isArray", "start": 1810, "end": 1817, "loc": { "start": { "line": 69, "column": 14 }, "end": { "line": 69, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1817, "end": 1818, "loc": { "start": { "line": 69, "column": 21 }, "end": { "line": 69, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 1818, "end": 1821, "loc": { "start": { "line": 69, "column": 22 }, "end": { "line": 69, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1821, "end": 1822, "loc": { "start": { "line": 69, "column": 25 }, "end": { "line": 69, "column": 26 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1822, "end": 1823, "loc": { "start": { "line": 69, "column": 26 }, "end": { "line": 69, "column": 27 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1824, "end": 1825, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 29 } } }, { "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": 1835, "end": 1838, "loc": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1839, "end": 1845, "loc": { "start": { "line": 70, "column": 12 }, "end": { "line": 70, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1846, "end": 1847, "loc": { "start": { "line": 70, "column": 19 }, "end": { "line": 70, "column": 20 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1848, "end": 1849, "loc": { "start": { "line": 70, "column": 21 }, "end": { "line": 70, "column": 22 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1849, "end": 1850, "loc": { "start": { "line": 70, "column": 22 }, "end": { "line": 70, "column": 23 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1850, "end": 1851, "loc": { "start": { "line": 70, "column": 23 }, "end": { "line": 70, "column": 24 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 1861, "end": 1864, "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 71, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1865, "end": 1866, "loc": { "start": { "line": 71, "column": 12 }, "end": { "line": 71, "column": 13 } } }, { "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": 1866, "end": 1869, "loc": { "start": { "line": 71, "column": 13 }, "end": { "line": 71, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1870, "end": 1871, "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1872, "end": 1873, "loc": { "start": { "line": 71, "column": 19 }, "end": { "line": 71, "column": 20 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 1874, "end": 1875, "loc": { "start": { "line": 71, "column": 21 }, "end": { "line": 71, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1875, "end": 1876, "loc": { "start": { "line": 71, "column": 22 }, "end": { "line": 71, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1877, "end": 1878, "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 25 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "<", "start": 1879, "end": 1880, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 71, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 1881, "end": 1884, "loc": { "start": { "line": 71, "column": 28 }, "end": { "line": 71, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1884, "end": 1885, "loc": { "start": { "line": 71, "column": 31 }, "end": { "line": 71, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 1885, "end": 1891, "loc": { "start": { "line": 71, "column": 32 }, "end": { "line": 71, "column": 38 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1891, "end": 1892, "loc": { "start": { "line": 71, "column": 38 }, "end": { "line": 71, "column": 39 } } }, { "type": { "label": "++/--", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": true, "binop": null }, "value": "++", "start": 1893, "end": 1895, "loc": { "start": { "line": 71, "column": 40 }, "end": { "line": 71, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1895, "end": 1896, "loc": { "start": { "line": 71, "column": 42 }, "end": { "line": 71, "column": 43 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1896, "end": 1897, "loc": { "start": { "line": 71, "column": 43 }, "end": { "line": 71, "column": 44 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1898, "end": 1899, "loc": { "start": { "line": 71, "column": 45 }, "end": { "line": 71, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1913, "end": 1919, "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 18 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1919, "end": 1920, "loc": { "start": { "line": 72, "column": 18 }, "end": { "line": 72, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 1920, "end": 1924, "loc": { "start": { "line": 72, "column": 19 }, "end": { "line": 72, "column": 23 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1924, "end": 1925, "loc": { "start": { "line": 72, "column": 23 }, "end": { "line": 72, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressObjectInternal", "start": 1925, "end": 1947, "loc": { "start": { "line": 72, "column": 24 }, "end": { "line": 72, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1947, "end": 1948, "loc": { "start": { "line": 72, "column": 46 }, "end": { "line": 72, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 1948, "end": 1951, "loc": { "start": { "line": 72, "column": 47 }, "end": { "line": 72, "column": 50 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1951, "end": 1952, "loc": { "start": { "line": 72, "column": 50 }, "end": { "line": 72, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 1952, "end": 1953, "loc": { "start": { "line": 72, "column": 51 }, "end": { "line": 72, "column": 52 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1953, "end": 1954, "loc": { "start": { "line": 72, "column": 52 }, "end": { "line": 72, "column": 53 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1954, "end": 1955, "loc": { "start": { "line": 72, "column": 53 }, "end": { "line": 72, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 1956, "end": 1960, "loc": { "start": { "line": 72, "column": 55 }, "end": { "line": 72, "column": 59 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1960, "end": 1961, "loc": { "start": { "line": 72, "column": 59 }, "end": { "line": 72, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 1962, "end": 1968, "loc": { "start": { "line": 72, "column": 61 }, "end": { "line": 72, "column": 67 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1968, "end": 1969, "loc": { "start": { "line": 72, "column": 67 }, "end": { "line": 72, "column": 68 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1969, "end": 1970, "loc": { "start": { "line": 72, "column": 68 }, "end": { "line": 72, "column": 69 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1970, "end": 1971, "loc": { "start": { "line": 72, "column": 69 }, "end": { "line": 72, "column": 70 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1981, "end": 1982, "loc": { "start": { "line": 73, "column": 8 }, "end": { "line": 73, "column": 9 } } }, { "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": 1992, "end": 1998, "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 1999, "end": 2005, "loc": { "start": { "line": 74, "column": 15 }, "end": { "line": 74, "column": 21 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2005, "end": 2006, "loc": { "start": { "line": 74, "column": 21 }, "end": { "line": 74, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2012, "end": 2013, "loc": { "start": { "line": 75, "column": 4 }, "end": { "line": 75, "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": 2014, "end": 2018, "loc": { "start": { "line": 75, "column": 6 }, "end": { "line": 75, "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": 2019, "end": 2021, "loc": { "start": { "line": 75, "column": 11 }, "end": { "line": 75, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2022, "end": 2023, "loc": { "start": { "line": 75, "column": 14 }, "end": { "line": 75, "column": 15 } } }, { "type": { "label": "typeof", "keyword": "typeof", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "typeof", "start": 2023, "end": 2029, "loc": { "start": { "line": 75, "column": 15 }, "end": { "line": 75, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2030, "end": 2033, "loc": { "start": { "line": 75, "column": 22 }, "end": { "line": 75, "column": 25 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 2034, "end": 2037, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 29 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "object", "start": 2038, "end": 2046, "loc": { "start": { "line": 75, "column": 30 }, "end": { "line": 75, "column": 38 } } }, { "type": { "label": "&&", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 2, "updateContext": null }, "value": "&&", "start": 2047, "end": 2049, "loc": { "start": { "line": 75, "column": 39 }, "end": { "line": 75, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2050, "end": 2053, "loc": { "start": { "line": 75, "column": 42 }, "end": { "line": 75, "column": 45 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "!==", "start": 2054, "end": 2057, "loc": { "start": { "line": 75, "column": 46 }, "end": { "line": 75, "column": 49 } } }, { "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": 2058, "end": 2062, "loc": { "start": { "line": 75, "column": 50 }, "end": { "line": 75, "column": 54 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2062, "end": 2063, "loc": { "start": { "line": 75, "column": 54 }, "end": { "line": 75, "column": 55 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2064, "end": 2065, "loc": { "start": { "line": 75, "column": 56 }, "end": { "line": 75, "column": 57 } } }, { "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": 2075, "end": 2078, "loc": { "start": { "line": 76, "column": 8 }, "end": { "line": 76, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2079, "end": 2085, "loc": { "start": { "line": 76, "column": 12 }, "end": { "line": 76, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2086, "end": 2087, "loc": { "start": { "line": 76, "column": 19 }, "end": { "line": 76, "column": 20 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2088, "end": 2089, "loc": { "start": { "line": 76, "column": 21 }, "end": { "line": 76, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2089, "end": 2090, "loc": { "start": { "line": 76, "column": 22 }, "end": { "line": 76, "column": 23 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2090, "end": 2091, "loc": { "start": { "line": 76, "column": 23 }, "end": { "line": 76, "column": 24 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 2101, "end": 2104, "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2105, "end": 2106, "loc": { "start": { "line": 77, "column": 12 }, "end": { "line": 77, "column": 13 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 2106, "end": 2111, "loc": { "start": { "line": 77, "column": 13 }, "end": { "line": 77, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2112, "end": 2115, "loc": { "start": { "line": 77, "column": 19 }, "end": { "line": 77, "column": 22 } } }, { "type": { "label": "in", "keyword": "in", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "in", "start": 2116, "end": 2118, "loc": { "start": { "line": 77, "column": 23 }, "end": { "line": 77, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2119, "end": 2122, "loc": { "start": { "line": 77, "column": 26 }, "end": { "line": 77, "column": 29 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2122, "end": 2123, "loc": { "start": { "line": 77, "column": 29 }, "end": { "line": 77, "column": 30 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2124, "end": 2125, "loc": { "start": { "line": 77, "column": 31 }, "end": { "line": 77, "column": 32 } } }, { "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": 2139, "end": 2142, "loc": { "start": { "line": 78, "column": 12 }, "end": { "line": 78, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2143, "end": 2148, "loc": { "start": { "line": 78, "column": 16 }, "end": { "line": 78, "column": 21 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2149, "end": 2150, "loc": { "start": { "line": 78, "column": 22 }, "end": { "line": 78, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 2151, "end": 2155, "loc": { "start": { "line": 78, "column": 24 }, "end": { "line": 78, "column": 28 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2155, "end": 2156, "loc": { "start": { "line": 78, "column": 28 }, "end": { "line": 78, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "get", "start": 2156, "end": 2159, "loc": { "start": { "line": 78, "column": 29 }, "end": { "line": 78, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2159, "end": 2160, "loc": { "start": { "line": 78, "column": 32 }, "end": { "line": 78, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2160, "end": 2163, "loc": { "start": { "line": 78, "column": 33 }, "end": { "line": 78, "column": 36 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2163, "end": 2164, "loc": { "start": { "line": 78, "column": 36 }, "end": { "line": 78, "column": 37 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2164, "end": 2165, "loc": { "start": { "line": 78, "column": 37 }, "end": { "line": 78, "column": 38 } } }, { "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": 2179, "end": 2181, "loc": { "start": { "line": 79, "column": 12 }, "end": { "line": 79, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2182, "end": 2183, "loc": { "start": { "line": 79, "column": 15 }, "end": { "line": 79, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2183, "end": 2188, "loc": { "start": { "line": 79, "column": 16 }, "end": { "line": 79, "column": 21 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 2189, "end": 2192, "loc": { "start": { "line": 79, "column": 22 }, "end": { "line": 79, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "undefined", "start": 2193, "end": 2202, "loc": { "start": { "line": 79, "column": 26 }, "end": { "line": 79, "column": 35 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2202, "end": 2203, "loc": { "start": { "line": 79, "column": 35 }, "end": { "line": 79, "column": 36 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2204, "end": 2205, "loc": { "start": { "line": 79, "column": 37 }, "end": { "line": 79, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2223, "end": 2228, "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 21 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2229, "end": 2230, "loc": { "start": { "line": 80, "column": 22 }, "end": { "line": 80, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 2231, "end": 2235, "loc": { "start": { "line": 80, "column": 24 }, "end": { "line": 80, "column": 28 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2235, "end": 2236, "loc": { "start": { "line": 80, "column": 28 }, "end": { "line": 80, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "size", "start": 2236, "end": 2240, "loc": { "start": { "line": 80, "column": 29 }, "end": { "line": 80, "column": 33 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2240, "end": 2241, "loc": { "start": { "line": 80, "column": 33 }, "end": { "line": 80, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 2259, "end": 2263, "loc": { "start": { "line": 81, "column": 16 }, "end": { "line": 81, "column": 20 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2263, "end": 2264, "loc": { "start": { "line": 81, "column": 20 }, "end": { "line": 81, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "set", "start": 2264, "end": 2267, "loc": { "start": { "line": 81, "column": 21 }, "end": { "line": 81, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2267, "end": 2268, "loc": { "start": { "line": 81, "column": 24 }, "end": { "line": 81, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2268, "end": 2271, "loc": { "start": { "line": 81, "column": 25 }, "end": { "line": 81, "column": 28 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2271, "end": 2272, "loc": { "start": { "line": 81, "column": 28 }, "end": { "line": 81, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2273, "end": 2278, "loc": { "start": { "line": 81, "column": 30 }, "end": { "line": 81, "column": 35 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2278, "end": 2279, "loc": { "start": { "line": 81, "column": 35 }, "end": { "line": 81, "column": 36 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2279, "end": 2280, "loc": { "start": { "line": 81, "column": 36 }, "end": { "line": 81, "column": 37 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2294, "end": 2295, "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 13 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 2309, "end": 2314, "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 83, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "value", "start": 2315, "end": 2320, "loc": { "start": { "line": 83, "column": 18 }, "end": { "line": 83, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2321, "end": 2322, "loc": { "start": { "line": 83, "column": 24 }, "end": { "line": 83, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2323, "end": 2326, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 83, "column": 29 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2326, "end": 2327, "loc": { "start": { "line": 83, "column": 29 }, "end": { "line": 83, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2327, "end": 2330, "loc": { "start": { "line": 83, "column": 30 }, "end": { "line": 83, "column": 33 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2330, "end": 2331, "loc": { "start": { "line": 83, "column": 33 }, "end": { "line": 83, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2331, "end": 2332, "loc": { "start": { "line": 83, "column": 34 }, "end": { "line": 83, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2346, "end": 2352, "loc": { "start": { "line": 84, "column": 12 }, "end": { "line": 84, "column": 18 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2352, "end": 2353, "loc": { "start": { "line": 84, "column": 18 }, "end": { "line": 84, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 2353, "end": 2364, "loc": { "start": { "line": 84, "column": 19 }, "end": { "line": 84, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2364, "end": 2365, "loc": { "start": { "line": 84, "column": 30 }, "end": { "line": 84, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2365, "end": 2370, "loc": { "start": { "line": 84, "column": 31 }, "end": { "line": 84, "column": 36 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2370, "end": 2371, "loc": { "start": { "line": 84, "column": 36 }, "end": { "line": 84, "column": 37 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2371, "end": 2372, "loc": { "start": { "line": 84, "column": 37 }, "end": { "line": 84, "column": 38 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2373, "end": 2374, "loc": { "start": { "line": 84, "column": 39 }, "end": { "line": 84, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressObjectInternal", "start": 2375, "end": 2397, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 63 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2397, "end": 2398, "loc": { "start": { "line": 84, "column": 63 }, "end": { "line": 84, "column": 64 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "value", "start": 2398, "end": 2403, "loc": { "start": { "line": 84, "column": 64 }, "end": { "line": 84, "column": 69 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2403, "end": 2404, "loc": { "start": { "line": 84, "column": 69 }, "end": { "line": 84, "column": 70 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 2405, "end": 2409, "loc": { "start": { "line": 84, "column": 71 }, "end": { "line": 84, "column": 75 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2409, "end": 2410, "loc": { "start": { "line": 84, "column": 75 }, "end": { "line": 84, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 2411, "end": 2417, "loc": { "start": { "line": 84, "column": 77 }, "end": { "line": 84, "column": 83 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2417, "end": 2418, "loc": { "start": { "line": 84, "column": 83 }, "end": { "line": 84, "column": 84 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2418, "end": 2419, "loc": { "start": { "line": 84, "column": 84 }, "end": { "line": 84, "column": 85 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2429, "end": 2430, "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 85, "column": 9 } } }, { "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": 2440, "end": 2446, "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2447, "end": 2453, "loc": { "start": { "line": 86, "column": 15 }, "end": { "line": 86, "column": 21 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2453, "end": 2454, "loc": { "start": { "line": 86, "column": 21 }, "end": { "line": 86, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2460, "end": 2461, "loc": { "start": { "line": 87, "column": 4 }, "end": { "line": 87, "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": 2462, "end": 2466, "loc": { "start": { "line": 87, "column": 6 }, "end": { "line": 87, "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": 2467, "end": 2469, "loc": { "start": { "line": 87, "column": 11 }, "end": { "line": 87, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2470, "end": 2471, "loc": { "start": { "line": 87, "column": 14 }, "end": { "line": 87, "column": 15 } } }, { "type": { "label": "typeof", "keyword": "typeof", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "typeof", "start": 2471, "end": 2477, "loc": { "start": { "line": 87, "column": 15 }, "end": { "line": 87, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2478, "end": 2481, "loc": { "start": { "line": 87, "column": 22 }, "end": { "line": 87, "column": 25 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 2482, "end": 2485, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 29 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "string", "start": 2486, "end": 2494, "loc": { "start": { "line": 87, "column": 30 }, "end": { "line": 87, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2494, "end": 2495, "loc": { "start": { "line": 87, "column": 38 }, "end": { "line": 87, "column": 39 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2496, "end": 2497, "loc": { "start": { "line": 87, "column": 40 }, "end": { "line": 87, "column": 41 } } }, { "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": 2507, "end": 2510, "loc": { "start": { "line": 88, "column": 8 }, "end": { "line": 88, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2511, "end": 2516, "loc": { "start": { "line": 88, "column": 12 }, "end": { "line": 88, "column": 17 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2517, "end": 2518, "loc": { "start": { "line": 88, "column": 18 }, "end": { "line": 88, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 2519, "end": 2525, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2525, "end": 2526, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "get", "start": 2526, "end": 2529, "loc": { "start": { "line": 88, "column": 27 }, "end": { "line": 88, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2529, "end": 2530, "loc": { "start": { "line": 88, "column": 30 }, "end": { "line": 88, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2530, "end": 2533, "loc": { "start": { "line": 88, "column": 31 }, "end": { "line": 88, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2533, "end": 2534, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 35 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2534, "end": 2535, "loc": { "start": { "line": 88, "column": 35 }, "end": { "line": 88, "column": 36 } } }, { "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": 2545, "end": 2547, "loc": { "start": { "line": 89, "column": 8 }, "end": { "line": 89, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2548, "end": 2549, "loc": { "start": { "line": 89, "column": 11 }, "end": { "line": 89, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2549, "end": 2554, "loc": { "start": { "line": 89, "column": 12 }, "end": { "line": 89, "column": 17 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 2555, "end": 2558, "loc": { "start": { "line": 89, "column": 18 }, "end": { "line": 89, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "undefined", "start": 2559, "end": 2568, "loc": { "start": { "line": 89, "column": 22 }, "end": { "line": 89, "column": 31 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2568, "end": 2569, "loc": { "start": { "line": 89, "column": 31 }, "end": { "line": 89, "column": 32 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2570, "end": 2571, "loc": { "start": { "line": 89, "column": 33 }, "end": { "line": 89, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2585, "end": 2590, "loc": { "start": { "line": 90, "column": 12 }, "end": { "line": 90, "column": 17 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2591, "end": 2592, "loc": { "start": { "line": 90, "column": 18 }, "end": { "line": 90, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 2593, "end": 2599, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2599, "end": 2600, "loc": { "start": { "line": 90, "column": 26 }, "end": { "line": 90, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "size", "start": 2600, "end": 2604, "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 31 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2604, "end": 2605, "loc": { "start": { "line": 90, "column": 31 }, "end": { "line": 90, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 2619, "end": 2625, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 18 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2625, "end": 2626, "loc": { "start": { "line": 91, "column": 18 }, "end": { "line": 91, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "set", "start": 2626, "end": 2629, "loc": { "start": { "line": 91, "column": 19 }, "end": { "line": 91, "column": 22 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2629, "end": 2630, "loc": { "start": { "line": 91, "column": 22 }, "end": { "line": 91, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2630, "end": 2633, "loc": { "start": { "line": 91, "column": 23 }, "end": { "line": 91, "column": 26 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2633, "end": 2634, "loc": { "start": { "line": 91, "column": 26 }, "end": { "line": 91, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2635, "end": 2640, "loc": { "start": { "line": 91, "column": 28 }, "end": { "line": 91, "column": 33 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2640, "end": 2641, "loc": { "start": { "line": 91, "column": 33 }, "end": { "line": 91, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2641, "end": 2642, "loc": { "start": { "line": 91, "column": 34 }, "end": { "line": 91, "column": 35 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2652, "end": 2653, "loc": { "start": { "line": 92, "column": 8 }, "end": { "line": 92, "column": 9 } } }, { "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": 2663, "end": 2669, "loc": { "start": { "line": 93, "column": 8 }, "end": { "line": 93, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressInt", "start": 2670, "end": 2681, "loc": { "start": { "line": 93, "column": 15 }, "end": { "line": 93, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2681, "end": 2682, "loc": { "start": { "line": 93, "column": 26 }, "end": { "line": 93, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2682, "end": 2687, "loc": { "start": { "line": 93, "column": 27 }, "end": { "line": 93, "column": 32 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2687, "end": 2688, "loc": { "start": { "line": 93, "column": 32 }, "end": { "line": 93, "column": 33 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2688, "end": 2689, "loc": { "start": { "line": 93, "column": 33 }, "end": { "line": 93, "column": 34 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2695, "end": 2696, "loc": { "start": { "line": 94, "column": 4 }, "end": { "line": 94, "column": 5 } } }, { "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": 2702, "end": 2708, "loc": { "start": { "line": 95, "column": 4 }, "end": { "line": 95, "column": 10 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 2709, "end": 2712, "loc": { "start": { "line": 95, "column": 11 }, "end": { "line": 95, "column": 14 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2712, "end": 2713, "loc": { "start": { "line": 95, "column": 14 }, "end": { "line": 95, "column": 15 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2715, "end": 2716, "loc": { "start": { "line": 96, "column": 0 }, "end": { "line": 96, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {Map} hashMap\r\n * @returns {Array}\r\n ", "start": 2720, "end": 2774, "loc": { "start": { "line": 98, "column": 0 }, "end": { "line": 101, "column": 3 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 2776, "end": 2784, "loc": { "start": { "line": 102, "column": 0 }, "end": { "line": 102, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "indexMapToArray", "start": 2785, "end": 2800, "loc": { "start": { "line": 102, "column": 9 }, "end": { "line": 102, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2800, "end": 2801, "loc": { "start": { "line": 102, "column": 24 }, "end": { "line": 102, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "hashMap", "start": 2801, "end": 2808, "loc": { "start": { "line": 102, "column": 25 }, "end": { "line": 102, "column": 32 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2808, "end": 2809, "loc": { "start": { "line": 102, "column": 32 }, "end": { "line": 102, "column": 33 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2810, "end": 2811, "loc": { "start": { "line": 102, "column": 34 }, "end": { "line": 102, "column": 35 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 2817, "end": 2822, "loc": { "start": { "line": 103, "column": 4 }, "end": { "line": 103, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2823, "end": 2829, "loc": { "start": { "line": 103, "column": 10 }, "end": { "line": 103, "column": 16 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2830, "end": 2831, "loc": { "start": { "line": 103, "column": 17 }, "end": { "line": 103, "column": 18 } } }, { "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": 2832, "end": 2835, "loc": { "start": { "line": 103, "column": 19 }, "end": { "line": 103, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Array", "start": 2836, "end": 2841, "loc": { "start": { "line": 103, "column": 23 }, "end": { "line": 103, "column": 28 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2841, "end": 2842, "loc": { "start": { "line": 103, "column": 28 }, "end": { "line": 103, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "hashMap", "start": 2842, "end": 2849, "loc": { "start": { "line": 103, "column": 29 }, "end": { "line": 103, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2849, "end": 2850, "loc": { "start": { "line": 103, "column": 36 }, "end": { "line": 103, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "size", "start": 2850, "end": 2854, "loc": { "start": { "line": 103, "column": 37 }, "end": { "line": 103, "column": 41 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2854, "end": 2855, "loc": { "start": { "line": 103, "column": 41 }, "end": { "line": 103, "column": 42 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2855, "end": 2856, "loc": { "start": { "line": 103, "column": 42 }, "end": { "line": 103, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "hashMap", "start": 2862, "end": 2869, "loc": { "start": { "line": 104, "column": 4 }, "end": { "line": 104, "column": 11 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2869, "end": 2870, "loc": { "start": { "line": 104, "column": 11 }, "end": { "line": 104, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "forEach", "start": 2870, "end": 2877, "loc": { "start": { "line": 104, "column": 12 }, "end": { "line": 104, "column": 19 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2877, "end": 2878, "loc": { "start": { "line": 104, "column": 19 }, "end": { "line": 104, "column": 20 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2878, "end": 2879, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 104, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2879, "end": 2884, "loc": { "start": { "line": 104, "column": 21 }, "end": { "line": 104, "column": 26 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2884, "end": 2885, "loc": { "start": { "line": 104, "column": 26 }, "end": { "line": 104, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2886, "end": 2889, "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 31 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2889, "end": 2890, "loc": { "start": { "line": 104, "column": 31 }, "end": { "line": 104, "column": 32 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2891, "end": 2893, "loc": { "start": { "line": 104, "column": 33 }, "end": { "line": 104, "column": 35 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2894, "end": 2895, "loc": { "start": { "line": 104, "column": 36 }, "end": { "line": 104, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2905, "end": 2911, "loc": { "start": { "line": 105, "column": 8 }, "end": { "line": 105, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2911, "end": 2912, "loc": { "start": { "line": 105, "column": 14 }, "end": { "line": 105, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "index", "start": 2912, "end": 2917, "loc": { "start": { "line": 105, "column": 15 }, "end": { "line": 105, "column": 20 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2917, "end": 2918, "loc": { "start": { "line": 105, "column": 20 }, "end": { "line": 105, "column": 21 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2919, "end": 2920, "loc": { "start": { "line": 105, "column": 22 }, "end": { "line": 105, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 2921, "end": 2924, "loc": { "start": { "line": 105, "column": 24 }, "end": { "line": 105, "column": 27 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2924, "end": 2925, "loc": { "start": { "line": 105, "column": 27 }, "end": { "line": 105, "column": 28 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2931, "end": 2932, "loc": { "start": { "line": 106, "column": 4 }, "end": { "line": 106, "column": 5 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2932, "end": 2933, "loc": { "start": { "line": 106, "column": 5 }, "end": { "line": 106, "column": 6 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2933, "end": 2934, "loc": { "start": { "line": 106, "column": 6 }, "end": { "line": 106, "column": 7 } } }, { "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": 2940, "end": 2946, "loc": { "start": { "line": 107, "column": 4 }, "end": { "line": 107, "column": 10 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 2947, "end": 2953, "loc": { "start": { "line": 107, "column": 11 }, "end": { "line": 107, "column": 17 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2953, "end": 2954, "loc": { "start": { "line": 107, "column": 17 }, "end": { "line": 107, "column": 18 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2956, "end": 2957, "loc": { "start": { "line": 108, "column": 0 }, "end": { "line": 108, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 2961, "end": 2993, "loc": { "start": { "line": 110, "column": 0 }, "end": { "line": 112, "column": 3 } } }, { "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": 2995, "end": 3001, "loc": { "start": { "line": 113, "column": 0 }, "end": { "line": 113, "column": 6 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 3002, "end": 3010, "loc": { "start": { "line": 113, "column": 7 }, "end": { "line": 113, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressObject", "start": 3011, "end": 3025, "loc": { "start": { "line": 113, "column": 16 }, "end": { "line": 113, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3025, "end": 3026, "loc": { "start": { "line": 113, "column": 30 }, "end": { "line": 113, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3026, "end": 3029, "loc": { "start": { "line": 113, "column": 31 }, "end": { "line": 113, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3029, "end": 3030, "loc": { "start": { "line": 113, "column": 34 }, "end": { "line": 113, "column": 35 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3031, "end": 3032, "loc": { "start": { "line": 113, "column": 36 }, "end": { "line": 113, "column": 37 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3038, "end": 3043, "loc": { "start": { "line": 114, "column": 4 }, "end": { "line": 114, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3044, "end": 3048, "loc": { "start": { "line": 114, "column": 10 }, "end": { "line": 114, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3049, "end": 3050, "loc": { "start": { "line": 114, "column": 15 }, "end": { "line": 114, "column": 16 } } }, { "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": 3051, "end": 3054, "loc": { "start": { "line": 114, "column": 17 }, "end": { "line": 114, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Map", "start": 3055, "end": 3058, "loc": { "start": { "line": 114, "column": 21 }, "end": { "line": 114, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3058, "end": 3059, "loc": { "start": { "line": 114, "column": 24 }, "end": { "line": 114, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3059, "end": 3060, "loc": { "start": { "line": 114, "column": 25 }, "end": { "line": 114, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3060, "end": 3061, "loc": { "start": { "line": 114, "column": 26 }, "end": { "line": 114, "column": 27 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3067, "end": 3072, "loc": { "start": { "line": 115, "column": 4 }, "end": { "line": 115, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3073, "end": 3079, "loc": { "start": { "line": 115, "column": 10 }, "end": { "line": 115, "column": 16 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3080, "end": 3081, "loc": { "start": { "line": 115, "column": 17 }, "end": { "line": 115, "column": 18 } } }, { "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": 3082, "end": 3085, "loc": { "start": { "line": 115, "column": 19 }, "end": { "line": 115, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Map", "start": 3086, "end": 3089, "loc": { "start": { "line": 115, "column": 23 }, "end": { "line": 115, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3089, "end": 3090, "loc": { "start": { "line": 115, "column": 26 }, "end": { "line": 115, "column": 27 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3090, "end": 3091, "loc": { "start": { "line": 115, "column": 27 }, "end": { "line": 115, "column": 28 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3091, "end": 3092, "loc": { "start": { "line": 115, "column": 28 }, "end": { "line": 115, "column": 29 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3098, "end": 3103, "loc": { "start": { "line": 116, "column": 4 }, "end": { "line": 116, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "data", "start": 3104, "end": 3108, "loc": { "start": { "line": 116, "column": 10 }, "end": { "line": 116, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3109, "end": 3110, "loc": { "start": { "line": 116, "column": 15 }, "end": { "line": 116, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "compressObjectInternal", "start": 3111, "end": 3133, "loc": { "start": { "line": 116, "column": 17 }, "end": { "line": 116, "column": 39 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3133, "end": 3134, "loc": { "start": { "line": 116, "column": 39 }, "end": { "line": 116, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3134, "end": 3137, "loc": { "start": { "line": 116, "column": 40 }, "end": { "line": 116, "column": 43 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3137, "end": 3138, "loc": { "start": { "line": 116, "column": 43 }, "end": { "line": 116, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3139, "end": 3143, "loc": { "start": { "line": 116, "column": 45 }, "end": { "line": 116, "column": 49 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3143, "end": 3144, "loc": { "start": { "line": 116, "column": 49 }, "end": { "line": 116, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3145, "end": 3151, "loc": { "start": { "line": 116, "column": 51 }, "end": { "line": 116, "column": 57 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3151, "end": 3152, "loc": { "start": { "line": 116, "column": 57 }, "end": { "line": 116, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3152, "end": 3153, "loc": { "start": { "line": 116, "column": 58 }, "end": { "line": 116, "column": 59 } } }, { "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": 3159, "end": 3165, "loc": { "start": { "line": 117, "column": 4 }, "end": { "line": 117, "column": 10 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3166, "end": 3167, "loc": { "start": { "line": 117, "column": 11 }, "end": { "line": 117, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3177, "end": 3181, "loc": { "start": { "line": 118, "column": 8 }, "end": { "line": 118, "column": 12 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3181, "end": 3182, "loc": { "start": { "line": 118, "column": 12 }, "end": { "line": 118, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "indexMapToArray", "start": 3183, "end": 3198, "loc": { "start": { "line": 118, "column": 14 }, "end": { "line": 118, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3198, "end": 3199, "loc": { "start": { "line": 118, "column": 29 }, "end": { "line": 118, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3199, "end": 3203, "loc": { "start": { "line": 118, "column": 30 }, "end": { "line": 118, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3203, "end": 3204, "loc": { "start": { "line": 118, "column": 34 }, "end": { "line": 118, "column": 35 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3204, "end": 3205, "loc": { "start": { "line": 118, "column": 35 }, "end": { "line": 118, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3215, "end": 3221, "loc": { "start": { "line": 119, "column": 8 }, "end": { "line": 119, "column": 14 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3221, "end": 3222, "loc": { "start": { "line": 119, "column": 14 }, "end": { "line": 119, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "indexMapToArray", "start": 3223, "end": 3238, "loc": { "start": { "line": 119, "column": 16 }, "end": { "line": 119, "column": 31 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3238, "end": 3239, "loc": { "start": { "line": 119, "column": 31 }, "end": { "line": 119, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3239, "end": 3245, "loc": { "start": { "line": 119, "column": 32 }, "end": { "line": 119, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3245, "end": 3246, "loc": { "start": { "line": 119, "column": 38 }, "end": { "line": 119, "column": 39 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3246, "end": 3247, "loc": { "start": { "line": 119, "column": 39 }, "end": { "line": 119, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "data", "start": 3257, "end": 3261, "loc": { "start": { "line": 120, "column": 8 }, "end": { "line": 120, "column": 12 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3261, "end": 3262, "loc": { "start": { "line": 120, "column": 12 }, "end": { "line": 120, "column": 13 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3268, "end": 3269, "loc": { "start": { "line": 121, "column": 4 }, "end": { "line": 121, "column": 5 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3269, "end": 3270, "loc": { "start": { "line": 121, "column": 5 }, "end": { "line": 121, "column": 6 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3272, "end": 3273, "loc": { "start": { "line": 122, "column": 0 }, "end": { "line": 122, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n * @param {string[]} keys\r\n * @param {any[]} values\r\n * @returns {object}\r\n ", "start": 3277, "end": 3384, "loc": { "start": { "line": 124, "column": 0 }, "end": { "line": 129, "column": 3 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 3386, "end": 3394, "loc": { "start": { "line": 130, "column": 0 }, "end": { "line": 130, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressObjectInternal", "start": 3395, "end": 3419, "loc": { "start": { "line": 130, "column": 9 }, "end": { "line": 130, "column": 33 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3419, "end": 3420, "loc": { "start": { "line": 130, "column": 33 }, "end": { "line": 130, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3420, "end": 3423, "loc": { "start": { "line": 130, "column": 34 }, "end": { "line": 130, "column": 37 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3423, "end": 3424, "loc": { "start": { "line": 130, "column": 37 }, "end": { "line": 130, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3425, "end": 3429, "loc": { "start": { "line": 130, "column": 39 }, "end": { "line": 130, "column": 43 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3430, "end": 3431, "loc": { "start": { "line": 130, "column": 44 }, "end": { "line": 130, "column": 45 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3432, "end": 3433, "loc": { "start": { "line": 130, "column": 46 }, "end": { "line": 130, "column": 47 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3433, "end": 3434, "loc": { "start": { "line": 130, "column": 47 }, "end": { "line": 130, "column": 48 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3434, "end": 3435, "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3436, "end": 3442, "loc": { "start": { "line": 130, "column": 50 }, "end": { "line": 130, "column": 56 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3443, "end": 3444, "loc": { "start": { "line": 130, "column": 57 }, "end": { "line": 130, "column": 58 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3445, "end": 3446, "loc": { "start": { "line": 130, "column": 59 }, "end": { "line": 130, "column": 60 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3446, "end": 3447, "loc": { "start": { "line": 130, "column": 60 }, "end": { "line": 130, "column": 61 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3447, "end": 3448, "loc": { "start": { "line": 130, "column": 61 }, "end": { "line": 130, "column": 62 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3449, "end": 3450, "loc": { "start": { "line": 130, "column": 63 }, "end": { "line": 130, "column": 64 } } }, { "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": 3456, "end": 3458, "loc": { "start": { "line": 131, "column": 4 }, "end": { "line": 131, "column": 6 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3459, "end": 3460, "loc": { "start": { "line": 131, "column": 7 }, "end": { "line": 131, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "Array", "start": 3460, "end": 3465, "loc": { "start": { "line": 131, "column": 8 }, "end": { "line": 131, "column": 13 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3465, "end": 3466, "loc": { "start": { "line": 131, "column": 13 }, "end": { "line": 131, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "isArray", "start": 3466, "end": 3473, "loc": { "start": { "line": 131, "column": 14 }, "end": { "line": 131, "column": 21 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3473, "end": 3474, "loc": { "start": { "line": 131, "column": 21 }, "end": { "line": 131, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3474, "end": 3477, "loc": { "start": { "line": 131, "column": 22 }, "end": { "line": 131, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3477, "end": 3478, "loc": { "start": { "line": 131, "column": 25 }, "end": { "line": 131, "column": 26 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3478, "end": 3479, "loc": { "start": { "line": 131, "column": 26 }, "end": { "line": 131, "column": 27 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3480, "end": 3481, "loc": { "start": { "line": 131, "column": 28 }, "end": { "line": 131, "column": 29 } } }, { "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": 3491, "end": 3494, "loc": { "start": { "line": 132, "column": 8 }, "end": { "line": 132, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3495, "end": 3501, "loc": { "start": { "line": 132, "column": 12 }, "end": { "line": 132, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3502, "end": 3503, "loc": { "start": { "line": 132, "column": 19 }, "end": { "line": 132, "column": 20 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3504, "end": 3505, "loc": { "start": { "line": 132, "column": 21 }, "end": { "line": 132, "column": 22 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3505, "end": 3506, "loc": { "start": { "line": 132, "column": 22 }, "end": { "line": 132, "column": 23 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3506, "end": 3507, "loc": { "start": { "line": 132, "column": 23 }, "end": { "line": 132, "column": 24 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 3517, "end": 3520, "loc": { "start": { "line": 133, "column": 8 }, "end": { "line": 133, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3521, "end": 3522, "loc": { "start": { "line": 133, "column": 12 }, "end": { "line": 133, "column": 13 } } }, { "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": 3522, "end": 3525, "loc": { "start": { "line": 133, "column": 13 }, "end": { "line": 133, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 3526, "end": 3527, "loc": { "start": { "line": 133, "column": 17 }, "end": { "line": 133, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3528, "end": 3529, "loc": { "start": { "line": 133, "column": 19 }, "end": { "line": 133, "column": 20 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 3530, "end": 3531, "loc": { "start": { "line": 133, "column": 21 }, "end": { "line": 133, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3531, "end": 3532, "loc": { "start": { "line": 133, "column": 22 }, "end": { "line": 133, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 3533, "end": 3534, "loc": { "start": { "line": 133, "column": 24 }, "end": { "line": 133, "column": 25 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "<", "start": 3535, "end": 3536, "loc": { "start": { "line": 133, "column": 26 }, "end": { "line": 133, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3537, "end": 3540, "loc": { "start": { "line": 133, "column": 28 }, "end": { "line": 133, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3540, "end": 3541, "loc": { "start": { "line": 133, "column": 31 }, "end": { "line": 133, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 3541, "end": 3547, "loc": { "start": { "line": 133, "column": 32 }, "end": { "line": 133, "column": 38 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3547, "end": 3548, "loc": { "start": { "line": 133, "column": 38 }, "end": { "line": 133, "column": 39 } } }, { "type": { "label": "++/--", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": true, "binop": null }, "value": "++", "start": 3549, "end": 3551, "loc": { "start": { "line": 133, "column": 40 }, "end": { "line": 133, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 3551, "end": 3552, "loc": { "start": { "line": 133, "column": 42 }, "end": { "line": 133, "column": 43 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3552, "end": 3553, "loc": { "start": { "line": 133, "column": 43 }, "end": { "line": 133, "column": 44 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3554, "end": 3555, "loc": { "start": { "line": 133, "column": 45 }, "end": { "line": 133, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3569, "end": 3575, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 18 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3575, "end": 3576, "loc": { "start": { "line": 134, "column": 18 }, "end": { "line": 134, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 3576, "end": 3580, "loc": { "start": { "line": 134, "column": 19 }, "end": { "line": 134, "column": 23 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3580, "end": 3581, "loc": { "start": { "line": 134, "column": 23 }, "end": { "line": 134, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressObjectInternal", "start": 3581, "end": 3605, "loc": { "start": { "line": 134, "column": 24 }, "end": { "line": 134, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3605, "end": 3606, "loc": { "start": { "line": 134, "column": 48 }, "end": { "line": 134, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3606, "end": 3609, "loc": { "start": { "line": 134, "column": 49 }, "end": { "line": 134, "column": 52 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3609, "end": 3610, "loc": { "start": { "line": 134, "column": 52 }, "end": { "line": 134, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "i", "start": 3610, "end": 3611, "loc": { "start": { "line": 134, "column": 53 }, "end": { "line": 134, "column": 54 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3611, "end": 3612, "loc": { "start": { "line": 134, "column": 54 }, "end": { "line": 134, "column": 55 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3612, "end": 3613, "loc": { "start": { "line": 134, "column": 55 }, "end": { "line": 134, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3614, "end": 3618, "loc": { "start": { "line": 134, "column": 57 }, "end": { "line": 134, "column": 61 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3618, "end": 3619, "loc": { "start": { "line": 134, "column": 61 }, "end": { "line": 134, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3620, "end": 3626, "loc": { "start": { "line": 134, "column": 63 }, "end": { "line": 134, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3626, "end": 3627, "loc": { "start": { "line": 134, "column": 69 }, "end": { "line": 134, "column": 70 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3627, "end": 3628, "loc": { "start": { "line": 134, "column": 70 }, "end": { "line": 134, "column": 71 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3628, "end": 3629, "loc": { "start": { "line": 134, "column": 71 }, "end": { "line": 134, "column": 72 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3639, "end": 3640, "loc": { "start": { "line": 135, "column": 8 }, "end": { "line": 135, "column": 9 } } }, { "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": 3650, "end": 3656, "loc": { "start": { "line": 136, "column": 8 }, "end": { "line": 136, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3657, "end": 3663, "loc": { "start": { "line": 136, "column": 15 }, "end": { "line": 136, "column": 21 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3663, "end": 3664, "loc": { "start": { "line": 136, "column": 21 }, "end": { "line": 136, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3670, "end": 3671, "loc": { "start": { "line": 137, "column": 4 }, "end": { "line": 137, "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": 3672, "end": 3676, "loc": { "start": { "line": 137, "column": 6 }, "end": { "line": 137, "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": 3677, "end": 3679, "loc": { "start": { "line": 137, "column": 11 }, "end": { "line": 137, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3680, "end": 3681, "loc": { "start": { "line": 137, "column": 14 }, "end": { "line": 137, "column": 15 } } }, { "type": { "label": "typeof", "keyword": "typeof", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "typeof", "start": 3681, "end": 3687, "loc": { "start": { "line": 137, "column": 15 }, "end": { "line": 137, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3688, "end": 3691, "loc": { "start": { "line": 137, "column": 22 }, "end": { "line": 137, "column": 25 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 3692, "end": 3695, "loc": { "start": { "line": 137, "column": 26 }, "end": { "line": 137, "column": 29 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "object", "start": 3696, "end": 3704, "loc": { "start": { "line": 137, "column": 30 }, "end": { "line": 137, "column": 38 } } }, { "type": { "label": "&&", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 2, "updateContext": null }, "value": "&&", "start": 3705, "end": 3707, "loc": { "start": { "line": 137, "column": 39 }, "end": { "line": 137, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3708, "end": 3711, "loc": { "start": { "line": 137, "column": 42 }, "end": { "line": 137, "column": 45 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "!==", "start": 3712, "end": 3715, "loc": { "start": { "line": 137, "column": 46 }, "end": { "line": 137, "column": 49 } } }, { "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": 3716, "end": 3720, "loc": { "start": { "line": 137, "column": 50 }, "end": { "line": 137, "column": 54 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3720, "end": 3721, "loc": { "start": { "line": 137, "column": 54 }, "end": { "line": 137, "column": 55 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3722, "end": 3723, "loc": { "start": { "line": 137, "column": 56 }, "end": { "line": 137, "column": 57 } } }, { "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": 3733, "end": 3736, "loc": { "start": { "line": 138, "column": 8 }, "end": { "line": 138, "column": 11 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3737, "end": 3743, "loc": { "start": { "line": 138, "column": 12 }, "end": { "line": 138, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3744, "end": 3745, "loc": { "start": { "line": 138, "column": 19 }, "end": { "line": 138, "column": 20 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3746, "end": 3747, "loc": { "start": { "line": 138, "column": 21 }, "end": { "line": 138, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3747, "end": 3748, "loc": { "start": { "line": 138, "column": 22 }, "end": { "line": 138, "column": 23 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3748, "end": 3749, "loc": { "start": { "line": 138, "column": 23 }, "end": { "line": 138, "column": 24 } } }, { "type": { "label": "for", "keyword": "for", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": true, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "for", "start": 3759, "end": 3762, "loc": { "start": { "line": 139, "column": 8 }, "end": { "line": 139, "column": 11 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3763, "end": 3764, "loc": { "start": { "line": 139, "column": 12 }, "end": { "line": 139, "column": 13 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3764, "end": 3769, "loc": { "start": { "line": 139, "column": 13 }, "end": { "line": 139, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 3770, "end": 3773, "loc": { "start": { "line": 139, "column": 19 }, "end": { "line": 139, "column": 22 } } }, { "type": { "label": "in", "keyword": "in", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "in", "start": 3774, "end": 3776, "loc": { "start": { "line": 139, "column": 23 }, "end": { "line": 139, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3777, "end": 3780, "loc": { "start": { "line": 139, "column": 26 }, "end": { "line": 139, "column": 29 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3780, "end": 3781, "loc": { "start": { "line": 139, "column": 29 }, "end": { "line": 139, "column": 30 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3782, "end": 3783, "loc": { "start": { "line": 139, "column": 31 }, "end": { "line": 139, "column": 32 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3797, "end": 3802, "loc": { "start": { "line": 140, "column": 12 }, "end": { "line": 140, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "realIndex", "start": 3803, "end": 3812, "loc": { "start": { "line": 140, "column": 18 }, "end": { "line": 140, "column": 27 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3813, "end": 3814, "loc": { "start": { "line": 140, "column": 28 }, "end": { "line": 140, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressInt", "start": 3815, "end": 3828, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 140, "column": 43 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3828, "end": 3829, "loc": { "start": { "line": 140, "column": 43 }, "end": { "line": 140, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 3829, "end": 3832, "loc": { "start": { "line": 140, "column": 44 }, "end": { "line": 140, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3832, "end": 3833, "loc": { "start": { "line": 140, "column": 47 }, "end": { "line": 140, "column": 48 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3833, "end": 3834, "loc": { "start": { "line": 140, "column": 48 }, "end": { "line": 140, "column": 49 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 3848, "end": 3853, "loc": { "start": { "line": 141, "column": 12 }, "end": { "line": 141, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "value", "start": 3854, "end": 3859, "loc": { "start": { "line": 141, "column": 18 }, "end": { "line": 141, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3860, "end": 3861, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 3862, "end": 3865, "loc": { "start": { "line": 141, "column": 26 }, "end": { "line": 141, "column": 29 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3865, "end": 3866, "loc": { "start": { "line": 141, "column": 29 }, "end": { "line": 141, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "key", "start": 3866, "end": 3869, "loc": { "start": { "line": 141, "column": 30 }, "end": { "line": 141, "column": 33 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3869, "end": 3870, "loc": { "start": { "line": 141, "column": 33 }, "end": { "line": 141, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3870, "end": 3871, "loc": { "start": { "line": 141, "column": 34 }, "end": { "line": 141, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3885, "end": 3891, "loc": { "start": { "line": 142, "column": 12 }, "end": { "line": 142, "column": 18 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3891, "end": 3892, "loc": { "start": { "line": 142, "column": 18 }, "end": { "line": 142, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3892, "end": 3896, "loc": { "start": { "line": 142, "column": 19 }, "end": { "line": 142, "column": 23 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3896, "end": 3897, "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "realIndex", "start": 3897, "end": 3906, "loc": { "start": { "line": 142, "column": 24 }, "end": { "line": 142, "column": 33 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3906, "end": 3907, "loc": { "start": { "line": 142, "column": 33 }, "end": { "line": 142, "column": 34 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3907, "end": 3908, "loc": { "start": { "line": 142, "column": 34 }, "end": { "line": 142, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3909, "end": 3910, "loc": { "start": { "line": 142, "column": 36 }, "end": { "line": 142, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressObjectInternal", "start": 3911, "end": 3935, "loc": { "start": { "line": 142, "column": 38 }, "end": { "line": 142, "column": 62 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3935, "end": 3936, "loc": { "start": { "line": 142, "column": 62 }, "end": { "line": 142, "column": 63 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "value", "start": 3936, "end": 3941, "loc": { "start": { "line": 142, "column": 63 }, "end": { "line": 142, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3941, "end": 3942, "loc": { "start": { "line": 142, "column": 68 }, "end": { "line": 142, "column": 69 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 3943, "end": 3947, "loc": { "start": { "line": 142, "column": 70 }, "end": { "line": 142, "column": 74 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3947, "end": 3948, "loc": { "start": { "line": 142, "column": 74 }, "end": { "line": 142, "column": 75 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 3949, "end": 3955, "loc": { "start": { "line": 142, "column": 76 }, "end": { "line": 142, "column": 82 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3955, "end": 3956, "loc": { "start": { "line": 142, "column": 82 }, "end": { "line": 142, "column": 83 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3956, "end": 3957, "loc": { "start": { "line": 142, "column": 83 }, "end": { "line": 142, "column": 84 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3967, "end": 3968, "loc": { "start": { "line": 143, "column": 8 }, "end": { "line": 143, "column": 9 } } }, { "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": 3978, "end": 3984, "loc": { "start": { "line": 144, "column": 8 }, "end": { "line": 144, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 3985, "end": 3991, "loc": { "start": { "line": 144, "column": 15 }, "end": { "line": 144, "column": 21 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3991, "end": 3992, "loc": { "start": { "line": 144, "column": 21 }, "end": { "line": 144, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3998, "end": 3999, "loc": { "start": { "line": 145, "column": 4 }, "end": { "line": 145, "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": 4000, "end": 4004, "loc": { "start": { "line": 145, "column": 6 }, "end": { "line": 145, "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": 4005, "end": 4007, "loc": { "start": { "line": 145, "column": 11 }, "end": { "line": 145, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4008, "end": 4009, "loc": { "start": { "line": 145, "column": 14 }, "end": { "line": 145, "column": 15 } } }, { "type": { "label": "typeof", "keyword": "typeof", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "typeof", "start": 4009, "end": 4015, "loc": { "start": { "line": 145, "column": 15 }, "end": { "line": 145, "column": 21 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4016, "end": 4019, "loc": { "start": { "line": 145, "column": 22 }, "end": { "line": 145, "column": 25 } } }, { "type": { "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 6, "updateContext": null }, "value": "===", "start": 4020, "end": 4023, "loc": { "start": { "line": 145, "column": 26 }, "end": { "line": 145, "column": 29 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "string", "start": 4024, "end": 4032, "loc": { "start": { "line": 145, "column": 30 }, "end": { "line": 145, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4032, "end": 4033, "loc": { "start": { "line": 145, "column": 38 }, "end": { "line": 145, "column": 39 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4034, "end": 4035, "loc": { "start": { "line": 145, "column": 40 }, "end": { "line": 145, "column": 41 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 4045, "end": 4050, "loc": { "start": { "line": 146, "column": 8 }, "end": { "line": 146, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "realIndex", "start": 4051, "end": 4060, "loc": { "start": { "line": 146, "column": 14 }, "end": { "line": 146, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4061, "end": 4062, "loc": { "start": { "line": 146, "column": 24 }, "end": { "line": 146, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressInt", "start": 4063, "end": 4076, "loc": { "start": { "line": 146, "column": 26 }, "end": { "line": 146, "column": 39 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4076, "end": 4077, "loc": { "start": { "line": 146, "column": 39 }, "end": { "line": 146, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4077, "end": 4080, "loc": { "start": { "line": 146, "column": 40 }, "end": { "line": 146, "column": 43 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4080, "end": 4081, "loc": { "start": { "line": 146, "column": 43 }, "end": { "line": 146, "column": 44 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4081, "end": 4082, "loc": { "start": { "line": 146, "column": 44 }, "end": { "line": 146, "column": 45 } } }, { "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": 4092, "end": 4098, "loc": { "start": { "line": 147, "column": 8 }, "end": { "line": 147, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 4099, "end": 4105, "loc": { "start": { "line": 147, "column": 15 }, "end": { "line": 147, "column": 21 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4105, "end": 4106, "loc": { "start": { "line": 147, "column": 21 }, "end": { "line": 147, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "realIndex", "start": 4106, "end": 4115, "loc": { "start": { "line": 147, "column": 22 }, "end": { "line": 147, "column": 31 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4115, "end": 4116, "loc": { "start": { "line": 147, "column": 31 }, "end": { "line": 147, "column": 32 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4116, "end": 4117, "loc": { "start": { "line": 147, "column": 32 }, "end": { "line": 147, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4123, "end": 4124, "loc": { "start": { "line": 148, "column": 4 }, "end": { "line": 148, "column": 5 } } }, { "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": 4130, "end": 4136, "loc": { "start": { "line": 149, "column": 4 }, "end": { "line": 149, "column": 10 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4137, "end": 4140, "loc": { "start": { "line": 149, "column": 11 }, "end": { "line": 149, "column": 14 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4140, "end": 4141, "loc": { "start": { "line": 149, "column": 14 }, "end": { "line": 149, "column": 15 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4143, "end": 4144, "loc": { "start": { "line": 150, "column": 0 }, "end": { "line": 150, "column": 1 } } }, { "type": "CommentBlock", "value": "*\r\n * @param {object} obj\r\n ", "start": 4148, "end": 4180, "loc": { "start": { "line": 152, "column": 0 }, "end": { "line": 154, "column": 3 } } }, { "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": 4182, "end": 4188, "loc": { "start": { "line": 155, "column": 0 }, "end": { "line": 155, "column": 6 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 4189, "end": 4197, "loc": { "start": { "line": 155, "column": 7 }, "end": { "line": 155, "column": 15 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressObject", "start": 4198, "end": 4214, "loc": { "start": { "line": 155, "column": 16 }, "end": { "line": 155, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4214, "end": 4215, "loc": { "start": { "line": 155, "column": 32 }, "end": { "line": 155, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4215, "end": 4218, "loc": { "start": { "line": 155, "column": 33 }, "end": { "line": 155, "column": 36 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4218, "end": 4219, "loc": { "start": { "line": 155, "column": 36 }, "end": { "line": 155, "column": 37 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4220, "end": 4221, "loc": { "start": { "line": 155, "column": 38 }, "end": { "line": 155, "column": 39 } } }, { "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": 4227, "end": 4229, "loc": { "start": { "line": 156, "column": 4 }, "end": { "line": 156, "column": 6 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4230, "end": 4231, "loc": { "start": { "line": 156, "column": 7 }, "end": { "line": 156, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4231, "end": 4234, "loc": { "start": { "line": 156, "column": 8 }, "end": { "line": 156, "column": 11 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4234, "end": 4235, "loc": { "start": { "line": 156, "column": 11 }, "end": { "line": 156, "column": 12 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 4235, "end": 4239, "loc": { "start": { "line": 156, "column": 12 }, "end": { "line": 156, "column": 16 } } }, { "type": { "label": "&&", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 2, "updateContext": null }, "value": "&&", "start": 4240, "end": 4242, "loc": { "start": { "line": 156, "column": 17 }, "end": { "line": 156, "column": 19 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4243, "end": 4246, "loc": { "start": { "line": 156, "column": 20 }, "end": { "line": 156, "column": 23 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4246, "end": 4247, "loc": { "start": { "line": 156, "column": 23 }, "end": { "line": 156, "column": 24 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 4247, "end": 4253, "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 156, "column": 30 } } }, { "type": { "label": "&&", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 2, "updateContext": null }, "value": "&&", "start": 4254, "end": 4256, "loc": { "start": { "line": 156, "column": 31 }, "end": { "line": 156, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4257, "end": 4260, "loc": { "start": { "line": 156, "column": 34 }, "end": { "line": 156, "column": 37 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4260, "end": 4261, "loc": { "start": { "line": 156, "column": 37 }, "end": { "line": 156, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "data", "start": 4261, "end": 4265, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4265, "end": 4266, "loc": { "start": { "line": 156, "column": 42 }, "end": { "line": 156, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4267, "end": 4268, "loc": { "start": { "line": 156, "column": 44 }, "end": { "line": 156, "column": 45 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 4278, "end": 4283, "loc": { "start": { "line": 157, "column": 8 }, "end": { "line": 157, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 4284, "end": 4288, "loc": { "start": { "line": 157, "column": 14 }, "end": { "line": 157, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4289, "end": 4290, "loc": { "start": { "line": 157, "column": 19 }, "end": { "line": 157, "column": 20 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4291, "end": 4294, "loc": { "start": { "line": 157, "column": 21 }, "end": { "line": 157, "column": 24 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4294, "end": 4295, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 4295, "end": 4299, "loc": { "start": { "line": 157, "column": 25 }, "end": { "line": 157, "column": 29 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4299, "end": 4300, "loc": { "start": { "line": 157, "column": 29 }, "end": { "line": 157, "column": 30 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 4310, "end": 4315, "loc": { "start": { "line": 158, "column": 8 }, "end": { "line": 158, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 4316, "end": 4322, "loc": { "start": { "line": 158, "column": 14 }, "end": { "line": 158, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4323, "end": 4324, "loc": { "start": { "line": 158, "column": 21 }, "end": { "line": 158, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4325, "end": 4328, "loc": { "start": { "line": 158, "column": 23 }, "end": { "line": 158, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4328, "end": 4329, "loc": { "start": { "line": 158, "column": 26 }, "end": { "line": 158, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 4329, "end": 4335, "loc": { "start": { "line": 158, "column": 27 }, "end": { "line": 158, "column": 33 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4335, "end": 4336, "loc": { "start": { "line": 158, "column": 33 }, "end": { "line": 158, "column": 34 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 4346, "end": 4351, "loc": { "start": { "line": 159, "column": 8 }, "end": { "line": 159, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 4352, "end": 4358, "loc": { "start": { "line": 159, "column": 14 }, "end": { "line": 159, "column": 20 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4359, "end": 4360, "loc": { "start": { "line": 159, "column": 21 }, "end": { "line": 159, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "decompressObjectInternal", "start": 4361, "end": 4385, "loc": { "start": { "line": 159, "column": 23 }, "end": { "line": 159, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4385, "end": 4386, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4386, "end": 4389, "loc": { "start": { "line": 159, "column": 48 }, "end": { "line": 159, "column": 51 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4389, "end": 4390, "loc": { "start": { "line": 159, "column": 51 }, "end": { "line": 159, "column": 52 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "data", "start": 4390, "end": 4394, "loc": { "start": { "line": 159, "column": 52 }, "end": { "line": 159, "column": 56 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4394, "end": 4395, "loc": { "start": { "line": 159, "column": 56 }, "end": { "line": 159, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "keys", "start": 4396, "end": 4400, "loc": { "start": { "line": 159, "column": 58 }, "end": { "line": 159, "column": 62 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4400, "end": 4401, "loc": { "start": { "line": 159, "column": 62 }, "end": { "line": 159, "column": 63 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "values", "start": 4402, "end": 4408, "loc": { "start": { "line": 159, "column": 64 }, "end": { "line": 159, "column": 70 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4408, "end": 4409, "loc": { "start": { "line": 159, "column": 70 }, "end": { "line": 159, "column": 71 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4409, "end": 4410, "loc": { "start": { "line": 159, "column": 71 }, "end": { "line": 159, "column": 72 } } }, { "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": 4420, "end": 4426, "loc": { "start": { "line": 160, "column": 8 }, "end": { "line": 160, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "result", "start": 4427, "end": 4433, "loc": { "start": { "line": 160, "column": 15 }, "end": { "line": 160, "column": 21 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4433, "end": 4434, "loc": { "start": { "line": 160, "column": 21 }, "end": { "line": 160, "column": 22 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4440, "end": 4441, "loc": { "start": { "line": 161, "column": 4 }, "end": { "line": 161, "column": 5 } } }, { "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": 4447, "end": 4453, "loc": { "start": { "line": 162, "column": 4 }, "end": { "line": 162, "column": 10 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "obj", "start": 4454, "end": 4457, "loc": { "start": { "line": 162, "column": 11 }, "end": { "line": 162, "column": 14 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4457, "end": 4458, "loc": { "start": { "line": 162, "column": 14 }, "end": { "line": 162, "column": 15 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4460, "end": 4461, "loc": { "start": { "line": 163, "column": 0 }, "end": { "line": 163, "column": 1 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4463, "end": 4463, "loc": { "start": { "line": 164, "column": 0 }, "end": { "line": 164, "column": 0 } } } ] }