diff --git a/docs/ast/source/extensions/sort/adapterSortabletable.js.json b/docs/ast/source/extensions/sort/adapterSortabletable.js.json index 52faa02a..a2e7b75d 100644 --- a/docs/ast/source/extensions/sort/adapterSortabletable.js.json +++ b/docs/ast/source/extensions/sort/adapterSortabletable.js.json @@ -29673,119 +29673,157 @@ "type": "BlockStatement", "body": [ { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { "type": "Identifier", - "name": "dateType", + "name": "parsedDate", "range": [ - 15002, - 15010 + 14999, + 15009 ], "loc": { "start": { "line": 473, - "column": 19 + "column": 16 }, "end": { "line": 473, - "column": 27 + "column": 26 } } }, - "property": { - "type": "Identifier", - "name": "parse", + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 15012, + 15020 + ], + "loc": { + "start": { + "line": 473, + "column": 29 + }, + "end": { + "line": 473, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "parse", + "range": [ + 15021, + 15026 + ], + "loc": { + "start": { + "line": 473, + "column": 38 + }, + "end": { + "line": 473, + "column": 43 + } + } + }, + "range": [ + 15012, + 15026 + ], + "loc": { + "start": { + "line": 473, + "column": 29 + }, + "end": { + "line": 473, + "column": 43 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 15027, + 15032 + ], + "loc": { + "start": { + "line": 473, + "column": 44 + }, + "end": { + "line": 473, + "column": 49 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 15034, + 15040 + ], + "loc": { + "start": { + "line": 473, + "column": 51 + }, + "end": { + "line": 473, + "column": 57 + } + } + } + ], "range": [ - 15011, - 15016 + 15012, + 15041 ], "loc": { "start": { "line": 473, - "column": 28 + "column": 29 }, "end": { "line": 473, - "column": 33 + "column": 58 } } }, "range": [ - 15002, - 15016 + 14999, + 15041 ], "loc": { "start": { "line": 473, - "column": 19 + "column": 16 }, "end": { "line": 473, - "column": 33 + "column": 58 } } - }, - "arguments": [ - { - "type": "Identifier", - "name": "value", - "range": [ - 15017, - 15022 - ], - "loc": { - "start": { - "line": 473, - "column": 34 - }, - "end": { - "line": 473, - "column": 39 - } - } - }, - { - "type": "Identifier", - "name": "locale", - "range": [ - 15024, - 15030 - ], - "loc": { - "start": { - "line": 473, - "column": 41 - }, - "end": { - "line": 473, - "column": 47 - } - } - } - ], - "range": [ - 15002, - 15031 - ], - "loc": { - "start": { - "line": 473, - "column": 19 - }, - "end": { - "line": 473, - "column": 48 - } } - }, + ], + "kind": "let", "range": [ 14995, - 15032 + 15042 ], "loc": { "start": { @@ -29794,14 +29832,255 @@ }, "end": { "line": 473, - "column": 49 + "column": 59 } - } + }, + "trailingComments": [ + { + "type": "Line", + "value": " Invalid date defaults to Wed Feb 04 -768 11:00:00", + "range": [ + 15055, + 15107 + ], + "loc": { + "start": { + "line": 474, + "column": 12 + }, + "end": { + "line": 474, + "column": 64 + } + } + } + ] + }, + { + "type": "ReturnStatement", + "argument": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isNaN", + "range": [ + 15127, + 15132 + ], + "loc": { + "start": { + "line": 475, + "column": 19 + }, + "end": { + "line": 475, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "UnaryExpression", + "operator": "+", + "argument": { + "type": "Identifier", + "name": "parsedDate", + "range": [ + 15134, + 15144 + ], + "loc": { + "start": { + "line": 475, + "column": 26 + }, + "end": { + "line": 475, + "column": 36 + } + } + }, + "prefix": true, + "range": [ + 15133, + 15144 + ], + "loc": { + "start": { + "line": 475, + "column": 25 + }, + "end": { + "line": 475, + "column": 36 + } + } + } + ], + "range": [ + 15127, + 15145 + ], + "loc": { + "start": { + "line": 475, + "column": 19 + }, + "end": { + "line": 475, + "column": 37 + } + } + }, + "consequent": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "Date", + "range": [ + 15152, + 15156 + ], + "loc": { + "start": { + "line": 475, + "column": 44 + }, + "end": { + "line": 475, + "column": 48 + } + } + }, + "arguments": [ + { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 86400000000000, + "raw": "86400000000000", + "range": [ + 15158, + 15172 + ], + "loc": { + "start": { + "line": 475, + "column": 50 + }, + "end": { + "line": 475, + "column": 64 + } + } + }, + "prefix": true, + "range": [ + 15157, + 15172 + ], + "loc": { + "start": { + "line": 475, + "column": 49 + }, + "end": { + "line": 475, + "column": 64 + } + } + } + ], + "range": [ + 15148, + 15173 + ], + "loc": { + "start": { + "line": 475, + "column": 40 + }, + "end": { + "line": 475, + "column": 65 + } + } + }, + "alternate": { + "type": "Identifier", + "name": "parsedDate", + "range": [ + 15176, + 15186 + ], + "loc": { + "start": { + "line": 475, + "column": 68 + }, + "end": { + "line": 475, + "column": 78 + } + } + }, + "range": [ + 15127, + 15186 + ], + "loc": { + "start": { + "line": 475, + "column": 19 + }, + "end": { + "line": 475, + "column": 78 + } + } + }, + "range": [ + 15120, + 15187 + ], + "loc": { + "start": { + "line": 475, + "column": 12 + }, + "end": { + "line": 475, + "column": 79 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Invalid date defaults to Wed Feb 04 -768 11:00:00", + "range": [ + 15055, + 15107 + ], + "loc": { + "start": { + "line": 474, + "column": 12 + }, + "end": { + "line": 474, + "column": 64 + } + } + } + ] } ], "range": [ 14981, - 15042 + 15197 ], "loc": { "start": { @@ -29809,7 +30088,7 @@ "column": 45 }, "end": { - "line": 474, + "line": 476, "column": 9 } } @@ -29818,7 +30097,7 @@ "expression": false, "range": [ 14970, - 15042 + 15197 ], "loc": { "start": { @@ -29826,7 +30105,7 @@ "column": 34 }, "end": { - "line": 474, + "line": 476, "column": 9 } } @@ -29834,7 +30113,7 @@ ], "range": [ 14944, - 15043 + 15198 ], "loc": { "start": { @@ -29842,14 +30121,14 @@ "column": 8 }, "end": { - "line": 474, + "line": 476, "column": 10 } } }, "range": [ 14944, - 15044 + 15199 ], "loc": { "start": { @@ -29857,7 +30136,7 @@ "column": 8 }, "end": { - "line": 474, + "line": 476, "column": 11 } } @@ -29868,31 +30147,31 @@ "type": "Identifier", "name": "colType", "range": [ - 15060, - 15067 + 15215, + 15222 ], "loc": { "start": { - "line": 475, + "line": 477, "column": 15 }, "end": { - "line": 475, + "line": 477, "column": 22 } } }, "range": [ - 15053, - 15068 + 15208, + 15223 ], "loc": { "start": { - "line": 475, + "line": 477, "column": 8 }, "end": { - "line": 475, + "line": 477, "column": 23 } } @@ -29900,7 +30179,7 @@ ], "range": [ 14738, - 15074 + 15229 ], "loc": { "start": { @@ -29908,7 +30187,7 @@ "column": 34 }, "end": { - "line": 476, + "line": 478, "column": 5 } } @@ -29917,7 +30196,7 @@ "expression": false, "range": [ 14720, - 15074 + 15229 ], "loc": { "start": { @@ -29925,7 +30204,7 @@ "column": 16 }, "end": { - "line": 476, + "line": 478, "column": 5 } } @@ -29934,7 +30213,7 @@ "computed": false, "range": [ 14708, - 15074 + 15229 ], "loc": { "start": { @@ -29942,7 +30221,7 @@ "column": 4 }, "end": { - "line": 476, + "line": 478, "column": 5 } }, @@ -29954,16 +30233,16 @@ "type": "Identifier", "name": "_addNumberType", "range": [ - 15080, - 15094 + 15235, + 15249 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 4 }, "end": { - "line": 478, + "line": 480, "column": 18 } } @@ -29976,16 +30255,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15095, - 15103 + 15250, + 15258 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 19 }, "end": { - "line": 478, + "line": 480, "column": 27 } } @@ -29994,16 +30273,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 15105, - 15112 + 15260, + 15267 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 29 }, "end": { - "line": 478, + "line": 480, "column": 36 } } @@ -30021,16 +30300,16 @@ "type": "Identifier", "name": "colType", "range": [ - 15128, - 15135 + 15283, + 15290 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 12 }, "end": { - "line": 479, + "line": 481, "column": 19 } } @@ -30046,16 +30325,16 @@ }, "tail": false, "range": [ - 15138, - 15141 + 15293, + 15296 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 22 }, "end": { - "line": 479, + "line": 481, "column": 25 } } @@ -30068,16 +30347,16 @@ }, "tail": false, "range": [ - 15157, - 15160 + 15312, + 15315 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 41 }, "end": { - "line": 479, + "line": 481, "column": 44 } } @@ -30090,16 +30369,16 @@ }, "tail": true, "range": [ - 15192, - 15194 + 15347, + 15349 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 76 }, "end": { - "line": 479, + "line": 481, "column": 78 } } @@ -30110,16 +30389,16 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 15141, - 15157 + 15296, + 15312 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 25 }, "end": { - "line": 479, + "line": 481, "column": 41 } } @@ -30133,16 +30412,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 15160, - 15167 + 15315, + 15322 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 44 }, "end": { - "line": 479, + "line": 481, "column": 51 } } @@ -30152,31 +30431,31 @@ "value": ".", "raw": "'.'", "range": [ - 15172, - 15175 + 15327, + 15330 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 56 }, "end": { - "line": 479, + "line": 481, "column": 59 } } }, "range": [ - 15160, - 15175 + 15315, + 15330 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 44 }, "end": { - "line": 479, + "line": 481, "column": 59 } } @@ -30186,16 +30465,16 @@ "value": "", "raw": "''", "range": [ - 15178, - 15180 + 15333, + 15335 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 62 }, "end": { - "line": 479, + "line": 481, "column": 64 } } @@ -30205,62 +30484,62 @@ "value": "-custom", "raw": "'-custom'", "range": [ - 15183, - 15192 + 15338, + 15347 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 67 }, "end": { - "line": 479, + "line": 481, "column": 76 } } }, "range": [ - 15160, - 15192 + 15315, + 15347 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 44 }, "end": { - "line": 479, + "line": 481, "column": 76 } } } ], "range": [ - 15138, - 15194 + 15293, + 15349 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 22 }, "end": { - "line": 479, + "line": 481, "column": 78 } } }, "range": [ - 15128, - 15194 + 15283, + 15349 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 12 }, "end": { - "line": 479, + "line": 481, "column": 78 } } @@ -30268,16 +30547,16 @@ ], "kind": "let", "range": [ - 15124, - 15195 + 15279, + 15350 ], "loc": { "start": { - "line": 479, + "line": 481, "column": 8 }, "end": { - "line": 479, + "line": 481, "column": 79 } } @@ -30292,16 +30571,16 @@ "object": { "type": "ThisExpression", "range": [ - 15205, - 15209 + 15360, + 15364 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 8 }, "end": { - "line": 481, + "line": 483, "column": 12 } } @@ -30310,31 +30589,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 15210, - 15221 + 15365, + 15376 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 13 }, "end": { - "line": 481, + "line": 483, "column": 24 } } }, "range": [ - 15205, - 15221 + 15360, + 15376 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 8 }, "end": { - "line": 481, + "line": 483, "column": 24 } } @@ -30344,16 +30623,16 @@ "type": "Identifier", "name": "colType", "range": [ - 15222, - 15229 + 15377, + 15384 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 25 }, "end": { - "line": 481, + "line": 483, "column": 32 } } @@ -30366,16 +30645,16 @@ "type": "Identifier", "name": "value", "range": [ - 15232, - 15237 + 15387, + 15392 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 35 }, "end": { - "line": 481, + "line": 483, "column": 40 } } @@ -30392,16 +30671,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 15263, - 15270 + 15418, + 15425 ], "loc": { "start": { - "line": 482, + "line": 484, "column": 19 }, "end": { - "line": 482, + "line": 484, "column": 26 } } @@ -30411,16 +30690,16 @@ "type": "Identifier", "name": "value", "range": [ - 15271, - 15276 + 15426, + 15431 ], "loc": { "start": { - "line": 482, + "line": 484, "column": 27 }, "end": { - "line": 482, + "line": 484, "column": 32 } } @@ -30429,63 +30708,63 @@ "type": "Identifier", "name": "decimal", "range": [ - 15278, - 15285 + 15433, + 15440 ], "loc": { "start": { - "line": 482, + "line": 484, "column": 34 }, "end": { - "line": 482, + "line": 484, "column": 41 } } } ], "range": [ - 15263, - 15286 + 15418, + 15441 ], "loc": { "start": { - "line": 482, + "line": 484, "column": 19 }, "end": { - "line": 482, + "line": 484, "column": 42 } } }, "range": [ - 15256, - 15287 + 15411, + 15442 ], "loc": { "start": { - "line": 482, + "line": 484, "column": 12 }, "end": { - "line": 482, + "line": 484, "column": 43 } } } ], "range": [ - 15242, - 15297 + 15397, + 15452 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 45 }, "end": { - "line": 483, + "line": 485, "column": 9 } } @@ -30493,47 +30772,47 @@ "generator": false, "expression": false, "range": [ - 15231, - 15297 + 15386, + 15452 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 34 }, "end": { - "line": 483, + "line": 485, "column": 9 } } } ], "range": [ - 15205, - 15298 + 15360, + 15453 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 8 }, "end": { - "line": 483, + "line": 485, "column": 10 } } }, "range": [ - 15205, - 15299 + 15360, + 15454 ], "loc": { "start": { - "line": 481, + "line": 483, "column": 8 }, "end": { - "line": 483, + "line": 485, "column": 11 } } @@ -30544,47 +30823,47 @@ "type": "Identifier", "name": "colType", "range": [ - 15315, - 15322 + 15470, + 15477 ], "loc": { "start": { - "line": 484, + "line": 486, "column": 15 }, "end": { - "line": 484, + "line": 486, "column": 22 } } }, "range": [ - 15308, - 15323 + 15463, + 15478 ], "loc": { "start": { - "line": 484, + "line": 486, "column": 8 }, "end": { - "line": 484, + "line": 486, "column": 23 } } } ], "range": [ - 15114, - 15329 + 15269, + 15484 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 38 }, "end": { - "line": 485, + "line": 487, "column": 5 } } @@ -30592,16 +30871,16 @@ "generator": false, "expression": false, "range": [ - 15094, - 15329 + 15249, + 15484 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 18 }, "end": { - "line": 485, + "line": 487, "column": 5 } } @@ -30609,16 +30888,16 @@ "kind": "method", "computed": false, "range": [ - 15080, - 15329 + 15235, + 15484 ], "loc": { "start": { - "line": 478, + "line": 480, "column": 4 }, "end": { - "line": 485, + "line": 487, "column": 5 } }, @@ -30627,16 +30906,16 @@ "type": "Block", "value": "*\n * Remove extension\n ", "range": [ - 15335, - 15370 + 15490, + 15525 ], "loc": { "start": { - "line": 487, + "line": 489, "column": 4 }, "end": { - "line": 489, + "line": 491, "column": 7 } } @@ -30650,16 +30929,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 15375, - 15382 + 15530, + 15537 ], "loc": { "start": { - "line": 490, + "line": 492, "column": 4 }, "end": { - "line": 490, + "line": 492, "column": 11 } } @@ -30682,16 +30961,16 @@ "object": { "type": "ThisExpression", "range": [ - 15400, - 15404 + 15555, + 15559 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 13 }, "end": { - "line": 491, + "line": 493, "column": 17 } } @@ -30700,47 +30979,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 15405, - 15416 + 15560, + 15571 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 18 }, "end": { - "line": 491, + "line": 493, "column": 29 } } }, "range": [ - 15400, - 15416 + 15555, + 15571 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 13 }, "end": { - "line": 491, + "line": 493, "column": 29 } } }, "prefix": true, "range": [ - 15399, - 15416 + 15554, + 15571 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 12 }, "end": { - "line": 491, + "line": 493, "column": 29 } } @@ -30752,48 +31031,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15432, - 15439 + 15587, + 15594 ], "loc": { "start": { - "line": 492, + "line": 494, "column": 12 }, "end": { - "line": 492, + "line": 494, "column": 19 } } } ], "range": [ - 15418, - 15449 + 15573, + 15604 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 31 }, "end": { - "line": 493, + "line": 495, "column": 9 } } }, "alternate": null, "range": [ - 15395, - 15449 + 15550, + 15604 ], "loc": { "start": { - "line": 491, + "line": 493, "column": 8 }, "end": { - "line": 493, + "line": 495, "column": 9 } } @@ -30807,16 +31086,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15462, - 15464 + 15617, + 15619 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 12 }, "end": { - "line": 494, + "line": 496, "column": 14 } } @@ -30827,16 +31106,16 @@ "object": { "type": "ThisExpression", "range": [ - 15467, - 15471 + 15622, + 15626 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 17 }, "end": { - "line": 494, + "line": 496, "column": 21 } } @@ -30845,46 +31124,46 @@ "type": "Identifier", "name": "tf", "range": [ - 15472, - 15474 + 15627, + 15629 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 22 }, "end": { - "line": 494, + "line": 496, "column": 24 } } }, "range": [ - 15467, - 15474 + 15622, + 15629 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 17 }, "end": { - "line": 494, + "line": 496, "column": 24 } } }, "range": [ - 15462, - 15474 + 15617, + 15629 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 12 }, "end": { - "line": 494, + "line": 496, "column": 24 } } @@ -30892,16 +31171,16 @@ ], "kind": "let", "range": [ - 15458, - 15475 + 15613, + 15630 ], "loc": { "start": { - "line": 494, + "line": 496, "column": 8 }, "end": { - "line": 494, + "line": 496, "column": 25 } } @@ -30919,16 +31198,16 @@ "object": { "type": "ThisExpression", "range": [ - 15484, - 15488 + 15639, + 15643 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 8 }, "end": { - "line": 495, + "line": 497, "column": 12 } } @@ -30937,31 +31216,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 15489, - 15496 + 15644, + 15651 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 13 }, "end": { - "line": 495, + "line": 497, "column": 20 } } }, "range": [ - 15484, - 15496 + 15639, + 15651 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 8 }, "end": { - "line": 495, + "line": 497, "column": 20 } } @@ -30970,31 +31249,31 @@ "type": "Identifier", "name": "off", "range": [ - 15497, - 15500 + 15652, + 15655 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 21 }, "end": { - "line": 495, + "line": 497, "column": 24 } } }, "range": [ - 15484, - 15500 + 15639, + 15655 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 8 }, "end": { - "line": 495, + "line": 497, "column": 24 } } @@ -31008,32 +31287,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 15502, - 15508 + 15657, + 15663 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 26 }, "end": { - "line": 495, + "line": 497, "column": 32 } } } ], "range": [ - 15501, - 15509 + 15656, + 15664 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 25 }, "end": { - "line": 495, + "line": 497, "column": 33 } } @@ -31046,16 +31325,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15524, - 15526 + 15679, + 15681 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 13 }, "end": { - "line": 496, + "line": 498, "column": 15 } } @@ -31064,16 +31343,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 15528, - 15534 + 15683, + 15689 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 17 }, "end": { - "line": 496, + "line": 498, "column": 23 } } @@ -31082,16 +31361,16 @@ "type": "Identifier", "name": "desc", "range": [ - 15536, - 15540 + 15691, + 15695 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 25 }, "end": { - "line": 496, + "line": 498, "column": 29 } } @@ -31105,16 +31384,16 @@ "object": { "type": "ThisExpression", "range": [ - 15545, - 15549 + 15700, + 15704 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 34 }, "end": { - "line": 496, + "line": 498, "column": 38 } } @@ -31123,31 +31402,31 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 15550, - 15567 + 15705, + 15722 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 39 }, "end": { - "line": 496, + "line": 498, "column": 56 } } }, "range": [ - 15545, - 15567 + 15700, + 15722 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 34 }, "end": { - "line": 496, + "line": 498, "column": 56 } } @@ -31157,16 +31436,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 15568, - 15574 + 15723, + 15729 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 57 }, "end": { - "line": 496, + "line": 498, "column": 63 } } @@ -31175,32 +31454,32 @@ "type": "Identifier", "name": "desc", "range": [ - 15576, - 15580 + 15731, + 15735 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 65 }, "end": { - "line": 496, + "line": 498, "column": 69 } } } ], "range": [ - 15545, - 15581 + 15700, + 15736 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 34 }, "end": { - "line": 496, + "line": 498, "column": 70 } } @@ -31208,47 +31487,47 @@ "generator": false, "expression": true, "range": [ - 15523, - 15581 + 15678, + 15736 ], "loc": { "start": { - "line": 496, + "line": 498, "column": 12 }, "end": { - "line": 496, + "line": 498, "column": 70 } } } ], "range": [ - 15484, - 15582 + 15639, + 15737 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 498, "column": 71 } } }, "range": [ - 15484, - 15583 + 15639, + 15738 ], "loc": { "start": { - "line": 495, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 498, "column": 72 } } @@ -31264,16 +31543,16 @@ "object": { "type": "ThisExpression", "range": [ - 15592, - 15596 + 15747, + 15751 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 8 }, "end": { - "line": 497, + "line": 499, "column": 12 } } @@ -31282,31 +31561,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 15597, - 15603 + 15752, + 15758 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 13 }, "end": { - "line": 497, + "line": 499, "column": 19 } } }, "range": [ - 15592, - 15603 + 15747, + 15758 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 8 }, "end": { - "line": 497, + "line": 499, "column": 19 } } @@ -31316,46 +31595,46 @@ "value": false, "raw": "false", "range": [ - 15606, - 15611 + 15761, + 15766 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 22 }, "end": { - "line": 497, + "line": 499, "column": 27 } } }, "range": [ - 15592, - 15611 + 15747, + 15766 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 8 }, "end": { - "line": 497, + "line": 499, "column": 27 } } }, "range": [ - 15592, - 15612 + 15747, + 15767 ], "loc": { "start": { - "line": 497, + "line": 499, "column": 8 }, "end": { - "line": 497, + "line": 499, "column": 28 } } @@ -31373,16 +31652,16 @@ "object": { "type": "ThisExpression", "range": [ - 15621, - 15625 + 15776, + 15780 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 8 }, "end": { - "line": 498, + "line": 500, "column": 12 } } @@ -31391,31 +31670,31 @@ "type": "Identifier", "name": "stt", "range": [ - 15626, - 15629 + 15781, + 15784 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 13 }, "end": { - "line": 498, + "line": 500, "column": 16 } } }, "range": [ - 15621, - 15629 + 15776, + 15784 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 8 }, "end": { - "line": 498, + "line": 500, "column": 16 } } @@ -31424,62 +31703,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 15630, - 15637 + 15785, + 15792 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 17 }, "end": { - "line": 498, + "line": 500, "column": 24 } } }, "range": [ - 15621, - 15637 + 15776, + 15792 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 8 }, "end": { - "line": 498, + "line": 500, "column": 24 } } }, "arguments": [], "range": [ - 15621, - 15639 + 15776, + 15794 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 8 }, "end": { - "line": 498, + "line": 500, "column": 26 } } }, "range": [ - 15621, - 15640 + 15776, + 15795 ], "loc": { "start": { - "line": 498, + "line": 500, "column": 8 }, "end": { - "line": 498, + "line": 500, "column": 27 } } @@ -31493,16 +31772,16 @@ "type": "Identifier", "name": "ids", "range": [ - 15654, - 15657 + 15809, + 15812 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 12 }, "end": { - "line": 500, + "line": 502, "column": 15 } } @@ -31516,16 +31795,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15660, - 15662 + 15815, + 15817 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 18 }, "end": { - "line": 500, + "line": 502, "column": 20 } } @@ -31534,62 +31813,62 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 15663, - 15675 + 15818, + 15830 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 21 }, "end": { - "line": 500, + "line": 502, "column": 33 } } }, "range": [ - 15660, - 15675 + 15815, + 15830 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 18 }, "end": { - "line": 500, + "line": 502, "column": 33 } } }, "arguments": [], "range": [ - 15660, - 15677 + 15815, + 15832 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 18 }, "end": { - "line": 500, + "line": 502, "column": 35 } } }, "range": [ - 15654, - 15677 + 15809, + 15832 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 12 }, "end": { - "line": 500, + "line": 502, "column": 35 } } @@ -31597,16 +31876,16 @@ ], "kind": "let", "range": [ - 15650, - 15678 + 15805, + 15833 ], "loc": { "start": { - "line": 500, + "line": 502, "column": 8 }, "end": { - "line": 500, + "line": 502, "column": 36 } } @@ -31622,16 +31901,16 @@ "type": "Identifier", "name": "idx", "range": [ - 15696, - 15699 + 15851, + 15854 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 17 }, "end": { - "line": 501, + "line": 503, "column": 20 } } @@ -31641,31 +31920,31 @@ "value": 0, "raw": "0", "range": [ - 15702, - 15703 + 15857, + 15858 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 23 }, "end": { - "line": 501, + "line": 503, "column": 24 } } }, "range": [ - 15696, - 15703 + 15851, + 15858 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 17 }, "end": { - "line": 501, + "line": 503, "column": 24 } } @@ -31673,16 +31952,16 @@ ], "kind": "let", "range": [ - 15692, - 15703 + 15847, + 15858 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 13 }, "end": { - "line": 501, + "line": 503, "column": 24 } } @@ -31694,16 +31973,16 @@ "type": "Identifier", "name": "idx", "range": [ - 15705, - 15708 + 15860, + 15863 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 26 }, "end": { - "line": 501, + "line": 503, "column": 29 } } @@ -31715,16 +31994,16 @@ "type": "Identifier", "name": "ids", "range": [ - 15711, - 15714 + 15866, + 15869 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 32 }, "end": { - "line": 501, + "line": 503, "column": 35 } } @@ -31733,46 +32012,46 @@ "type": "Identifier", "name": "length", "range": [ - 15715, - 15721 + 15870, + 15876 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 36 }, "end": { - "line": 501, + "line": 503, "column": 42 } } }, "range": [ - 15711, - 15721 + 15866, + 15876 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 32 }, "end": { - "line": 501, + "line": 503, "column": 42 } } }, "range": [ - 15705, - 15721 + 15860, + 15876 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 26 }, "end": { - "line": 501, + "line": 503, "column": 42 } } @@ -31784,32 +32063,32 @@ "type": "Identifier", "name": "idx", "range": [ - 15723, - 15726 + 15878, + 15881 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 44 }, "end": { - "line": 501, + "line": 503, "column": 47 } } }, "prefix": false, "range": [ - 15723, - 15728 + 15878, + 15883 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 44 }, "end": { - "line": 501, + "line": 503, "column": 49 } } @@ -31826,16 +32105,16 @@ "type": "Identifier", "name": "header", "range": [ - 15748, - 15754 + 15903, + 15909 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 16 }, "end": { - "line": 502, + "line": 504, "column": 22 } } @@ -31849,16 +32128,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15757, - 15759 + 15912, + 15914 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 25 }, "end": { - "line": 502, + "line": 504, "column": 27 } } @@ -31867,31 +32146,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 15760, - 15776 + 15915, + 15931 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 28 }, "end": { - "line": 502, + "line": 504, "column": 44 } } }, "range": [ - 15757, - 15776 + 15912, + 15931 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 25 }, "end": { - "line": 502, + "line": 504, "column": 44 } } @@ -31901,47 +32180,47 @@ "type": "Identifier", "name": "idx", "range": [ - 15777, - 15780 + 15932, + 15935 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 45 }, "end": { - "line": 502, + "line": 504, "column": 48 } } } ], "range": [ - 15757, - 15781 + 15912, + 15936 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 25 }, "end": { - "line": 502, + "line": 504, "column": 49 } } }, "range": [ - 15748, - 15781 + 15903, + 15936 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 16 }, "end": { - "line": 502, + "line": 504, "column": 49 } } @@ -31949,16 +32228,16 @@ ], "kind": "let", "range": [ - 15744, - 15782 + 15899, + 15937 ], "loc": { "start": { - "line": 502, + "line": 504, "column": 12 }, "end": { - "line": 502, + "line": 504, "column": 50 } } @@ -31972,16 +32251,16 @@ "type": "Identifier", "name": "img", "range": [ - 15799, - 15802 + 15954, + 15957 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 16 }, "end": { - "line": 503, + "line": 505, "column": 19 } } @@ -31992,16 +32271,16 @@ "type": "Identifier", "name": "tag", "range": [ - 15805, - 15808 + 15960, + 15963 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 22 }, "end": { - "line": 503, + "line": 505, "column": 25 } } @@ -32011,16 +32290,16 @@ "type": "Identifier", "name": "header", "range": [ - 15809, - 15815 + 15964, + 15970 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 26 }, "end": { - "line": 503, + "line": 505, "column": 32 } } @@ -32030,47 +32309,47 @@ "value": "img", "raw": "'img'", "range": [ - 15817, - 15822 + 15972, + 15977 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 34 }, "end": { - "line": 503, + "line": 505, "column": 39 } } } ], "range": [ - 15805, - 15823 + 15960, + 15978 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 22 }, "end": { - "line": 503, + "line": 505, "column": 40 } } }, "range": [ - 15799, - 15823 + 15954, + 15978 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 16 }, "end": { - "line": 503, + "line": 505, "column": 40 } } @@ -32078,16 +32357,16 @@ ], "kind": "let", "range": [ - 15795, - 15824 + 15950, + 15979 ], "loc": { "start": { - "line": 503, + "line": 505, "column": 12 }, "end": { - "line": 503, + "line": 505, "column": 41 } } @@ -32104,16 +32383,16 @@ "type": "Identifier", "name": "img", "range": [ - 15842, - 15845 + 15997, + 16000 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 16 }, "end": { - "line": 505, + "line": 507, "column": 19 } } @@ -32122,31 +32401,31 @@ "type": "Identifier", "name": "length", "range": [ - 15846, - 15852 + 16001, + 16007 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 20 }, "end": { - "line": 505, + "line": 507, "column": 26 } } }, "range": [ - 15842, - 15852 + 15997, + 16007 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 16 }, "end": { - "line": 505, + "line": 507, "column": 26 } } @@ -32156,31 +32435,31 @@ "value": 1, "raw": "1", "range": [ - 15857, - 15858 + 16012, + 16013 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 31 }, "end": { - "line": 505, + "line": 507, "column": 32 } } }, "range": [ - 15842, - 15858 + 15997, + 16013 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 16 }, "end": { - "line": 505, + "line": 507, "column": 32 } } @@ -32199,16 +32478,16 @@ "type": "Identifier", "name": "header", "range": [ - 15878, - 15884 + 16033, + 16039 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 16 }, "end": { - "line": 506, + "line": 508, "column": 22 } } @@ -32217,31 +32496,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 15885, - 15896 + 16040, + 16051 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 23 }, "end": { - "line": 506, + "line": 508, "column": 34 } } }, "range": [ - 15878, - 15896 + 16033, + 16051 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 16 }, "end": { - "line": 506, + "line": 508, "column": 34 } } @@ -32254,16 +32533,16 @@ "type": "Identifier", "name": "img", "range": [ - 15897, - 15900 + 16052, + 16055 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 35 }, "end": { - "line": 506, + "line": 508, "column": 38 } } @@ -32273,125 +32552,125 @@ "value": 0, "raw": "0", "range": [ - 15901, - 15902 + 16056, + 16057 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 39 }, "end": { - "line": 506, + "line": 508, "column": 40 } } }, "range": [ - 15897, - 15903 + 16052, + 16058 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 35 }, "end": { - "line": 506, + "line": 508, "column": 41 } } } ], "range": [ - 15878, - 15904 + 16033, + 16059 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 16 }, "end": { - "line": 506, + "line": 508, "column": 42 } } }, "range": [ - 15878, - 15905 + 16033, + 16060 ], "loc": { "start": { - "line": 506, + "line": 508, "column": 16 }, "end": { - "line": 506, + "line": 508, "column": 43 } } } ], "range": [ - 15860, - 15919 + 16015, + 16074 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 34 }, "end": { - "line": 507, + "line": 509, "column": 13 } } }, "alternate": null, "range": [ - 15838, - 15919 + 15993, + 16074 ], "loc": { "start": { - "line": 505, + "line": 507, "column": 12 }, "end": { - "line": 507, + "line": 509, "column": 13 } } } ], "range": [ - 15730, - 15929 + 15885, + 16084 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 51 }, "end": { - "line": 508, + "line": 510, "column": 9 } } }, "range": [ - 15687, - 15929 + 15842, + 16084 ], "loc": { "start": { - "line": 501, + "line": 503, "column": 8 }, "end": { - "line": 508, + "line": 510, "column": 9 } } @@ -32407,16 +32686,16 @@ "object": { "type": "ThisExpression", "range": [ - 15938, - 15942 + 16093, + 16097 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 8 }, "end": { - "line": 509, + "line": 511, "column": 12 } } @@ -32425,31 +32704,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 15943, - 15954 + 16098, + 16109 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 13 }, "end": { - "line": 509, + "line": 511, "column": 24 } } }, "range": [ - 15938, - 15954 + 16093, + 16109 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 8 }, "end": { - "line": 509, + "line": 511, "column": 24 } } @@ -32459,62 +32738,62 @@ "value": false, "raw": "false", "range": [ - 15957, - 15962 + 16112, + 16117 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 27 }, "end": { - "line": 509, + "line": 511, "column": 32 } } }, "range": [ - 15938, - 15962 + 16093, + 16117 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 8 }, "end": { - "line": 509, + "line": 511, "column": 32 } } }, "range": [ - 15938, - 15963 + 16093, + 16118 ], "loc": { "start": { - "line": 509, + "line": 511, "column": 8 }, "end": { - "line": 509, + "line": 511, "column": 33 } } } ], "range": [ - 15385, - 15969 + 15540, + 16124 ], "loc": { "start": { - "line": 490, + "line": 492, "column": 14 }, "end": { - "line": 510, + "line": 512, "column": 5 } } @@ -32522,16 +32801,16 @@ "generator": false, "expression": false, "range": [ - 15382, - 15969 + 15537, + 16124 ], "loc": { "start": { - "line": 490, + "line": 492, "column": 11 }, "end": { - "line": 510, + "line": 512, "column": 5 } } @@ -32539,16 +32818,16 @@ "kind": "method", "computed": false, "range": [ - 15375, - 15969 + 15530, + 16124 ], "loc": { "start": { - "line": 490, + "line": 492, "column": 4 }, "end": { - "line": 510, + "line": 512, "column": 5 } }, @@ -32557,16 +32836,16 @@ "type": "Block", "value": "*\n * Remove extension\n ", "range": [ - 15335, - 15370 + 15490, + 15525 ], "loc": { "start": { - "line": 487, + "line": 489, "column": 4 }, "end": { - "line": 489, + "line": 491, "column": 7 } } @@ -32577,7 +32856,7 @@ ], "range": [ 454, - 15972 + 16127 ], "loc": { "start": { @@ -32585,14 +32864,14 @@ "column": 58 }, "end": { - "line": 512, + "line": 514, "column": 1 } } }, "range": [ 411, - 15972 + 16127 ], "loc": { "start": { @@ -32600,7 +32879,7 @@ "column": 15 }, "end": { - "line": 512, + "line": 514, "column": 1 } }, @@ -32629,16 +32908,16 @@ "type": "Line", "value": "Converters", "range": [ - 15974, - 15986 + 16129, + 16141 ], "loc": { "start": { - "line": 514, + "line": 516, "column": 0 }, "end": { - "line": 514, + "line": 516, "column": 12 } } @@ -32647,7 +32926,7 @@ }, "range": [ 396, - 15972 + 16127 ], "loc": { "start": { @@ -32655,7 +32934,7 @@ "column": 0 }, "end": { - "line": 512, + "line": 514, "column": 1 } }, @@ -32684,16 +32963,16 @@ "type": "Line", "value": "Converters", "range": [ - 15974, - 15986 + 16129, + 16141 ], "loc": { "start": { - "line": 514, + "line": 516, "column": 0 }, "end": { - "line": 514, + "line": 516, "column": 12 } } @@ -32706,16 +32985,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 15996, - 16005 + 16151, + 16160 ], "loc": { "start": { - "line": 515, + "line": 517, "column": 9 }, "end": { - "line": 515, + "line": 517, "column": 18 } } @@ -32725,16 +33004,16 @@ "type": "Identifier", "name": "value", "range": [ - 16006, - 16011 + 16161, + 16166 ], "loc": { "start": { - "line": 515, + "line": 517, "column": 19 }, "end": { - "line": 515, + "line": 517, "column": 24 } } @@ -32752,16 +33031,16 @@ "type": "Identifier", "name": "vals", "range": [ - 16023, - 16027 + 16178, + 16182 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 8 }, "end": { - "line": 516, + "line": 518, "column": 12 } } @@ -32775,16 +33054,16 @@ "type": "Identifier", "name": "value", "range": [ - 16030, - 16035 + 16185, + 16190 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 15 }, "end": { - "line": 516, + "line": 518, "column": 20 } } @@ -32793,31 +33072,31 @@ "type": "Identifier", "name": "split", "range": [ - 16036, - 16041 + 16191, + 16196 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 21 }, "end": { - "line": 516, + "line": 518, "column": 26 } } }, "range": [ - 16030, - 16041 + 16185, + 16196 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 15 }, "end": { - "line": 516, + "line": 518, "column": 26 } } @@ -32828,47 +33107,47 @@ "value": ".", "raw": "'.'", "range": [ - 16042, - 16045 + 16197, + 16200 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 27 }, "end": { - "line": 516, + "line": 518, "column": 30 } } } ], "range": [ - 16030, - 16046 + 16185, + 16201 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 15 }, "end": { - "line": 516, + "line": 518, "column": 31 } } }, "range": [ - 16023, - 16046 + 16178, + 16201 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 8 }, "end": { - "line": 516, + "line": 518, "column": 31 } } @@ -32876,16 +33155,16 @@ ], "kind": "let", "range": [ - 16019, - 16047 + 16174, + 16202 ], "loc": { "start": { - "line": 516, + "line": 518, "column": 4 }, "end": { - "line": 516, + "line": 518, "column": 32 } } @@ -32901,32 +33180,32 @@ "type": "Identifier", "name": "x", "range": [ - 16061, - 16062 + 16216, + 16217 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 13 }, "end": { - "line": 517, + "line": 519, "column": 14 } } }, "init": null, "range": [ - 16061, - 16062 + 16216, + 16217 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 13 }, "end": { - "line": 517, + "line": 519, "column": 14 } } @@ -32934,16 +33213,16 @@ ], "kind": "let", "range": [ - 16057, - 16062 + 16212, + 16217 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 9 }, "end": { - "line": 517, + "line": 519, "column": 14 } } @@ -32952,16 +33231,16 @@ "type": "Identifier", "name": "vals", "range": [ - 16066, - 16070 + 16221, + 16225 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 18 }, "end": { - "line": 517, + "line": 519, "column": 22 } } @@ -32978,16 +33257,16 @@ "type": "Identifier", "name": "val", "range": [ - 16086, - 16089 + 16241, + 16244 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 12 }, "end": { - "line": 518, + "line": 520, "column": 15 } } @@ -32999,16 +33278,16 @@ "type": "Identifier", "name": "vals", "range": [ - 16092, - 16096 + 16247, + 16251 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 18 }, "end": { - "line": 518, + "line": 520, "column": 22 } } @@ -33017,46 +33296,46 @@ "type": "Identifier", "name": "x", "range": [ - 16097, - 16098 + 16252, + 16253 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 23 }, "end": { - "line": 518, + "line": 520, "column": 24 } } }, "range": [ - 16092, - 16099 + 16247, + 16254 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 18 }, "end": { - "line": 518, + "line": 520, "column": 25 } } }, "range": [ - 16086, - 16099 + 16241, + 16254 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 12 }, "end": { - "line": 518, + "line": 520, "column": 25 } } @@ -33064,16 +33343,16 @@ ], "kind": "let", "range": [ - 16082, - 16100 + 16237, + 16255 ], "loc": { "start": { - "line": 518, + "line": 520, "column": 8 }, "end": { - "line": 518, + "line": 520, "column": 26 } } @@ -33088,16 +33367,16 @@ "value": 3, "raw": "3", "range": [ - 16116, - 16117 + 16271, + 16272 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 15 }, "end": { - "line": 519, + "line": 521, "column": 16 } } @@ -33109,16 +33388,16 @@ "type": "Identifier", "name": "val", "range": [ - 16120, - 16123 + 16275, + 16278 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 19 }, "end": { - "line": 519, + "line": 521, "column": 22 } } @@ -33127,46 +33406,46 @@ "type": "Identifier", "name": "length", "range": [ - 16124, - 16130 + 16279, + 16285 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 23 }, "end": { - "line": 519, + "line": 521, "column": 29 } } }, "range": [ - 16120, - 16130 + 16275, + 16285 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 19 }, "end": { - "line": 519, + "line": 521, "column": 29 } } }, "range": [ - 16116, - 16130 + 16271, + 16285 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 15 }, "end": { - "line": 519, + "line": 521, "column": 29 } } @@ -33183,16 +33462,16 @@ "type": "Identifier", "name": "val", "range": [ - 16146, - 16149 + 16301, + 16304 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 12 }, "end": { - "line": 520, + "line": 522, "column": 15 } } @@ -33205,16 +33484,16 @@ "value": "0", "raw": "'0'", "range": [ - 16152, - 16155 + 16307, + 16310 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 18 }, "end": { - "line": 520, + "line": 522, "column": 21 } } @@ -33223,92 +33502,92 @@ "type": "Identifier", "name": "val", "range": [ - 16158, - 16161 + 16313, + 16316 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 24 }, "end": { - "line": 520, + "line": 522, "column": 27 } } }, "range": [ - 16152, - 16161 + 16307, + 16316 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 18 }, "end": { - "line": 520, + "line": 522, "column": 27 } } }, "range": [ - 16146, - 16161 + 16301, + 16316 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 12 }, "end": { - "line": 520, + "line": 522, "column": 27 } } }, "range": [ - 16146, - 16162 + 16301, + 16317 ], "loc": { "start": { - "line": 520, + "line": 522, "column": 12 }, "end": { - "line": 520, + "line": 522, "column": 28 } } } ], "range": [ - 16132, - 16172 + 16287, + 16327 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 31 }, "end": { - "line": 521, + "line": 523, "column": 9 } } }, "range": [ - 16109, - 16172 + 16264, + 16327 ], "loc": { "start": { - "line": 519, + "line": 521, "column": 8 }, "end": { - "line": 521, + "line": 523, "column": 9 } } @@ -33325,16 +33604,16 @@ "type": "Identifier", "name": "vals", "range": [ - 16181, - 16185 + 16336, + 16340 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 8 }, "end": { - "line": 522, + "line": 524, "column": 12 } } @@ -33343,31 +33622,31 @@ "type": "Identifier", "name": "x", "range": [ - 16186, - 16187 + 16341, + 16342 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 13 }, "end": { - "line": 522, + "line": 524, "column": 14 } } }, "range": [ - 16181, - 16188 + 16336, + 16343 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 8 }, "end": { - "line": 522, + "line": 524, "column": 15 } } @@ -33376,78 +33655,78 @@ "type": "Identifier", "name": "val", "range": [ - 16191, - 16194 + 16346, + 16349 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 18 }, "end": { - "line": 522, + "line": 524, "column": 21 } } }, "range": [ - 16181, - 16194 + 16336, + 16349 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 8 }, "end": { - "line": 522, + "line": 524, "column": 21 } } }, "range": [ - 16181, - 16195 + 16336, + 16350 ], "loc": { "start": { - "line": 522, + "line": 524, "column": 8 }, "end": { - "line": 522, + "line": 524, "column": 22 } } } ], "range": [ - 16072, - 16201 + 16227, + 16356 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 24 }, "end": { - "line": 523, + "line": 525, "column": 5 } } }, "each": false, "range": [ - 16052, - 16201 + 16207, + 16356 ], "loc": { "start": { - "line": 517, + "line": 519, "column": 4 }, "end": { - "line": 523, + "line": 525, "column": 5 } } @@ -33463,16 +33742,16 @@ "type": "Identifier", "name": "vals", "range": [ - 16213, - 16217 + 16368, + 16372 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 11 }, "end": { - "line": 524, + "line": 526, "column": 15 } } @@ -33481,31 +33760,31 @@ "type": "Identifier", "name": "join", "range": [ - 16218, - 16222 + 16373, + 16377 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 16 }, "end": { - "line": 524, + "line": 526, "column": 20 } } }, "range": [ - 16213, - 16222 + 16368, + 16377 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 11 }, "end": { - "line": 524, + "line": 526, "column": 20 } } @@ -33516,63 +33795,63 @@ "value": ".", "raw": "'.'", "range": [ - 16223, - 16226 + 16378, + 16381 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 21 }, "end": { - "line": 524, + "line": 526, "column": 24 } } } ], "range": [ - 16213, - 16227 + 16368, + 16382 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 11 }, "end": { - "line": 524, + "line": 526, "column": 25 } } }, "range": [ - 16206, - 16228 + 16361, + 16383 ], "loc": { "start": { - "line": 524, + "line": 526, "column": 4 }, "end": { - "line": 524, + "line": 526, "column": 26 } } } ], "range": [ - 16013, - 16230 + 16168, + 16385 ], "loc": { "start": { - "line": 515, + "line": 517, "column": 26 }, "end": { - "line": 525, + "line": 527, "column": 1 } } @@ -33580,16 +33859,16 @@ "generator": false, "expression": false, "range": [ - 15987, - 16230 + 16142, + 16385 ], "loc": { "start": { - "line": 515, + "line": 517, "column": 0 }, "end": { - "line": 525, + "line": 527, "column": 1 } }, @@ -33598,16 +33877,16 @@ "type": "Line", "value": "Converters", "range": [ - 15974, - 15986 + 16129, + 16141 ], "loc": { "start": { - "line": 514, + "line": 516, "column": 0 }, "end": { - "line": 514, + "line": 516, "column": 12 } } @@ -33620,16 +33899,16 @@ "type": "Identifier", "name": "sortIP", "range": [ - 16241, - 16247 + 16396, + 16402 ], "loc": { "start": { - "line": 527, + "line": 529, "column": 9 }, "end": { - "line": 527, + "line": 529, "column": 15 } } @@ -33639,16 +33918,16 @@ "type": "Identifier", "name": "a", "range": [ - 16248, - 16249 + 16403, + 16404 ], "loc": { "start": { - "line": 527, + "line": 529, "column": 16 }, "end": { - "line": 527, + "line": 529, "column": 17 } } @@ -33657,16 +33936,16 @@ "type": "Identifier", "name": "b", "range": [ - 16251, - 16252 + 16406, + 16407 ], "loc": { "start": { - "line": 527, + "line": 529, "column": 19 }, "end": { - "line": 527, + "line": 529, "column": 20 } } @@ -33684,16 +33963,16 @@ "type": "Identifier", "name": "aa", "range": [ - 16264, - 16266 + 16419, + 16421 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 8 }, "end": { - "line": 528, + "line": 530, "column": 10 } } @@ -33704,16 +33983,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 16269, - 16278 + 16424, + 16433 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 13 }, "end": { - "line": 528, + "line": 530, "column": 22 } } @@ -33731,16 +34010,16 @@ "type": "Identifier", "name": "a", "range": [ - 16279, - 16280 + 16434, + 16435 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 23 }, "end": { - "line": 528, + "line": 530, "column": 24 } } @@ -33749,31 +34028,31 @@ "type": "Identifier", "name": "value", "range": [ - 16281, - 16286 + 16436, + 16441 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 25 }, "end": { - "line": 528, + "line": 530, "column": 30 } } }, "range": [ - 16279, - 16286 + 16434, + 16441 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 23 }, "end": { - "line": 528, + "line": 530, "column": 30 } } @@ -33782,78 +34061,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 16287, - 16298 + 16442, + 16453 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 31 }, "end": { - "line": 528, + "line": 530, "column": 42 } } }, "range": [ - 16279, - 16298 + 16434, + 16453 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 23 }, "end": { - "line": 528, + "line": 530, "column": 42 } } }, "arguments": [], "range": [ - 16279, - 16300 + 16434, + 16455 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 23 }, "end": { - "line": 528, + "line": 530, "column": 44 } } } ], "range": [ - 16269, - 16301 + 16424, + 16456 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 13 }, "end": { - "line": 528, + "line": 530, "column": 45 } } }, "range": [ - 16264, - 16301 + 16419, + 16456 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 8 }, "end": { - "line": 528, + "line": 530, "column": 45 } } @@ -33861,16 +34140,16 @@ ], "kind": "let", "range": [ - 16260, - 16302 + 16415, + 16457 ], "loc": { "start": { - "line": 528, + "line": 530, "column": 4 }, "end": { - "line": 528, + "line": 530, "column": 46 } } @@ -33884,16 +34163,16 @@ "type": "Identifier", "name": "bb", "range": [ - 16311, - 16313 + 16466, + 16468 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 8 }, "end": { - "line": 529, + "line": 531, "column": 10 } } @@ -33904,16 +34183,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 16316, - 16325 + 16471, + 16480 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 13 }, "end": { - "line": 529, + "line": 531, "column": 22 } } @@ -33931,16 +34210,16 @@ "type": "Identifier", "name": "b", "range": [ - 16326, - 16327 + 16481, + 16482 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 23 }, "end": { - "line": 529, + "line": 531, "column": 24 } } @@ -33949,31 +34228,31 @@ "type": "Identifier", "name": "value", "range": [ - 16328, - 16333 + 16483, + 16488 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 25 }, "end": { - "line": 529, + "line": 531, "column": 30 } } }, "range": [ - 16326, - 16333 + 16481, + 16488 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 23 }, "end": { - "line": 529, + "line": 531, "column": 30 } } @@ -33982,78 +34261,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 16334, - 16345 + 16489, + 16500 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 31 }, "end": { - "line": 529, + "line": 531, "column": 42 } } }, "range": [ - 16326, - 16345 + 16481, + 16500 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 23 }, "end": { - "line": 529, + "line": 531, "column": 42 } } }, "arguments": [], "range": [ - 16326, - 16347 + 16481, + 16502 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 23 }, "end": { - "line": 529, + "line": 531, "column": 44 } } } ], "range": [ - 16316, - 16348 + 16471, + 16503 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 13 }, "end": { - "line": 529, + "line": 531, "column": 45 } } }, "range": [ - 16311, - 16348 + 16466, + 16503 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 8 }, "end": { - "line": 529, + "line": 531, "column": 45 } } @@ -34061,16 +34340,16 @@ ], "kind": "let", "range": [ - 16307, - 16349 + 16462, + 16504 ], "loc": { "start": { - "line": 529, + "line": 531, "column": 4 }, "end": { - "line": 529, + "line": 531, "column": 46 } } @@ -34084,16 +34363,16 @@ "type": "Identifier", "name": "aa", "range": [ - 16358, - 16360 + 16513, + 16515 ], "loc": { "start": { - "line": 530, + "line": 532, "column": 8 }, "end": { - "line": 530, + "line": 532, "column": 10 } } @@ -34102,31 +34381,31 @@ "type": "Identifier", "name": "bb", "range": [ - 16365, - 16367 + 16520, + 16522 ], "loc": { "start": { - "line": 530, + "line": 532, "column": 15 }, "end": { - "line": 530, + "line": 532, "column": 17 } } }, "range": [ - 16358, - 16367 + 16513, + 16522 ], "loc": { "start": { - "line": 530, + "line": 532, "column": 8 }, "end": { - "line": 530, + "line": 532, "column": 17 } } @@ -34141,47 +34420,47 @@ "value": 0, "raw": "0", "range": [ - 16386, - 16387 + 16541, + 16542 ], "loc": { "start": { - "line": 531, + "line": 533, "column": 15 }, "end": { - "line": 531, + "line": 533, "column": 16 } } }, "range": [ - 16379, - 16388 + 16534, + 16543 ], "loc": { "start": { - "line": 531, + "line": 533, "column": 8 }, "end": { - "line": 531, + "line": 533, "column": 17 } } } ], "range": [ - 16369, - 16394 + 16524, + 16549 ], "loc": { "start": { - "line": 530, + "line": 532, "column": 19 }, "end": { - "line": 532, + "line": 534, "column": 5 } } @@ -34195,16 +34474,16 @@ "type": "Identifier", "name": "aa", "range": [ - 16404, - 16406 + 16559, + 16561 ], "loc": { "start": { - "line": 532, + "line": 534, "column": 15 }, "end": { - "line": 532, + "line": 534, "column": 17 } } @@ -34213,31 +34492,31 @@ "type": "Identifier", "name": "bb", "range": [ - 16409, - 16411 + 16564, + 16566 ], "loc": { "start": { - "line": 532, + "line": 534, "column": 20 }, "end": { - "line": 532, + "line": 534, "column": 22 } } }, "range": [ - 16404, - 16411 + 16559, + 16566 ], "loc": { "start": { - "line": 532, + "line": 534, "column": 15 }, "end": { - "line": 532, + "line": 534, "column": 22 } } @@ -34255,63 +34534,63 @@ "value": 1, "raw": "1", "range": [ - 16431, - 16432 + 16586, + 16587 ], "loc": { "start": { - "line": 533, + "line": 535, "column": 16 }, "end": { - "line": 533, + "line": 535, "column": 17 } } }, "prefix": true, "range": [ - 16430, - 16432 + 16585, + 16587 ], "loc": { "start": { - "line": 533, + "line": 535, "column": 15 }, "end": { - "line": 533, + "line": 535, "column": 17 } } }, "range": [ - 16423, - 16433 + 16578, + 16588 ], "loc": { "start": { - "line": 533, + "line": 535, "column": 8 }, "end": { - "line": 533, + "line": 535, "column": 18 } } } ], "range": [ - 16413, - 16439 + 16568, + 16594 ], "loc": { "start": { - "line": 532, + "line": 534, "column": 24 }, "end": { - "line": 534, + "line": 536, "column": 5 } } @@ -34326,93 +34605,93 @@ "value": 1, "raw": "1", "range": [ - 16462, - 16463 + 16617, + 16618 ], "loc": { "start": { - "line": 535, + "line": 537, "column": 15 }, "end": { - "line": 535, + "line": 537, "column": 16 } } }, "range": [ - 16455, - 16464 + 16610, + 16619 ], "loc": { "start": { - "line": 535, + "line": 537, "column": 8 }, "end": { - "line": 535, + "line": 537, "column": 17 } } } ], "range": [ - 16445, - 16470 + 16600, + 16625 ], "loc": { "start": { - "line": 534, + "line": 536, "column": 11 }, "end": { - "line": 536, + "line": 538, "column": 5 } } }, "range": [ - 16400, - 16470 + 16555, + 16625 ], "loc": { "start": { - "line": 532, + "line": 534, "column": 11 }, "end": { - "line": 536, + "line": 538, "column": 5 } } }, "range": [ - 16354, - 16470 + 16509, + 16625 ], "loc": { "start": { - "line": 530, + "line": 532, "column": 4 }, "end": { - "line": 536, + "line": 538, "column": 5 } } } ], "range": [ - 16254, - 16472 + 16409, + 16627 ], "loc": { "start": { - "line": 527, + "line": 529, "column": 22 }, "end": { - "line": 537, + "line": 539, "column": 1 } } @@ -34420,16 +34699,16 @@ "generator": false, "expression": false, "range": [ - 16232, - 16472 + 16387, + 16627 ], "loc": { "start": { - "line": 527, + "line": 529, "column": 0 }, "end": { - "line": 537, + "line": 539, "column": 1 } } @@ -34438,7 +34717,7 @@ "sourceType": "module", "range": [ 0, - 16472 + 16627 ], "loc": { "start": { @@ -34446,7 +34725,7 @@ "column": 0 }, "end": { - "line": 537, + "line": 539, "column": 1 } }, @@ -35316,19 +35595,37 @@ } }, { - "type": "Block", - "value": "*\n * Remove extension\n ", + "type": "Line", + "value": " Invalid date defaults to Wed Feb 04 -768 11:00:00", "range": [ - 15335, - 15370 + 15055, + 15107 ], "loc": { "start": { - "line": 487, + "line": 474, + "column": 12 + }, + "end": { + "line": 474, + "column": 64 + } + } + }, + { + "type": "Block", + "value": "*\n * Remove extension\n ", + "range": [ + 15490, + 15525 + ], + "loc": { + "start": { + "line": 489, "column": 4 }, "end": { - "line": 489, + "line": 491, "column": 7 } } @@ -35337,16 +35634,16 @@ "type": "Line", "value": "Converters", "range": [ - 15974, - 15986 + 16129, + 16141 ], "loc": { "start": { - "line": 514, + "line": 516, "column": 0 }, "end": { - "line": 514, + "line": 516, "column": 12 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 3f86846d..4f42137a 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@