diff --git a/docs/ast/source/pulse.mjs.json b/docs/ast/source/pulse.mjs.json index 51f7a5a..8472445 100644 --- a/docs/ast/source/pulse.mjs.json +++ b/docs/ast/source/pulse.mjs.json @@ -1,28 +1,28 @@ { "type": "File", "start": 0, - "end": 5268, + "end": 5302, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 126, + "line": 127, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 5268, + "end": 5302, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 126, + "line": 127, "column": 0 } }, @@ -117,14 +117,14 @@ { "type": "Identifier", "start": 53, - "end": 5220, + "end": 5254, "loc": { "start": { "line": 3, "column": 0 }, "end": { - "line": 123, + "line": 124, "column": 1 } }, @@ -149,14 +149,14 @@ "body": { "type": "ClassBody", "start": 74, - "end": 5220, + "end": 5254, "loc": { "start": { "line": 3, "column": 21 }, "end": { - "line": 123, + "line": 124, "column": 1 } }, @@ -373,14 +373,14 @@ { "type": "ClassMethod", "start": 348, - "end": 660, + "end": 681, "loc": { "start": { "line": 17, "column": 1 }, "end": { - "line": 25, + "line": 26, "column": 2 } }, @@ -412,72 +412,72 @@ "body": { "type": "BlockStatement", "start": 362, - "end": 660, + "end": 681, "loc": { "start": { "line": 17, "column": 15 }, "end": { - "line": 25, + "line": 26, "column": 2 } }, "body": [ { "type": "ExpressionStatement", - "start": 458, - "end": 485, + "start": 479, + "end": 506, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 458, - "end": 484, + "start": 479, + "end": 505, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 458, - "end": 469, + "start": 479, + "end": 490, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 13 } }, "object": { "type": "ThisExpression", - "start": 458, - "end": 462, + "start": 479, + "end": 483, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 6 } }, @@ -485,15 +485,15 @@ }, "property": { "type": "Identifier", - "start": 463, - "end": 469, + "start": 484, + "end": 490, "loc": { "start": { - "line": 22, + "line": 23, "column": 7 }, "end": { - "line": 22, + "line": 23, "column": 13 }, "identifierName": "logger" @@ -505,29 +505,29 @@ }, "right": { "type": "NewExpression", - "start": 472, - "end": 484, + "start": 493, + "end": 505, "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 28 } }, "callee": { "type": "Identifier", - "start": 476, - "end": 482, + "start": 497, + "end": 503, "loc": { "start": { - "line": 22, + "line": 23, "column": 20 }, "end": { - "line": 22, + "line": 23, "column": 26 }, "identifierName": "Logger" @@ -541,16 +541,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t ", + "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t * @type {Object}\r\n\t\t ", "start": 367, - "end": 454, + "end": 475, "loc": { "start": { "line": 18, "column": 2 }, "end": { - "line": 21, + "line": 22, "column": 5 } } @@ -559,86 +559,86 @@ }, { "type": "ExpressionStatement", - "start": 495, - "end": 566, + "start": 516, + "end": 587, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 79 } }, "expression": { "type": "CallExpression", - "start": 495, - "end": 565, + "start": 516, + "end": 586, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 495, - "end": 519, + "start": 516, + "end": 540, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 495, - "end": 506, + "start": 516, + "end": 527, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 495, - "end": 499, + "start": 516, + "end": 520, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } }, "property": { "type": "Identifier", - "start": 500, - "end": 506, + "start": 521, + "end": 527, "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 19 }, "identifierName": "logger" @@ -649,15 +649,15 @@ }, "property": { "type": "Identifier", - "start": 507, - "end": 519, + "start": 528, + "end": 540, "loc": { "start": { - "line": 23, + "line": 24, "column": 20 }, "end": { - "line": 23, + "line": 24, "column": 32 }, "identifierName": "registerType" @@ -669,15 +669,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 520, - "end": 543, + "start": 541, + "end": 564, "loc": { "start": { - "line": 23, + "line": 24, "column": 33 }, "end": { - "line": 23, + "line": 24, "column": 56 } }, @@ -689,58 +689,58 @@ }, { "type": "MemberExpression", - "start": 545, - "end": 564, + "start": 566, + "end": 585, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 545, - "end": 556, + "start": 566, + "end": 577, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 545, - "end": 549, + "start": 566, + "end": 570, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 62 } } }, "property": { "type": "Identifier", - "start": 550, - "end": 556, + "start": 571, + "end": 577, "loc": { "start": { - "line": 23, + "line": 24, "column": 63 }, "end": { - "line": 23, + "line": 24, "column": 69 }, "identifierName": "logger" @@ -751,15 +751,15 @@ }, "property": { "type": "Identifier", - "start": 557, - "end": 564, + "start": 578, + "end": 585, "loc": { "start": { - "line": 23, + "line": 24, "column": 70 }, "end": { - "line": 23, + "line": 24, "column": 77 }, "identifierName": "FG_BLUE" @@ -773,114 +773,114 @@ }, { "type": "ExpressionStatement", - "start": 576, - "end": 656, + "start": 597, + "end": 677, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 576, - "end": 655, + "start": 597, + "end": 676, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 576, - "end": 623, + "start": 597, + "end": 644, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 55 } }, "object": { "type": "CallExpression", - "start": 576, - "end": 619, + "start": 597, + "end": 640, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 576, - "end": 594, + "start": 597, + "end": 615, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 576, - "end": 587, + "start": 597, + "end": 608, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 576, - "end": 580, + "start": 597, + "end": 601, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } }, "property": { "type": "Identifier", - "start": 581, - "end": 587, + "start": 602, + "end": 608, "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 19 }, "identifierName": "logger" @@ -891,15 +891,15 @@ }, "property": { "type": "Identifier", - "start": 588, - "end": 594, + "start": 609, + "end": 615, "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 26 }, "identifierName": "prefix" @@ -911,15 +911,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 595, - "end": 618, + "start": 616, + "end": 639, "loc": { "start": { - "line": 24, + "line": 25, "column": 27 }, "end": { - "line": 24, + "line": 25, "column": 50 } }, @@ -933,15 +933,15 @@ }, "property": { "type": "Identifier", - "start": 620, - "end": 623, + "start": 641, + "end": 644, "loc": { "start": { - "line": 24, + "line": 25, "column": 52 }, "end": { - "line": 24, + "line": 25, "column": 55 }, "identifierName": "log" @@ -953,15 +953,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 624, - "end": 654, + "start": 645, + "end": 675, "loc": { "start": { - "line": 24, + "line": 25, "column": 56 }, "end": { - "line": 24, + "line": 25, "column": 86 } }, @@ -982,15 +982,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -999,15 +999,15 @@ }, { "type": "ClassMethod", - "start": 912, - "end": 1345, + "start": 933, + "end": 1366, "loc": { "start": { - "line": 34, + "line": 35, "column": 1 }, "end": { - "line": 49, + "line": 50, "column": 2 } }, @@ -1015,15 +1015,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 912, - "end": 922, + "start": 933, + "end": 943, "loc": { "start": { - "line": 34, + "line": 35, "column": 1 }, "end": { - "line": 34, + "line": 35, "column": 11 }, "identifierName": "generateID" @@ -1039,29 +1039,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 923, - "end": 930, + "start": 944, + "end": 951, "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 19 } }, "left": { "type": "Identifier", - "start": 923, - "end": 926, + "start": 944, + "end": 947, "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 15 }, "identifierName": "pID" @@ -1070,15 +1070,15 @@ }, "right": { "type": "NumericLiteral", - "start": 929, - "end": 930, + "start": 950, + "end": 951, "loc": { "start": { - "line": 34, + "line": 35, "column": 18 }, "end": { - "line": 34, + "line": 35, "column": 19 } }, @@ -1092,59 +1092,59 @@ ], "body": { "type": "BlockStatement", - "start": 932, - "end": 1345, + "start": 953, + "end": 1366, "loc": { "start": { - "line": 34, + "line": 35, "column": 21 }, "end": { - "line": 49, + "line": 50, "column": 2 } }, "body": [ { "type": "VariableDeclaration", - "start": 937, - "end": 1016, + "start": 958, + "end": 1037, "loc": { "start": { - "line": 35, + "line": 36, "column": 2 }, "end": { - "line": 35, + "line": 36, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 943, - "end": 1015, + "start": 964, + "end": 1036, "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 80 } }, "id": { "type": "Identifier", - "start": 943, - "end": 948, + "start": 964, + "end": 969, "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 13 }, "identifierName": "chars" @@ -1153,15 +1153,15 @@ }, "init": { "type": "StringLiteral", - "start": 951, - "end": 1015, + "start": 972, + "end": 1036, "loc": { "start": { - "line": 35, + "line": 36, "column": 16 }, "end": { - "line": 35, + "line": 36, "column": 80 } }, @@ -1177,44 +1177,44 @@ }, { "type": "VariableDeclaration", - "start": 1020, - "end": 1193, + "start": 1041, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 2 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1026, - "end": 1193, + "start": 1047, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "id": { "type": "Identifier", - "start": 1026, - "end": 1032, + "start": 1047, + "end": 1053, "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 14 }, "identifierName": "makeID" @@ -1223,15 +1223,15 @@ }, "init": { "type": "FunctionExpression", - "start": 1035, - "end": 1193, + "start": 1056, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 17 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, @@ -1242,59 +1242,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1046, - "end": 1193, + "start": 1067, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 28 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "body": [ { "type": "VariableDeclaration", - "start": 1052, - "end": 1064, + "start": 1073, + "end": 1085, "loc": { "start": { - "line": 37, + "line": 38, "column": 3 }, "end": { - "line": 37, + "line": 38, "column": 15 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1056, - "end": 1063, + "start": 1077, + "end": 1084, "loc": { "start": { - "line": 37, + "line": 38, "column": 7 }, "end": { - "line": 37, + "line": 38, "column": 14 } }, "id": { "type": "Identifier", - "start": 1056, - "end": 1058, + "start": 1077, + "end": 1079, "loc": { "start": { - "line": 37, + "line": 38, "column": 7 }, "end": { - "line": 37, + "line": 38, "column": 9 }, "identifierName": "ID" @@ -1303,15 +1303,15 @@ }, "init": { "type": "StringLiteral", - "start": 1061, - "end": 1063, + "start": 1082, + "end": 1084, "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 14 } }, @@ -1327,58 +1327,58 @@ }, { "type": "ForStatement", - "start": 1069, - "end": 1173, + "start": 1090, + "end": 1194, "loc": { "start": { - "line": 38, + "line": 39, "column": 3 }, "end": { - "line": 40, + "line": 41, "column": 4 } }, "init": { "type": "VariableDeclaration", - "start": 1074, - "end": 1083, + "start": 1095, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1078, - "end": 1083, + "start": 1099, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, "id": { "type": "Identifier", - "start": 1078, - "end": 1079, + "start": 1099, + "end": 1100, "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 13 }, "identifierName": "i" @@ -1387,15 +1387,15 @@ }, "init": { "type": "NumericLiteral", - "start": 1082, - "end": 1083, + "start": 1103, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 16 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, @@ -1411,29 +1411,29 @@ }, "test": { "type": "BinaryExpression", - "start": 1085, - "end": 1092, + "start": 1106, + "end": 1113, "loc": { "start": { - "line": 38, + "line": 39, "column": 19 }, "end": { - "line": 38, + "line": 39, "column": 26 } }, "left": { "type": "Identifier", - "start": 1085, - "end": 1086, + "start": 1106, + "end": 1107, "loc": { "start": { - "line": 38, + "line": 39, "column": 19 }, "end": { - "line": 38, + "line": 39, "column": 20 }, "identifierName": "i" @@ -1443,15 +1443,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 1089, - "end": 1092, + "start": 1110, + "end": 1113, "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 26 }, "identifierName": "pID" @@ -1461,15 +1461,15 @@ }, "update": { "type": "UpdateExpression", - "start": 1094, - "end": 1097, + "start": 1115, + "end": 1118, "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 38, + "line": 39, "column": 31 } }, @@ -1477,15 +1477,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 1094, - "end": 1095, + "start": 1115, + "end": 1116, "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 38, + "line": 39, "column": 29 }, "identifierName": "i" @@ -1495,59 +1495,59 @@ }, "body": { "type": "BlockStatement", - "start": 1099, - "end": 1173, + "start": 1120, + "end": 1194, "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 40, + "line": 41, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 1106, - "end": 1167, + "start": 1127, + "end": 1188, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 1106, - "end": 1166, + "start": 1127, + "end": 1187, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 64 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 1106, - "end": 1108, + "start": 1127, + "end": 1129, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 6 }, "identifierName": "ID" @@ -1556,43 +1556,43 @@ }, "right": { "type": "CallExpression", - "start": 1112, - "end": 1166, + "start": 1133, + "end": 1187, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 1112, - "end": 1124, + "start": 1133, + "end": 1145, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 22 } }, "object": { "type": "Identifier", - "start": 1112, - "end": 1117, + "start": 1133, + "end": 1138, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 15 }, "identifierName": "chars" @@ -1601,15 +1601,15 @@ }, "property": { "type": "Identifier", - "start": 1118, - "end": 1124, + "start": 1139, + "end": 1145, "loc": { "start": { - "line": 39, + "line": 40, "column": 16 }, "end": { - "line": 39, + "line": 40, "column": 22 }, "identifierName": "charAt" @@ -1621,43 +1621,43 @@ "arguments": [ { "type": "CallExpression", - "start": 1125, - "end": 1165, + "start": 1146, + "end": 1186, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 1125, - "end": 1135, + "start": 1146, + "end": 1156, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 33 } }, "object": { "type": "Identifier", - "start": 1125, - "end": 1129, + "start": 1146, + "end": 1150, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 27 }, "identifierName": "Math" @@ -1666,15 +1666,15 @@ }, "property": { "type": "Identifier", - "start": 1130, - "end": 1135, + "start": 1151, + "end": 1156, "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 33 }, "identifierName": "floor" @@ -1686,57 +1686,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 1136, - "end": 1164, + "start": 1157, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 62 } }, "left": { "type": "CallExpression", - "start": 1136, - "end": 1149, + "start": 1157, + "end": 1170, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 1136, - "end": 1147, + "start": 1157, + "end": 1168, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 45 } }, "object": { "type": "Identifier", - "start": 1136, - "end": 1140, + "start": 1157, + "end": 1161, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 38 }, "identifierName": "Math" @@ -1745,15 +1745,15 @@ }, "property": { "type": "Identifier", - "start": 1141, - "end": 1147, + "start": 1162, + "end": 1168, "loc": { "start": { - "line": 39, + "line": 40, "column": 39 }, "end": { - "line": 39, + "line": 40, "column": 45 }, "identifierName": "random" @@ -1767,29 +1767,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 1152, - "end": 1164, + "start": 1173, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 50 }, "end": { - "line": 39, + "line": 40, "column": 62 } }, "object": { "type": "Identifier", - "start": 1152, - "end": 1157, + "start": 1173, + "end": 1178, "loc": { "start": { - "line": 39, + "line": 40, "column": 50 }, "end": { - "line": 39, + "line": 40, "column": 55 }, "identifierName": "chars" @@ -1798,15 +1798,15 @@ }, "property": { "type": "Identifier", - "start": 1158, - "end": 1164, + "start": 1179, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 56 }, "end": { - "line": 39, + "line": 40, "column": 62 }, "identifierName": "length" @@ -1828,29 +1828,29 @@ }, { "type": "ReturnStatement", - "start": 1178, - "end": 1188, + "start": 1199, + "end": 1209, "loc": { "start": { - "line": 41, + "line": 42, "column": 3 }, "end": { - "line": 41, + "line": 42, "column": 13 } }, "argument": { "type": "Identifier", - "start": 1185, - "end": 1187, + "start": 1206, + "end": 1208, "loc": { "start": { - "line": 41, + "line": 42, "column": 10 }, "end": { - "line": 41, + "line": 42, "column": 12 }, "identifierName": "ID" @@ -1868,44 +1868,44 @@ }, { "type": "VariableDeclaration", - "start": 1197, - "end": 1215, + "start": 1218, + "end": 1236, "loc": { "start": { - "line": 43, + "line": 44, "column": 2 }, "end": { - "line": 43, + "line": 44, "column": 20 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1201, - "end": 1214, + "start": 1222, + "end": 1235, "loc": { "start": { - "line": 43, + "line": 44, "column": 6 }, "end": { - "line": 43, + "line": 44, "column": 19 } }, "id": { "type": "Identifier", - "start": 1201, - "end": 1203, + "start": 1222, + "end": 1224, "loc": { "start": { - "line": 43, + "line": 44, "column": 6 }, "end": { - "line": 43, + "line": 44, "column": 8 }, "identifierName": "ID" @@ -1914,29 +1914,29 @@ }, "init": { "type": "CallExpression", - "start": 1206, - "end": 1214, + "start": 1227, + "end": 1235, "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 19 } }, "callee": { "type": "Identifier", - "start": 1206, - "end": 1212, + "start": 1227, + "end": 1233, "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 17 }, "identifierName": "makeID" @@ -1951,71 +1951,71 @@ }, { "type": "WhileStatement", - "start": 1219, - "end": 1289, + "start": 1240, + "end": 1310, "loc": { "start": { - "line": 44, + "line": 45, "column": 2 }, "end": { - "line": 46, + "line": 47, "column": 3 } }, "test": { "type": "CallExpression", - "start": 1225, - "end": 1262, + "start": 1246, + "end": 1283, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 1225, - "end": 1258, + "start": 1246, + "end": 1279, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 1225, - "end": 1249, + "start": 1246, + "end": 1270, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 32 } }, "object": { "type": "Identifier", - "start": 1225, - "end": 1239, + "start": 1246, + "end": 1260, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 22 }, "identifierName": "PulseComponent" @@ -2024,15 +2024,15 @@ }, "property": { "type": "Identifier", - "start": 1240, - "end": 1249, + "start": 1261, + "end": 1270, "loc": { "start": { - "line": 44, + "line": 45, "column": 23 }, "end": { - "line": 44, + "line": 45, "column": 32 }, "identifierName": "storedIDs" @@ -2043,15 +2043,15 @@ }, "property": { "type": "Identifier", - "start": 1250, - "end": 1258, + "start": 1271, + "end": 1279, "loc": { "start": { - "line": 44, + "line": 45, "column": 33 }, "end": { - "line": 44, + "line": 45, "column": 41 }, "identifierName": "includes" @@ -2063,15 +2063,15 @@ "arguments": [ { "type": "Identifier", - "start": 1259, - "end": 1261, + "start": 1280, + "end": 1282, "loc": { "start": { - "line": 44, + "line": 45, "column": 42 }, "end": { - "line": 44, + "line": 45, "column": 44 }, "identifierName": "ID" @@ -2082,59 +2082,59 @@ }, "body": { "type": "BlockStatement", - "start": 1264, - "end": 1289, + "start": 1285, + "end": 1310, "loc": { "start": { - "line": 44, + "line": 45, "column": 47 }, "end": { - "line": 46, + "line": 47, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 1270, - "end": 1284, + "start": 1291, + "end": 1305, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 17 } }, "expression": { "type": "AssignmentExpression", - "start": 1270, - "end": 1283, + "start": 1291, + "end": 1304, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 16 } }, "operator": "=", "left": { "type": "Identifier", - "start": 1270, - "end": 1272, + "start": 1291, + "end": 1293, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 5 }, "identifierName": "ID" @@ -2143,29 +2143,29 @@ }, "right": { "type": "CallExpression", - "start": 1275, - "end": 1283, + "start": 1296, + "end": 1304, "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 16 } }, "callee": { "type": "Identifier", - "start": 1275, - "end": 1281, + "start": 1296, + "end": 1302, "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 14 }, "identifierName": "makeID" @@ -2182,71 +2182,71 @@ }, { "type": "ExpressionStatement", - "start": 1293, - "end": 1327, + "start": 1314, + "end": 1348, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 1293, - "end": 1326, + "start": 1314, + "end": 1347, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 1293, - "end": 1322, + "start": 1314, + "end": 1343, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 1293, - "end": 1317, + "start": 1314, + "end": 1338, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 26 } }, "object": { "type": "Identifier", - "start": 1293, - "end": 1307, + "start": 1314, + "end": 1328, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 16 }, "identifierName": "PulseComponent" @@ -2255,15 +2255,15 @@ }, "property": { "type": "Identifier", - "start": 1308, - "end": 1317, + "start": 1329, + "end": 1338, "loc": { "start": { - "line": 47, + "line": 48, "column": 17 }, "end": { - "line": 47, + "line": 48, "column": 26 }, "identifierName": "storedIDs" @@ -2274,15 +2274,15 @@ }, "property": { "type": "Identifier", - "start": 1318, - "end": 1322, + "start": 1339, + "end": 1343, "loc": { "start": { - "line": 47, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 48, "column": 31 }, "identifierName": "push" @@ -2294,15 +2294,15 @@ "arguments": [ { "type": "Identifier", - "start": 1323, - "end": 1325, + "start": 1344, + "end": 1346, "loc": { "start": { - "line": 47, + "line": 48, "column": 32 }, "end": { - "line": 47, + "line": 48, "column": 34 }, "identifierName": "ID" @@ -2314,29 +2314,29 @@ }, { "type": "ReturnStatement", - "start": 1331, - "end": 1341, + "start": 1352, + "end": 1362, "loc": { "start": { - "line": 48, + "line": 49, "column": 2 }, "end": { - "line": 48, + "line": 49, "column": 12 } }, "argument": { "type": "Identifier", - "start": 1338, - "end": 1340, + "start": 1359, + "end": 1361, "loc": { "start": { - "line": 48, + "line": 49, "column": 9 }, "end": { - "line": 48, + "line": 49, "column": 11 }, "identifierName": "ID" @@ -2352,15 +2352,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -2370,15 +2370,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -2387,15 +2387,15 @@ }, { "type": "ClassMethod", - "start": 1694, - "end": 2982, + "start": 1715, + "end": 3003, "loc": { "start": { - "line": 57, + "line": 58, "column": 1 }, "end": { - "line": 77, + "line": 78, "column": 2 } }, @@ -2403,15 +2403,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1694, - "end": 1696, + "start": 1715, + "end": 1717, "loc": { "start": { - "line": 57, + "line": 58, "column": 1 }, "end": { - "line": 57, + "line": 58, "column": 3 }, "identifierName": "on" @@ -2427,15 +2427,15 @@ "params": [ { "type": "Identifier", - "start": 1697, - "end": 1706, + "start": 1718, + "end": 1727, "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 57, + "line": 58, "column": 13 }, "identifierName": "pInstance" @@ -2444,15 +2444,15 @@ }, { "type": "Identifier", - "start": 1708, - "end": 1718, + "start": 1729, + "end": 1739, "loc": { "start": { - "line": 57, + "line": 58, "column": 15 }, "end": { - "line": 57, + "line": 58, "column": 25 }, "identifierName": "pEventName" @@ -2461,15 +2461,15 @@ }, { "type": "Identifier", - "start": 1720, - "end": 1729, + "start": 1741, + "end": 1750, "loc": { "start": { - "line": 57, + "line": 58, "column": 27 }, "end": { - "line": 57, + "line": 58, "column": 36 }, "identifierName": "pFunction" @@ -2479,58 +2479,58 @@ ], "body": { "type": "BlockStatement", - "start": 1731, - "end": 2982, + "start": 1752, + "end": 3003, "loc": { "start": { - "line": 57, + "line": 58, "column": 38 }, "end": { - "line": 77, + "line": 78, "column": 2 } }, "body": [ { "type": "IfStatement", - "start": 1736, - "end": 1915, + "start": 1757, + "end": 1936, "loc": { "start": { - "line": 58, + "line": 59, "column": 2 }, "end": { - "line": 61, + "line": 62, "column": 3 } }, "test": { "type": "BinaryExpression", - "start": 1740, - "end": 1772, + "start": 1761, + "end": 1793, "loc": { "start": { - "line": 58, + "line": 59, "column": 6 }, "end": { - "line": 58, + "line": 59, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 1740, - "end": 1757, + "start": 1761, + "end": 1778, "loc": { "start": { - "line": 58, + "line": 59, "column": 6 }, "end": { - "line": 58, + "line": 59, "column": 23 } }, @@ -2538,15 +2538,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 1747, - "end": 1756, + "start": 1768, + "end": 1777, "loc": { "start": { - "line": 58, + "line": 59, "column": 13 }, "end": { - "line": 58, + "line": 59, "column": 22 }, "identifierName": "pFunction" @@ -2554,7 +2554,7 @@ "name": "pFunction", "extra": { "parenthesized": true, - "parenStart": 1746 + "parenStart": 1767 } }, "extra": { @@ -2564,15 +2564,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 1762, - "end": 1772, + "start": 1783, + "end": 1793, "loc": { "start": { - "line": 58, + "line": 59, "column": 28 }, "end": { - "line": 58, + "line": 59, "column": 38 } }, @@ -2585,129 +2585,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 1774, - "end": 1915, + "start": 1795, + "end": 1936, "loc": { "start": { - "line": 58, + "line": 59, "column": 40 }, "end": { - "line": 61, + "line": 62, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 1780, - "end": 1898, + "start": 1801, + "end": 1919, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 1780, - "end": 1897, + "start": 1801, + "end": 1918, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 1780, - "end": 1829, + "start": 1801, + "end": 1850, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 52 } }, "object": { "type": "CallExpression", - "start": 1780, - "end": 1823, + "start": 1801, + "end": 1844, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 1780, - "end": 1798, + "start": 1801, + "end": 1819, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 21 } }, "object": { "type": "MemberExpression", - "start": 1780, - "end": 1791, + "start": 1801, + "end": 1812, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 14 } }, "object": { "type": "ThisExpression", - "start": 1780, - "end": 1784, + "start": 1801, + "end": 1805, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 7 } } }, "property": { "type": "Identifier", - "start": 1785, - "end": 1791, + "start": 1806, + "end": 1812, "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 14 }, "identifierName": "logger" @@ -2718,15 +2718,15 @@ }, "property": { "type": "Identifier", - "start": 1792, - "end": 1798, + "start": 1813, + "end": 1819, "loc": { "start": { - "line": 59, + "line": 60, "column": 15 }, "end": { - "line": 59, + "line": 60, "column": 21 }, "identifierName": "prefix" @@ -2738,15 +2738,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 1799, - "end": 1822, + "start": 1820, + "end": 1843, "loc": { "start": { - "line": 59, + "line": 60, "column": 22 }, "end": { - "line": 59, + "line": 60, "column": 45 } }, @@ -2760,15 +2760,15 @@ }, "property": { "type": "Identifier", - "start": 1824, - "end": 1829, + "start": 1845, + "end": 1850, "loc": { "start": { - "line": 59, + "line": 60, "column": 47 }, "end": { - "line": 59, + "line": 60, "column": 52 }, "identifierName": "error" @@ -2780,15 +2780,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 1830, - "end": 1896, + "start": 1851, + "end": 1917, "loc": { "start": { - "line": 59, + "line": 60, "column": 53 }, "end": { - "line": 59, + "line": 60, "column": 119 } }, @@ -2803,15 +2803,15 @@ }, { "type": "ReturnStatement", - "start": 1903, - "end": 1910, + "start": 1924, + "end": 1931, "loc": { "start": { - "line": 60, + "line": 61, "column": 3 }, "end": { - "line": 60, + "line": 61, "column": 10 } }, @@ -2824,29 +2824,29 @@ }, { "type": "IfStatement", - "start": 1921, - "end": 2238, + "start": 1942, + "end": 2259, "loc": { "start": { - "line": 63, + "line": 64, "column": 2 }, "end": { - "line": 69, + "line": 70, "column": 3 } }, "test": { "type": "UnaryExpression", - "start": 1925, - "end": 1960, + "start": 1946, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 6 }, "end": { - "line": 63, + "line": 64, "column": 41 } }, @@ -2854,29 +2854,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1926, - "end": 1960, + "start": 1947, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 7 }, "end": { - "line": 63, + "line": 64, "column": 41 } }, "object": { "type": "Identifier", - "start": 1926, - "end": 1935, + "start": 1947, + "end": 1956, "loc": { "start": { - "line": 63, + "line": 64, "column": 7 }, "end": { - "line": 63, + "line": 64, "column": 16 }, "identifierName": "pInstance" @@ -2885,15 +2885,15 @@ }, "property": { "type": "Identifier", - "start": 1936, - "end": 1960, + "start": 1957, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 17 }, "end": { - "line": 63, + "line": 64, "column": 41 }, "identifierName": "pulseComponentListenerID" @@ -2908,59 +2908,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 1962, - "end": 2238, + "start": 1983, + "end": 2259, "loc": { "start": { - "line": 63, + "line": 64, "column": 43 }, "end": { - "line": 69, + "line": 70, "column": 3 } }, "body": [ { "type": "VariableDeclaration", - "start": 1968, - "end": 1997, + "start": 1989, + "end": 2018, "loc": { "start": { - "line": 64, + "line": 65, "column": 3 }, "end": { - "line": 64, + "line": 65, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1974, - "end": 1996, + "start": 1995, + "end": 2017, "loc": { "start": { - "line": 64, + "line": 65, "column": 9 }, "end": { - "line": 64, + "line": 65, "column": 31 } }, "id": { "type": "Identifier", - "start": 1974, - "end": 1976, + "start": 1995, + "end": 1997, "loc": { "start": { - "line": 64, + "line": 65, "column": 9 }, "end": { - "line": 64, + "line": 65, "column": 11 }, "identifierName": "ID" @@ -2969,58 +2969,58 @@ }, "init": { "type": "CallExpression", - "start": 1979, - "end": 1996, + "start": 2000, + "end": 2017, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 1979, - "end": 1994, + "start": 2000, + "end": 2015, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 1979, - "end": 1983, + "start": 2000, + "end": 2004, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 18 } } }, "property": { "type": "Identifier", - "start": 1984, - "end": 1994, + "start": 2005, + "end": 2015, "loc": { "start": { - "line": 64, + "line": 65, "column": 19 }, "end": { - "line": 64, + "line": 65, "column": 29 }, "identifierName": "generateID" @@ -3037,58 +3037,58 @@ }, { "type": "ExpressionStatement", - "start": 2002, - "end": 2042, + "start": 2023, + "end": 2063, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 2002, - "end": 2041, + "start": 2023, + "end": 2062, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2002, - "end": 2036, + "start": 2023, + "end": 2057, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 37 } }, "object": { "type": "Identifier", - "start": 2002, - "end": 2011, + "start": 2023, + "end": 2032, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 12 }, "identifierName": "pInstance" @@ -3097,15 +3097,15 @@ }, "property": { "type": "Identifier", - "start": 2012, - "end": 2036, + "start": 2033, + "end": 2057, "loc": { "start": { - "line": 65, + "line": 66, "column": 13 }, "end": { - "line": 65, + "line": 66, "column": 37 }, "identifierName": "pulseComponentListenerID" @@ -3116,15 +3116,15 @@ }, "right": { "type": "Identifier", - "start": 2039, - "end": 2041, + "start": 2060, + "end": 2062, "loc": { "start": { - "line": 65, + "line": 66, "column": 40 }, "end": { - "line": 65, + "line": 66, "column": 42 }, "identifierName": "ID" @@ -3135,85 +3135,85 @@ }, { "type": "ExpressionStatement", - "start": 2047, - "end": 2083, + "start": 2068, + "end": 2104, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 2047, - "end": 2082, + "start": 2068, + "end": 2103, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 2047, - "end": 2078, + "start": 2068, + "end": 2099, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 2047, - "end": 2073, + "start": 2068, + "end": 2094, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 2047, - "end": 2069, + "start": 2068, + "end": 2090, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 25 } }, "object": { "type": "Identifier", - "start": 2047, - "end": 2061, + "start": 2068, + "end": 2082, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 17 }, "identifierName": "PulseComponent" @@ -3222,15 +3222,15 @@ }, "property": { "type": "Identifier", - "start": 2062, - "end": 2069, + "start": 2083, + "end": 2090, "loc": { "start": { - "line": 66, + "line": 67, "column": 18 }, "end": { - "line": 66, + "line": 67, "column": 25 }, "identifierName": "tracker" @@ -3241,15 +3241,15 @@ }, "property": { "type": "Identifier", - "start": 2070, - "end": 2073, + "start": 2091, + "end": 2094, "loc": { "start": { - "line": 66, + "line": 67, "column": 26 }, "end": { - "line": 66, + "line": 67, "column": 29 }, "identifierName": "ids" @@ -3260,15 +3260,15 @@ }, "property": { "type": "Identifier", - "start": 2074, - "end": 2078, + "start": 2095, + "end": 2099, "loc": { "start": { - "line": 66, + "line": 67, "column": 30 }, "end": { - "line": 66, + "line": 67, "column": 34 }, "identifierName": "push" @@ -3280,15 +3280,15 @@ "arguments": [ { "type": "Identifier", - "start": 2079, - "end": 2081, + "start": 2100, + "end": 2102, "loc": { "start": { - "line": 66, + "line": 67, "column": 35 }, "end": { - "line": 66, + "line": 67, "column": 37 }, "identifierName": "ID" @@ -3300,72 +3300,72 @@ }, { "type": "ExpressionStatement", - "start": 2088, - "end": 2152, + "start": 2109, + "end": 2173, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 2088, - "end": 2151, + "start": 2109, + "end": 2172, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2088, - "end": 2146, + "start": 2109, + "end": 2167, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 2088, - "end": 2110, + "start": 2109, + "end": 2131, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 25 } }, "object": { "type": "Identifier", - "start": 2088, - "end": 2102, + "start": 2109, + "end": 2123, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 17 }, "identifierName": "PulseComponent" @@ -3374,15 +3374,15 @@ }, "property": { "type": "Identifier", - "start": 2103, - "end": 2110, + "start": 2124, + "end": 2131, "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 25 }, "identifierName": "tracker" @@ -3393,29 +3393,29 @@ }, "property": { "type": "MemberExpression", - "start": 2111, - "end": 2145, + "start": 2132, + "end": 2166, "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 60 } }, "object": { "type": "Identifier", - "start": 2111, - "end": 2120, + "start": 2132, + "end": 2141, "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 35 }, "identifierName": "pInstance" @@ -3424,15 +3424,15 @@ }, "property": { "type": "Identifier", - "start": 2121, - "end": 2145, + "start": 2142, + "end": 2166, "loc": { "start": { - "line": 67, + "line": 68, "column": 36 }, "end": { - "line": 67, + "line": 68, "column": 60 }, "identifierName": "pulseComponentListenerID" @@ -3445,15 +3445,15 @@ }, "right": { "type": "ObjectExpression", - "start": 2149, - "end": 2151, + "start": 2170, + "end": 2172, "loc": { "start": { - "line": 67, + "line": 68, "column": 64 }, "end": { - "line": 67, + "line": 68, "column": 66 } }, @@ -3463,86 +3463,86 @@ }, { "type": "ExpressionStatement", - "start": 2157, - "end": 2233, + "start": 2178, + "end": 2254, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 2157, - "end": 2232, + "start": 2178, + "end": 2253, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 78 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2157, - "end": 2227, + "start": 2178, + "end": 2248, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 2157, - "end": 2215, + "start": 2178, + "end": 2236, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 2157, - "end": 2179, + "start": 2178, + "end": 2200, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 25 } }, "object": { "type": "Identifier", - "start": 2157, - "end": 2171, + "start": 2178, + "end": 2192, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 17 }, "identifierName": "PulseComponent" @@ -3551,15 +3551,15 @@ }, "property": { "type": "Identifier", - "start": 2172, - "end": 2179, + "start": 2193, + "end": 2200, "loc": { "start": { - "line": 68, + "line": 69, "column": 18 }, "end": { - "line": 68, + "line": 69, "column": 25 }, "identifierName": "tracker" @@ -3570,29 +3570,29 @@ }, "property": { "type": "MemberExpression", - "start": 2180, - "end": 2214, + "start": 2201, + "end": 2235, "loc": { "start": { - "line": 68, + "line": 69, "column": 26 }, "end": { - "line": 68, + "line": 69, "column": 60 } }, "object": { "type": "Identifier", - "start": 2180, - "end": 2189, + "start": 2201, + "end": 2210, "loc": { "start": { - "line": 68, + "line": 69, "column": 26 }, "end": { - "line": 68, + "line": 69, "column": 35 }, "identifierName": "pInstance" @@ -3601,15 +3601,15 @@ }, "property": { "type": "Identifier", - "start": 2190, - "end": 2214, + "start": 2211, + "end": 2235, "loc": { "start": { - "line": 68, + "line": 69, "column": 36 }, "end": { - "line": 68, + "line": 69, "column": 60 }, "identifierName": "pulseComponentListenerID" @@ -3622,15 +3622,15 @@ }, "property": { "type": "StringLiteral", - "start": 2216, - "end": 2226, + "start": 2237, + "end": 2247, "loc": { "start": { - "line": 68, + "line": 69, "column": 62 }, "end": { - "line": 68, + "line": 69, "column": 72 } }, @@ -3644,15 +3644,15 @@ }, "right": { "type": "ObjectExpression", - "start": 2230, - "end": 2232, + "start": 2251, + "end": 2253, "loc": { "start": { - "line": 68, + "line": 69, "column": 76 }, "end": { - "line": 68, + "line": 69, "column": 78 } }, @@ -3667,29 +3667,29 @@ }, { "type": "IfStatement", - "start": 2244, - "end": 2411, + "start": 2265, + "end": 2432, "loc": { "start": { - "line": 71, + "line": 72, "column": 2 }, "end": { - "line": 71, + "line": 72, "column": 169 } }, "test": { "type": "UnaryExpression", - "start": 2248, - "end": 2319, + "start": 2269, + "end": 2340, "loc": { "start": { - "line": 71, + "line": 72, "column": 6 }, "end": { - "line": 71, + "line": 72, "column": 77 } }, @@ -3697,57 +3697,57 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2249, - "end": 2319, + "start": 2270, + "end": 2340, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 2249, - "end": 2307, + "start": 2270, + "end": 2328, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 2249, - "end": 2271, + "start": 2270, + "end": 2292, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 29 } }, "object": { "type": "Identifier", - "start": 2249, - "end": 2263, + "start": 2270, + "end": 2284, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 21 }, "identifierName": "PulseComponent" @@ -3756,15 +3756,15 @@ }, "property": { "type": "Identifier", - "start": 2264, - "end": 2271, + "start": 2285, + "end": 2292, "loc": { "start": { - "line": 71, + "line": 72, "column": 22 }, "end": { - "line": 71, + "line": 72, "column": 29 }, "identifierName": "tracker" @@ -3775,29 +3775,29 @@ }, "property": { "type": "MemberExpression", - "start": 2272, - "end": 2306, + "start": 2293, + "end": 2327, "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 64 } }, "object": { "type": "Identifier", - "start": 2272, - "end": 2281, + "start": 2293, + "end": 2302, "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 39 }, "identifierName": "pInstance" @@ -3806,15 +3806,15 @@ }, "property": { "type": "Identifier", - "start": 2282, - "end": 2306, + "start": 2303, + "end": 2327, "loc": { "start": { - "line": 71, + "line": 72, "column": 40 }, "end": { - "line": 71, + "line": 72, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -3827,15 +3827,15 @@ }, "property": { "type": "Identifier", - "start": 2308, - "end": 2318, + "start": 2329, + "end": 2339, "loc": { "start": { - "line": 71, + "line": 72, "column": 66 }, "end": { - "line": 71, + "line": 72, "column": 76 }, "identifierName": "pEventName" @@ -3850,86 +3850,86 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2321, - "end": 2411, + "start": 2342, + "end": 2432, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 169 } }, "expression": { "type": "AssignmentExpression", - "start": 2321, - "end": 2410, + "start": 2342, + "end": 2431, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 168 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2321, - "end": 2391, + "start": 2342, + "end": 2412, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 149 } }, "object": { "type": "MemberExpression", - "start": 2321, - "end": 2379, + "start": 2342, + "end": 2400, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 137 } }, "object": { "type": "MemberExpression", - "start": 2321, - "end": 2343, + "start": 2342, + "end": 2364, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 101 } }, "object": { "type": "Identifier", - "start": 2321, - "end": 2335, + "start": 2342, + "end": 2356, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 93 }, "identifierName": "PulseComponent" @@ -3938,15 +3938,15 @@ }, "property": { "type": "Identifier", - "start": 2336, - "end": 2343, + "start": 2357, + "end": 2364, "loc": { "start": { - "line": 71, + "line": 72, "column": 94 }, "end": { - "line": 71, + "line": 72, "column": 101 }, "identifierName": "tracker" @@ -3957,29 +3957,29 @@ }, "property": { "type": "MemberExpression", - "start": 2344, - "end": 2378, + "start": 2365, + "end": 2399, "loc": { "start": { - "line": 71, + "line": 72, "column": 102 }, "end": { - "line": 71, + "line": 72, "column": 136 } }, "object": { "type": "Identifier", - "start": 2344, - "end": 2353, + "start": 2365, + "end": 2374, "loc": { "start": { - "line": 71, + "line": 72, "column": 102 }, "end": { - "line": 71, + "line": 72, "column": 111 }, "identifierName": "pInstance" @@ -3988,15 +3988,15 @@ }, "property": { "type": "Identifier", - "start": 2354, - "end": 2378, + "start": 2375, + "end": 2399, "loc": { "start": { - "line": 71, + "line": 72, "column": 112 }, "end": { - "line": 71, + "line": 72, "column": 136 }, "identifierName": "pulseComponentListenerID" @@ -4009,15 +4009,15 @@ }, "property": { "type": "Identifier", - "start": 2380, - "end": 2390, + "start": 2401, + "end": 2411, "loc": { "start": { - "line": 71, + "line": 72, "column": 138 }, "end": { - "line": 71, + "line": 72, "column": 148 }, "identifierName": "pEventName" @@ -4028,30 +4028,30 @@ }, "right": { "type": "ObjectExpression", - "start": 2394, - "end": 2410, + "start": 2415, + "end": 2431, "loc": { "start": { - "line": 71, + "line": 72, "column": 152 }, "end": { - "line": 71, + "line": 72, "column": 168 } }, "properties": [ { "type": "ObjectProperty", - "start": 2396, - "end": 2408, + "start": 2417, + "end": 2429, "loc": { "start": { - "line": 71, + "line": 72, "column": 154 }, "end": { - "line": 71, + "line": 72, "column": 166 } }, @@ -4060,15 +4060,15 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 2396, - "end": 2405, + "start": 2417, + "end": 2426, "loc": { "start": { - "line": 71, + "line": 72, "column": 154 }, "end": { - "line": 71, + "line": 72, "column": 163 } }, @@ -4080,15 +4080,15 @@ }, "value": { "type": "NumericLiteral", - "start": 2407, - "end": 2408, + "start": 2428, + "end": 2429, "loc": { "start": { - "line": 71, + "line": 72, "column": 165 }, "end": { - "line": 71, + "line": 72, "column": 166 } }, @@ -4107,44 +4107,44 @@ }, { "type": "VariableDeclaration", - "start": 2415, - "end": 2515, + "start": 2436, + "end": 2536, "loc": { "start": { - "line": 72, + "line": 73, "column": 2 }, "end": { - "line": 72, + "line": 73, "column": 102 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 2421, - "end": 2514, + "start": 2442, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, "id": { "type": "Identifier", - "start": 2421, - "end": 2431, + "start": 2442, + "end": 2452, "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 18 }, "identifierName": "listenerID" @@ -4153,15 +4153,15 @@ }, "init": { "type": "UpdateExpression", - "start": 2434, - "end": 2514, + "start": 2455, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 21 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, @@ -4169,71 +4169,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2436, - "end": 2514, + "start": 2457, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2506, + "start": 2457, + "end": 2527, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 93 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2494, + "start": 2457, + "end": 2515, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2458, + "start": 2457, + "end": 2479, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 45 } }, "object": { "type": "Identifier", - "start": 2436, - "end": 2450, + "start": 2457, + "end": 2471, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 37 }, "identifierName": "PulseComponent" @@ -4242,15 +4242,15 @@ }, "property": { "type": "Identifier", - "start": 2451, - "end": 2458, + "start": 2472, + "end": 2479, "loc": { "start": { - "line": 72, + "line": 73, "column": 38 }, "end": { - "line": 72, + "line": 73, "column": 45 }, "identifierName": "tracker" @@ -4261,29 +4261,29 @@ }, "property": { "type": "MemberExpression", - "start": 2459, - "end": 2493, + "start": 2480, + "end": 2514, "loc": { "start": { - "line": 72, + "line": 73, "column": 46 }, "end": { - "line": 72, + "line": 73, "column": 80 } }, "object": { "type": "Identifier", - "start": 2459, - "end": 2468, + "start": 2480, + "end": 2489, "loc": { "start": { - "line": 72, + "line": 73, "column": 46 }, "end": { - "line": 72, + "line": 73, "column": 55 }, "identifierName": "pInstance" @@ -4292,15 +4292,15 @@ }, "property": { "type": "Identifier", - "start": 2469, - "end": 2493, + "start": 2490, + "end": 2514, "loc": { "start": { - "line": 72, + "line": 73, "column": 56 }, "end": { - "line": 72, + "line": 73, "column": 80 }, "identifierName": "pulseComponentListenerID" @@ -4313,15 +4313,15 @@ }, "property": { "type": "Identifier", - "start": 2495, - "end": 2505, + "start": 2516, + "end": 2526, "loc": { "start": { - "line": 72, + "line": 73, "column": 82 }, "end": { - "line": 72, + "line": 73, "column": 92 }, "identifierName": "pEventName" @@ -4332,15 +4332,15 @@ }, "property": { "type": "Identifier", - "start": 2507, - "end": 2514, + "start": 2528, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 94 }, "end": { - "line": 72, + "line": 73, "column": 101 }, "identifierName": "counter" @@ -4359,29 +4359,29 @@ }, { "type": "IfStatement", - "start": 2519, - "end": 2651, + "start": 2540, + "end": 2672, "loc": { "start": { - "line": 73, + "line": 74, "column": 2 }, "end": { - "line": 73, + "line": 74, "column": 134 } }, "test": { "type": "UnaryExpression", - "start": 2523, - "end": 2606, + "start": 2544, + "end": 2627, "loc": { "start": { - "line": 73, + "line": 74, "column": 6 }, "end": { - "line": 73, + "line": 74, "column": 89 } }, @@ -4389,71 +4389,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2524, - "end": 2606, + "start": 2545, + "end": 2627, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2594, + "start": 2545, + "end": 2615, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2582, + "start": 2545, + "end": 2603, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2546, + "start": 2545, + "end": 2567, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 29 } }, "object": { "type": "Identifier", - "start": 2524, - "end": 2538, + "start": 2545, + "end": 2559, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 21 }, "identifierName": "PulseComponent" @@ -4462,15 +4462,15 @@ }, "property": { "type": "Identifier", - "start": 2539, - "end": 2546, + "start": 2560, + "end": 2567, "loc": { "start": { - "line": 73, + "line": 74, "column": 22 }, "end": { - "line": 73, + "line": 74, "column": 29 }, "identifierName": "tracker" @@ -4481,29 +4481,29 @@ }, "property": { "type": "MemberExpression", - "start": 2547, - "end": 2581, + "start": 2568, + "end": 2602, "loc": { "start": { - "line": 73, + "line": 74, "column": 30 }, "end": { - "line": 73, + "line": 74, "column": 64 } }, "object": { "type": "Identifier", - "start": 2547, - "end": 2556, + "start": 2568, + "end": 2577, "loc": { "start": { - "line": 73, + "line": 74, "column": 30 }, "end": { - "line": 73, + "line": 74, "column": 39 }, "identifierName": "pInstance" @@ -4512,15 +4512,15 @@ }, "property": { "type": "Identifier", - "start": 2557, - "end": 2581, + "start": 2578, + "end": 2602, "loc": { "start": { - "line": 73, + "line": 74, "column": 40 }, "end": { - "line": 73, + "line": 74, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -4533,15 +4533,15 @@ }, "property": { "type": "StringLiteral", - "start": 2583, - "end": 2593, + "start": 2604, + "end": 2614, "loc": { "start": { - "line": 73, + "line": 74, "column": 66 }, "end": { - "line": 73, + "line": 74, "column": 76 } }, @@ -4555,15 +4555,15 @@ }, "property": { "type": "Identifier", - "start": 2595, - "end": 2605, + "start": 2616, + "end": 2626, "loc": { "start": { - "line": 73, + "line": 74, "column": 78 }, "end": { - "line": 73, + "line": 74, "column": 88 }, "identifierName": "pEventName" @@ -4578,72 +4578,72 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2608, - "end": 2651, + "start": 2629, + "end": 2672, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 134 } }, "expression": { "type": "CallExpression", - "start": 2608, - "end": 2650, + "start": 2629, + "end": 2671, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 133 } }, "callee": { "type": "MemberExpression", - "start": 2608, - "end": 2627, + "start": 2629, + "end": 2648, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 110 } }, "object": { "type": "ThisExpression", - "start": 2608, - "end": 2612, + "start": 2629, + "end": 2633, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 95 } } }, "property": { "type": "Identifier", - "start": 2613, - "end": 2627, + "start": 2634, + "end": 2648, "loc": { "start": { - "line": 73, + "line": 74, "column": 96 }, "end": { - "line": 73, + "line": 74, "column": 110 }, "identifierName": "listenForEvent" @@ -4655,15 +4655,15 @@ "arguments": [ { "type": "Identifier", - "start": 2628, - "end": 2637, + "start": 2649, + "end": 2658, "loc": { "start": { - "line": 73, + "line": 74, "column": 111 }, "end": { - "line": 73, + "line": 74, "column": 120 }, "identifierName": "pInstance" @@ -4672,15 +4672,15 @@ }, { "type": "Identifier", - "start": 2639, - "end": 2649, + "start": 2660, + "end": 2670, "loc": { "start": { - "line": 73, + "line": 74, "column": 122 }, "end": { - "line": 73, + "line": 74, "column": 132 }, "identifierName": "pEventName" @@ -4694,100 +4694,100 @@ }, { "type": "ExpressionStatement", - "start": 2655, - "end": 2750, + "start": 2676, + "end": 2771, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 2655, - "end": 2749, + "start": 2676, + "end": 2770, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 96 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2655, - "end": 2737, + "start": 2676, + "end": 2758, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2725, + "start": 2676, + "end": 2746, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2713, + "start": 2676, + "end": 2734, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2677, + "start": 2676, + "end": 2698, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 24 } }, "object": { "type": "Identifier", - "start": 2655, - "end": 2669, + "start": 2676, + "end": 2690, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 16 }, "identifierName": "PulseComponent" @@ -4796,15 +4796,15 @@ }, "property": { "type": "Identifier", - "start": 2670, - "end": 2677, + "start": 2691, + "end": 2698, "loc": { "start": { - "line": 74, + "line": 75, "column": 17 }, "end": { - "line": 74, + "line": 75, "column": 24 }, "identifierName": "tracker" @@ -4815,29 +4815,29 @@ }, "property": { "type": "MemberExpression", - "start": 2678, - "end": 2712, + "start": 2699, + "end": 2733, "loc": { "start": { - "line": 74, + "line": 75, "column": 25 }, "end": { - "line": 74, + "line": 75, "column": 59 } }, "object": { "type": "Identifier", - "start": 2678, - "end": 2687, + "start": 2699, + "end": 2708, "loc": { "start": { - "line": 74, + "line": 75, "column": 25 }, "end": { - "line": 74, + "line": 75, "column": 34 }, "identifierName": "pInstance" @@ -4846,15 +4846,15 @@ }, "property": { "type": "Identifier", - "start": 2688, - "end": 2712, + "start": 2709, + "end": 2733, "loc": { "start": { - "line": 74, + "line": 75, "column": 35 }, "end": { - "line": 74, + "line": 75, "column": 59 }, "identifierName": "pulseComponentListenerID" @@ -4867,15 +4867,15 @@ }, "property": { "type": "Identifier", - "start": 2714, - "end": 2724, + "start": 2735, + "end": 2745, "loc": { "start": { - "line": 74, + "line": 75, "column": 61 }, "end": { - "line": 74, + "line": 75, "column": 71 }, "identifierName": "pEventName" @@ -4886,15 +4886,15 @@ }, "property": { "type": "Identifier", - "start": 2726, - "end": 2736, + "start": 2747, + "end": 2757, "loc": { "start": { - "line": 74, + "line": 75, "column": 73 }, "end": { - "line": 74, + "line": 75, "column": 83 }, "identifierName": "listenerID" @@ -4905,15 +4905,15 @@ }, "right": { "type": "Identifier", - "start": 2740, - "end": 2749, + "start": 2761, + "end": 2770, "loc": { "start": { - "line": 74, + "line": 75, "column": 87 }, "end": { - "line": 74, + "line": 75, "column": 96 }, "identifierName": "pFunction" @@ -4925,15 +4925,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -4942,43 +4942,43 @@ }, { "type": "IfStatement", - "start": 2849, - "end": 2978, + "start": 2870, + "end": 2999, "loc": { "start": { - "line": 76, + "line": 77, "column": 2 }, "end": { - "line": 76, + "line": 77, "column": 131 } }, "test": { "type": "BinaryExpression", - "start": 2853, - "end": 2875, + "start": 2874, + "end": 2896, "loc": { "start": { - "line": 76, + "line": 77, "column": 6 }, "end": { - "line": 76, + "line": 77, "column": 28 } }, "left": { "type": "Identifier", - "start": 2853, - "end": 2863, + "start": 2874, + "end": 2884, "loc": { "start": { - "line": 76, + "line": 77, "column": 6 }, "end": { - "line": 76, + "line": 77, "column": 16 }, "identifierName": "pEventName" @@ -4989,15 +4989,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 2868, - "end": 2875, + "start": 2889, + "end": 2896, "loc": { "start": { - "line": 76, + "line": 77, "column": 21 }, "end": { - "line": 76, + "line": 77, "column": 28 } }, @@ -5011,127 +5011,127 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2877, - "end": 2978, + "start": 2898, + "end": 2999, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 131 } }, "expression": { "type": "CallExpression", - "start": 2877, - "end": 2977, + "start": 2898, + "end": 2998, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 130 } }, "callee": { "type": "CallExpression", - "start": 2877, - "end": 2975, + "start": 2898, + "end": 2996, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 128 } }, "callee": { "type": "MemberExpression", - "start": 2877, - "end": 2964, + "start": 2898, + "end": 2985, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 117 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2959, + "start": 2898, + "end": 2980, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2947, + "start": 2898, + "end": 2968, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 100 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2935, + "start": 2898, + "end": 2956, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 88 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2899, + "start": 2898, + "end": 2920, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 52 } }, "object": { "type": "Identifier", - "start": 2877, - "end": 2891, + "start": 2898, + "end": 2912, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 44 }, "identifierName": "PulseComponent" @@ -5140,15 +5140,15 @@ }, "property": { "type": "Identifier", - "start": 2892, - "end": 2899, + "start": 2913, + "end": 2920, "loc": { "start": { - "line": 76, + "line": 77, "column": 45 }, "end": { - "line": 76, + "line": 77, "column": 52 }, "identifierName": "tracker" @@ -5159,29 +5159,29 @@ }, "property": { "type": "MemberExpression", - "start": 2900, - "end": 2934, + "start": 2921, + "end": 2955, "loc": { "start": { - "line": 76, + "line": 77, "column": 53 }, "end": { - "line": 76, + "line": 77, "column": 87 } }, "object": { "type": "Identifier", - "start": 2900, - "end": 2909, + "start": 2921, + "end": 2930, "loc": { "start": { - "line": 76, + "line": 77, "column": 53 }, "end": { - "line": 76, + "line": 77, "column": 62 }, "identifierName": "pInstance" @@ -5190,15 +5190,15 @@ }, "property": { "type": "Identifier", - "start": 2910, - "end": 2934, + "start": 2931, + "end": 2955, "loc": { "start": { - "line": 76, + "line": 77, "column": 63 }, "end": { - "line": 76, + "line": 77, "column": 87 }, "identifierName": "pulseComponentListenerID" @@ -5211,15 +5211,15 @@ }, "property": { "type": "Identifier", - "start": 2936, - "end": 2946, + "start": 2957, + "end": 2967, "loc": { "start": { - "line": 76, + "line": 77, "column": 89 }, "end": { - "line": 76, + "line": 77, "column": 99 }, "identifierName": "pEventName" @@ -5230,15 +5230,15 @@ }, "property": { "type": "Identifier", - "start": 2948, - "end": 2958, + "start": 2969, + "end": 2979, "loc": { "start": { - "line": 76, + "line": 77, "column": 101 }, "end": { - "line": 76, + "line": 77, "column": 111 }, "identifierName": "listenerID" @@ -5249,15 +5249,15 @@ }, "property": { "type": "Identifier", - "start": 2960, - "end": 2964, + "start": 2981, + "end": 2985, "loc": { "start": { - "line": 76, + "line": 77, "column": 113 }, "end": { - "line": 76, + "line": 77, "column": 117 }, "identifierName": "bind" @@ -5269,15 +5269,15 @@ "arguments": [ { "type": "Identifier", - "start": 2965, - "end": 2974, + "start": 2986, + "end": 2995, "loc": { "start": { - "line": 76, + "line": 77, "column": 118 }, "end": { - "line": 76, + "line": 77, "column": 127 }, "identifierName": "pInstance" @@ -5294,15 +5294,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -5316,15 +5316,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -5333,15 +5333,15 @@ }, { "type": "ClassMethod", - "start": 3269, - "end": 3918, + "start": 3290, + "end": 3939, "loc": { "start": { - "line": 86, + "line": 87, "column": 1 }, "end": { - "line": 98, + "line": 99, "column": 2 } }, @@ -5349,15 +5349,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3269, - "end": 3272, + "start": 3290, + "end": 3293, "loc": { "start": { - "line": 86, + "line": 87, "column": 1 }, "end": { - "line": 86, + "line": 87, "column": 4 }, "identifierName": "off" @@ -5373,15 +5373,15 @@ "params": [ { "type": "Identifier", - "start": 3273, - "end": 3282, + "start": 3294, + "end": 3303, "loc": { "start": { - "line": 86, + "line": 87, "column": 5 }, "end": { - "line": 86, + "line": 87, "column": 14 }, "identifierName": "pInstance" @@ -5390,15 +5390,15 @@ }, { "type": "Identifier", - "start": 3284, - "end": 3294, + "start": 3305, + "end": 3315, "loc": { "start": { - "line": 86, + "line": 87, "column": 16 }, "end": { - "line": 86, + "line": 87, "column": 26 }, "identifierName": "pEventName" @@ -5407,15 +5407,15 @@ }, { "type": "Identifier", - "start": 3296, - "end": 3305, + "start": 3317, + "end": 3326, "loc": { "start": { - "line": 86, + "line": 87, "column": 28 }, "end": { - "line": 86, + "line": 87, "column": 37 }, "identifierName": "pFunction" @@ -5425,58 +5425,58 @@ ], "body": { "type": "BlockStatement", - "start": 3307, - "end": 3918, + "start": 3328, + "end": 3939, "loc": { "start": { - "line": 86, + "line": 87, "column": 39 }, "end": { - "line": 98, + "line": 99, "column": 2 } }, "body": [ { "type": "IfStatement", - "start": 3312, - "end": 3491, + "start": 3333, + "end": 3512, "loc": { "start": { - "line": 87, + "line": 88, "column": 2 }, "end": { - "line": 90, + "line": 91, "column": 3 } }, "test": { "type": "BinaryExpression", - "start": 3316, - "end": 3348, + "start": 3337, + "end": 3369, "loc": { "start": { - "line": 87, + "line": 88, "column": 6 }, "end": { - "line": 87, + "line": 88, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 3316, - "end": 3333, + "start": 3337, + "end": 3354, "loc": { "start": { - "line": 87, + "line": 88, "column": 6 }, "end": { - "line": 87, + "line": 88, "column": 23 } }, @@ -5484,15 +5484,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 3323, - "end": 3332, + "start": 3344, + "end": 3353, "loc": { "start": { - "line": 87, + "line": 88, "column": 13 }, "end": { - "line": 87, + "line": 88, "column": 22 }, "identifierName": "pFunction" @@ -5500,7 +5500,7 @@ "name": "pFunction", "extra": { "parenthesized": true, - "parenStart": 3322 + "parenStart": 3343 } }, "extra": { @@ -5510,15 +5510,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 3338, - "end": 3348, + "start": 3359, + "end": 3369, "loc": { "start": { - "line": 87, + "line": 88, "column": 28 }, "end": { - "line": 87, + "line": 88, "column": 38 } }, @@ -5531,129 +5531,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 3350, - "end": 3491, + "start": 3371, + "end": 3512, "loc": { "start": { - "line": 87, + "line": 88, "column": 40 }, "end": { - "line": 90, + "line": 91, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 3356, - "end": 3474, + "start": 3377, + "end": 3495, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 3356, - "end": 3473, + "start": 3377, + "end": 3494, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 3356, - "end": 3405, + "start": 3377, + "end": 3426, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 52 } }, "object": { "type": "CallExpression", - "start": 3356, - "end": 3399, + "start": 3377, + "end": 3420, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 3356, - "end": 3374, + "start": 3377, + "end": 3395, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 21 } }, "object": { "type": "MemberExpression", - "start": 3356, - "end": 3367, + "start": 3377, + "end": 3388, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 14 } }, "object": { "type": "ThisExpression", - "start": 3356, - "end": 3360, + "start": 3377, + "end": 3381, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 7 } } }, "property": { "type": "Identifier", - "start": 3361, - "end": 3367, + "start": 3382, + "end": 3388, "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 14 }, "identifierName": "logger" @@ -5664,15 +5664,15 @@ }, "property": { "type": "Identifier", - "start": 3368, - "end": 3374, + "start": 3389, + "end": 3395, "loc": { "start": { - "line": 88, + "line": 89, "column": 15 }, "end": { - "line": 88, + "line": 89, "column": 21 }, "identifierName": "prefix" @@ -5684,15 +5684,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3375, - "end": 3398, + "start": 3396, + "end": 3419, "loc": { "start": { - "line": 88, + "line": 89, "column": 22 }, "end": { - "line": 88, + "line": 89, "column": 45 } }, @@ -5706,15 +5706,15 @@ }, "property": { "type": "Identifier", - "start": 3400, - "end": 3405, + "start": 3421, + "end": 3426, "loc": { "start": { - "line": 88, + "line": 89, "column": 47 }, "end": { - "line": 88, + "line": 89, "column": 52 }, "identifierName": "error" @@ -5726,15 +5726,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3406, - "end": 3472, + "start": 3427, + "end": 3493, "loc": { "start": { - "line": 88, + "line": 89, "column": 53 }, "end": { - "line": 88, + "line": 89, "column": 119 } }, @@ -5749,15 +5749,15 @@ }, { "type": "ReturnStatement", - "start": 3479, - "end": 3486, + "start": 3500, + "end": 3507, "loc": { "start": { - "line": 89, + "line": 90, "column": 3 }, "end": { - "line": 89, + "line": 90, "column": 10 } }, @@ -5770,58 +5770,58 @@ }, { "type": "ForInStatement", - "start": 3495, - "end": 3821, + "start": 3516, + "end": 3842, "loc": { "start": { - "line": 91, + "line": 92, "column": 2 }, "end": { - "line": 96, + "line": 97, "column": 3 } }, "left": { "type": "VariableDeclaration", - "start": 3500, - "end": 3516, + "start": 3521, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 7 }, "end": { - "line": 91, + "line": 92, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 3506, - "end": 3516, + "start": 3527, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 23 } }, "id": { "type": "Identifier", - "start": 3506, - "end": 3516, + "start": 3527, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 23 }, "identifierName": "listenerID" @@ -5835,57 +5835,57 @@ }, "right": { "type": "MemberExpression", - "start": 3520, - "end": 3590, + "start": 3541, + "end": 3611, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 3520, - "end": 3578, + "start": 3541, + "end": 3599, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 3520, - "end": 3542, + "start": 3541, + "end": 3563, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 49 } }, "object": { "type": "Identifier", - "start": 3520, - "end": 3534, + "start": 3541, + "end": 3555, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 41 }, "identifierName": "PulseComponent" @@ -5894,15 +5894,15 @@ }, "property": { "type": "Identifier", - "start": 3535, - "end": 3542, + "start": 3556, + "end": 3563, "loc": { "start": { - "line": 91, + "line": 92, "column": 42 }, "end": { - "line": 91, + "line": 92, "column": 49 }, "identifierName": "tracker" @@ -5913,29 +5913,29 @@ }, "property": { "type": "MemberExpression", - "start": 3543, - "end": 3577, + "start": 3564, + "end": 3598, "loc": { "start": { - "line": 91, + "line": 92, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 84 } }, "object": { "type": "Identifier", - "start": 3543, - "end": 3552, + "start": 3564, + "end": 3573, "loc": { "start": { - "line": 91, + "line": 92, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 59 }, "identifierName": "pInstance" @@ -5944,15 +5944,15 @@ }, "property": { "type": "Identifier", - "start": 3553, - "end": 3577, + "start": 3574, + "end": 3598, "loc": { "start": { - "line": 91, + "line": 92, "column": 60 }, "end": { - "line": 91, + "line": 92, "column": 84 }, "identifierName": "pulseComponentListenerID" @@ -5965,15 +5965,15 @@ }, "property": { "type": "Identifier", - "start": 3579, - "end": 3589, + "start": 3600, + "end": 3610, "loc": { "start": { - "line": 91, + "line": 92, "column": 86 }, "end": { - "line": 91, + "line": 92, "column": 96 }, "identifierName": "pEventName" @@ -5984,114 +5984,114 @@ }, "body": { "type": "BlockStatement", - "start": 3592, - "end": 3821, + "start": 3613, + "end": 3842, "loc": { "start": { - "line": 91, + "line": 92, "column": 99 }, "end": { - "line": 96, + "line": 97, "column": 3 } }, "body": [ { "type": "IfStatement", - "start": 3598, - "end": 3816, + "start": 3619, + "end": 3837, "loc": { "start": { - "line": 92, + "line": 93, "column": 3 }, "end": { - "line": 95, + "line": 96, "column": 4 } }, "test": { "type": "BinaryExpression", - "start": 3602, - "end": 3698, + "start": 3623, + "end": 3719, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 103 } }, "left": { "type": "MemberExpression", - "start": 3602, - "end": 3684, + "start": 3623, + "end": 3705, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3672, + "start": 3623, + "end": 3693, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3660, + "start": 3623, + "end": 3681, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3624, + "start": 3623, + "end": 3645, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 29 } }, "object": { "type": "Identifier", - "start": 3602, - "end": 3616, + "start": 3623, + "end": 3637, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 21 }, "identifierName": "PulseComponent" @@ -6100,15 +6100,15 @@ }, "property": { "type": "Identifier", - "start": 3617, - "end": 3624, + "start": 3638, + "end": 3645, "loc": { "start": { - "line": 92, + "line": 93, "column": 22 }, "end": { - "line": 92, + "line": 93, "column": 29 }, "identifierName": "tracker" @@ -6119,29 +6119,29 @@ }, "property": { "type": "MemberExpression", - "start": 3625, - "end": 3659, + "start": 3646, + "end": 3680, "loc": { "start": { - "line": 92, + "line": 93, "column": 30 }, "end": { - "line": 92, + "line": 93, "column": 64 } }, "object": { "type": "Identifier", - "start": 3625, - "end": 3634, + "start": 3646, + "end": 3655, "loc": { "start": { - "line": 92, + "line": 93, "column": 30 }, "end": { - "line": 92, + "line": 93, "column": 39 }, "identifierName": "pInstance" @@ -6150,15 +6150,15 @@ }, "property": { "type": "Identifier", - "start": 3635, - "end": 3659, + "start": 3656, + "end": 3680, "loc": { "start": { - "line": 92, + "line": 93, "column": 40 }, "end": { - "line": 92, + "line": 93, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -6171,15 +6171,15 @@ }, "property": { "type": "Identifier", - "start": 3661, - "end": 3671, + "start": 3682, + "end": 3692, "loc": { "start": { - "line": 92, + "line": 93, "column": 66 }, "end": { - "line": 92, + "line": 93, "column": 76 }, "identifierName": "pEventName" @@ -6190,15 +6190,15 @@ }, "property": { "type": "Identifier", - "start": 3673, - "end": 3683, + "start": 3694, + "end": 3704, "loc": { "start": { - "line": 92, + "line": 93, "column": 78 }, "end": { - "line": 92, + "line": 93, "column": 88 }, "identifierName": "listenerID" @@ -6210,15 +6210,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 3689, - "end": 3698, + "start": 3710, + "end": 3719, "loc": { "start": { - "line": 92, + "line": 93, "column": 94 }, "end": { - "line": 92, + "line": 93, "column": 103 }, "identifierName": "pFunction" @@ -6228,44 +6228,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 3700, - "end": 3816, + "start": 3721, + "end": 3837, "loc": { "start": { - "line": 92, + "line": 93, "column": 105 }, "end": { - "line": 95, + "line": 96, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 3707, - "end": 3797, + "start": 3728, + "end": 3818, "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 94 } }, "expression": { "type": "UnaryExpression", - "start": 3707, - "end": 3796, + "start": 3728, + "end": 3817, "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 93 } }, @@ -6273,71 +6273,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 3714, - "end": 3796, + "start": 3735, + "end": 3817, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 93 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3784, + "start": 3735, + "end": 3805, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3772, + "start": 3735, + "end": 3793, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3736, + "start": 3735, + "end": 3757, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 33 } }, "object": { "type": "Identifier", - "start": 3714, - "end": 3728, + "start": 3735, + "end": 3749, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 25 }, "identifierName": "PulseComponent" @@ -6346,15 +6346,15 @@ }, "property": { "type": "Identifier", - "start": 3729, - "end": 3736, + "start": 3750, + "end": 3757, "loc": { "start": { - "line": 93, + "line": 94, "column": 26 }, "end": { - "line": 93, + "line": 94, "column": 33 }, "identifierName": "tracker" @@ -6365,29 +6365,29 @@ }, "property": { "type": "MemberExpression", - "start": 3737, - "end": 3771, + "start": 3758, + "end": 3792, "loc": { "start": { - "line": 93, + "line": 94, "column": 34 }, "end": { - "line": 93, + "line": 94, "column": 68 } }, "object": { "type": "Identifier", - "start": 3737, - "end": 3746, + "start": 3758, + "end": 3767, "loc": { "start": { - "line": 93, + "line": 94, "column": 34 }, "end": { - "line": 93, + "line": 94, "column": 43 }, "identifierName": "pInstance" @@ -6396,15 +6396,15 @@ }, "property": { "type": "Identifier", - "start": 3747, - "end": 3771, + "start": 3768, + "end": 3792, "loc": { "start": { - "line": 93, + "line": 94, "column": 44 }, "end": { - "line": 93, + "line": 94, "column": 68 }, "identifierName": "pulseComponentListenerID" @@ -6417,15 +6417,15 @@ }, "property": { "type": "Identifier", - "start": 3773, - "end": 3783, + "start": 3794, + "end": 3804, "loc": { "start": { - "line": 93, + "line": 94, "column": 70 }, "end": { - "line": 93, + "line": 94, "column": 80 }, "identifierName": "pEventName" @@ -6436,15 +6436,15 @@ }, "property": { "type": "Identifier", - "start": 3785, - "end": 3795, + "start": 3806, + "end": 3816, "loc": { "start": { - "line": 93, + "line": 94, "column": 82 }, "end": { - "line": 93, + "line": 94, "column": 92 }, "identifierName": "listenerID" @@ -6460,15 +6460,15 @@ }, { "type": "ReturnStatement", - "start": 3803, - "end": 3810, + "start": 3824, + "end": 3831, "loc": { "start": { - "line": 94, + "line": 95, "column": 4 }, "end": { - "line": 94, + "line": 95, "column": 11 } }, @@ -6485,114 +6485,114 @@ }, { "type": "ExpressionStatement", - "start": 3825, - "end": 3914, + "start": 3846, + "end": 3935, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 91 } }, "expression": { "type": "CallExpression", - "start": 3825, - "end": 3913, + "start": 3846, + "end": 3934, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 3825, - "end": 3874, + "start": 3846, + "end": 3895, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 51 } }, "object": { "type": "CallExpression", - "start": 3825, - "end": 3868, + "start": 3846, + "end": 3889, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 3825, - "end": 3843, + "start": 3846, + "end": 3864, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 20 } }, "object": { "type": "MemberExpression", - "start": 3825, - "end": 3836, + "start": 3846, + "end": 3857, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 13 } }, "object": { "type": "ThisExpression", - "start": 3825, - "end": 3829, + "start": 3846, + "end": 3850, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 6 } } }, "property": { "type": "Identifier", - "start": 3830, - "end": 3836, + "start": 3851, + "end": 3857, "loc": { "start": { - "line": 97, + "line": 98, "column": 7 }, "end": { - "line": 97, + "line": 98, "column": 13 }, "identifierName": "logger" @@ -6603,15 +6603,15 @@ }, "property": { "type": "Identifier", - "start": 3837, - "end": 3843, + "start": 3858, + "end": 3864, "loc": { "start": { - "line": 97, + "line": 98, "column": 14 }, "end": { - "line": 97, + "line": 98, "column": 20 }, "identifierName": "prefix" @@ -6623,15 +6623,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3844, - "end": 3867, + "start": 3865, + "end": 3888, "loc": { "start": { - "line": 97, + "line": 98, "column": 21 }, "end": { - "line": 97, + "line": 98, "column": 44 } }, @@ -6645,15 +6645,15 @@ }, "property": { "type": "Identifier", - "start": 3869, - "end": 3874, + "start": 3890, + "end": 3895, "loc": { "start": { - "line": 97, + "line": 98, "column": 46 }, "end": { - "line": 97, + "line": 98, "column": 51 }, "identifierName": "error" @@ -6665,15 +6665,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3875, - "end": 3912, + "start": 3896, + "end": 3933, "loc": { "start": { - "line": 97, + "line": 98, "column": 52 }, "end": { - "line": 97, + "line": 98, "column": 89 } }, @@ -6693,15 +6693,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Removes an event listener function from pInstance\r\n\t * \r\n\t * @param {Object} pInstance - The instance to remove the event listener from\r\n\t * @param {string} pEventName - The name of the event to remove\r\n\t * @param {Function} pFunction - The function to be removed\r\n\t ", - "start": 2988, - "end": 3266, + "start": 3009, + "end": 3287, "loc": { "start": { - "line": 79, + "line": 80, "column": 1 }, "end": { - "line": 85, + "line": 86, "column": 4 } } @@ -6710,15 +6710,15 @@ }, { "type": "ClassMethod", - "start": 4235, - "end": 5216, + "start": 4257, + "end": 5250, "loc": { "start": { - "line": 106, + "line": 107, "column": 1 }, "end": { - "line": 122, + "line": 123, "column": 2 } }, @@ -6726,15 +6726,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4235, - "end": 4249, + "start": 4257, + "end": 4271, "loc": { "start": { - "line": 106, + "line": 107, "column": 1 }, "end": { - "line": 106, + "line": 107, "column": 15 }, "identifierName": "listenForEvent" @@ -6750,15 +6750,15 @@ "params": [ { "type": "Identifier", - "start": 4250, - "end": 4259, + "start": 4272, + "end": 4281, "loc": { "start": { - "line": 106, + "line": 107, "column": 16 }, "end": { - "line": 106, + "line": 107, "column": 25 }, "identifierName": "pInstance" @@ -6767,15 +6767,15 @@ }, { "type": "Identifier", - "start": 4261, - "end": 4271, + "start": 4283, + "end": 4293, "loc": { "start": { - "line": 106, + "line": 107, "column": 27 }, "end": { - "line": 106, + "line": 107, "column": 37 }, "identifierName": "pEventName" @@ -6785,59 +6785,59 @@ ], "body": { "type": "BlockStatement", - "start": 4273, - "end": 5216, + "start": 4295, + "end": 5250, "loc": { "start": { - "line": 106, + "line": 107, "column": 39 }, "end": { - "line": 122, + "line": 123, "column": 2 } }, "body": [ { "type": "VariableDeclaration", - "start": 4411, - "end": 4453, + "start": 4433, + "end": 4475, "loc": { "start": { - "line": 108, + "line": 109, "column": 2 }, "end": { - "line": 108, + "line": 109, "column": 44 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4415, - "end": 4452, + "start": 4437, + "end": 4474, "loc": { "start": { - "line": 108, + "line": 109, "column": 6 }, "end": { - "line": 108, + "line": 109, "column": 43 } }, "id": { "type": "Identifier", - "start": 4415, - "end": 4428, + "start": 4437, + "end": 4450, "loc": { "start": { - "line": 108, + "line": 109, "column": 6 }, "end": { - "line": 108, + "line": 109, "column": 19 }, "identifierName": "originalEvent" @@ -6847,29 +6847,29 @@ }, "init": { "type": "MemberExpression", - "start": 4431, - "end": 4452, + "start": 4453, + "end": 4474, "loc": { "start": { - "line": 108, + "line": 109, "column": 22 }, "end": { - "line": 108, + "line": 109, "column": 43 } }, "object": { "type": "Identifier", - "start": 4431, - "end": 4440, + "start": 4453, + "end": 4462, "loc": { "start": { - "line": 108, + "line": 109, "column": 22 }, "end": { - "line": 108, + "line": 109, "column": 31 }, "identifierName": "pInstance" @@ -6878,15 +6878,15 @@ }, "property": { "type": "Identifier", - "start": 4441, - "end": 4451, + "start": 4463, + "end": 4473, "loc": { "start": { - "line": 108, + "line": 109, "column": 32 }, "end": { - "line": 108, + "line": 109, "column": 42 }, "identifierName": "pEventName" @@ -6903,15 +6903,15 @@ { "type": "CommentLine", "value": " If there was a valid event for this type, or there was one already defined then we need to modify it to allow listening events", - "start": 4278, - "end": 4407, + "start": 4300, + "end": 4429, "loc": { "start": { - "line": 107, + "line": 108, "column": 2 }, "end": { - "line": 107, + "line": 108, "column": 131 } } @@ -6920,44 +6920,44 @@ }, { "type": "VariableDeclaration", - "start": 4457, - "end": 5081, + "start": 4479, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 2 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4463, - "end": 5081, + "start": 4485, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "id": { "type": "Identifier", - "start": 4463, - "end": 4471, + "start": 4485, + "end": 4493, "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 16 }, "identifierName": "listener" @@ -6966,15 +6966,15 @@ }, "init": { "type": "FunctionExpression", - "start": 4474, - "end": 5081, + "start": 4496, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 19 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, @@ -6985,58 +6985,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 4485, - "end": 5081, + "start": 4507, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 30 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "body": [ { "type": "IfStatement", - "start": 4491, - "end": 4588, + "start": 4513, + "end": 4610, "loc": { "start": { - "line": 110, + "line": 111, "column": 3 }, "end": { - "line": 112, + "line": 113, "column": 4 } }, "test": { "type": "BinaryExpression", - "start": 4495, - "end": 4531, + "start": 4517, + "end": 4553, "loc": { "start": { - "line": 110, + "line": 111, "column": 7 }, "end": { - "line": 110, + "line": 111, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 4495, - "end": 4516, + "start": 4517, + "end": 4538, "loc": { "start": { - "line": 110, + "line": 111, "column": 7 }, "end": { - "line": 110, + "line": 111, "column": 28 } }, @@ -7044,15 +7044,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 4502, - "end": 4515, + "start": 4524, + "end": 4537, "loc": { "start": { - "line": 110, + "line": 111, "column": 14 }, "end": { - "line": 110, + "line": 111, "column": 27 }, "identifierName": "originalEvent" @@ -7060,7 +7060,7 @@ "name": "originalEvent", "extra": { "parenthesized": true, - "parenStart": 4501 + "parenStart": 4523 } }, "extra": { @@ -7070,15 +7070,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 4521, - "end": 4531, + "start": 4543, + "end": 4553, "loc": { "start": { - "line": 110, + "line": 111, "column": 33 }, "end": { - "line": 110, + "line": 111, "column": 43 } }, @@ -7091,72 +7091,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 4533, - "end": 4588, + "start": 4555, + "end": 4610, "loc": { "start": { - "line": 110, + "line": 111, "column": 45 }, "end": { - "line": 112, + "line": 113, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 4540, - "end": 4582, + "start": 4562, + "end": 4604, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 4540, - "end": 4581, + "start": 4562, + "end": 4603, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 4540, - "end": 4559, + "start": 4562, + "end": 4581, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 23 } }, "object": { "type": "Identifier", - "start": 4540, - "end": 4553, + "start": 4562, + "end": 4575, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 17 }, "identifierName": "originalEvent" @@ -7165,15 +7165,15 @@ }, "property": { "type": "Identifier", - "start": 4554, - "end": 4559, + "start": 4576, + "end": 4581, "loc": { "start": { - "line": 111, + "line": 112, "column": 18 }, "end": { - "line": 111, + "line": 112, "column": 23 }, "identifierName": "apply" @@ -7185,15 +7185,15 @@ "arguments": [ { "type": "Identifier", - "start": 4560, - "end": 4569, + "start": 4582, + "end": 4591, "loc": { "start": { - "line": 111, + "line": 112, "column": 24 }, "end": { - "line": 111, + "line": 112, "column": 33 }, "identifierName": "pInstance" @@ -7202,15 +7202,15 @@ }, { "type": "Identifier", - "start": 4571, - "end": 4580, + "start": 4593, + "end": 4602, "loc": { "start": { - "line": 111, + "line": 112, "column": 35 }, "end": { - "line": 111, + "line": 112, "column": 44 }, "identifierName": "arguments" @@ -7228,17 +7228,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } } @@ -7246,58 +7246,58 @@ }, { "type": "ForInStatement", - "start": 4735, - "end": 5076, + "start": 4769, + "end": 5110, "loc": { "start": { - "line": 114, + "line": 115, "column": 3 }, "end": { - "line": 118, + "line": 119, "column": 4 } }, "left": { "type": "VariableDeclaration", - "start": 4740, - "end": 4754, + "start": 4774, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4746, - "end": 4754, + "start": 4780, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 14 }, "end": { - "line": 114, + "line": 115, "column": 22 } }, "id": { "type": "Identifier", - "start": 4746, - "end": 4754, + "start": 4780, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 14 }, "end": { - "line": 114, + "line": 115, "column": 22 }, "identifierName": "listener" @@ -7314,57 +7314,57 @@ }, "right": { "type": "MemberExpression", - "start": 4758, - "end": 4828, + "start": 4792, + "end": 4862, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 96 } }, "object": { "type": "MemberExpression", - "start": 4758, - "end": 4816, + "start": 4792, + "end": 4850, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 4758, - "end": 4780, + "start": 4792, + "end": 4814, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 48 } }, "object": { "type": "Identifier", - "start": 4758, - "end": 4772, + "start": 4792, + "end": 4806, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 40 }, "identifierName": "PulseComponent" @@ -7373,15 +7373,15 @@ }, "property": { "type": "Identifier", - "start": 4773, - "end": 4780, + "start": 4807, + "end": 4814, "loc": { "start": { - "line": 114, + "line": 115, "column": 41 }, "end": { - "line": 114, + "line": 115, "column": 48 }, "identifierName": "tracker" @@ -7392,29 +7392,29 @@ }, "property": { "type": "MemberExpression", - "start": 4781, - "end": 4815, + "start": 4815, + "end": 4849, "loc": { "start": { - "line": 114, + "line": 115, "column": 49 }, "end": { - "line": 114, + "line": 115, "column": 83 } }, "object": { "type": "Identifier", - "start": 4781, - "end": 4790, + "start": 4815, + "end": 4824, "loc": { "start": { - "line": 114, + "line": 115, "column": 49 }, "end": { - "line": 114, + "line": 115, "column": 58 }, "identifierName": "pInstance" @@ -7423,15 +7423,15 @@ }, "property": { "type": "Identifier", - "start": 4791, - "end": 4815, + "start": 4825, + "end": 4849, "loc": { "start": { - "line": 114, + "line": 115, "column": 59 }, "end": { - "line": 114, + "line": 115, "column": 83 }, "identifierName": "pulseComponentListenerID" @@ -7444,15 +7444,15 @@ }, "property": { "type": "Identifier", - "start": 4817, - "end": 4827, + "start": 4851, + "end": 4861, "loc": { "start": { - "line": 114, + "line": 115, "column": 85 }, "end": { - "line": 114, + "line": 115, "column": 95 }, "identifierName": "pEventName" @@ -7463,58 +7463,58 @@ }, "body": { "type": "BlockStatement", - "start": 4830, - "end": 5076, + "start": 4864, + "end": 5110, "loc": { "start": { - "line": 114, + "line": 115, "column": 98 }, "end": { - "line": 118, + "line": 119, "column": 4 } }, "body": [ { "type": "IfStatement", - "start": 4837, - "end": 5070, + "start": 4871, + "end": 5104, "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 117, + "line": 118, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 4841, - "end": 4944, + "start": 4875, + "end": 4978, "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 111 } }, "left": { "type": "UnaryExpression", - "start": 4841, - "end": 4929, + "start": 4875, + "end": 4963, "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 96 } }, @@ -7522,71 +7522,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 4848, - "end": 4928, + "start": 4882, + "end": 4962, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 95 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4918, + "start": 4882, + "end": 4952, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4906, + "start": 4882, + "end": 4940, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4870, + "start": 4882, + "end": 4904, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 37 } }, "object": { "type": "Identifier", - "start": 4848, - "end": 4862, + "start": 4882, + "end": 4896, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 29 }, "identifierName": "PulseComponent" @@ -7595,15 +7595,15 @@ }, "property": { "type": "Identifier", - "start": 4863, - "end": 4870, + "start": 4897, + "end": 4904, "loc": { "start": { - "line": 115, + "line": 116, "column": 30 }, "end": { - "line": 115, + "line": 116, "column": 37 }, "identifierName": "tracker" @@ -7614,29 +7614,29 @@ }, "property": { "type": "MemberExpression", - "start": 4871, - "end": 4905, + "start": 4905, + "end": 4939, "loc": { "start": { - "line": 115, + "line": 116, "column": 38 }, "end": { - "line": 115, + "line": 116, "column": 72 } }, "object": { "type": "Identifier", - "start": 4871, - "end": 4880, + "start": 4905, + "end": 4914, "loc": { "start": { - "line": 115, + "line": 116, "column": 38 }, "end": { - "line": 115, + "line": 116, "column": 47 }, "identifierName": "pInstance" @@ -7645,15 +7645,15 @@ }, "property": { "type": "Identifier", - "start": 4881, - "end": 4905, + "start": 4915, + "end": 4939, "loc": { "start": { - "line": 115, + "line": 116, "column": 48 }, "end": { - "line": 115, + "line": 116, "column": 72 }, "identifierName": "pulseComponentListenerID" @@ -7666,15 +7666,15 @@ }, "property": { "type": "Identifier", - "start": 4907, - "end": 4917, + "start": 4941, + "end": 4951, "loc": { "start": { - "line": 115, + "line": 116, "column": 74 }, "end": { - "line": 115, + "line": 116, "column": 84 }, "identifierName": "pEventName" @@ -7685,15 +7685,15 @@ }, "property": { "type": "Identifier", - "start": 4919, - "end": 4927, + "start": 4953, + "end": 4961, "loc": { "start": { - "line": 115, + "line": 116, "column": 86 }, "end": { - "line": 115, + "line": 116, "column": 94 }, "identifierName": "listener" @@ -7703,7 +7703,7 @@ "computed": true, "extra": { "parenthesized": true, - "parenStart": 4847 + "parenStart": 4881 } }, "extra": { @@ -7713,15 +7713,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 4934, - "end": 4944, + "start": 4968, + "end": 4978, "loc": { "start": { - "line": 115, + "line": 116, "column": 101 }, "end": { - "line": 115, + "line": 116, "column": 111 } }, @@ -7734,128 +7734,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 4946, - "end": 5070, + "start": 4980, + "end": 5104, "loc": { "start": { - "line": 115, + "line": 116, "column": 113 }, "end": { - "line": 117, + "line": 118, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 4954, - "end": 5063, + "start": 4988, + "end": 5097, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 114 } }, "expression": { "type": "CallExpression", - "start": 4954, - "end": 5062, + "start": 4988, + "end": 5096, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 113 } }, "callee": { "type": "MemberExpression", - "start": 4954, - "end": 5040, + "start": 4988, + "end": 5074, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 91 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5034, + "start": 4988, + "end": 5068, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5024, + "start": 4988, + "end": 5058, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5012, + "start": 4988, + "end": 5046, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 4976, + "start": 4988, + "end": 5010, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 27 } }, "object": { "type": "Identifier", - "start": 4954, - "end": 4968, + "start": 4988, + "end": 5002, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 19 }, "identifierName": "PulseComponent" @@ -7864,15 +7864,15 @@ }, "property": { "type": "Identifier", - "start": 4969, - "end": 4976, + "start": 5003, + "end": 5010, "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 27 }, "identifierName": "tracker" @@ -7883,29 +7883,29 @@ }, "property": { "type": "MemberExpression", - "start": 4977, - "end": 5011, + "start": 5011, + "end": 5045, "loc": { "start": { - "line": 116, + "line": 117, "column": 28 }, "end": { - "line": 116, + "line": 117, "column": 62 } }, "object": { "type": "Identifier", - "start": 4977, - "end": 4986, + "start": 5011, + "end": 5020, "loc": { "start": { - "line": 116, + "line": 117, "column": 28 }, "end": { - "line": 116, + "line": 117, "column": 37 }, "identifierName": "pInstance" @@ -7914,15 +7914,15 @@ }, "property": { "type": "Identifier", - "start": 4987, - "end": 5011, + "start": 5021, + "end": 5045, "loc": { "start": { - "line": 116, + "line": 117, "column": 38 }, "end": { - "line": 116, + "line": 117, "column": 62 }, "identifierName": "pulseComponentListenerID" @@ -7935,15 +7935,15 @@ }, "property": { "type": "Identifier", - "start": 5013, - "end": 5023, + "start": 5047, + "end": 5057, "loc": { "start": { - "line": 116, + "line": 117, "column": 64 }, "end": { - "line": 116, + "line": 117, "column": 74 }, "identifierName": "pEventName" @@ -7954,15 +7954,15 @@ }, "property": { "type": "Identifier", - "start": 5025, - "end": 5033, + "start": 5059, + "end": 5067, "loc": { "start": { - "line": 116, + "line": 117, "column": 76 }, "end": { - "line": 116, + "line": 117, "column": 84 }, "identifierName": "listener" @@ -7973,15 +7973,15 @@ }, "property": { "type": "Identifier", - "start": 5035, - "end": 5040, + "start": 5069, + "end": 5074, "loc": { "start": { - "line": 116, + "line": 117, "column": 86 }, "end": { - "line": 116, + "line": 117, "column": 91 }, "identifierName": "apply" @@ -7993,15 +7993,15 @@ "arguments": [ { "type": "Identifier", - "start": 5041, - "end": 5050, + "start": 5075, + "end": 5084, "loc": { "start": { - "line": 116, + "line": 117, "column": 92 }, "end": { - "line": 116, + "line": 117, "column": 101 }, "identifierName": "pInstance" @@ -8010,15 +8010,15 @@ }, { "type": "Identifier", - "start": 5052, - "end": 5061, + "start": 5086, + "end": 5095, "loc": { "start": { - "line": 116, + "line": 117, "column": 103 }, "end": { - "line": 116, + "line": 117, "column": 112 }, "identifierName": "arguments" @@ -8039,17 +8039,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } } @@ -8065,58 +8065,58 @@ }, { "type": "ExpressionStatement", - "start": 5085, - "end": 5118, + "start": 5119, + "end": 5152, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 5085, - "end": 5117, + "start": 5119, + "end": 5151, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5085, - "end": 5106, + "start": 5119, + "end": 5140, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 23 } }, "object": { "type": "Identifier", - "start": 5085, - "end": 5094, + "start": 5119, + "end": 5128, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 11 }, "identifierName": "pInstance" @@ -8125,15 +8125,15 @@ }, "property": { "type": "Identifier", - "start": 5095, - "end": 5105, + "start": 5129, + "end": 5139, "loc": { "start": { - "line": 120, + "line": 121, "column": 12 }, "end": { - "line": 120, + "line": 121, "column": 22 }, "identifierName": "pEventName" @@ -8144,15 +8144,15 @@ }, "right": { "type": "Identifier", - "start": 5109, - "end": 5117, + "start": 5143, + "end": 5151, "loc": { "start": { - "line": 120, + "line": 121, "column": 26 }, "end": { - "line": 120, + "line": 121, "column": 34 }, "identifierName": "listener" @@ -8163,100 +8163,100 @@ }, { "type": "ExpressionStatement", - "start": 5122, - "end": 5212, + "start": 5156, + "end": 5246, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 5122, - "end": 5211, + "start": 5156, + "end": 5245, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 91 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5122, - "end": 5204, + "start": 5156, + "end": 5238, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5192, + "start": 5156, + "end": 5226, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5180, + "start": 5156, + "end": 5214, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5144, + "start": 5156, + "end": 5178, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 24 } }, "object": { "type": "Identifier", - "start": 5122, - "end": 5136, + "start": 5156, + "end": 5170, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 16 }, "identifierName": "PulseComponent" @@ -8265,15 +8265,15 @@ }, "property": { "type": "Identifier", - "start": 5137, - "end": 5144, + "start": 5171, + "end": 5178, "loc": { "start": { - "line": 121, + "line": 122, "column": 17 }, "end": { - "line": 121, + "line": 122, "column": 24 }, "identifierName": "tracker" @@ -8284,29 +8284,29 @@ }, "property": { "type": "MemberExpression", - "start": 5145, - "end": 5179, + "start": 5179, + "end": 5213, "loc": { "start": { - "line": 121, + "line": 122, "column": 25 }, "end": { - "line": 121, + "line": 122, "column": 59 } }, "object": { "type": "Identifier", - "start": 5145, - "end": 5154, + "start": 5179, + "end": 5188, "loc": { "start": { - "line": 121, + "line": 122, "column": 25 }, "end": { - "line": 121, + "line": 122, "column": 34 }, "identifierName": "pInstance" @@ -8315,15 +8315,15 @@ }, "property": { "type": "Identifier", - "start": 5155, - "end": 5179, + "start": 5189, + "end": 5213, "loc": { "start": { - "line": 121, + "line": 122, "column": 35 }, "end": { - "line": 121, + "line": 122, "column": 59 }, "identifierName": "pulseComponentListenerID" @@ -8336,15 +8336,15 @@ }, "property": { "type": "StringLiteral", - "start": 5181, - "end": 5191, + "start": 5215, + "end": 5225, "loc": { "start": { - "line": 121, + "line": 122, "column": 61 }, "end": { - "line": 121, + "line": 122, "column": 71 } }, @@ -8358,15 +8358,15 @@ }, "property": { "type": "Identifier", - "start": 5193, - "end": 5203, + "start": 5227, + "end": 5237, "loc": { "start": { - "line": 121, + "line": 122, "column": 73 }, "end": { - "line": 121, + "line": 122, "column": 83 }, "identifierName": "pEventName" @@ -8377,15 +8377,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 5207, - "end": 5211, + "start": 5241, + "end": 5245, "loc": { "start": { - "line": 121, + "line": 122, "column": 87 }, "end": { - "line": 121, + "line": 122, "column": 91 } }, @@ -8399,16 +8399,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\r\n\t * Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to. Original event's code is maintained.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", - "start": 3924, - "end": 4232, + "value": "*\r\n\t * Listens for an event on an instance. Preserves any original event function code, while also allowing multiple event listeners to call on the same event.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", + "start": 3945, + "end": 4254, "loc": { "start": { - "line": 100, + "line": 101, "column": 1 }, "end": { - "line": 105, + "line": 106, "column": 4 } } @@ -8423,15 +8423,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 5224, - "end": 5266, + "start": 5258, + "end": 5300, "loc": { "start": { - "line": 125, + "line": 126, "column": 0 }, "end": { - "line": 125, + "line": 126, "column": 42 } }, @@ -8439,44 +8439,44 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 5231, - "end": 5266, + "start": 5265, + "end": 5300, "loc": { "start": { - "line": 125, + "line": 126, "column": 7 }, "end": { - "line": 125, + "line": 126, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 5237, - "end": 5265, + "start": 5271, + "end": 5299, "loc": { "start": { - "line": 125, + "line": 126, "column": 13 }, "end": { - "line": 125, + "line": 126, "column": 41 } }, "id": { "type": "Identifier", - "start": 5237, - "end": 5242, + "start": 5271, + "end": 5276, "loc": { "start": { - "line": 125, + "line": 126, "column": 13 }, "end": { - "line": 125, + "line": 126, "column": 18 }, "identifierName": "Pulse" @@ -8485,29 +8485,29 @@ }, "init": { "type": "NewExpression", - "start": 5245, - "end": 5265, + "start": 5279, + "end": 5299, "loc": { "start": { - "line": 125, + "line": 126, "column": 21 }, "end": { - "line": 125, + "line": 126, "column": 41 } }, "callee": { "type": "Identifier", - "start": 5249, - "end": 5263, + "start": 5283, + "end": 5297, "loc": { "start": { - "line": 125, + "line": 126, "column": 25 }, "end": { - "line": 125, + "line": 126, "column": 39 }, "identifierName": "PulseComponent" @@ -8525,15 +8525,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 5224, - "end": 5266, + "start": 5258, + "end": 5300, "loc": { "start": { - "line": 125, + "line": 126, "column": 0 }, "end": { - "line": 125, + "line": 126, "column": 42 } }, @@ -8542,14 +8542,14 @@ "declaration": { "type": "ClassDeclaration", "start": 53, - "end": 5220, + "end": 5254, "loc": { "start": { "line": 3, "column": 0 }, "end": { - "line": 123, + "line": 124, "column": 1 } }, @@ -8574,14 +8574,14 @@ "body": { "type": "ClassBody", "start": 74, - "end": 5220, + "end": 5254, "loc": { "start": { "line": 3, "column": 21 }, "end": { - "line": 123, + "line": 124, "column": 1 } }, @@ -8798,14 +8798,14 @@ { "type": "ClassMethod", "start": 348, - "end": 660, + "end": 681, "loc": { "start": { "line": 17, "column": 1 }, "end": { - "line": 25, + "line": 26, "column": 2 } }, @@ -8837,72 +8837,72 @@ "body": { "type": "BlockStatement", "start": 362, - "end": 660, + "end": 681, "loc": { "start": { "line": 17, "column": 15 }, "end": { - "line": 25, + "line": 26, "column": 2 } }, "body": [ { "type": "ExpressionStatement", - "start": 458, - "end": 485, + "start": 479, + "end": 506, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 458, - "end": 484, + "start": 479, + "end": 505, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 458, - "end": 469, + "start": 479, + "end": 490, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 13 } }, "object": { "type": "ThisExpression", - "start": 458, - "end": 462, + "start": 479, + "end": 483, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 6 } }, @@ -8910,15 +8910,15 @@ }, "property": { "type": "Identifier", - "start": 463, - "end": 469, + "start": 484, + "end": 490, "loc": { "start": { - "line": 22, + "line": 23, "column": 7 }, "end": { - "line": 22, + "line": 23, "column": 13 }, "identifierName": "logger" @@ -8930,29 +8930,29 @@ }, "right": { "type": "NewExpression", - "start": 472, - "end": 484, + "start": 493, + "end": 505, "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 28 } }, "callee": { "type": "Identifier", - "start": 476, - "end": 482, + "start": 497, + "end": 503, "loc": { "start": { - "line": 22, + "line": 23, "column": 20 }, "end": { - "line": 22, + "line": 23, "column": 26 }, "identifierName": "Logger" @@ -8966,16 +8966,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t ", + "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t * @type {Object}\r\n\t\t ", "start": 367, - "end": 454, + "end": 475, "loc": { "start": { "line": 18, "column": 2 }, "end": { - "line": 21, + "line": 22, "column": 5 } } @@ -8984,86 +8984,86 @@ }, { "type": "ExpressionStatement", - "start": 495, - "end": 566, + "start": 516, + "end": 587, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 79 } }, "expression": { "type": "CallExpression", - "start": 495, - "end": 565, + "start": 516, + "end": 586, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 495, - "end": 519, + "start": 516, + "end": 540, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 495, - "end": 506, + "start": 516, + "end": 527, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 495, - "end": 499, + "start": 516, + "end": 520, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } }, "property": { "type": "Identifier", - "start": 500, - "end": 506, + "start": 521, + "end": 527, "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 19 }, "identifierName": "logger" @@ -9074,15 +9074,15 @@ }, "property": { "type": "Identifier", - "start": 507, - "end": 519, + "start": 528, + "end": 540, "loc": { "start": { - "line": 23, + "line": 24, "column": 20 }, "end": { - "line": 23, + "line": 24, "column": 32 }, "identifierName": "registerType" @@ -9094,15 +9094,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 520, - "end": 543, + "start": 541, + "end": 564, "loc": { "start": { - "line": 23, + "line": 24, "column": 33 }, "end": { - "line": 23, + "line": 24, "column": 56 } }, @@ -9114,58 +9114,58 @@ }, { "type": "MemberExpression", - "start": 545, - "end": 564, + "start": 566, + "end": 585, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 545, - "end": 556, + "start": 566, + "end": 577, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 545, - "end": 549, + "start": 566, + "end": 570, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 62 } } }, "property": { "type": "Identifier", - "start": 550, - "end": 556, + "start": 571, + "end": 577, "loc": { "start": { - "line": 23, + "line": 24, "column": 63 }, "end": { - "line": 23, + "line": 24, "column": 69 }, "identifierName": "logger" @@ -9176,15 +9176,15 @@ }, "property": { "type": "Identifier", - "start": 557, - "end": 564, + "start": 578, + "end": 585, "loc": { "start": { - "line": 23, + "line": 24, "column": 70 }, "end": { - "line": 23, + "line": 24, "column": 77 }, "identifierName": "FG_BLUE" @@ -9198,114 +9198,114 @@ }, { "type": "ExpressionStatement", - "start": 576, - "end": 656, + "start": 597, + "end": 677, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 576, - "end": 655, + "start": 597, + "end": 676, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 576, - "end": 623, + "start": 597, + "end": 644, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 55 } }, "object": { "type": "CallExpression", - "start": 576, - "end": 619, + "start": 597, + "end": 640, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 576, - "end": 594, + "start": 597, + "end": 615, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 576, - "end": 587, + "start": 597, + "end": 608, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 576, - "end": 580, + "start": 597, + "end": 601, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } }, "property": { "type": "Identifier", - "start": 581, - "end": 587, + "start": 602, + "end": 608, "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 19 }, "identifierName": "logger" @@ -9316,15 +9316,15 @@ }, "property": { "type": "Identifier", - "start": 588, - "end": 594, + "start": 609, + "end": 615, "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 26 }, "identifierName": "prefix" @@ -9336,15 +9336,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 595, - "end": 618, + "start": 616, + "end": 639, "loc": { "start": { - "line": 24, + "line": 25, "column": 27 }, "end": { - "line": 24, + "line": 25, "column": 50 } }, @@ -9358,15 +9358,15 @@ }, "property": { "type": "Identifier", - "start": 620, - "end": 623, + "start": 641, + "end": 644, "loc": { "start": { - "line": 24, + "line": 25, "column": 52 }, "end": { - "line": 24, + "line": 25, "column": 55 }, "identifierName": "log" @@ -9378,15 +9378,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 624, - "end": 654, + "start": 645, + "end": 675, "loc": { "start": { - "line": 24, + "line": 25, "column": 56 }, "end": { - "line": 24, + "line": 25, "column": 86 } }, @@ -9407,15 +9407,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -9424,15 +9424,15 @@ }, { "type": "ClassMethod", - "start": 912, - "end": 1345, + "start": 933, + "end": 1366, "loc": { "start": { - "line": 34, + "line": 35, "column": 1 }, "end": { - "line": 49, + "line": 50, "column": 2 } }, @@ -9440,15 +9440,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 912, - "end": 922, + "start": 933, + "end": 943, "loc": { "start": { - "line": 34, + "line": 35, "column": 1 }, "end": { - "line": 34, + "line": 35, "column": 11 }, "identifierName": "generateID" @@ -9464,29 +9464,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 923, - "end": 930, + "start": 944, + "end": 951, "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 19 } }, "left": { "type": "Identifier", - "start": 923, - "end": 926, + "start": 944, + "end": 947, "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 15 }, "identifierName": "pID" @@ -9495,15 +9495,15 @@ }, "right": { "type": "NumericLiteral", - "start": 929, - "end": 930, + "start": 950, + "end": 951, "loc": { "start": { - "line": 34, + "line": 35, "column": 18 }, "end": { - "line": 34, + "line": 35, "column": 19 } }, @@ -9517,59 +9517,59 @@ ], "body": { "type": "BlockStatement", - "start": 932, - "end": 1345, + "start": 953, + "end": 1366, "loc": { "start": { - "line": 34, + "line": 35, "column": 21 }, "end": { - "line": 49, + "line": 50, "column": 2 } }, "body": [ { "type": "VariableDeclaration", - "start": 937, - "end": 1016, + "start": 958, + "end": 1037, "loc": { "start": { - "line": 35, + "line": 36, "column": 2 }, "end": { - "line": 35, + "line": 36, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 943, - "end": 1015, + "start": 964, + "end": 1036, "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 80 } }, "id": { "type": "Identifier", - "start": 943, - "end": 948, + "start": 964, + "end": 969, "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 13 }, "identifierName": "chars" @@ -9578,15 +9578,15 @@ }, "init": { "type": "StringLiteral", - "start": 951, - "end": 1015, + "start": 972, + "end": 1036, "loc": { "start": { - "line": 35, + "line": 36, "column": 16 }, "end": { - "line": 35, + "line": 36, "column": 80 } }, @@ -9602,44 +9602,44 @@ }, { "type": "VariableDeclaration", - "start": 1020, - "end": 1193, + "start": 1041, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 2 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1026, - "end": 1193, + "start": 1047, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "id": { "type": "Identifier", - "start": 1026, - "end": 1032, + "start": 1047, + "end": 1053, "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 14 }, "identifierName": "makeID" @@ -9648,15 +9648,15 @@ }, "init": { "type": "FunctionExpression", - "start": 1035, - "end": 1193, + "start": 1056, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 17 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, @@ -9667,59 +9667,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1046, - "end": 1193, + "start": 1067, + "end": 1214, "loc": { "start": { - "line": 36, + "line": 37, "column": 28 }, "end": { - "line": 42, + "line": 43, "column": 3 } }, "body": [ { "type": "VariableDeclaration", - "start": 1052, - "end": 1064, + "start": 1073, + "end": 1085, "loc": { "start": { - "line": 37, + "line": 38, "column": 3 }, "end": { - "line": 37, + "line": 38, "column": 15 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1056, - "end": 1063, + "start": 1077, + "end": 1084, "loc": { "start": { - "line": 37, + "line": 38, "column": 7 }, "end": { - "line": 37, + "line": 38, "column": 14 } }, "id": { "type": "Identifier", - "start": 1056, - "end": 1058, + "start": 1077, + "end": 1079, "loc": { "start": { - "line": 37, + "line": 38, "column": 7 }, "end": { - "line": 37, + "line": 38, "column": 9 }, "identifierName": "ID" @@ -9728,15 +9728,15 @@ }, "init": { "type": "StringLiteral", - "start": 1061, - "end": 1063, + "start": 1082, + "end": 1084, "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 14 } }, @@ -9752,58 +9752,58 @@ }, { "type": "ForStatement", - "start": 1069, - "end": 1173, + "start": 1090, + "end": 1194, "loc": { "start": { - "line": 38, + "line": 39, "column": 3 }, "end": { - "line": 40, + "line": 41, "column": 4 } }, "init": { "type": "VariableDeclaration", - "start": 1074, - "end": 1083, + "start": 1095, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1078, - "end": 1083, + "start": 1099, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, "id": { "type": "Identifier", - "start": 1078, - "end": 1079, + "start": 1099, + "end": 1100, "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 13 }, "identifierName": "i" @@ -9812,15 +9812,15 @@ }, "init": { "type": "NumericLiteral", - "start": 1082, - "end": 1083, + "start": 1103, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 16 }, "end": { - "line": 38, + "line": 39, "column": 17 } }, @@ -9836,29 +9836,29 @@ }, "test": { "type": "BinaryExpression", - "start": 1085, - "end": 1092, + "start": 1106, + "end": 1113, "loc": { "start": { - "line": 38, + "line": 39, "column": 19 }, "end": { - "line": 38, + "line": 39, "column": 26 } }, "left": { "type": "Identifier", - "start": 1085, - "end": 1086, + "start": 1106, + "end": 1107, "loc": { "start": { - "line": 38, + "line": 39, "column": 19 }, "end": { - "line": 38, + "line": 39, "column": 20 }, "identifierName": "i" @@ -9868,15 +9868,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 1089, - "end": 1092, + "start": 1110, + "end": 1113, "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 26 }, "identifierName": "pID" @@ -9886,15 +9886,15 @@ }, "update": { "type": "UpdateExpression", - "start": 1094, - "end": 1097, + "start": 1115, + "end": 1118, "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 38, + "line": 39, "column": 31 } }, @@ -9902,15 +9902,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 1094, - "end": 1095, + "start": 1115, + "end": 1116, "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 38, + "line": 39, "column": 29 }, "identifierName": "i" @@ -9920,59 +9920,59 @@ }, "body": { "type": "BlockStatement", - "start": 1099, - "end": 1173, + "start": 1120, + "end": 1194, "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 40, + "line": 41, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 1106, - "end": 1167, + "start": 1127, + "end": 1188, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 1106, - "end": 1166, + "start": 1127, + "end": 1187, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 64 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 1106, - "end": 1108, + "start": 1127, + "end": 1129, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 6 }, "identifierName": "ID" @@ -9981,43 +9981,43 @@ }, "right": { "type": "CallExpression", - "start": 1112, - "end": 1166, + "start": 1133, + "end": 1187, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 1112, - "end": 1124, + "start": 1133, + "end": 1145, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 22 } }, "object": { "type": "Identifier", - "start": 1112, - "end": 1117, + "start": 1133, + "end": 1138, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 15 }, "identifierName": "chars" @@ -10026,15 +10026,15 @@ }, "property": { "type": "Identifier", - "start": 1118, - "end": 1124, + "start": 1139, + "end": 1145, "loc": { "start": { - "line": 39, + "line": 40, "column": 16 }, "end": { - "line": 39, + "line": 40, "column": 22 }, "identifierName": "charAt" @@ -10046,43 +10046,43 @@ "arguments": [ { "type": "CallExpression", - "start": 1125, - "end": 1165, + "start": 1146, + "end": 1186, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 1125, - "end": 1135, + "start": 1146, + "end": 1156, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 33 } }, "object": { "type": "Identifier", - "start": 1125, - "end": 1129, + "start": 1146, + "end": 1150, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 27 }, "identifierName": "Math" @@ -10091,15 +10091,15 @@ }, "property": { "type": "Identifier", - "start": 1130, - "end": 1135, + "start": 1151, + "end": 1156, "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 33 }, "identifierName": "floor" @@ -10111,57 +10111,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 1136, - "end": 1164, + "start": 1157, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 62 } }, "left": { "type": "CallExpression", - "start": 1136, - "end": 1149, + "start": 1157, + "end": 1170, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 1136, - "end": 1147, + "start": 1157, + "end": 1168, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 45 } }, "object": { "type": "Identifier", - "start": 1136, - "end": 1140, + "start": 1157, + "end": 1161, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 38 }, "identifierName": "Math" @@ -10170,15 +10170,15 @@ }, "property": { "type": "Identifier", - "start": 1141, - "end": 1147, + "start": 1162, + "end": 1168, "loc": { "start": { - "line": 39, + "line": 40, "column": 39 }, "end": { - "line": 39, + "line": 40, "column": 45 }, "identifierName": "random" @@ -10192,29 +10192,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 1152, - "end": 1164, + "start": 1173, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 50 }, "end": { - "line": 39, + "line": 40, "column": 62 } }, "object": { "type": "Identifier", - "start": 1152, - "end": 1157, + "start": 1173, + "end": 1178, "loc": { "start": { - "line": 39, + "line": 40, "column": 50 }, "end": { - "line": 39, + "line": 40, "column": 55 }, "identifierName": "chars" @@ -10223,15 +10223,15 @@ }, "property": { "type": "Identifier", - "start": 1158, - "end": 1164, + "start": 1179, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 56 }, "end": { - "line": 39, + "line": 40, "column": 62 }, "identifierName": "length" @@ -10253,29 +10253,29 @@ }, { "type": "ReturnStatement", - "start": 1178, - "end": 1188, + "start": 1199, + "end": 1209, "loc": { "start": { - "line": 41, + "line": 42, "column": 3 }, "end": { - "line": 41, + "line": 42, "column": 13 } }, "argument": { "type": "Identifier", - "start": 1185, - "end": 1187, + "start": 1206, + "end": 1208, "loc": { "start": { - "line": 41, + "line": 42, "column": 10 }, "end": { - "line": 41, + "line": 42, "column": 12 }, "identifierName": "ID" @@ -10293,44 +10293,44 @@ }, { "type": "VariableDeclaration", - "start": 1197, - "end": 1215, + "start": 1218, + "end": 1236, "loc": { "start": { - "line": 43, + "line": 44, "column": 2 }, "end": { - "line": 43, + "line": 44, "column": 20 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1201, - "end": 1214, + "start": 1222, + "end": 1235, "loc": { "start": { - "line": 43, + "line": 44, "column": 6 }, "end": { - "line": 43, + "line": 44, "column": 19 } }, "id": { "type": "Identifier", - "start": 1201, - "end": 1203, + "start": 1222, + "end": 1224, "loc": { "start": { - "line": 43, + "line": 44, "column": 6 }, "end": { - "line": 43, + "line": 44, "column": 8 }, "identifierName": "ID" @@ -10339,29 +10339,29 @@ }, "init": { "type": "CallExpression", - "start": 1206, - "end": 1214, + "start": 1227, + "end": 1235, "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 19 } }, "callee": { "type": "Identifier", - "start": 1206, - "end": 1212, + "start": 1227, + "end": 1233, "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 17 }, "identifierName": "makeID" @@ -10376,71 +10376,71 @@ }, { "type": "WhileStatement", - "start": 1219, - "end": 1289, + "start": 1240, + "end": 1310, "loc": { "start": { - "line": 44, + "line": 45, "column": 2 }, "end": { - "line": 46, + "line": 47, "column": 3 } }, "test": { "type": "CallExpression", - "start": 1225, - "end": 1262, + "start": 1246, + "end": 1283, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 1225, - "end": 1258, + "start": 1246, + "end": 1279, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 1225, - "end": 1249, + "start": 1246, + "end": 1270, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 32 } }, "object": { "type": "Identifier", - "start": 1225, - "end": 1239, + "start": 1246, + "end": 1260, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 22 }, "identifierName": "PulseComponent" @@ -10449,15 +10449,15 @@ }, "property": { "type": "Identifier", - "start": 1240, - "end": 1249, + "start": 1261, + "end": 1270, "loc": { "start": { - "line": 44, + "line": 45, "column": 23 }, "end": { - "line": 44, + "line": 45, "column": 32 }, "identifierName": "storedIDs" @@ -10468,15 +10468,15 @@ }, "property": { "type": "Identifier", - "start": 1250, - "end": 1258, + "start": 1271, + "end": 1279, "loc": { "start": { - "line": 44, + "line": 45, "column": 33 }, "end": { - "line": 44, + "line": 45, "column": 41 }, "identifierName": "includes" @@ -10488,15 +10488,15 @@ "arguments": [ { "type": "Identifier", - "start": 1259, - "end": 1261, + "start": 1280, + "end": 1282, "loc": { "start": { - "line": 44, + "line": 45, "column": 42 }, "end": { - "line": 44, + "line": 45, "column": 44 }, "identifierName": "ID" @@ -10507,59 +10507,59 @@ }, "body": { "type": "BlockStatement", - "start": 1264, - "end": 1289, + "start": 1285, + "end": 1310, "loc": { "start": { - "line": 44, + "line": 45, "column": 47 }, "end": { - "line": 46, + "line": 47, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 1270, - "end": 1284, + "start": 1291, + "end": 1305, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 17 } }, "expression": { "type": "AssignmentExpression", - "start": 1270, - "end": 1283, + "start": 1291, + "end": 1304, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 16 } }, "operator": "=", "left": { "type": "Identifier", - "start": 1270, - "end": 1272, + "start": 1291, + "end": 1293, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 5 }, "identifierName": "ID" @@ -10568,29 +10568,29 @@ }, "right": { "type": "CallExpression", - "start": 1275, - "end": 1283, + "start": 1296, + "end": 1304, "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 16 } }, "callee": { "type": "Identifier", - "start": 1275, - "end": 1281, + "start": 1296, + "end": 1302, "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 14 }, "identifierName": "makeID" @@ -10607,71 +10607,71 @@ }, { "type": "ExpressionStatement", - "start": 1293, - "end": 1327, + "start": 1314, + "end": 1348, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 1293, - "end": 1326, + "start": 1314, + "end": 1347, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 1293, - "end": 1322, + "start": 1314, + "end": 1343, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 1293, - "end": 1317, + "start": 1314, + "end": 1338, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 26 } }, "object": { "type": "Identifier", - "start": 1293, - "end": 1307, + "start": 1314, + "end": 1328, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 16 }, "identifierName": "PulseComponent" @@ -10680,15 +10680,15 @@ }, "property": { "type": "Identifier", - "start": 1308, - "end": 1317, + "start": 1329, + "end": 1338, "loc": { "start": { - "line": 47, + "line": 48, "column": 17 }, "end": { - "line": 47, + "line": 48, "column": 26 }, "identifierName": "storedIDs" @@ -10699,15 +10699,15 @@ }, "property": { "type": "Identifier", - "start": 1318, - "end": 1322, + "start": 1339, + "end": 1343, "loc": { "start": { - "line": 47, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 48, "column": 31 }, "identifierName": "push" @@ -10719,15 +10719,15 @@ "arguments": [ { "type": "Identifier", - "start": 1323, - "end": 1325, + "start": 1344, + "end": 1346, "loc": { "start": { - "line": 47, + "line": 48, "column": 32 }, "end": { - "line": 47, + "line": 48, "column": 34 }, "identifierName": "ID" @@ -10739,29 +10739,29 @@ }, { "type": "ReturnStatement", - "start": 1331, - "end": 1341, + "start": 1352, + "end": 1362, "loc": { "start": { - "line": 48, + "line": 49, "column": 2 }, "end": { - "line": 48, + "line": 49, "column": 12 } }, "argument": { "type": "Identifier", - "start": 1338, - "end": 1340, + "start": 1359, + "end": 1361, "loc": { "start": { - "line": 48, + "line": 49, "column": 9 }, "end": { - "line": 48, + "line": 49, "column": 11 }, "identifierName": "ID" @@ -10777,15 +10777,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -10795,15 +10795,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -10812,15 +10812,15 @@ }, { "type": "ClassMethod", - "start": 1694, - "end": 2982, + "start": 1715, + "end": 3003, "loc": { "start": { - "line": 57, + "line": 58, "column": 1 }, "end": { - "line": 77, + "line": 78, "column": 2 } }, @@ -10828,15 +10828,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1694, - "end": 1696, + "start": 1715, + "end": 1717, "loc": { "start": { - "line": 57, + "line": 58, "column": 1 }, "end": { - "line": 57, + "line": 58, "column": 3 }, "identifierName": "on" @@ -10852,15 +10852,15 @@ "params": [ { "type": "Identifier", - "start": 1697, - "end": 1706, + "start": 1718, + "end": 1727, "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 57, + "line": 58, "column": 13 }, "identifierName": "pInstance" @@ -10869,15 +10869,15 @@ }, { "type": "Identifier", - "start": 1708, - "end": 1718, + "start": 1729, + "end": 1739, "loc": { "start": { - "line": 57, + "line": 58, "column": 15 }, "end": { - "line": 57, + "line": 58, "column": 25 }, "identifierName": "pEventName" @@ -10886,15 +10886,15 @@ }, { "type": "Identifier", - "start": 1720, - "end": 1729, + "start": 1741, + "end": 1750, "loc": { "start": { - "line": 57, + "line": 58, "column": 27 }, "end": { - "line": 57, + "line": 58, "column": 36 }, "identifierName": "pFunction" @@ -10904,58 +10904,58 @@ ], "body": { "type": "BlockStatement", - "start": 1731, - "end": 2982, + "start": 1752, + "end": 3003, "loc": { "start": { - "line": 57, + "line": 58, "column": 38 }, "end": { - "line": 77, + "line": 78, "column": 2 } }, "body": [ { "type": "IfStatement", - "start": 1736, - "end": 1915, + "start": 1757, + "end": 1936, "loc": { "start": { - "line": 58, + "line": 59, "column": 2 }, "end": { - "line": 61, + "line": 62, "column": 3 } }, "test": { "type": "BinaryExpression", - "start": 1740, - "end": 1772, + "start": 1761, + "end": 1793, "loc": { "start": { - "line": 58, + "line": 59, "column": 6 }, "end": { - "line": 58, + "line": 59, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 1740, - "end": 1757, + "start": 1761, + "end": 1778, "loc": { "start": { - "line": 58, + "line": 59, "column": 6 }, "end": { - "line": 58, + "line": 59, "column": 23 } }, @@ -10963,15 +10963,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 1747, - "end": 1756, + "start": 1768, + "end": 1777, "loc": { "start": { - "line": 58, + "line": 59, "column": 13 }, "end": { - "line": 58, + "line": 59, "column": 22 }, "identifierName": "pFunction" @@ -10979,7 +10979,7 @@ "name": "pFunction", "extra": { "parenthesized": true, - "parenStart": 1746 + "parenStart": 1767 } }, "extra": { @@ -10989,15 +10989,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 1762, - "end": 1772, + "start": 1783, + "end": 1793, "loc": { "start": { - "line": 58, + "line": 59, "column": 28 }, "end": { - "line": 58, + "line": 59, "column": 38 } }, @@ -11010,129 +11010,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 1774, - "end": 1915, + "start": 1795, + "end": 1936, "loc": { "start": { - "line": 58, + "line": 59, "column": 40 }, "end": { - "line": 61, + "line": 62, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 1780, - "end": 1898, + "start": 1801, + "end": 1919, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 1780, - "end": 1897, + "start": 1801, + "end": 1918, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 1780, - "end": 1829, + "start": 1801, + "end": 1850, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 52 } }, "object": { "type": "CallExpression", - "start": 1780, - "end": 1823, + "start": 1801, + "end": 1844, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 1780, - "end": 1798, + "start": 1801, + "end": 1819, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 21 } }, "object": { "type": "MemberExpression", - "start": 1780, - "end": 1791, + "start": 1801, + "end": 1812, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 14 } }, "object": { "type": "ThisExpression", - "start": 1780, - "end": 1784, + "start": 1801, + "end": 1805, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 7 } } }, "property": { "type": "Identifier", - "start": 1785, - "end": 1791, + "start": 1806, + "end": 1812, "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 14 }, "identifierName": "logger" @@ -11143,15 +11143,15 @@ }, "property": { "type": "Identifier", - "start": 1792, - "end": 1798, + "start": 1813, + "end": 1819, "loc": { "start": { - "line": 59, + "line": 60, "column": 15 }, "end": { - "line": 59, + "line": 60, "column": 21 }, "identifierName": "prefix" @@ -11163,15 +11163,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 1799, - "end": 1822, + "start": 1820, + "end": 1843, "loc": { "start": { - "line": 59, + "line": 60, "column": 22 }, "end": { - "line": 59, + "line": 60, "column": 45 } }, @@ -11185,15 +11185,15 @@ }, "property": { "type": "Identifier", - "start": 1824, - "end": 1829, + "start": 1845, + "end": 1850, "loc": { "start": { - "line": 59, + "line": 60, "column": 47 }, "end": { - "line": 59, + "line": 60, "column": 52 }, "identifierName": "error" @@ -11205,15 +11205,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 1830, - "end": 1896, + "start": 1851, + "end": 1917, "loc": { "start": { - "line": 59, + "line": 60, "column": 53 }, "end": { - "line": 59, + "line": 60, "column": 119 } }, @@ -11228,15 +11228,15 @@ }, { "type": "ReturnStatement", - "start": 1903, - "end": 1910, + "start": 1924, + "end": 1931, "loc": { "start": { - "line": 60, + "line": 61, "column": 3 }, "end": { - "line": 60, + "line": 61, "column": 10 } }, @@ -11249,29 +11249,29 @@ }, { "type": "IfStatement", - "start": 1921, - "end": 2238, + "start": 1942, + "end": 2259, "loc": { "start": { - "line": 63, + "line": 64, "column": 2 }, "end": { - "line": 69, + "line": 70, "column": 3 } }, "test": { "type": "UnaryExpression", - "start": 1925, - "end": 1960, + "start": 1946, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 6 }, "end": { - "line": 63, + "line": 64, "column": 41 } }, @@ -11279,29 +11279,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1926, - "end": 1960, + "start": 1947, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 7 }, "end": { - "line": 63, + "line": 64, "column": 41 } }, "object": { "type": "Identifier", - "start": 1926, - "end": 1935, + "start": 1947, + "end": 1956, "loc": { "start": { - "line": 63, + "line": 64, "column": 7 }, "end": { - "line": 63, + "line": 64, "column": 16 }, "identifierName": "pInstance" @@ -11310,15 +11310,15 @@ }, "property": { "type": "Identifier", - "start": 1936, - "end": 1960, + "start": 1957, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 17 }, "end": { - "line": 63, + "line": 64, "column": 41 }, "identifierName": "pulseComponentListenerID" @@ -11333,59 +11333,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 1962, - "end": 2238, + "start": 1983, + "end": 2259, "loc": { "start": { - "line": 63, + "line": 64, "column": 43 }, "end": { - "line": 69, + "line": 70, "column": 3 } }, "body": [ { "type": "VariableDeclaration", - "start": 1968, - "end": 1997, + "start": 1989, + "end": 2018, "loc": { "start": { - "line": 64, + "line": 65, "column": 3 }, "end": { - "line": 64, + "line": 65, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1974, - "end": 1996, + "start": 1995, + "end": 2017, "loc": { "start": { - "line": 64, + "line": 65, "column": 9 }, "end": { - "line": 64, + "line": 65, "column": 31 } }, "id": { "type": "Identifier", - "start": 1974, - "end": 1976, + "start": 1995, + "end": 1997, "loc": { "start": { - "line": 64, + "line": 65, "column": 9 }, "end": { - "line": 64, + "line": 65, "column": 11 }, "identifierName": "ID" @@ -11394,58 +11394,58 @@ }, "init": { "type": "CallExpression", - "start": 1979, - "end": 1996, + "start": 2000, + "end": 2017, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 1979, - "end": 1994, + "start": 2000, + "end": 2015, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 1979, - "end": 1983, + "start": 2000, + "end": 2004, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 18 } } }, "property": { "type": "Identifier", - "start": 1984, - "end": 1994, + "start": 2005, + "end": 2015, "loc": { "start": { - "line": 64, + "line": 65, "column": 19 }, "end": { - "line": 64, + "line": 65, "column": 29 }, "identifierName": "generateID" @@ -11462,58 +11462,58 @@ }, { "type": "ExpressionStatement", - "start": 2002, - "end": 2042, + "start": 2023, + "end": 2063, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 2002, - "end": 2041, + "start": 2023, + "end": 2062, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2002, - "end": 2036, + "start": 2023, + "end": 2057, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 37 } }, "object": { "type": "Identifier", - "start": 2002, - "end": 2011, + "start": 2023, + "end": 2032, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 12 }, "identifierName": "pInstance" @@ -11522,15 +11522,15 @@ }, "property": { "type": "Identifier", - "start": 2012, - "end": 2036, + "start": 2033, + "end": 2057, "loc": { "start": { - "line": 65, + "line": 66, "column": 13 }, "end": { - "line": 65, + "line": 66, "column": 37 }, "identifierName": "pulseComponentListenerID" @@ -11541,15 +11541,15 @@ }, "right": { "type": "Identifier", - "start": 2039, - "end": 2041, + "start": 2060, + "end": 2062, "loc": { "start": { - "line": 65, + "line": 66, "column": 40 }, "end": { - "line": 65, + "line": 66, "column": 42 }, "identifierName": "ID" @@ -11560,85 +11560,85 @@ }, { "type": "ExpressionStatement", - "start": 2047, - "end": 2083, + "start": 2068, + "end": 2104, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 2047, - "end": 2082, + "start": 2068, + "end": 2103, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 2047, - "end": 2078, + "start": 2068, + "end": 2099, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 2047, - "end": 2073, + "start": 2068, + "end": 2094, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 2047, - "end": 2069, + "start": 2068, + "end": 2090, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 25 } }, "object": { "type": "Identifier", - "start": 2047, - "end": 2061, + "start": 2068, + "end": 2082, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 17 }, "identifierName": "PulseComponent" @@ -11647,15 +11647,15 @@ }, "property": { "type": "Identifier", - "start": 2062, - "end": 2069, + "start": 2083, + "end": 2090, "loc": { "start": { - "line": 66, + "line": 67, "column": 18 }, "end": { - "line": 66, + "line": 67, "column": 25 }, "identifierName": "tracker" @@ -11666,15 +11666,15 @@ }, "property": { "type": "Identifier", - "start": 2070, - "end": 2073, + "start": 2091, + "end": 2094, "loc": { "start": { - "line": 66, + "line": 67, "column": 26 }, "end": { - "line": 66, + "line": 67, "column": 29 }, "identifierName": "ids" @@ -11685,15 +11685,15 @@ }, "property": { "type": "Identifier", - "start": 2074, - "end": 2078, + "start": 2095, + "end": 2099, "loc": { "start": { - "line": 66, + "line": 67, "column": 30 }, "end": { - "line": 66, + "line": 67, "column": 34 }, "identifierName": "push" @@ -11705,15 +11705,15 @@ "arguments": [ { "type": "Identifier", - "start": 2079, - "end": 2081, + "start": 2100, + "end": 2102, "loc": { "start": { - "line": 66, + "line": 67, "column": 35 }, "end": { - "line": 66, + "line": 67, "column": 37 }, "identifierName": "ID" @@ -11725,72 +11725,72 @@ }, { "type": "ExpressionStatement", - "start": 2088, - "end": 2152, + "start": 2109, + "end": 2173, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 2088, - "end": 2151, + "start": 2109, + "end": 2172, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2088, - "end": 2146, + "start": 2109, + "end": 2167, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 2088, - "end": 2110, + "start": 2109, + "end": 2131, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 25 } }, "object": { "type": "Identifier", - "start": 2088, - "end": 2102, + "start": 2109, + "end": 2123, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 17 }, "identifierName": "PulseComponent" @@ -11799,15 +11799,15 @@ }, "property": { "type": "Identifier", - "start": 2103, - "end": 2110, + "start": 2124, + "end": 2131, "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 25 }, "identifierName": "tracker" @@ -11818,29 +11818,29 @@ }, "property": { "type": "MemberExpression", - "start": 2111, - "end": 2145, + "start": 2132, + "end": 2166, "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 60 } }, "object": { "type": "Identifier", - "start": 2111, - "end": 2120, + "start": 2132, + "end": 2141, "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 35 }, "identifierName": "pInstance" @@ -11849,15 +11849,15 @@ }, "property": { "type": "Identifier", - "start": 2121, - "end": 2145, + "start": 2142, + "end": 2166, "loc": { "start": { - "line": 67, + "line": 68, "column": 36 }, "end": { - "line": 67, + "line": 68, "column": 60 }, "identifierName": "pulseComponentListenerID" @@ -11870,15 +11870,15 @@ }, "right": { "type": "ObjectExpression", - "start": 2149, - "end": 2151, + "start": 2170, + "end": 2172, "loc": { "start": { - "line": 67, + "line": 68, "column": 64 }, "end": { - "line": 67, + "line": 68, "column": 66 } }, @@ -11888,86 +11888,86 @@ }, { "type": "ExpressionStatement", - "start": 2157, - "end": 2233, + "start": 2178, + "end": 2254, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 2157, - "end": 2232, + "start": 2178, + "end": 2253, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 78 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2157, - "end": 2227, + "start": 2178, + "end": 2248, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 2157, - "end": 2215, + "start": 2178, + "end": 2236, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 2157, - "end": 2179, + "start": 2178, + "end": 2200, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 25 } }, "object": { "type": "Identifier", - "start": 2157, - "end": 2171, + "start": 2178, + "end": 2192, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 17 }, "identifierName": "PulseComponent" @@ -11976,15 +11976,15 @@ }, "property": { "type": "Identifier", - "start": 2172, - "end": 2179, + "start": 2193, + "end": 2200, "loc": { "start": { - "line": 68, + "line": 69, "column": 18 }, "end": { - "line": 68, + "line": 69, "column": 25 }, "identifierName": "tracker" @@ -11995,29 +11995,29 @@ }, "property": { "type": "MemberExpression", - "start": 2180, - "end": 2214, + "start": 2201, + "end": 2235, "loc": { "start": { - "line": 68, + "line": 69, "column": 26 }, "end": { - "line": 68, + "line": 69, "column": 60 } }, "object": { "type": "Identifier", - "start": 2180, - "end": 2189, + "start": 2201, + "end": 2210, "loc": { "start": { - "line": 68, + "line": 69, "column": 26 }, "end": { - "line": 68, + "line": 69, "column": 35 }, "identifierName": "pInstance" @@ -12026,15 +12026,15 @@ }, "property": { "type": "Identifier", - "start": 2190, - "end": 2214, + "start": 2211, + "end": 2235, "loc": { "start": { - "line": 68, + "line": 69, "column": 36 }, "end": { - "line": 68, + "line": 69, "column": 60 }, "identifierName": "pulseComponentListenerID" @@ -12047,15 +12047,15 @@ }, "property": { "type": "StringLiteral", - "start": 2216, - "end": 2226, + "start": 2237, + "end": 2247, "loc": { "start": { - "line": 68, + "line": 69, "column": 62 }, "end": { - "line": 68, + "line": 69, "column": 72 } }, @@ -12069,15 +12069,15 @@ }, "right": { "type": "ObjectExpression", - "start": 2230, - "end": 2232, + "start": 2251, + "end": 2253, "loc": { "start": { - "line": 68, + "line": 69, "column": 76 }, "end": { - "line": 68, + "line": 69, "column": 78 } }, @@ -12092,29 +12092,29 @@ }, { "type": "IfStatement", - "start": 2244, - "end": 2411, + "start": 2265, + "end": 2432, "loc": { "start": { - "line": 71, + "line": 72, "column": 2 }, "end": { - "line": 71, + "line": 72, "column": 169 } }, "test": { "type": "UnaryExpression", - "start": 2248, - "end": 2319, + "start": 2269, + "end": 2340, "loc": { "start": { - "line": 71, + "line": 72, "column": 6 }, "end": { - "line": 71, + "line": 72, "column": 77 } }, @@ -12122,57 +12122,57 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2249, - "end": 2319, + "start": 2270, + "end": 2340, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 2249, - "end": 2307, + "start": 2270, + "end": 2328, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 2249, - "end": 2271, + "start": 2270, + "end": 2292, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 29 } }, "object": { "type": "Identifier", - "start": 2249, - "end": 2263, + "start": 2270, + "end": 2284, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 21 }, "identifierName": "PulseComponent" @@ -12181,15 +12181,15 @@ }, "property": { "type": "Identifier", - "start": 2264, - "end": 2271, + "start": 2285, + "end": 2292, "loc": { "start": { - "line": 71, + "line": 72, "column": 22 }, "end": { - "line": 71, + "line": 72, "column": 29 }, "identifierName": "tracker" @@ -12200,29 +12200,29 @@ }, "property": { "type": "MemberExpression", - "start": 2272, - "end": 2306, + "start": 2293, + "end": 2327, "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 64 } }, "object": { "type": "Identifier", - "start": 2272, - "end": 2281, + "start": 2293, + "end": 2302, "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 39 }, "identifierName": "pInstance" @@ -12231,15 +12231,15 @@ }, "property": { "type": "Identifier", - "start": 2282, - "end": 2306, + "start": 2303, + "end": 2327, "loc": { "start": { - "line": 71, + "line": 72, "column": 40 }, "end": { - "line": 71, + "line": 72, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -12252,15 +12252,15 @@ }, "property": { "type": "Identifier", - "start": 2308, - "end": 2318, + "start": 2329, + "end": 2339, "loc": { "start": { - "line": 71, + "line": 72, "column": 66 }, "end": { - "line": 71, + "line": 72, "column": 76 }, "identifierName": "pEventName" @@ -12275,86 +12275,86 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2321, - "end": 2411, + "start": 2342, + "end": 2432, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 169 } }, "expression": { "type": "AssignmentExpression", - "start": 2321, - "end": 2410, + "start": 2342, + "end": 2431, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 168 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2321, - "end": 2391, + "start": 2342, + "end": 2412, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 149 } }, "object": { "type": "MemberExpression", - "start": 2321, - "end": 2379, + "start": 2342, + "end": 2400, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 137 } }, "object": { "type": "MemberExpression", - "start": 2321, - "end": 2343, + "start": 2342, + "end": 2364, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 101 } }, "object": { "type": "Identifier", - "start": 2321, - "end": 2335, + "start": 2342, + "end": 2356, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 93 }, "identifierName": "PulseComponent" @@ -12363,15 +12363,15 @@ }, "property": { "type": "Identifier", - "start": 2336, - "end": 2343, + "start": 2357, + "end": 2364, "loc": { "start": { - "line": 71, + "line": 72, "column": 94 }, "end": { - "line": 71, + "line": 72, "column": 101 }, "identifierName": "tracker" @@ -12382,29 +12382,29 @@ }, "property": { "type": "MemberExpression", - "start": 2344, - "end": 2378, + "start": 2365, + "end": 2399, "loc": { "start": { - "line": 71, + "line": 72, "column": 102 }, "end": { - "line": 71, + "line": 72, "column": 136 } }, "object": { "type": "Identifier", - "start": 2344, - "end": 2353, + "start": 2365, + "end": 2374, "loc": { "start": { - "line": 71, + "line": 72, "column": 102 }, "end": { - "line": 71, + "line": 72, "column": 111 }, "identifierName": "pInstance" @@ -12413,15 +12413,15 @@ }, "property": { "type": "Identifier", - "start": 2354, - "end": 2378, + "start": 2375, + "end": 2399, "loc": { "start": { - "line": 71, + "line": 72, "column": 112 }, "end": { - "line": 71, + "line": 72, "column": 136 }, "identifierName": "pulseComponentListenerID" @@ -12434,15 +12434,15 @@ }, "property": { "type": "Identifier", - "start": 2380, - "end": 2390, + "start": 2401, + "end": 2411, "loc": { "start": { - "line": 71, + "line": 72, "column": 138 }, "end": { - "line": 71, + "line": 72, "column": 148 }, "identifierName": "pEventName" @@ -12453,30 +12453,30 @@ }, "right": { "type": "ObjectExpression", - "start": 2394, - "end": 2410, + "start": 2415, + "end": 2431, "loc": { "start": { - "line": 71, + "line": 72, "column": 152 }, "end": { - "line": 71, + "line": 72, "column": 168 } }, "properties": [ { "type": "ObjectProperty", - "start": 2396, - "end": 2408, + "start": 2417, + "end": 2429, "loc": { "start": { - "line": 71, + "line": 72, "column": 154 }, "end": { - "line": 71, + "line": 72, "column": 166 } }, @@ -12485,15 +12485,15 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 2396, - "end": 2405, + "start": 2417, + "end": 2426, "loc": { "start": { - "line": 71, + "line": 72, "column": 154 }, "end": { - "line": 71, + "line": 72, "column": 163 } }, @@ -12505,15 +12505,15 @@ }, "value": { "type": "NumericLiteral", - "start": 2407, - "end": 2408, + "start": 2428, + "end": 2429, "loc": { "start": { - "line": 71, + "line": 72, "column": 165 }, "end": { - "line": 71, + "line": 72, "column": 166 } }, @@ -12532,44 +12532,44 @@ }, { "type": "VariableDeclaration", - "start": 2415, - "end": 2515, + "start": 2436, + "end": 2536, "loc": { "start": { - "line": 72, + "line": 73, "column": 2 }, "end": { - "line": 72, + "line": 73, "column": 102 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 2421, - "end": 2514, + "start": 2442, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, "id": { "type": "Identifier", - "start": 2421, - "end": 2431, + "start": 2442, + "end": 2452, "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 18 }, "identifierName": "listenerID" @@ -12578,15 +12578,15 @@ }, "init": { "type": "UpdateExpression", - "start": 2434, - "end": 2514, + "start": 2455, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 21 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, @@ -12594,71 +12594,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2436, - "end": 2514, + "start": 2457, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 101 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2506, + "start": 2457, + "end": 2527, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 93 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2494, + "start": 2457, + "end": 2515, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 2436, - "end": 2458, + "start": 2457, + "end": 2479, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 45 } }, "object": { "type": "Identifier", - "start": 2436, - "end": 2450, + "start": 2457, + "end": 2471, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 37 }, "identifierName": "PulseComponent" @@ -12667,15 +12667,15 @@ }, "property": { "type": "Identifier", - "start": 2451, - "end": 2458, + "start": 2472, + "end": 2479, "loc": { "start": { - "line": 72, + "line": 73, "column": 38 }, "end": { - "line": 72, + "line": 73, "column": 45 }, "identifierName": "tracker" @@ -12686,29 +12686,29 @@ }, "property": { "type": "MemberExpression", - "start": 2459, - "end": 2493, + "start": 2480, + "end": 2514, "loc": { "start": { - "line": 72, + "line": 73, "column": 46 }, "end": { - "line": 72, + "line": 73, "column": 80 } }, "object": { "type": "Identifier", - "start": 2459, - "end": 2468, + "start": 2480, + "end": 2489, "loc": { "start": { - "line": 72, + "line": 73, "column": 46 }, "end": { - "line": 72, + "line": 73, "column": 55 }, "identifierName": "pInstance" @@ -12717,15 +12717,15 @@ }, "property": { "type": "Identifier", - "start": 2469, - "end": 2493, + "start": 2490, + "end": 2514, "loc": { "start": { - "line": 72, + "line": 73, "column": 56 }, "end": { - "line": 72, + "line": 73, "column": 80 }, "identifierName": "pulseComponentListenerID" @@ -12738,15 +12738,15 @@ }, "property": { "type": "Identifier", - "start": 2495, - "end": 2505, + "start": 2516, + "end": 2526, "loc": { "start": { - "line": 72, + "line": 73, "column": 82 }, "end": { - "line": 72, + "line": 73, "column": 92 }, "identifierName": "pEventName" @@ -12757,15 +12757,15 @@ }, "property": { "type": "Identifier", - "start": 2507, - "end": 2514, + "start": 2528, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 94 }, "end": { - "line": 72, + "line": 73, "column": 101 }, "identifierName": "counter" @@ -12784,29 +12784,29 @@ }, { "type": "IfStatement", - "start": 2519, - "end": 2651, + "start": 2540, + "end": 2672, "loc": { "start": { - "line": 73, + "line": 74, "column": 2 }, "end": { - "line": 73, + "line": 74, "column": 134 } }, "test": { "type": "UnaryExpression", - "start": 2523, - "end": 2606, + "start": 2544, + "end": 2627, "loc": { "start": { - "line": 73, + "line": 74, "column": 6 }, "end": { - "line": 73, + "line": 74, "column": 89 } }, @@ -12814,71 +12814,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 2524, - "end": 2606, + "start": 2545, + "end": 2627, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2594, + "start": 2545, + "end": 2615, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2582, + "start": 2545, + "end": 2603, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 2524, - "end": 2546, + "start": 2545, + "end": 2567, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 29 } }, "object": { "type": "Identifier", - "start": 2524, - "end": 2538, + "start": 2545, + "end": 2559, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 21 }, "identifierName": "PulseComponent" @@ -12887,15 +12887,15 @@ }, "property": { "type": "Identifier", - "start": 2539, - "end": 2546, + "start": 2560, + "end": 2567, "loc": { "start": { - "line": 73, + "line": 74, "column": 22 }, "end": { - "line": 73, + "line": 74, "column": 29 }, "identifierName": "tracker" @@ -12906,29 +12906,29 @@ }, "property": { "type": "MemberExpression", - "start": 2547, - "end": 2581, + "start": 2568, + "end": 2602, "loc": { "start": { - "line": 73, + "line": 74, "column": 30 }, "end": { - "line": 73, + "line": 74, "column": 64 } }, "object": { "type": "Identifier", - "start": 2547, - "end": 2556, + "start": 2568, + "end": 2577, "loc": { "start": { - "line": 73, + "line": 74, "column": 30 }, "end": { - "line": 73, + "line": 74, "column": 39 }, "identifierName": "pInstance" @@ -12937,15 +12937,15 @@ }, "property": { "type": "Identifier", - "start": 2557, - "end": 2581, + "start": 2578, + "end": 2602, "loc": { "start": { - "line": 73, + "line": 74, "column": 40 }, "end": { - "line": 73, + "line": 74, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -12958,15 +12958,15 @@ }, "property": { "type": "StringLiteral", - "start": 2583, - "end": 2593, + "start": 2604, + "end": 2614, "loc": { "start": { - "line": 73, + "line": 74, "column": 66 }, "end": { - "line": 73, + "line": 74, "column": 76 } }, @@ -12980,15 +12980,15 @@ }, "property": { "type": "Identifier", - "start": 2595, - "end": 2605, + "start": 2616, + "end": 2626, "loc": { "start": { - "line": 73, + "line": 74, "column": 78 }, "end": { - "line": 73, + "line": 74, "column": 88 }, "identifierName": "pEventName" @@ -13003,72 +13003,72 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2608, - "end": 2651, + "start": 2629, + "end": 2672, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 134 } }, "expression": { "type": "CallExpression", - "start": 2608, - "end": 2650, + "start": 2629, + "end": 2671, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 133 } }, "callee": { "type": "MemberExpression", - "start": 2608, - "end": 2627, + "start": 2629, + "end": 2648, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 110 } }, "object": { "type": "ThisExpression", - "start": 2608, - "end": 2612, + "start": 2629, + "end": 2633, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 95 } } }, "property": { "type": "Identifier", - "start": 2613, - "end": 2627, + "start": 2634, + "end": 2648, "loc": { "start": { - "line": 73, + "line": 74, "column": 96 }, "end": { - "line": 73, + "line": 74, "column": 110 }, "identifierName": "listenForEvent" @@ -13080,15 +13080,15 @@ "arguments": [ { "type": "Identifier", - "start": 2628, - "end": 2637, + "start": 2649, + "end": 2658, "loc": { "start": { - "line": 73, + "line": 74, "column": 111 }, "end": { - "line": 73, + "line": 74, "column": 120 }, "identifierName": "pInstance" @@ -13097,15 +13097,15 @@ }, { "type": "Identifier", - "start": 2639, - "end": 2649, + "start": 2660, + "end": 2670, "loc": { "start": { - "line": 73, + "line": 74, "column": 122 }, "end": { - "line": 73, + "line": 74, "column": 132 }, "identifierName": "pEventName" @@ -13119,100 +13119,100 @@ }, { "type": "ExpressionStatement", - "start": 2655, - "end": 2750, + "start": 2676, + "end": 2771, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 2655, - "end": 2749, + "start": 2676, + "end": 2770, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 96 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2655, - "end": 2737, + "start": 2676, + "end": 2758, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2725, + "start": 2676, + "end": 2746, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2713, + "start": 2676, + "end": 2734, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 2655, - "end": 2677, + "start": 2676, + "end": 2698, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 24 } }, "object": { "type": "Identifier", - "start": 2655, - "end": 2669, + "start": 2676, + "end": 2690, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 16 }, "identifierName": "PulseComponent" @@ -13221,15 +13221,15 @@ }, "property": { "type": "Identifier", - "start": 2670, - "end": 2677, + "start": 2691, + "end": 2698, "loc": { "start": { - "line": 74, + "line": 75, "column": 17 }, "end": { - "line": 74, + "line": 75, "column": 24 }, "identifierName": "tracker" @@ -13240,29 +13240,29 @@ }, "property": { "type": "MemberExpression", - "start": 2678, - "end": 2712, + "start": 2699, + "end": 2733, "loc": { "start": { - "line": 74, + "line": 75, "column": 25 }, "end": { - "line": 74, + "line": 75, "column": 59 } }, "object": { "type": "Identifier", - "start": 2678, - "end": 2687, + "start": 2699, + "end": 2708, "loc": { "start": { - "line": 74, + "line": 75, "column": 25 }, "end": { - "line": 74, + "line": 75, "column": 34 }, "identifierName": "pInstance" @@ -13271,15 +13271,15 @@ }, "property": { "type": "Identifier", - "start": 2688, - "end": 2712, + "start": 2709, + "end": 2733, "loc": { "start": { - "line": 74, + "line": 75, "column": 35 }, "end": { - "line": 74, + "line": 75, "column": 59 }, "identifierName": "pulseComponentListenerID" @@ -13292,15 +13292,15 @@ }, "property": { "type": "Identifier", - "start": 2714, - "end": 2724, + "start": 2735, + "end": 2745, "loc": { "start": { - "line": 74, + "line": 75, "column": 61 }, "end": { - "line": 74, + "line": 75, "column": 71 }, "identifierName": "pEventName" @@ -13311,15 +13311,15 @@ }, "property": { "type": "Identifier", - "start": 2726, - "end": 2736, + "start": 2747, + "end": 2757, "loc": { "start": { - "line": 74, + "line": 75, "column": 73 }, "end": { - "line": 74, + "line": 75, "column": 83 }, "identifierName": "listenerID" @@ -13330,15 +13330,15 @@ }, "right": { "type": "Identifier", - "start": 2740, - "end": 2749, + "start": 2761, + "end": 2770, "loc": { "start": { - "line": 74, + "line": 75, "column": 87 }, "end": { - "line": 74, + "line": 75, "column": 96 }, "identifierName": "pFunction" @@ -13350,15 +13350,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -13367,43 +13367,43 @@ }, { "type": "IfStatement", - "start": 2849, - "end": 2978, + "start": 2870, + "end": 2999, "loc": { "start": { - "line": 76, + "line": 77, "column": 2 }, "end": { - "line": 76, + "line": 77, "column": 131 } }, "test": { "type": "BinaryExpression", - "start": 2853, - "end": 2875, + "start": 2874, + "end": 2896, "loc": { "start": { - "line": 76, + "line": 77, "column": 6 }, "end": { - "line": 76, + "line": 77, "column": 28 } }, "left": { "type": "Identifier", - "start": 2853, - "end": 2863, + "start": 2874, + "end": 2884, "loc": { "start": { - "line": 76, + "line": 77, "column": 6 }, "end": { - "line": 76, + "line": 77, "column": 16 }, "identifierName": "pEventName" @@ -13414,15 +13414,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 2868, - "end": 2875, + "start": 2889, + "end": 2896, "loc": { "start": { - "line": 76, + "line": 77, "column": 21 }, "end": { - "line": 76, + "line": 77, "column": 28 } }, @@ -13436,127 +13436,127 @@ }, "consequent": { "type": "ExpressionStatement", - "start": 2877, - "end": 2978, + "start": 2898, + "end": 2999, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 131 } }, "expression": { "type": "CallExpression", - "start": 2877, - "end": 2977, + "start": 2898, + "end": 2998, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 130 } }, "callee": { "type": "CallExpression", - "start": 2877, - "end": 2975, + "start": 2898, + "end": 2996, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 128 } }, "callee": { "type": "MemberExpression", - "start": 2877, - "end": 2964, + "start": 2898, + "end": 2985, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 117 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2959, + "start": 2898, + "end": 2980, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2947, + "start": 2898, + "end": 2968, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 100 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2935, + "start": 2898, + "end": 2956, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 88 } }, "object": { "type": "MemberExpression", - "start": 2877, - "end": 2899, + "start": 2898, + "end": 2920, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 52 } }, "object": { "type": "Identifier", - "start": 2877, - "end": 2891, + "start": 2898, + "end": 2912, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 44 }, "identifierName": "PulseComponent" @@ -13565,15 +13565,15 @@ }, "property": { "type": "Identifier", - "start": 2892, - "end": 2899, + "start": 2913, + "end": 2920, "loc": { "start": { - "line": 76, + "line": 77, "column": 45 }, "end": { - "line": 76, + "line": 77, "column": 52 }, "identifierName": "tracker" @@ -13584,29 +13584,29 @@ }, "property": { "type": "MemberExpression", - "start": 2900, - "end": 2934, + "start": 2921, + "end": 2955, "loc": { "start": { - "line": 76, + "line": 77, "column": 53 }, "end": { - "line": 76, + "line": 77, "column": 87 } }, "object": { "type": "Identifier", - "start": 2900, - "end": 2909, + "start": 2921, + "end": 2930, "loc": { "start": { - "line": 76, + "line": 77, "column": 53 }, "end": { - "line": 76, + "line": 77, "column": 62 }, "identifierName": "pInstance" @@ -13615,15 +13615,15 @@ }, "property": { "type": "Identifier", - "start": 2910, - "end": 2934, + "start": 2931, + "end": 2955, "loc": { "start": { - "line": 76, + "line": 77, "column": 63 }, "end": { - "line": 76, + "line": 77, "column": 87 }, "identifierName": "pulseComponentListenerID" @@ -13636,15 +13636,15 @@ }, "property": { "type": "Identifier", - "start": 2936, - "end": 2946, + "start": 2957, + "end": 2967, "loc": { "start": { - "line": 76, + "line": 77, "column": 89 }, "end": { - "line": 76, + "line": 77, "column": 99 }, "identifierName": "pEventName" @@ -13655,15 +13655,15 @@ }, "property": { "type": "Identifier", - "start": 2948, - "end": 2958, + "start": 2969, + "end": 2979, "loc": { "start": { - "line": 76, + "line": 77, "column": 101 }, "end": { - "line": 76, + "line": 77, "column": 111 }, "identifierName": "listenerID" @@ -13674,15 +13674,15 @@ }, "property": { "type": "Identifier", - "start": 2960, - "end": 2964, + "start": 2981, + "end": 2985, "loc": { "start": { - "line": 76, + "line": 77, "column": 113 }, "end": { - "line": 76, + "line": 77, "column": 117 }, "identifierName": "bind" @@ -13694,15 +13694,15 @@ "arguments": [ { "type": "Identifier", - "start": 2965, - "end": 2974, + "start": 2986, + "end": 2995, "loc": { "start": { - "line": 76, + "line": 77, "column": 118 }, "end": { - "line": 76, + "line": 77, "column": 127 }, "identifierName": "pInstance" @@ -13719,15 +13719,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -13741,15 +13741,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -13758,15 +13758,15 @@ }, { "type": "ClassMethod", - "start": 3269, - "end": 3918, + "start": 3290, + "end": 3939, "loc": { "start": { - "line": 86, + "line": 87, "column": 1 }, "end": { - "line": 98, + "line": 99, "column": 2 } }, @@ -13774,15 +13774,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3269, - "end": 3272, + "start": 3290, + "end": 3293, "loc": { "start": { - "line": 86, + "line": 87, "column": 1 }, "end": { - "line": 86, + "line": 87, "column": 4 }, "identifierName": "off" @@ -13798,15 +13798,15 @@ "params": [ { "type": "Identifier", - "start": 3273, - "end": 3282, + "start": 3294, + "end": 3303, "loc": { "start": { - "line": 86, + "line": 87, "column": 5 }, "end": { - "line": 86, + "line": 87, "column": 14 }, "identifierName": "pInstance" @@ -13815,15 +13815,15 @@ }, { "type": "Identifier", - "start": 3284, - "end": 3294, + "start": 3305, + "end": 3315, "loc": { "start": { - "line": 86, + "line": 87, "column": 16 }, "end": { - "line": 86, + "line": 87, "column": 26 }, "identifierName": "pEventName" @@ -13832,15 +13832,15 @@ }, { "type": "Identifier", - "start": 3296, - "end": 3305, + "start": 3317, + "end": 3326, "loc": { "start": { - "line": 86, + "line": 87, "column": 28 }, "end": { - "line": 86, + "line": 87, "column": 37 }, "identifierName": "pFunction" @@ -13850,58 +13850,58 @@ ], "body": { "type": "BlockStatement", - "start": 3307, - "end": 3918, + "start": 3328, + "end": 3939, "loc": { "start": { - "line": 86, + "line": 87, "column": 39 }, "end": { - "line": 98, + "line": 99, "column": 2 } }, "body": [ { "type": "IfStatement", - "start": 3312, - "end": 3491, + "start": 3333, + "end": 3512, "loc": { "start": { - "line": 87, + "line": 88, "column": 2 }, "end": { - "line": 90, + "line": 91, "column": 3 } }, "test": { "type": "BinaryExpression", - "start": 3316, - "end": 3348, + "start": 3337, + "end": 3369, "loc": { "start": { - "line": 87, + "line": 88, "column": 6 }, "end": { - "line": 87, + "line": 88, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 3316, - "end": 3333, + "start": 3337, + "end": 3354, "loc": { "start": { - "line": 87, + "line": 88, "column": 6 }, "end": { - "line": 87, + "line": 88, "column": 23 } }, @@ -13909,15 +13909,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 3323, - "end": 3332, + "start": 3344, + "end": 3353, "loc": { "start": { - "line": 87, + "line": 88, "column": 13 }, "end": { - "line": 87, + "line": 88, "column": 22 }, "identifierName": "pFunction" @@ -13925,7 +13925,7 @@ "name": "pFunction", "extra": { "parenthesized": true, - "parenStart": 3322 + "parenStart": 3343 } }, "extra": { @@ -13935,15 +13935,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 3338, - "end": 3348, + "start": 3359, + "end": 3369, "loc": { "start": { - "line": 87, + "line": 88, "column": 28 }, "end": { - "line": 87, + "line": 88, "column": 38 } }, @@ -13956,129 +13956,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 3350, - "end": 3491, + "start": 3371, + "end": 3512, "loc": { "start": { - "line": 87, + "line": 88, "column": 40 }, "end": { - "line": 90, + "line": 91, "column": 3 } }, "body": [ { "type": "ExpressionStatement", - "start": 3356, - "end": 3474, + "start": 3377, + "end": 3495, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 3356, - "end": 3473, + "start": 3377, + "end": 3494, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 3356, - "end": 3405, + "start": 3377, + "end": 3426, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 52 } }, "object": { "type": "CallExpression", - "start": 3356, - "end": 3399, + "start": 3377, + "end": 3420, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 3356, - "end": 3374, + "start": 3377, + "end": 3395, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 21 } }, "object": { "type": "MemberExpression", - "start": 3356, - "end": 3367, + "start": 3377, + "end": 3388, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 14 } }, "object": { "type": "ThisExpression", - "start": 3356, - "end": 3360, + "start": 3377, + "end": 3381, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 7 } } }, "property": { "type": "Identifier", - "start": 3361, - "end": 3367, + "start": 3382, + "end": 3388, "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 14 }, "identifierName": "logger" @@ -14089,15 +14089,15 @@ }, "property": { "type": "Identifier", - "start": 3368, - "end": 3374, + "start": 3389, + "end": 3395, "loc": { "start": { - "line": 88, + "line": 89, "column": 15 }, "end": { - "line": 88, + "line": 89, "column": 21 }, "identifierName": "prefix" @@ -14109,15 +14109,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3375, - "end": 3398, + "start": 3396, + "end": 3419, "loc": { "start": { - "line": 88, + "line": 89, "column": 22 }, "end": { - "line": 88, + "line": 89, "column": 45 } }, @@ -14131,15 +14131,15 @@ }, "property": { "type": "Identifier", - "start": 3400, - "end": 3405, + "start": 3421, + "end": 3426, "loc": { "start": { - "line": 88, + "line": 89, "column": 47 }, "end": { - "line": 88, + "line": 89, "column": 52 }, "identifierName": "error" @@ -14151,15 +14151,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3406, - "end": 3472, + "start": 3427, + "end": 3493, "loc": { "start": { - "line": 88, + "line": 89, "column": 53 }, "end": { - "line": 88, + "line": 89, "column": 119 } }, @@ -14174,15 +14174,15 @@ }, { "type": "ReturnStatement", - "start": 3479, - "end": 3486, + "start": 3500, + "end": 3507, "loc": { "start": { - "line": 89, + "line": 90, "column": 3 }, "end": { - "line": 89, + "line": 90, "column": 10 } }, @@ -14195,58 +14195,58 @@ }, { "type": "ForInStatement", - "start": 3495, - "end": 3821, + "start": 3516, + "end": 3842, "loc": { "start": { - "line": 91, + "line": 92, "column": 2 }, "end": { - "line": 96, + "line": 97, "column": 3 } }, "left": { "type": "VariableDeclaration", - "start": 3500, - "end": 3516, + "start": 3521, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 7 }, "end": { - "line": 91, + "line": 92, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 3506, - "end": 3516, + "start": 3527, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 23 } }, "id": { "type": "Identifier", - "start": 3506, - "end": 3516, + "start": 3527, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 23 }, "identifierName": "listenerID" @@ -14260,57 +14260,57 @@ }, "right": { "type": "MemberExpression", - "start": 3520, - "end": 3590, + "start": 3541, + "end": 3611, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 3520, - "end": 3578, + "start": 3541, + "end": 3599, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 3520, - "end": 3542, + "start": 3541, + "end": 3563, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 49 } }, "object": { "type": "Identifier", - "start": 3520, - "end": 3534, + "start": 3541, + "end": 3555, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 41 }, "identifierName": "PulseComponent" @@ -14319,15 +14319,15 @@ }, "property": { "type": "Identifier", - "start": 3535, - "end": 3542, + "start": 3556, + "end": 3563, "loc": { "start": { - "line": 91, + "line": 92, "column": 42 }, "end": { - "line": 91, + "line": 92, "column": 49 }, "identifierName": "tracker" @@ -14338,29 +14338,29 @@ }, "property": { "type": "MemberExpression", - "start": 3543, - "end": 3577, + "start": 3564, + "end": 3598, "loc": { "start": { - "line": 91, + "line": 92, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 84 } }, "object": { "type": "Identifier", - "start": 3543, - "end": 3552, + "start": 3564, + "end": 3573, "loc": { "start": { - "line": 91, + "line": 92, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 59 }, "identifierName": "pInstance" @@ -14369,15 +14369,15 @@ }, "property": { "type": "Identifier", - "start": 3553, - "end": 3577, + "start": 3574, + "end": 3598, "loc": { "start": { - "line": 91, + "line": 92, "column": 60 }, "end": { - "line": 91, + "line": 92, "column": 84 }, "identifierName": "pulseComponentListenerID" @@ -14390,15 +14390,15 @@ }, "property": { "type": "Identifier", - "start": 3579, - "end": 3589, + "start": 3600, + "end": 3610, "loc": { "start": { - "line": 91, + "line": 92, "column": 86 }, "end": { - "line": 91, + "line": 92, "column": 96 }, "identifierName": "pEventName" @@ -14409,114 +14409,114 @@ }, "body": { "type": "BlockStatement", - "start": 3592, - "end": 3821, + "start": 3613, + "end": 3842, "loc": { "start": { - "line": 91, + "line": 92, "column": 99 }, "end": { - "line": 96, + "line": 97, "column": 3 } }, "body": [ { "type": "IfStatement", - "start": 3598, - "end": 3816, + "start": 3619, + "end": 3837, "loc": { "start": { - "line": 92, + "line": 93, "column": 3 }, "end": { - "line": 95, + "line": 96, "column": 4 } }, "test": { "type": "BinaryExpression", - "start": 3602, - "end": 3698, + "start": 3623, + "end": 3719, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 103 } }, "left": { "type": "MemberExpression", - "start": 3602, - "end": 3684, + "start": 3623, + "end": 3705, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3672, + "start": 3623, + "end": 3693, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 77 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3660, + "start": 3623, + "end": 3681, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 3602, - "end": 3624, + "start": 3623, + "end": 3645, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 29 } }, "object": { "type": "Identifier", - "start": 3602, - "end": 3616, + "start": 3623, + "end": 3637, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 21 }, "identifierName": "PulseComponent" @@ -14525,15 +14525,15 @@ }, "property": { "type": "Identifier", - "start": 3617, - "end": 3624, + "start": 3638, + "end": 3645, "loc": { "start": { - "line": 92, + "line": 93, "column": 22 }, "end": { - "line": 92, + "line": 93, "column": 29 }, "identifierName": "tracker" @@ -14544,29 +14544,29 @@ }, "property": { "type": "MemberExpression", - "start": 3625, - "end": 3659, + "start": 3646, + "end": 3680, "loc": { "start": { - "line": 92, + "line": 93, "column": 30 }, "end": { - "line": 92, + "line": 93, "column": 64 } }, "object": { "type": "Identifier", - "start": 3625, - "end": 3634, + "start": 3646, + "end": 3655, "loc": { "start": { - "line": 92, + "line": 93, "column": 30 }, "end": { - "line": 92, + "line": 93, "column": 39 }, "identifierName": "pInstance" @@ -14575,15 +14575,15 @@ }, "property": { "type": "Identifier", - "start": 3635, - "end": 3659, + "start": 3656, + "end": 3680, "loc": { "start": { - "line": 92, + "line": 93, "column": 40 }, "end": { - "line": 92, + "line": 93, "column": 64 }, "identifierName": "pulseComponentListenerID" @@ -14596,15 +14596,15 @@ }, "property": { "type": "Identifier", - "start": 3661, - "end": 3671, + "start": 3682, + "end": 3692, "loc": { "start": { - "line": 92, + "line": 93, "column": 66 }, "end": { - "line": 92, + "line": 93, "column": 76 }, "identifierName": "pEventName" @@ -14615,15 +14615,15 @@ }, "property": { "type": "Identifier", - "start": 3673, - "end": 3683, + "start": 3694, + "end": 3704, "loc": { "start": { - "line": 92, + "line": 93, "column": 78 }, "end": { - "line": 92, + "line": 93, "column": 88 }, "identifierName": "listenerID" @@ -14635,15 +14635,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 3689, - "end": 3698, + "start": 3710, + "end": 3719, "loc": { "start": { - "line": 92, + "line": 93, "column": 94 }, "end": { - "line": 92, + "line": 93, "column": 103 }, "identifierName": "pFunction" @@ -14653,44 +14653,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 3700, - "end": 3816, + "start": 3721, + "end": 3837, "loc": { "start": { - "line": 92, + "line": 93, "column": 105 }, "end": { - "line": 95, + "line": 96, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 3707, - "end": 3797, + "start": 3728, + "end": 3818, "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 94 } }, "expression": { "type": "UnaryExpression", - "start": 3707, - "end": 3796, + "start": 3728, + "end": 3817, "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 93 } }, @@ -14698,71 +14698,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 3714, - "end": 3796, + "start": 3735, + "end": 3817, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 93 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3784, + "start": 3735, + "end": 3805, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3772, + "start": 3735, + "end": 3793, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 3714, - "end": 3736, + "start": 3735, + "end": 3757, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 33 } }, "object": { "type": "Identifier", - "start": 3714, - "end": 3728, + "start": 3735, + "end": 3749, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 25 }, "identifierName": "PulseComponent" @@ -14771,15 +14771,15 @@ }, "property": { "type": "Identifier", - "start": 3729, - "end": 3736, + "start": 3750, + "end": 3757, "loc": { "start": { - "line": 93, + "line": 94, "column": 26 }, "end": { - "line": 93, + "line": 94, "column": 33 }, "identifierName": "tracker" @@ -14790,29 +14790,29 @@ }, "property": { "type": "MemberExpression", - "start": 3737, - "end": 3771, + "start": 3758, + "end": 3792, "loc": { "start": { - "line": 93, + "line": 94, "column": 34 }, "end": { - "line": 93, + "line": 94, "column": 68 } }, "object": { "type": "Identifier", - "start": 3737, - "end": 3746, + "start": 3758, + "end": 3767, "loc": { "start": { - "line": 93, + "line": 94, "column": 34 }, "end": { - "line": 93, + "line": 94, "column": 43 }, "identifierName": "pInstance" @@ -14821,15 +14821,15 @@ }, "property": { "type": "Identifier", - "start": 3747, - "end": 3771, + "start": 3768, + "end": 3792, "loc": { "start": { - "line": 93, + "line": 94, "column": 44 }, "end": { - "line": 93, + "line": 94, "column": 68 }, "identifierName": "pulseComponentListenerID" @@ -14842,15 +14842,15 @@ }, "property": { "type": "Identifier", - "start": 3773, - "end": 3783, + "start": 3794, + "end": 3804, "loc": { "start": { - "line": 93, + "line": 94, "column": 70 }, "end": { - "line": 93, + "line": 94, "column": 80 }, "identifierName": "pEventName" @@ -14861,15 +14861,15 @@ }, "property": { "type": "Identifier", - "start": 3785, - "end": 3795, + "start": 3806, + "end": 3816, "loc": { "start": { - "line": 93, + "line": 94, "column": 82 }, "end": { - "line": 93, + "line": 94, "column": 92 }, "identifierName": "listenerID" @@ -14885,15 +14885,15 @@ }, { "type": "ReturnStatement", - "start": 3803, - "end": 3810, + "start": 3824, + "end": 3831, "loc": { "start": { - "line": 94, + "line": 95, "column": 4 }, "end": { - "line": 94, + "line": 95, "column": 11 } }, @@ -14910,114 +14910,114 @@ }, { "type": "ExpressionStatement", - "start": 3825, - "end": 3914, + "start": 3846, + "end": 3935, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 91 } }, "expression": { "type": "CallExpression", - "start": 3825, - "end": 3913, + "start": 3846, + "end": 3934, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 3825, - "end": 3874, + "start": 3846, + "end": 3895, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 51 } }, "object": { "type": "CallExpression", - "start": 3825, - "end": 3868, + "start": 3846, + "end": 3889, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 3825, - "end": 3843, + "start": 3846, + "end": 3864, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 20 } }, "object": { "type": "MemberExpression", - "start": 3825, - "end": 3836, + "start": 3846, + "end": 3857, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 13 } }, "object": { "type": "ThisExpression", - "start": 3825, - "end": 3829, + "start": 3846, + "end": 3850, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 6 } } }, "property": { "type": "Identifier", - "start": 3830, - "end": 3836, + "start": 3851, + "end": 3857, "loc": { "start": { - "line": 97, + "line": 98, "column": 7 }, "end": { - "line": 97, + "line": 98, "column": 13 }, "identifierName": "logger" @@ -15028,15 +15028,15 @@ }, "property": { "type": "Identifier", - "start": 3837, - "end": 3843, + "start": 3858, + "end": 3864, "loc": { "start": { - "line": 97, + "line": 98, "column": 14 }, "end": { - "line": 97, + "line": 98, "column": 20 }, "identifierName": "prefix" @@ -15048,15 +15048,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3844, - "end": 3867, + "start": 3865, + "end": 3888, "loc": { "start": { - "line": 97, + "line": 98, "column": 21 }, "end": { - "line": 97, + "line": 98, "column": 44 } }, @@ -15070,15 +15070,15 @@ }, "property": { "type": "Identifier", - "start": 3869, - "end": 3874, + "start": 3890, + "end": 3895, "loc": { "start": { - "line": 97, + "line": 98, "column": 46 }, "end": { - "line": 97, + "line": 98, "column": 51 }, "identifierName": "error" @@ -15090,15 +15090,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 3875, - "end": 3912, + "start": 3896, + "end": 3933, "loc": { "start": { - "line": 97, + "line": 98, "column": 52 }, "end": { - "line": 97, + "line": 98, "column": 89 } }, @@ -15118,15 +15118,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Removes an event listener function from pInstance\r\n\t * \r\n\t * @param {Object} pInstance - The instance to remove the event listener from\r\n\t * @param {string} pEventName - The name of the event to remove\r\n\t * @param {Function} pFunction - The function to be removed\r\n\t ", - "start": 2988, - "end": 3266, + "start": 3009, + "end": 3287, "loc": { "start": { - "line": 79, + "line": 80, "column": 1 }, "end": { - "line": 85, + "line": 86, "column": 4 } } @@ -15135,15 +15135,15 @@ }, { "type": "ClassMethod", - "start": 4235, - "end": 5216, + "start": 4257, + "end": 5250, "loc": { "start": { - "line": 106, + "line": 107, "column": 1 }, "end": { - "line": 122, + "line": 123, "column": 2 } }, @@ -15151,15 +15151,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4235, - "end": 4249, + "start": 4257, + "end": 4271, "loc": { "start": { - "line": 106, + "line": 107, "column": 1 }, "end": { - "line": 106, + "line": 107, "column": 15 }, "identifierName": "listenForEvent" @@ -15175,15 +15175,15 @@ "params": [ { "type": "Identifier", - "start": 4250, - "end": 4259, + "start": 4272, + "end": 4281, "loc": { "start": { - "line": 106, + "line": 107, "column": 16 }, "end": { - "line": 106, + "line": 107, "column": 25 }, "identifierName": "pInstance" @@ -15192,15 +15192,15 @@ }, { "type": "Identifier", - "start": 4261, - "end": 4271, + "start": 4283, + "end": 4293, "loc": { "start": { - "line": 106, + "line": 107, "column": 27 }, "end": { - "line": 106, + "line": 107, "column": 37 }, "identifierName": "pEventName" @@ -15210,59 +15210,59 @@ ], "body": { "type": "BlockStatement", - "start": 4273, - "end": 5216, + "start": 4295, + "end": 5250, "loc": { "start": { - "line": 106, + "line": 107, "column": 39 }, "end": { - "line": 122, + "line": 123, "column": 2 } }, "body": [ { "type": "VariableDeclaration", - "start": 4411, - "end": 4453, + "start": 4433, + "end": 4475, "loc": { "start": { - "line": 108, + "line": 109, "column": 2 }, "end": { - "line": 108, + "line": 109, "column": 44 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4415, - "end": 4452, + "start": 4437, + "end": 4474, "loc": { "start": { - "line": 108, + "line": 109, "column": 6 }, "end": { - "line": 108, + "line": 109, "column": 43 } }, "id": { "type": "Identifier", - "start": 4415, - "end": 4428, + "start": 4437, + "end": 4450, "loc": { "start": { - "line": 108, + "line": 109, "column": 6 }, "end": { - "line": 108, + "line": 109, "column": 19 }, "identifierName": "originalEvent" @@ -15272,29 +15272,29 @@ }, "init": { "type": "MemberExpression", - "start": 4431, - "end": 4452, + "start": 4453, + "end": 4474, "loc": { "start": { - "line": 108, + "line": 109, "column": 22 }, "end": { - "line": 108, + "line": 109, "column": 43 } }, "object": { "type": "Identifier", - "start": 4431, - "end": 4440, + "start": 4453, + "end": 4462, "loc": { "start": { - "line": 108, + "line": 109, "column": 22 }, "end": { - "line": 108, + "line": 109, "column": 31 }, "identifierName": "pInstance" @@ -15303,15 +15303,15 @@ }, "property": { "type": "Identifier", - "start": 4441, - "end": 4451, + "start": 4463, + "end": 4473, "loc": { "start": { - "line": 108, + "line": 109, "column": 32 }, "end": { - "line": 108, + "line": 109, "column": 42 }, "identifierName": "pEventName" @@ -15328,15 +15328,15 @@ { "type": "CommentLine", "value": " If there was a valid event for this type, or there was one already defined then we need to modify it to allow listening events", - "start": 4278, - "end": 4407, + "start": 4300, + "end": 4429, "loc": { "start": { - "line": 107, + "line": 108, "column": 2 }, "end": { - "line": 107, + "line": 108, "column": 131 } } @@ -15345,44 +15345,44 @@ }, { "type": "VariableDeclaration", - "start": 4457, - "end": 5081, + "start": 4479, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 2 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4463, - "end": 5081, + "start": 4485, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "id": { "type": "Identifier", - "start": 4463, - "end": 4471, + "start": 4485, + "end": 4493, "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 16 }, "identifierName": "listener" @@ -15391,15 +15391,15 @@ }, "init": { "type": "FunctionExpression", - "start": 4474, - "end": 5081, + "start": 4496, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 19 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, @@ -15410,58 +15410,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 4485, - "end": 5081, + "start": 4507, + "end": 5115, "loc": { "start": { - "line": 109, + "line": 110, "column": 30 }, "end": { - "line": 119, + "line": 120, "column": 3 } }, "body": [ { "type": "IfStatement", - "start": 4491, - "end": 4588, + "start": 4513, + "end": 4610, "loc": { "start": { - "line": 110, + "line": 111, "column": 3 }, "end": { - "line": 112, + "line": 113, "column": 4 } }, "test": { "type": "BinaryExpression", - "start": 4495, - "end": 4531, + "start": 4517, + "end": 4553, "loc": { "start": { - "line": 110, + "line": 111, "column": 7 }, "end": { - "line": 110, + "line": 111, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 4495, - "end": 4516, + "start": 4517, + "end": 4538, "loc": { "start": { - "line": 110, + "line": 111, "column": 7 }, "end": { - "line": 110, + "line": 111, "column": 28 } }, @@ -15469,15 +15469,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 4502, - "end": 4515, + "start": 4524, + "end": 4537, "loc": { "start": { - "line": 110, + "line": 111, "column": 14 }, "end": { - "line": 110, + "line": 111, "column": 27 }, "identifierName": "originalEvent" @@ -15485,7 +15485,7 @@ "name": "originalEvent", "extra": { "parenthesized": true, - "parenStart": 4501 + "parenStart": 4523 } }, "extra": { @@ -15495,15 +15495,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 4521, - "end": 4531, + "start": 4543, + "end": 4553, "loc": { "start": { - "line": 110, + "line": 111, "column": 33 }, "end": { - "line": 110, + "line": 111, "column": 43 } }, @@ -15516,72 +15516,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 4533, - "end": 4588, + "start": 4555, + "end": 4610, "loc": { "start": { - "line": 110, + "line": 111, "column": 45 }, "end": { - "line": 112, + "line": 113, "column": 4 } }, "body": [ { "type": "ExpressionStatement", - "start": 4540, - "end": 4582, + "start": 4562, + "end": 4604, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 4540, - "end": 4581, + "start": 4562, + "end": 4603, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 4540, - "end": 4559, + "start": 4562, + "end": 4581, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 23 } }, "object": { "type": "Identifier", - "start": 4540, - "end": 4553, + "start": 4562, + "end": 4575, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 17 }, "identifierName": "originalEvent" @@ -15590,15 +15590,15 @@ }, "property": { "type": "Identifier", - "start": 4554, - "end": 4559, + "start": 4576, + "end": 4581, "loc": { "start": { - "line": 111, + "line": 112, "column": 18 }, "end": { - "line": 111, + "line": 112, "column": 23 }, "identifierName": "apply" @@ -15610,15 +15610,15 @@ "arguments": [ { "type": "Identifier", - "start": 4560, - "end": 4569, + "start": 4582, + "end": 4591, "loc": { "start": { - "line": 111, + "line": 112, "column": 24 }, "end": { - "line": 111, + "line": 112, "column": 33 }, "identifierName": "pInstance" @@ -15627,15 +15627,15 @@ }, { "type": "Identifier", - "start": 4571, - "end": 4580, + "start": 4593, + "end": 4602, "loc": { "start": { - "line": 111, + "line": 112, "column": 35 }, "end": { - "line": 111, + "line": 112, "column": 44 }, "identifierName": "arguments" @@ -15653,17 +15653,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } } @@ -15671,58 +15671,58 @@ }, { "type": "ForInStatement", - "start": 4735, - "end": 5076, + "start": 4769, + "end": 5110, "loc": { "start": { - "line": 114, + "line": 115, "column": 3 }, "end": { - "line": 118, + "line": 119, "column": 4 } }, "left": { "type": "VariableDeclaration", - "start": 4740, - "end": 4754, + "start": 4774, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4746, - "end": 4754, + "start": 4780, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 14 }, "end": { - "line": 114, + "line": 115, "column": 22 } }, "id": { "type": "Identifier", - "start": 4746, - "end": 4754, + "start": 4780, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 14 }, "end": { - "line": 114, + "line": 115, "column": 22 }, "identifierName": "listener" @@ -15739,57 +15739,57 @@ }, "right": { "type": "MemberExpression", - "start": 4758, - "end": 4828, + "start": 4792, + "end": 4862, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 96 } }, "object": { "type": "MemberExpression", - "start": 4758, - "end": 4816, + "start": 4792, + "end": 4850, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 4758, - "end": 4780, + "start": 4792, + "end": 4814, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 48 } }, "object": { "type": "Identifier", - "start": 4758, - "end": 4772, + "start": 4792, + "end": 4806, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 40 }, "identifierName": "PulseComponent" @@ -15798,15 +15798,15 @@ }, "property": { "type": "Identifier", - "start": 4773, - "end": 4780, + "start": 4807, + "end": 4814, "loc": { "start": { - "line": 114, + "line": 115, "column": 41 }, "end": { - "line": 114, + "line": 115, "column": 48 }, "identifierName": "tracker" @@ -15817,29 +15817,29 @@ }, "property": { "type": "MemberExpression", - "start": 4781, - "end": 4815, + "start": 4815, + "end": 4849, "loc": { "start": { - "line": 114, + "line": 115, "column": 49 }, "end": { - "line": 114, + "line": 115, "column": 83 } }, "object": { "type": "Identifier", - "start": 4781, - "end": 4790, + "start": 4815, + "end": 4824, "loc": { "start": { - "line": 114, + "line": 115, "column": 49 }, "end": { - "line": 114, + "line": 115, "column": 58 }, "identifierName": "pInstance" @@ -15848,15 +15848,15 @@ }, "property": { "type": "Identifier", - "start": 4791, - "end": 4815, + "start": 4825, + "end": 4849, "loc": { "start": { - "line": 114, + "line": 115, "column": 59 }, "end": { - "line": 114, + "line": 115, "column": 83 }, "identifierName": "pulseComponentListenerID" @@ -15869,15 +15869,15 @@ }, "property": { "type": "Identifier", - "start": 4817, - "end": 4827, + "start": 4851, + "end": 4861, "loc": { "start": { - "line": 114, + "line": 115, "column": 85 }, "end": { - "line": 114, + "line": 115, "column": 95 }, "identifierName": "pEventName" @@ -15888,58 +15888,58 @@ }, "body": { "type": "BlockStatement", - "start": 4830, - "end": 5076, + "start": 4864, + "end": 5110, "loc": { "start": { - "line": 114, + "line": 115, "column": 98 }, "end": { - "line": 118, + "line": 119, "column": 4 } }, "body": [ { "type": "IfStatement", - "start": 4837, - "end": 5070, + "start": 4871, + "end": 5104, "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 117, + "line": 118, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 4841, - "end": 4944, + "start": 4875, + "end": 4978, "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 111 } }, "left": { "type": "UnaryExpression", - "start": 4841, - "end": 4929, + "start": 4875, + "end": 4963, "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 96 } }, @@ -15947,71 +15947,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 4848, - "end": 4928, + "start": 4882, + "end": 4962, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 95 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4918, + "start": 4882, + "end": 4952, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4906, + "start": 4882, + "end": 4940, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4870, + "start": 4882, + "end": 4904, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 37 } }, "object": { "type": "Identifier", - "start": 4848, - "end": 4862, + "start": 4882, + "end": 4896, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 29 }, "identifierName": "PulseComponent" @@ -16020,15 +16020,15 @@ }, "property": { "type": "Identifier", - "start": 4863, - "end": 4870, + "start": 4897, + "end": 4904, "loc": { "start": { - "line": 115, + "line": 116, "column": 30 }, "end": { - "line": 115, + "line": 116, "column": 37 }, "identifierName": "tracker" @@ -16039,29 +16039,29 @@ }, "property": { "type": "MemberExpression", - "start": 4871, - "end": 4905, + "start": 4905, + "end": 4939, "loc": { "start": { - "line": 115, + "line": 116, "column": 38 }, "end": { - "line": 115, + "line": 116, "column": 72 } }, "object": { "type": "Identifier", - "start": 4871, - "end": 4880, + "start": 4905, + "end": 4914, "loc": { "start": { - "line": 115, + "line": 116, "column": 38 }, "end": { - "line": 115, + "line": 116, "column": 47 }, "identifierName": "pInstance" @@ -16070,15 +16070,15 @@ }, "property": { "type": "Identifier", - "start": 4881, - "end": 4905, + "start": 4915, + "end": 4939, "loc": { "start": { - "line": 115, + "line": 116, "column": 48 }, "end": { - "line": 115, + "line": 116, "column": 72 }, "identifierName": "pulseComponentListenerID" @@ -16091,15 +16091,15 @@ }, "property": { "type": "Identifier", - "start": 4907, - "end": 4917, + "start": 4941, + "end": 4951, "loc": { "start": { - "line": 115, + "line": 116, "column": 74 }, "end": { - "line": 115, + "line": 116, "column": 84 }, "identifierName": "pEventName" @@ -16110,15 +16110,15 @@ }, "property": { "type": "Identifier", - "start": 4919, - "end": 4927, + "start": 4953, + "end": 4961, "loc": { "start": { - "line": 115, + "line": 116, "column": 86 }, "end": { - "line": 115, + "line": 116, "column": 94 }, "identifierName": "listener" @@ -16128,7 +16128,7 @@ "computed": true, "extra": { "parenthesized": true, - "parenStart": 4847 + "parenStart": 4881 } }, "extra": { @@ -16138,15 +16138,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 4934, - "end": 4944, + "start": 4968, + "end": 4978, "loc": { "start": { - "line": 115, + "line": 116, "column": 101 }, "end": { - "line": 115, + "line": 116, "column": 111 } }, @@ -16159,128 +16159,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 4946, - "end": 5070, + "start": 4980, + "end": 5104, "loc": { "start": { - "line": 115, + "line": 116, "column": 113 }, "end": { - "line": 117, + "line": 118, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 4954, - "end": 5063, + "start": 4988, + "end": 5097, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 114 } }, "expression": { "type": "CallExpression", - "start": 4954, - "end": 5062, + "start": 4988, + "end": 5096, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 113 } }, "callee": { "type": "MemberExpression", - "start": 4954, - "end": 5040, + "start": 4988, + "end": 5074, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 91 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5034, + "start": 4988, + "end": 5068, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5024, + "start": 4988, + "end": 5058, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 5012, + "start": 4988, + "end": 5046, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 4954, - "end": 4976, + "start": 4988, + "end": 5010, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 27 } }, "object": { "type": "Identifier", - "start": 4954, - "end": 4968, + "start": 4988, + "end": 5002, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 19 }, "identifierName": "PulseComponent" @@ -16289,15 +16289,15 @@ }, "property": { "type": "Identifier", - "start": 4969, - "end": 4976, + "start": 5003, + "end": 5010, "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 27 }, "identifierName": "tracker" @@ -16308,29 +16308,29 @@ }, "property": { "type": "MemberExpression", - "start": 4977, - "end": 5011, + "start": 5011, + "end": 5045, "loc": { "start": { - "line": 116, + "line": 117, "column": 28 }, "end": { - "line": 116, + "line": 117, "column": 62 } }, "object": { "type": "Identifier", - "start": 4977, - "end": 4986, + "start": 5011, + "end": 5020, "loc": { "start": { - "line": 116, + "line": 117, "column": 28 }, "end": { - "line": 116, + "line": 117, "column": 37 }, "identifierName": "pInstance" @@ -16339,15 +16339,15 @@ }, "property": { "type": "Identifier", - "start": 4987, - "end": 5011, + "start": 5021, + "end": 5045, "loc": { "start": { - "line": 116, + "line": 117, "column": 38 }, "end": { - "line": 116, + "line": 117, "column": 62 }, "identifierName": "pulseComponentListenerID" @@ -16360,15 +16360,15 @@ }, "property": { "type": "Identifier", - "start": 5013, - "end": 5023, + "start": 5047, + "end": 5057, "loc": { "start": { - "line": 116, + "line": 117, "column": 64 }, "end": { - "line": 116, + "line": 117, "column": 74 }, "identifierName": "pEventName" @@ -16379,15 +16379,15 @@ }, "property": { "type": "Identifier", - "start": 5025, - "end": 5033, + "start": 5059, + "end": 5067, "loc": { "start": { - "line": 116, + "line": 117, "column": 76 }, "end": { - "line": 116, + "line": 117, "column": 84 }, "identifierName": "listener" @@ -16398,15 +16398,15 @@ }, "property": { "type": "Identifier", - "start": 5035, - "end": 5040, + "start": 5069, + "end": 5074, "loc": { "start": { - "line": 116, + "line": 117, "column": 86 }, "end": { - "line": 116, + "line": 117, "column": 91 }, "identifierName": "apply" @@ -16418,15 +16418,15 @@ "arguments": [ { "type": "Identifier", - "start": 5041, - "end": 5050, + "start": 5075, + "end": 5084, "loc": { "start": { - "line": 116, + "line": 117, "column": 92 }, "end": { - "line": 116, + "line": 117, "column": 101 }, "identifierName": "pInstance" @@ -16435,15 +16435,15 @@ }, { "type": "Identifier", - "start": 5052, - "end": 5061, + "start": 5086, + "end": 5095, "loc": { "start": { - "line": 116, + "line": 117, "column": 103 }, "end": { - "line": 116, + "line": 117, "column": 112 }, "identifierName": "arguments" @@ -16464,17 +16464,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } } @@ -16490,58 +16490,58 @@ }, { "type": "ExpressionStatement", - "start": 5085, - "end": 5118, + "start": 5119, + "end": 5152, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 5085, - "end": 5117, + "start": 5119, + "end": 5151, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5085, - "end": 5106, + "start": 5119, + "end": 5140, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 23 } }, "object": { "type": "Identifier", - "start": 5085, - "end": 5094, + "start": 5119, + "end": 5128, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 11 }, "identifierName": "pInstance" @@ -16550,15 +16550,15 @@ }, "property": { "type": "Identifier", - "start": 5095, - "end": 5105, + "start": 5129, + "end": 5139, "loc": { "start": { - "line": 120, + "line": 121, "column": 12 }, "end": { - "line": 120, + "line": 121, "column": 22 }, "identifierName": "pEventName" @@ -16569,15 +16569,15 @@ }, "right": { "type": "Identifier", - "start": 5109, - "end": 5117, + "start": 5143, + "end": 5151, "loc": { "start": { - "line": 120, + "line": 121, "column": 26 }, "end": { - "line": 120, + "line": 121, "column": 34 }, "identifierName": "listener" @@ -16588,100 +16588,100 @@ }, { "type": "ExpressionStatement", - "start": 5122, - "end": 5212, + "start": 5156, + "end": 5246, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 5122, - "end": 5211, + "start": 5156, + "end": 5245, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 91 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5122, - "end": 5204, + "start": 5156, + "end": 5238, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5192, + "start": 5156, + "end": 5226, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5180, + "start": 5156, + "end": 5214, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 5122, - "end": 5144, + "start": 5156, + "end": 5178, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 24 } }, "object": { "type": "Identifier", - "start": 5122, - "end": 5136, + "start": 5156, + "end": 5170, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 16 }, "identifierName": "PulseComponent" @@ -16690,15 +16690,15 @@ }, "property": { "type": "Identifier", - "start": 5137, - "end": 5144, + "start": 5171, + "end": 5178, "loc": { "start": { - "line": 121, + "line": 122, "column": 17 }, "end": { - "line": 121, + "line": 122, "column": 24 }, "identifierName": "tracker" @@ -16709,29 +16709,29 @@ }, "property": { "type": "MemberExpression", - "start": 5145, - "end": 5179, + "start": 5179, + "end": 5213, "loc": { "start": { - "line": 121, + "line": 122, "column": 25 }, "end": { - "line": 121, + "line": 122, "column": 59 } }, "object": { "type": "Identifier", - "start": 5145, - "end": 5154, + "start": 5179, + "end": 5188, "loc": { "start": { - "line": 121, + "line": 122, "column": 25 }, "end": { - "line": 121, + "line": 122, "column": 34 }, "identifierName": "pInstance" @@ -16740,15 +16740,15 @@ }, "property": { "type": "Identifier", - "start": 5155, - "end": 5179, + "start": 5189, + "end": 5213, "loc": { "start": { - "line": 121, + "line": 122, "column": 35 }, "end": { - "line": 121, + "line": 122, "column": 59 }, "identifierName": "pulseComponentListenerID" @@ -16761,15 +16761,15 @@ }, "property": { "type": "StringLiteral", - "start": 5181, - "end": 5191, + "start": 5215, + "end": 5225, "loc": { "start": { - "line": 121, + "line": 122, "column": 61 }, "end": { - "line": 121, + "line": 122, "column": 71 } }, @@ -16783,15 +16783,15 @@ }, "property": { "type": "Identifier", - "start": 5193, - "end": 5203, + "start": 5227, + "end": 5237, "loc": { "start": { - "line": 121, + "line": 122, "column": 73 }, "end": { - "line": 121, + "line": 122, "column": 83 }, "identifierName": "pEventName" @@ -16802,15 +16802,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 5207, - "end": 5211, + "start": 5241, + "end": 5245, "loc": { "start": { - "line": 121, + "line": 122, "column": 87 }, "end": { - "line": 121, + "line": 122, "column": 91 } }, @@ -16824,16 +16824,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\r\n\t * Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to. Original event's code is maintained.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", - "start": 3924, - "end": 4232, + "value": "*\r\n\t * Listens for an event on an instance. Preserves any original event function code, while also allowing multiple event listeners to call on the same event.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", + "start": 3945, + "end": 4254, "loc": { "start": { - "line": 100, + "line": 101, "column": 1 }, "end": { - "line": 105, + "line": 106, "column": 4 } } @@ -16886,16 +16886,16 @@ }, { "type": "CommentBlock", - "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t ", + "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t * @type {Object}\r\n\t\t ", "start": 367, - "end": 454, + "end": 475, "loc": { "start": { "line": 18, "column": 2 }, "end": { - "line": 21, + "line": 22, "column": 5 } } @@ -16903,15 +16903,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -16919,15 +16919,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -16935,15 +16935,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -16951,31 +16951,31 @@ { "type": "CommentBlock", "value": "*\r\n\t * Removes an event listener function from pInstance\r\n\t * \r\n\t * @param {Object} pInstance - The instance to remove the event listener from\r\n\t * @param {string} pEventName - The name of the event to remove\r\n\t * @param {Function} pFunction - The function to be removed\r\n\t ", - "start": 2988, - "end": 3266, + "start": 3009, + "end": 3287, "loc": { "start": { - "line": 79, + "line": 80, "column": 1 }, "end": { - "line": 85, + "line": 86, "column": 4 } } }, { "type": "CommentBlock", - "value": "*\r\n\t * Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to. Original event's code is maintained.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", - "start": 3924, - "end": 4232, + "value": "*\r\n\t * Listens for an event on an instance. Preserves any original event function code, while also allowing multiple event listeners to call on the same event.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", + "start": 3945, + "end": 4254, "loc": { "start": { - "line": 100, + "line": 101, "column": 1 }, "end": { - "line": 105, + "line": 106, "column": 4 } } @@ -16983,32 +16983,32 @@ { "type": "CommentLine", "value": " If there was a valid event for this type, or there was one already defined then we need to modify it to allow listening events", - "start": 4278, - "end": 4407, + "start": 4300, + "end": 4429, "loc": { "start": { - "line": 107, + "line": 108, "column": 2 }, "end": { - "line": 107, + "line": 108, "column": 131 } } }, { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } } @@ -17828,16 +17828,16 @@ }, { "type": "CommentBlock", - "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t ", + "value": "*\r\n\t\t * The logger module this module uses to log errors / logs\r\n\t\t * @private\r\n\t\t * @type {Object}\r\n\t\t ", "start": 367, - "end": 454, + "end": 475, "loc": { "start": { "line": 18, "column": 2 }, "end": { - "line": 21, + "line": 22, "column": 5 } } @@ -17857,15 +17857,15 @@ "updateContext": null }, "value": "this", - "start": 458, - "end": 462, + "start": 479, + "end": 483, "loc": { "start": { - "line": 22, + "line": 23, "column": 2 }, "end": { - "line": 22, + "line": 23, "column": 6 } } @@ -17883,15 +17883,15 @@ "binop": null, "updateContext": null }, - "start": 462, - "end": 463, + "start": 483, + "end": 484, "loc": { "start": { - "line": 22, + "line": 23, "column": 6 }, "end": { - "line": 22, + "line": 23, "column": 7 } } @@ -17909,15 +17909,15 @@ "binop": null }, "value": "logger", - "start": 463, - "end": 469, + "start": 484, + "end": 490, "loc": { "start": { - "line": 22, + "line": 23, "column": 7 }, "end": { - "line": 22, + "line": 23, "column": 13 } } @@ -17936,15 +17936,15 @@ "updateContext": null }, "value": "=", - "start": 470, - "end": 471, + "start": 491, + "end": 492, "loc": { "start": { - "line": 22, + "line": 23, "column": 14 }, "end": { - "line": 22, + "line": 23, "column": 15 } } @@ -17964,15 +17964,15 @@ "updateContext": null }, "value": "new", - "start": 472, - "end": 475, + "start": 493, + "end": 496, "loc": { "start": { - "line": 22, + "line": 23, "column": 16 }, "end": { - "line": 22, + "line": 23, "column": 19 } } @@ -17990,15 +17990,15 @@ "binop": null }, "value": "Logger", - "start": 476, - "end": 482, + "start": 497, + "end": 503, "loc": { "start": { - "line": 22, + "line": 23, "column": 20 }, "end": { - "line": 22, + "line": 23, "column": 26 } } @@ -18015,15 +18015,15 @@ "postfix": false, "binop": null }, - "start": 482, - "end": 483, + "start": 503, + "end": 504, "loc": { "start": { - "line": 22, + "line": 23, "column": 26 }, "end": { - "line": 22, + "line": 23, "column": 27 } } @@ -18040,15 +18040,15 @@ "postfix": false, "binop": null }, - "start": 483, - "end": 484, + "start": 504, + "end": 505, "loc": { "start": { - "line": 22, + "line": 23, "column": 27 }, "end": { - "line": 22, + "line": 23, "column": 28 } } @@ -18066,15 +18066,15 @@ "binop": null, "updateContext": null }, - "start": 484, - "end": 485, + "start": 505, + "end": 506, "loc": { "start": { - "line": 22, + "line": 23, "column": 28 }, "end": { - "line": 22, + "line": 23, "column": 29 } } @@ -18094,15 +18094,15 @@ "updateContext": null }, "value": "this", - "start": 495, - "end": 499, + "start": 516, + "end": 520, "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 12 } } @@ -18120,15 +18120,15 @@ "binop": null, "updateContext": null }, - "start": 499, - "end": 500, + "start": 520, + "end": 521, "loc": { "start": { - "line": 23, + "line": 24, "column": 12 }, "end": { - "line": 23, + "line": 24, "column": 13 } } @@ -18146,15 +18146,15 @@ "binop": null }, "value": "logger", - "start": 500, - "end": 506, + "start": 521, + "end": 527, "loc": { "start": { - "line": 23, + "line": 24, "column": 13 }, "end": { - "line": 23, + "line": 24, "column": 19 } } @@ -18172,15 +18172,15 @@ "binop": null, "updateContext": null }, - "start": 506, - "end": 507, + "start": 527, + "end": 528, "loc": { "start": { - "line": 23, + "line": 24, "column": 19 }, "end": { - "line": 23, + "line": 24, "column": 20 } } @@ -18198,15 +18198,15 @@ "binop": null }, "value": "registerType", - "start": 507, - "end": 519, + "start": 528, + "end": 540, "loc": { "start": { - "line": 23, + "line": 24, "column": 20 }, "end": { - "line": 23, + "line": 24, "column": 32 } } @@ -18223,15 +18223,15 @@ "postfix": false, "binop": null }, - "start": 519, - "end": 520, + "start": 540, + "end": 541, "loc": { "start": { - "line": 23, + "line": 24, "column": 32 }, "end": { - "line": 23, + "line": 24, "column": 33 } } @@ -18250,15 +18250,15 @@ "updateContext": null }, "value": "PulseComponent-Module", - "start": 520, - "end": 543, + "start": 541, + "end": 564, "loc": { "start": { - "line": 23, + "line": 24, "column": 33 }, "end": { - "line": 23, + "line": 24, "column": 56 } } @@ -18276,15 +18276,15 @@ "binop": null, "updateContext": null }, - "start": 543, - "end": 544, + "start": 564, + "end": 565, "loc": { "start": { - "line": 23, + "line": 24, "column": 56 }, "end": { - "line": 23, + "line": 24, "column": 57 } } @@ -18304,15 +18304,15 @@ "updateContext": null }, "value": "this", - "start": 545, - "end": 549, + "start": 566, + "end": 570, "loc": { "start": { - "line": 23, + "line": 24, "column": 58 }, "end": { - "line": 23, + "line": 24, "column": 62 } } @@ -18330,15 +18330,15 @@ "binop": null, "updateContext": null }, - "start": 549, - "end": 550, + "start": 570, + "end": 571, "loc": { "start": { - "line": 23, + "line": 24, "column": 62 }, "end": { - "line": 23, + "line": 24, "column": 63 } } @@ -18356,15 +18356,15 @@ "binop": null }, "value": "logger", - "start": 550, - "end": 556, + "start": 571, + "end": 577, "loc": { "start": { - "line": 23, + "line": 24, "column": 63 }, "end": { - "line": 23, + "line": 24, "column": 69 } } @@ -18382,15 +18382,15 @@ "binop": null, "updateContext": null }, - "start": 556, - "end": 557, + "start": 577, + "end": 578, "loc": { "start": { - "line": 23, + "line": 24, "column": 69 }, "end": { - "line": 23, + "line": 24, "column": 70 } } @@ -18408,15 +18408,15 @@ "binop": null }, "value": "FG_BLUE", - "start": 557, - "end": 564, + "start": 578, + "end": 585, "loc": { "start": { - "line": 23, + "line": 24, "column": 70 }, "end": { - "line": 23, + "line": 24, "column": 77 } } @@ -18433,15 +18433,15 @@ "postfix": false, "binop": null }, - "start": 564, - "end": 565, + "start": 585, + "end": 586, "loc": { "start": { - "line": 23, + "line": 24, "column": 77 }, "end": { - "line": 23, + "line": 24, "column": 78 } } @@ -18459,15 +18459,15 @@ "binop": null, "updateContext": null }, - "start": 565, - "end": 566, + "start": 586, + "end": 587, "loc": { "start": { - "line": 23, + "line": 24, "column": 78 }, "end": { - "line": 23, + "line": 24, "column": 79 } } @@ -18487,15 +18487,15 @@ "updateContext": null }, "value": "this", - "start": 576, - "end": 580, + "start": 597, + "end": 601, "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -18513,15 +18513,15 @@ "binop": null, "updateContext": null }, - "start": 580, - "end": 581, + "start": 601, + "end": 602, "loc": { "start": { - "line": 24, + "line": 25, "column": 12 }, "end": { - "line": 24, + "line": 25, "column": 13 } } @@ -18539,15 +18539,15 @@ "binop": null }, "value": "logger", - "start": 581, - "end": 587, + "start": 602, + "end": 608, "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 19 } } @@ -18565,15 +18565,15 @@ "binop": null, "updateContext": null }, - "start": 587, - "end": 588, + "start": 608, + "end": 609, "loc": { "start": { - "line": 24, + "line": 25, "column": 19 }, "end": { - "line": 24, + "line": 25, "column": 20 } } @@ -18591,15 +18591,15 @@ "binop": null }, "value": "prefix", - "start": 588, - "end": 594, + "start": 609, + "end": 615, "loc": { "start": { - "line": 24, + "line": 25, "column": 20 }, "end": { - "line": 24, + "line": 25, "column": 26 } } @@ -18616,15 +18616,15 @@ "postfix": false, "binop": null }, - "start": 594, - "end": 595, + "start": 615, + "end": 616, "loc": { "start": { - "line": 24, + "line": 25, "column": 26 }, "end": { - "line": 24, + "line": 25, "column": 27 } } @@ -18643,15 +18643,15 @@ "updateContext": null }, "value": "PulseComponent-Module", - "start": 595, - "end": 618, + "start": 616, + "end": 639, "loc": { "start": { - "line": 24, + "line": 25, "column": 27 }, "end": { - "line": 24, + "line": 25, "column": 50 } } @@ -18668,15 +18668,15 @@ "postfix": false, "binop": null }, - "start": 618, - "end": 619, + "start": 639, + "end": 640, "loc": { "start": { - "line": 24, + "line": 25, "column": 50 }, "end": { - "line": 24, + "line": 25, "column": 51 } } @@ -18694,15 +18694,15 @@ "binop": null, "updateContext": null }, - "start": 619, - "end": 620, + "start": 640, + "end": 641, "loc": { "start": { - "line": 24, + "line": 25, "column": 51 }, "end": { - "line": 24, + "line": 25, "column": 52 } } @@ -18720,15 +18720,15 @@ "binop": null }, "value": "log", - "start": 620, - "end": 623, + "start": 641, + "end": 644, "loc": { "start": { - "line": 24, + "line": 25, "column": 52 }, "end": { - "line": 24, + "line": 25, "column": 55 } } @@ -18745,15 +18745,15 @@ "postfix": false, "binop": null }, - "start": 623, - "end": 624, + "start": 644, + "end": 645, "loc": { "start": { - "line": 24, + "line": 25, "column": 55 }, "end": { - "line": 24, + "line": 25, "column": 56 } } @@ -18772,15 +18772,15 @@ "updateContext": null }, "value": "PulseComponent module loaded", - "start": 624, - "end": 654, + "start": 645, + "end": 675, "loc": { "start": { - "line": 24, + "line": 25, "column": 56 }, "end": { - "line": 24, + "line": 25, "column": 86 } } @@ -18797,15 +18797,15 @@ "postfix": false, "binop": null }, - "start": 654, - "end": 655, + "start": 675, + "end": 676, "loc": { "start": { - "line": 24, + "line": 25, "column": 86 }, "end": { - "line": 24, + "line": 25, "column": 87 } } @@ -18823,15 +18823,15 @@ "binop": null, "updateContext": null }, - "start": 655, - "end": 656, + "start": 676, + "end": 677, "loc": { "start": { - "line": 24, + "line": 25, "column": 87 }, "end": { - "line": 24, + "line": 25, "column": 88 } } @@ -18848,15 +18848,15 @@ "postfix": false, "binop": null }, - "start": 659, - "end": 660, + "start": 680, + "end": 681, "loc": { "start": { - "line": 25, + "line": 26, "column": 1 }, "end": { - "line": 25, + "line": 26, "column": 2 } } @@ -18864,15 +18864,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Generates a random ID based on the specified length and ensures its uniqueness\r\n\t * within the stored IDs.\r\n\t * @private\r\n\t * @param {number} [pID = 7] - The length of the generated ID.\r\n\t * @returns {string} A unique random ID.\r\n\t ", - "start": 666, - "end": 909, + "start": 687, + "end": 930, "loc": { "start": { - "line": 27, + "line": 28, "column": 1 }, "end": { - "line": 33, + "line": 34, "column": 4 } } @@ -18890,15 +18890,15 @@ "binop": null }, "value": "generateID", - "start": 912, - "end": 922, + "start": 933, + "end": 943, "loc": { "start": { - "line": 34, + "line": 35, "column": 1 }, "end": { - "line": 34, + "line": 35, "column": 11 } } @@ -18915,15 +18915,15 @@ "postfix": false, "binop": null }, - "start": 922, - "end": 923, + "start": 943, + "end": 944, "loc": { "start": { - "line": 34, + "line": 35, "column": 11 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -18941,15 +18941,15 @@ "binop": null }, "value": "pID", - "start": 923, - "end": 926, + "start": 944, + "end": 947, "loc": { "start": { - "line": 34, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 35, "column": 15 } } @@ -18968,15 +18968,15 @@ "updateContext": null }, "value": "=", - "start": 927, - "end": 928, + "start": 948, + "end": 949, "loc": { "start": { - "line": 34, + "line": 35, "column": 16 }, "end": { - "line": 34, + "line": 35, "column": 17 } } @@ -18995,15 +18995,15 @@ "updateContext": null }, "value": 7, - "start": 929, - "end": 930, + "start": 950, + "end": 951, "loc": { "start": { - "line": 34, + "line": 35, "column": 18 }, "end": { - "line": 34, + "line": 35, "column": 19 } } @@ -19020,15 +19020,15 @@ "postfix": false, "binop": null }, - "start": 930, - "end": 931, + "start": 951, + "end": 952, "loc": { "start": { - "line": 34, + "line": 35, "column": 19 }, "end": { - "line": 34, + "line": 35, "column": 20 } } @@ -19045,15 +19045,15 @@ "postfix": false, "binop": null }, - "start": 932, - "end": 933, + "start": 953, + "end": 954, "loc": { "start": { - "line": 34, + "line": 35, "column": 21 }, "end": { - "line": 34, + "line": 35, "column": 22 } } @@ -19073,15 +19073,15 @@ "updateContext": null }, "value": "const", - "start": 937, - "end": 942, + "start": 958, + "end": 963, "loc": { "start": { - "line": 35, + "line": 36, "column": 2 }, "end": { - "line": 35, + "line": 36, "column": 7 } } @@ -19099,15 +19099,15 @@ "binop": null }, "value": "chars", - "start": 943, - "end": 948, + "start": 964, + "end": 969, "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 13 } } @@ -19126,15 +19126,15 @@ "updateContext": null }, "value": "=", - "start": 949, - "end": 950, + "start": 970, + "end": 971, "loc": { "start": { - "line": 35, + "line": 36, "column": 14 }, "end": { - "line": 35, + "line": 36, "column": 15 } } @@ -19153,15 +19153,15 @@ "updateContext": null }, "value": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", - "start": 951, - "end": 1015, + "start": 972, + "end": 1036, "loc": { "start": { - "line": 35, + "line": 36, "column": 16 }, "end": { - "line": 35, + "line": 36, "column": 80 } } @@ -19179,15 +19179,15 @@ "binop": null, "updateContext": null }, - "start": 1015, - "end": 1016, + "start": 1036, + "end": 1037, "loc": { "start": { - "line": 35, + "line": 36, "column": 80 }, "end": { - "line": 35, + "line": 36, "column": 81 } } @@ -19207,15 +19207,15 @@ "updateContext": null }, "value": "const", - "start": 1020, - "end": 1025, + "start": 1041, + "end": 1046, "loc": { "start": { - "line": 36, + "line": 37, "column": 2 }, "end": { - "line": 36, + "line": 37, "column": 7 } } @@ -19233,15 +19233,15 @@ "binop": null }, "value": "makeID", - "start": 1026, - "end": 1032, + "start": 1047, + "end": 1053, "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 14 } } @@ -19260,15 +19260,15 @@ "updateContext": null }, "value": "=", - "start": 1033, - "end": 1034, + "start": 1054, + "end": 1055, "loc": { "start": { - "line": 36, + "line": 37, "column": 15 }, "end": { - "line": 36, + "line": 37, "column": 16 } } @@ -19287,15 +19287,15 @@ "binop": null }, "value": "function", - "start": 1035, - "end": 1043, + "start": 1056, + "end": 1064, "loc": { "start": { - "line": 36, + "line": 37, "column": 17 }, "end": { - "line": 36, + "line": 37, "column": 25 } } @@ -19312,15 +19312,15 @@ "postfix": false, "binop": null }, - "start": 1043, - "end": 1044, + "start": 1064, + "end": 1065, "loc": { "start": { - "line": 36, + "line": 37, "column": 25 }, "end": { - "line": 36, + "line": 37, "column": 26 } } @@ -19337,15 +19337,15 @@ "postfix": false, "binop": null }, - "start": 1044, - "end": 1045, + "start": 1065, + "end": 1066, "loc": { "start": { - "line": 36, + "line": 37, "column": 26 }, "end": { - "line": 36, + "line": 37, "column": 27 } } @@ -19362,15 +19362,15 @@ "postfix": false, "binop": null }, - "start": 1046, - "end": 1047, + "start": 1067, + "end": 1068, "loc": { "start": { - "line": 36, + "line": 37, "column": 28 }, "end": { - "line": 36, + "line": 37, "column": 29 } } @@ -19390,15 +19390,15 @@ "updateContext": null }, "value": "let", - "start": 1052, - "end": 1055, + "start": 1073, + "end": 1076, "loc": { "start": { - "line": 37, + "line": 38, "column": 3 }, "end": { - "line": 37, + "line": 38, "column": 6 } } @@ -19416,15 +19416,15 @@ "binop": null }, "value": "ID", - "start": 1056, - "end": 1058, + "start": 1077, + "end": 1079, "loc": { "start": { - "line": 37, + "line": 38, "column": 7 }, "end": { - "line": 37, + "line": 38, "column": 9 } } @@ -19443,15 +19443,15 @@ "updateContext": null }, "value": "=", - "start": 1059, - "end": 1060, + "start": 1080, + "end": 1081, "loc": { "start": { - "line": 37, + "line": 38, "column": 10 }, "end": { - "line": 37, + "line": 38, "column": 11 } } @@ -19470,15 +19470,15 @@ "updateContext": null }, "value": "", - "start": 1061, - "end": 1063, + "start": 1082, + "end": 1084, "loc": { "start": { - "line": 37, + "line": 38, "column": 12 }, "end": { - "line": 37, + "line": 38, "column": 14 } } @@ -19496,15 +19496,15 @@ "binop": null, "updateContext": null }, - "start": 1063, - "end": 1064, + "start": 1084, + "end": 1085, "loc": { "start": { - "line": 37, + "line": 38, "column": 14 }, "end": { - "line": 37, + "line": 38, "column": 15 } } @@ -19524,15 +19524,15 @@ "updateContext": null }, "value": "for", - "start": 1069, - "end": 1072, + "start": 1090, + "end": 1093, "loc": { "start": { - "line": 38, + "line": 39, "column": 3 }, "end": { - "line": 38, + "line": 39, "column": 6 } } @@ -19549,15 +19549,15 @@ "postfix": false, "binop": null }, - "start": 1073, - "end": 1074, + "start": 1094, + "end": 1095, "loc": { "start": { - "line": 38, + "line": 39, "column": 7 }, "end": { - "line": 38, + "line": 39, "column": 8 } } @@ -19577,15 +19577,15 @@ "updateContext": null }, "value": "let", - "start": 1074, - "end": 1077, + "start": 1095, + "end": 1098, "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 11 } } @@ -19603,15 +19603,15 @@ "binop": null }, "value": "i", - "start": 1078, - "end": 1079, + "start": 1099, + "end": 1100, "loc": { "start": { - "line": 38, + "line": 39, "column": 12 }, "end": { - "line": 38, + "line": 39, "column": 13 } } @@ -19630,15 +19630,15 @@ "updateContext": null }, "value": "=", - "start": 1080, - "end": 1081, + "start": 1101, + "end": 1102, "loc": { "start": { - "line": 38, + "line": 39, "column": 14 }, "end": { - "line": 38, + "line": 39, "column": 15 } } @@ -19657,15 +19657,15 @@ "updateContext": null }, "value": 0, - "start": 1082, - "end": 1083, + "start": 1103, + "end": 1104, "loc": { "start": { - "line": 38, + "line": 39, "column": 16 }, "end": { - "line": 38, + "line": 39, "column": 17 } } @@ -19683,15 +19683,15 @@ "binop": null, "updateContext": null }, - "start": 1083, - "end": 1084, + "start": 1104, + "end": 1105, "loc": { "start": { - "line": 38, + "line": 39, "column": 17 }, "end": { - "line": 38, + "line": 39, "column": 18 } } @@ -19709,15 +19709,15 @@ "binop": null }, "value": "i", - "start": 1085, - "end": 1086, + "start": 1106, + "end": 1107, "loc": { "start": { - "line": 38, + "line": 39, "column": 19 }, "end": { - "line": 38, + "line": 39, "column": 20 } } @@ -19736,15 +19736,15 @@ "updateContext": null }, "value": "<", - "start": 1087, - "end": 1088, + "start": 1108, + "end": 1109, "loc": { "start": { - "line": 38, + "line": 39, "column": 21 }, "end": { - "line": 38, + "line": 39, "column": 22 } } @@ -19762,15 +19762,15 @@ "binop": null }, "value": "pID", - "start": 1089, - "end": 1092, + "start": 1110, + "end": 1113, "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 26 } } @@ -19788,15 +19788,15 @@ "binop": null, "updateContext": null }, - "start": 1092, - "end": 1093, + "start": 1113, + "end": 1114, "loc": { "start": { - "line": 38, + "line": 39, "column": 26 }, "end": { - "line": 38, + "line": 39, "column": 27 } } @@ -19814,15 +19814,15 @@ "binop": null }, "value": "i", - "start": 1094, - "end": 1095, + "start": 1115, + "end": 1116, "loc": { "start": { - "line": 38, + "line": 39, "column": 28 }, "end": { - "line": 38, + "line": 39, "column": 29 } } @@ -19840,15 +19840,15 @@ "binop": null }, "value": "++", - "start": 1095, - "end": 1097, + "start": 1116, + "end": 1118, "loc": { "start": { - "line": 38, + "line": 39, "column": 29 }, "end": { - "line": 38, + "line": 39, "column": 31 } } @@ -19865,15 +19865,15 @@ "postfix": false, "binop": null }, - "start": 1097, - "end": 1098, + "start": 1118, + "end": 1119, "loc": { "start": { - "line": 38, + "line": 39, "column": 31 }, "end": { - "line": 38, + "line": 39, "column": 32 } } @@ -19890,15 +19890,15 @@ "postfix": false, "binop": null }, - "start": 1099, - "end": 1100, + "start": 1120, + "end": 1121, "loc": { "start": { - "line": 38, + "line": 39, "column": 33 }, "end": { - "line": 38, + "line": 39, "column": 34 } } @@ -19916,15 +19916,15 @@ "binop": null }, "value": "ID", - "start": 1106, - "end": 1108, + "start": 1127, + "end": 1129, "loc": { "start": { - "line": 39, + "line": 40, "column": 4 }, "end": { - "line": 39, + "line": 40, "column": 6 } } @@ -19943,15 +19943,15 @@ "updateContext": null }, "value": "+=", - "start": 1109, - "end": 1111, + "start": 1130, + "end": 1132, "loc": { "start": { - "line": 39, + "line": 40, "column": 7 }, "end": { - "line": 39, + "line": 40, "column": 9 } } @@ -19969,15 +19969,15 @@ "binop": null }, "value": "chars", - "start": 1112, - "end": 1117, + "start": 1133, + "end": 1138, "loc": { "start": { - "line": 39, + "line": 40, "column": 10 }, "end": { - "line": 39, + "line": 40, "column": 15 } } @@ -19995,15 +19995,15 @@ "binop": null, "updateContext": null }, - "start": 1117, - "end": 1118, + "start": 1138, + "end": 1139, "loc": { "start": { - "line": 39, + "line": 40, "column": 15 }, "end": { - "line": 39, + "line": 40, "column": 16 } } @@ -20021,15 +20021,15 @@ "binop": null }, "value": "charAt", - "start": 1118, - "end": 1124, + "start": 1139, + "end": 1145, "loc": { "start": { - "line": 39, + "line": 40, "column": 16 }, "end": { - "line": 39, + "line": 40, "column": 22 } } @@ -20046,15 +20046,15 @@ "postfix": false, "binop": null }, - "start": 1124, - "end": 1125, + "start": 1145, + "end": 1146, "loc": { "start": { - "line": 39, + "line": 40, "column": 22 }, "end": { - "line": 39, + "line": 40, "column": 23 } } @@ -20072,15 +20072,15 @@ "binop": null }, "value": "Math", - "start": 1125, - "end": 1129, + "start": 1146, + "end": 1150, "loc": { "start": { - "line": 39, + "line": 40, "column": 23 }, "end": { - "line": 39, + "line": 40, "column": 27 } } @@ -20098,15 +20098,15 @@ "binop": null, "updateContext": null }, - "start": 1129, - "end": 1130, + "start": 1150, + "end": 1151, "loc": { "start": { - "line": 39, + "line": 40, "column": 27 }, "end": { - "line": 39, + "line": 40, "column": 28 } } @@ -20124,15 +20124,15 @@ "binop": null }, "value": "floor", - "start": 1130, - "end": 1135, + "start": 1151, + "end": 1156, "loc": { "start": { - "line": 39, + "line": 40, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 33 } } @@ -20149,15 +20149,15 @@ "postfix": false, "binop": null }, - "start": 1135, - "end": 1136, + "start": 1156, + "end": 1157, "loc": { "start": { - "line": 39, + "line": 40, "column": 33 }, "end": { - "line": 39, + "line": 40, "column": 34 } } @@ -20175,15 +20175,15 @@ "binop": null }, "value": "Math", - "start": 1136, - "end": 1140, + "start": 1157, + "end": 1161, "loc": { "start": { - "line": 39, + "line": 40, "column": 34 }, "end": { - "line": 39, + "line": 40, "column": 38 } } @@ -20201,15 +20201,15 @@ "binop": null, "updateContext": null }, - "start": 1140, - "end": 1141, + "start": 1161, + "end": 1162, "loc": { "start": { - "line": 39, + "line": 40, "column": 38 }, "end": { - "line": 39, + "line": 40, "column": 39 } } @@ -20227,15 +20227,15 @@ "binop": null }, "value": "random", - "start": 1141, - "end": 1147, + "start": 1162, + "end": 1168, "loc": { "start": { - "line": 39, + "line": 40, "column": 39 }, "end": { - "line": 39, + "line": 40, "column": 45 } } @@ -20252,15 +20252,15 @@ "postfix": false, "binop": null }, - "start": 1147, - "end": 1148, + "start": 1168, + "end": 1169, "loc": { "start": { - "line": 39, + "line": 40, "column": 45 }, "end": { - "line": 39, + "line": 40, "column": 46 } } @@ -20277,15 +20277,15 @@ "postfix": false, "binop": null }, - "start": 1148, - "end": 1149, + "start": 1169, + "end": 1170, "loc": { "start": { - "line": 39, + "line": 40, "column": 46 }, "end": { - "line": 39, + "line": 40, "column": 47 } } @@ -20304,15 +20304,15 @@ "updateContext": null }, "value": "*", - "start": 1150, - "end": 1151, + "start": 1171, + "end": 1172, "loc": { "start": { - "line": 39, + "line": 40, "column": 48 }, "end": { - "line": 39, + "line": 40, "column": 49 } } @@ -20330,15 +20330,15 @@ "binop": null }, "value": "chars", - "start": 1152, - "end": 1157, + "start": 1173, + "end": 1178, "loc": { "start": { - "line": 39, + "line": 40, "column": 50 }, "end": { - "line": 39, + "line": 40, "column": 55 } } @@ -20356,15 +20356,15 @@ "binop": null, "updateContext": null }, - "start": 1157, - "end": 1158, + "start": 1178, + "end": 1179, "loc": { "start": { - "line": 39, + "line": 40, "column": 55 }, "end": { - "line": 39, + "line": 40, "column": 56 } } @@ -20382,15 +20382,15 @@ "binop": null }, "value": "length", - "start": 1158, - "end": 1164, + "start": 1179, + "end": 1185, "loc": { "start": { - "line": 39, + "line": 40, "column": 56 }, "end": { - "line": 39, + "line": 40, "column": 62 } } @@ -20407,15 +20407,15 @@ "postfix": false, "binop": null }, - "start": 1164, - "end": 1165, + "start": 1185, + "end": 1186, "loc": { "start": { - "line": 39, + "line": 40, "column": 62 }, "end": { - "line": 39, + "line": 40, "column": 63 } } @@ -20432,15 +20432,15 @@ "postfix": false, "binop": null }, - "start": 1165, - "end": 1166, + "start": 1186, + "end": 1187, "loc": { "start": { - "line": 39, + "line": 40, "column": 63 }, "end": { - "line": 39, + "line": 40, "column": 64 } } @@ -20458,15 +20458,15 @@ "binop": null, "updateContext": null }, - "start": 1166, - "end": 1167, + "start": 1187, + "end": 1188, "loc": { "start": { - "line": 39, + "line": 40, "column": 64 }, "end": { - "line": 39, + "line": 40, "column": 65 } } @@ -20483,15 +20483,15 @@ "postfix": false, "binop": null }, - "start": 1172, - "end": 1173, + "start": 1193, + "end": 1194, "loc": { "start": { - "line": 40, + "line": 41, "column": 3 }, "end": { - "line": 40, + "line": 41, "column": 4 } } @@ -20511,15 +20511,15 @@ "updateContext": null }, "value": "return", - "start": 1178, - "end": 1184, + "start": 1199, + "end": 1205, "loc": { "start": { - "line": 41, + "line": 42, "column": 3 }, "end": { - "line": 41, + "line": 42, "column": 9 } } @@ -20537,15 +20537,15 @@ "binop": null }, "value": "ID", - "start": 1185, - "end": 1187, + "start": 1206, + "end": 1208, "loc": { "start": { - "line": 41, + "line": 42, "column": 10 }, "end": { - "line": 41, + "line": 42, "column": 12 } } @@ -20563,15 +20563,15 @@ "binop": null, "updateContext": null }, - "start": 1187, - "end": 1188, + "start": 1208, + "end": 1209, "loc": { "start": { - "line": 41, + "line": 42, "column": 12 }, "end": { - "line": 41, + "line": 42, "column": 13 } } @@ -20588,15 +20588,15 @@ "postfix": false, "binop": null }, - "start": 1192, - "end": 1193, + "start": 1213, + "end": 1214, "loc": { "start": { - "line": 42, + "line": 43, "column": 2 }, "end": { - "line": 42, + "line": 43, "column": 3 } } @@ -20616,15 +20616,15 @@ "updateContext": null }, "value": "let", - "start": 1197, - "end": 1200, + "start": 1218, + "end": 1221, "loc": { "start": { - "line": 43, + "line": 44, "column": 2 }, "end": { - "line": 43, + "line": 44, "column": 5 } } @@ -20642,15 +20642,15 @@ "binop": null }, "value": "ID", - "start": 1201, - "end": 1203, + "start": 1222, + "end": 1224, "loc": { "start": { - "line": 43, + "line": 44, "column": 6 }, "end": { - "line": 43, + "line": 44, "column": 8 } } @@ -20669,15 +20669,15 @@ "updateContext": null }, "value": "=", - "start": 1204, - "end": 1205, + "start": 1225, + "end": 1226, "loc": { "start": { - "line": 43, + "line": 44, "column": 9 }, "end": { - "line": 43, + "line": 44, "column": 10 } } @@ -20695,15 +20695,15 @@ "binop": null }, "value": "makeID", - "start": 1206, - "end": 1212, + "start": 1227, + "end": 1233, "loc": { "start": { - "line": 43, + "line": 44, "column": 11 }, "end": { - "line": 43, + "line": 44, "column": 17 } } @@ -20720,15 +20720,15 @@ "postfix": false, "binop": null }, - "start": 1212, - "end": 1213, + "start": 1233, + "end": 1234, "loc": { "start": { - "line": 43, + "line": 44, "column": 17 }, "end": { - "line": 43, + "line": 44, "column": 18 } } @@ -20745,15 +20745,15 @@ "postfix": false, "binop": null }, - "start": 1213, - "end": 1214, + "start": 1234, + "end": 1235, "loc": { "start": { - "line": 43, + "line": 44, "column": 18 }, "end": { - "line": 43, + "line": 44, "column": 19 } } @@ -20771,15 +20771,15 @@ "binop": null, "updateContext": null }, - "start": 1214, - "end": 1215, + "start": 1235, + "end": 1236, "loc": { "start": { - "line": 43, + "line": 44, "column": 19 }, "end": { - "line": 43, + "line": 44, "column": 20 } } @@ -20799,15 +20799,15 @@ "updateContext": null }, "value": "while", - "start": 1219, - "end": 1224, + "start": 1240, + "end": 1245, "loc": { "start": { - "line": 44, + "line": 45, "column": 2 }, "end": { - "line": 44, + "line": 45, "column": 7 } } @@ -20824,15 +20824,15 @@ "postfix": false, "binop": null }, - "start": 1224, - "end": 1225, + "start": 1245, + "end": 1246, "loc": { "start": { - "line": 44, + "line": 45, "column": 7 }, "end": { - "line": 44, + "line": 45, "column": 8 } } @@ -20850,15 +20850,15 @@ "binop": null }, "value": "PulseComponent", - "start": 1225, - "end": 1239, + "start": 1246, + "end": 1260, "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 22 } } @@ -20876,15 +20876,15 @@ "binop": null, "updateContext": null }, - "start": 1239, - "end": 1240, + "start": 1260, + "end": 1261, "loc": { "start": { - "line": 44, + "line": 45, "column": 22 }, "end": { - "line": 44, + "line": 45, "column": 23 } } @@ -20902,15 +20902,15 @@ "binop": null }, "value": "storedIDs", - "start": 1240, - "end": 1249, + "start": 1261, + "end": 1270, "loc": { "start": { - "line": 44, + "line": 45, "column": 23 }, "end": { - "line": 44, + "line": 45, "column": 32 } } @@ -20928,15 +20928,15 @@ "binop": null, "updateContext": null }, - "start": 1249, - "end": 1250, + "start": 1270, + "end": 1271, "loc": { "start": { - "line": 44, + "line": 45, "column": 32 }, "end": { - "line": 44, + "line": 45, "column": 33 } } @@ -20954,15 +20954,15 @@ "binop": null }, "value": "includes", - "start": 1250, - "end": 1258, + "start": 1271, + "end": 1279, "loc": { "start": { - "line": 44, + "line": 45, "column": 33 }, "end": { - "line": 44, + "line": 45, "column": 41 } } @@ -20979,15 +20979,15 @@ "postfix": false, "binop": null }, - "start": 1258, - "end": 1259, + "start": 1279, + "end": 1280, "loc": { "start": { - "line": 44, + "line": 45, "column": 41 }, "end": { - "line": 44, + "line": 45, "column": 42 } } @@ -21005,15 +21005,15 @@ "binop": null }, "value": "ID", - "start": 1259, - "end": 1261, + "start": 1280, + "end": 1282, "loc": { "start": { - "line": 44, + "line": 45, "column": 42 }, "end": { - "line": 44, + "line": 45, "column": 44 } } @@ -21030,15 +21030,15 @@ "postfix": false, "binop": null }, - "start": 1261, - "end": 1262, + "start": 1282, + "end": 1283, "loc": { "start": { - "line": 44, + "line": 45, "column": 44 }, "end": { - "line": 44, + "line": 45, "column": 45 } } @@ -21055,15 +21055,15 @@ "postfix": false, "binop": null }, - "start": 1262, - "end": 1263, + "start": 1283, + "end": 1284, "loc": { "start": { - "line": 44, + "line": 45, "column": 45 }, "end": { - "line": 44, + "line": 45, "column": 46 } } @@ -21080,15 +21080,15 @@ "postfix": false, "binop": null }, - "start": 1264, - "end": 1265, + "start": 1285, + "end": 1286, "loc": { "start": { - "line": 44, + "line": 45, "column": 47 }, "end": { - "line": 44, + "line": 45, "column": 48 } } @@ -21106,15 +21106,15 @@ "binop": null }, "value": "ID", - "start": 1270, - "end": 1272, + "start": 1291, + "end": 1293, "loc": { "start": { - "line": 45, + "line": 46, "column": 3 }, "end": { - "line": 45, + "line": 46, "column": 5 } } @@ -21133,15 +21133,15 @@ "updateContext": null }, "value": "=", - "start": 1273, - "end": 1274, + "start": 1294, + "end": 1295, "loc": { "start": { - "line": 45, + "line": 46, "column": 6 }, "end": { - "line": 45, + "line": 46, "column": 7 } } @@ -21159,15 +21159,15 @@ "binop": null }, "value": "makeID", - "start": 1275, - "end": 1281, + "start": 1296, + "end": 1302, "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 14 } } @@ -21184,15 +21184,15 @@ "postfix": false, "binop": null }, - "start": 1281, - "end": 1282, + "start": 1302, + "end": 1303, "loc": { "start": { - "line": 45, + "line": 46, "column": 14 }, "end": { - "line": 45, + "line": 46, "column": 15 } } @@ -21209,15 +21209,15 @@ "postfix": false, "binop": null }, - "start": 1282, - "end": 1283, + "start": 1303, + "end": 1304, "loc": { "start": { - "line": 45, + "line": 46, "column": 15 }, "end": { - "line": 45, + "line": 46, "column": 16 } } @@ -21235,15 +21235,15 @@ "binop": null, "updateContext": null }, - "start": 1283, - "end": 1284, + "start": 1304, + "end": 1305, "loc": { "start": { - "line": 45, + "line": 46, "column": 16 }, "end": { - "line": 45, + "line": 46, "column": 17 } } @@ -21260,15 +21260,15 @@ "postfix": false, "binop": null }, - "start": 1288, - "end": 1289, + "start": 1309, + "end": 1310, "loc": { "start": { - "line": 46, + "line": 47, "column": 2 }, "end": { - "line": 46, + "line": 47, "column": 3 } } @@ -21286,15 +21286,15 @@ "binop": null }, "value": "PulseComponent", - "start": 1293, - "end": 1307, + "start": 1314, + "end": 1328, "loc": { "start": { - "line": 47, + "line": 48, "column": 2 }, "end": { - "line": 47, + "line": 48, "column": 16 } } @@ -21312,15 +21312,15 @@ "binop": null, "updateContext": null }, - "start": 1307, - "end": 1308, + "start": 1328, + "end": 1329, "loc": { "start": { - "line": 47, + "line": 48, "column": 16 }, "end": { - "line": 47, + "line": 48, "column": 17 } } @@ -21338,15 +21338,15 @@ "binop": null }, "value": "storedIDs", - "start": 1308, - "end": 1317, + "start": 1329, + "end": 1338, "loc": { "start": { - "line": 47, + "line": 48, "column": 17 }, "end": { - "line": 47, + "line": 48, "column": 26 } } @@ -21364,15 +21364,15 @@ "binop": null, "updateContext": null }, - "start": 1317, - "end": 1318, + "start": 1338, + "end": 1339, "loc": { "start": { - "line": 47, + "line": 48, "column": 26 }, "end": { - "line": 47, + "line": 48, "column": 27 } } @@ -21390,15 +21390,15 @@ "binop": null }, "value": "push", - "start": 1318, - "end": 1322, + "start": 1339, + "end": 1343, "loc": { "start": { - "line": 47, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 48, "column": 31 } } @@ -21415,15 +21415,15 @@ "postfix": false, "binop": null }, - "start": 1322, - "end": 1323, + "start": 1343, + "end": 1344, "loc": { "start": { - "line": 47, + "line": 48, "column": 31 }, "end": { - "line": 47, + "line": 48, "column": 32 } } @@ -21441,15 +21441,15 @@ "binop": null }, "value": "ID", - "start": 1323, - "end": 1325, + "start": 1344, + "end": 1346, "loc": { "start": { - "line": 47, + "line": 48, "column": 32 }, "end": { - "line": 47, + "line": 48, "column": 34 } } @@ -21466,15 +21466,15 @@ "postfix": false, "binop": null }, - "start": 1325, - "end": 1326, + "start": 1346, + "end": 1347, "loc": { "start": { - "line": 47, + "line": 48, "column": 34 }, "end": { - "line": 47, + "line": 48, "column": 35 } } @@ -21492,15 +21492,15 @@ "binop": null, "updateContext": null }, - "start": 1326, - "end": 1327, + "start": 1347, + "end": 1348, "loc": { "start": { - "line": 47, + "line": 48, "column": 35 }, "end": { - "line": 47, + "line": 48, "column": 36 } } @@ -21520,15 +21520,15 @@ "updateContext": null }, "value": "return", - "start": 1331, - "end": 1337, + "start": 1352, + "end": 1358, "loc": { "start": { - "line": 48, + "line": 49, "column": 2 }, "end": { - "line": 48, + "line": 49, "column": 8 } } @@ -21546,15 +21546,15 @@ "binop": null }, "value": "ID", - "start": 1338, - "end": 1340, + "start": 1359, + "end": 1361, "loc": { "start": { - "line": 48, + "line": 49, "column": 9 }, "end": { - "line": 48, + "line": 49, "column": 11 } } @@ -21572,15 +21572,15 @@ "binop": null, "updateContext": null }, - "start": 1340, - "end": 1341, + "start": 1361, + "end": 1362, "loc": { "start": { - "line": 48, + "line": 49, "column": 11 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -21597,15 +21597,15 @@ "postfix": false, "binop": null }, - "start": 1344, - "end": 1345, + "start": 1365, + "end": 1366, "loc": { "start": { - "line": 49, + "line": 50, "column": 1 }, "end": { - "line": 49, + "line": 50, "column": 2 } } @@ -21613,15 +21613,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Adds an event listener function to pInstance to call whenever pEventName is called\r\n\t * \r\n\t * @param {Object} pInstance - The instance to add an event listener to\r\n\t * @param {string} pEventName - The name of the event to add the listener to\r\n\t * @param {Function} pFunction - The function to be called when this event is called\r\n\t ", - "start": 1348, - "end": 1691, + "start": 1369, + "end": 1712, "loc": { "start": { - "line": 50, + "line": 51, "column": 1 }, "end": { - "line": 56, + "line": 57, "column": 4 } } @@ -21639,15 +21639,15 @@ "binop": null }, "value": "on", - "start": 1694, - "end": 1696, + "start": 1715, + "end": 1717, "loc": { "start": { - "line": 57, + "line": 58, "column": 1 }, "end": { - "line": 57, + "line": 58, "column": 3 } } @@ -21664,15 +21664,15 @@ "postfix": false, "binop": null }, - "start": 1696, - "end": 1697, + "start": 1717, + "end": 1718, "loc": { "start": { - "line": 57, + "line": 58, "column": 3 }, "end": { - "line": 57, + "line": 58, "column": 4 } } @@ -21690,15 +21690,15 @@ "binop": null }, "value": "pInstance", - "start": 1697, - "end": 1706, + "start": 1718, + "end": 1727, "loc": { "start": { - "line": 57, + "line": 58, "column": 4 }, "end": { - "line": 57, + "line": 58, "column": 13 } } @@ -21716,15 +21716,15 @@ "binop": null, "updateContext": null }, - "start": 1706, - "end": 1707, + "start": 1727, + "end": 1728, "loc": { "start": { - "line": 57, + "line": 58, "column": 13 }, "end": { - "line": 57, + "line": 58, "column": 14 } } @@ -21742,15 +21742,15 @@ "binop": null }, "value": "pEventName", - "start": 1708, - "end": 1718, + "start": 1729, + "end": 1739, "loc": { "start": { - "line": 57, + "line": 58, "column": 15 }, "end": { - "line": 57, + "line": 58, "column": 25 } } @@ -21768,15 +21768,15 @@ "binop": null, "updateContext": null }, - "start": 1718, - "end": 1719, + "start": 1739, + "end": 1740, "loc": { "start": { - "line": 57, + "line": 58, "column": 25 }, "end": { - "line": 57, + "line": 58, "column": 26 } } @@ -21794,15 +21794,15 @@ "binop": null }, "value": "pFunction", - "start": 1720, - "end": 1729, + "start": 1741, + "end": 1750, "loc": { "start": { - "line": 57, + "line": 58, "column": 27 }, "end": { - "line": 57, + "line": 58, "column": 36 } } @@ -21819,15 +21819,15 @@ "postfix": false, "binop": null }, - "start": 1729, - "end": 1730, + "start": 1750, + "end": 1751, "loc": { "start": { - "line": 57, + "line": 58, "column": 36 }, "end": { - "line": 57, + "line": 58, "column": 37 } } @@ -21844,15 +21844,15 @@ "postfix": false, "binop": null }, - "start": 1731, - "end": 1732, + "start": 1752, + "end": 1753, "loc": { "start": { - "line": 57, + "line": 58, "column": 38 }, "end": { - "line": 57, + "line": 58, "column": 39 } } @@ -21872,15 +21872,15 @@ "updateContext": null }, "value": "if", - "start": 1736, - "end": 1738, + "start": 1757, + "end": 1759, "loc": { "start": { - "line": 58, + "line": 59, "column": 2 }, "end": { - "line": 58, + "line": 59, "column": 4 } } @@ -21897,15 +21897,15 @@ "postfix": false, "binop": null }, - "start": 1739, - "end": 1740, + "start": 1760, + "end": 1761, "loc": { "start": { - "line": 58, + "line": 59, "column": 5 }, "end": { - "line": 58, + "line": 59, "column": 6 } } @@ -21925,15 +21925,15 @@ "updateContext": null }, "value": "typeof", - "start": 1740, - "end": 1746, + "start": 1761, + "end": 1767, "loc": { "start": { - "line": 58, + "line": 59, "column": 6 }, "end": { - "line": 58, + "line": 59, "column": 12 } } @@ -21950,15 +21950,15 @@ "postfix": false, "binop": null }, - "start": 1746, - "end": 1747, + "start": 1767, + "end": 1768, "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 13 } } @@ -21976,15 +21976,15 @@ "binop": null }, "value": "pFunction", - "start": 1747, - "end": 1756, + "start": 1768, + "end": 1777, "loc": { "start": { - "line": 58, + "line": 59, "column": 13 }, "end": { - "line": 58, + "line": 59, "column": 22 } } @@ -22001,15 +22001,15 @@ "postfix": false, "binop": null }, - "start": 1756, - "end": 1757, + "start": 1777, + "end": 1778, "loc": { "start": { - "line": 58, + "line": 59, "column": 22 }, "end": { - "line": 58, + "line": 59, "column": 23 } } @@ -22028,15 +22028,15 @@ "updateContext": null }, "value": "!==", - "start": 1758, - "end": 1761, + "start": 1779, + "end": 1782, "loc": { "start": { - "line": 58, + "line": 59, "column": 24 }, "end": { - "line": 58, + "line": 59, "column": 27 } } @@ -22055,15 +22055,15 @@ "updateContext": null }, "value": "function", - "start": 1762, - "end": 1772, + "start": 1783, + "end": 1793, "loc": { "start": { - "line": 58, + "line": 59, "column": 28 }, "end": { - "line": 58, + "line": 59, "column": 38 } } @@ -22080,15 +22080,15 @@ "postfix": false, "binop": null }, - "start": 1772, - "end": 1773, + "start": 1793, + "end": 1794, "loc": { "start": { - "line": 58, + "line": 59, "column": 38 }, "end": { - "line": 58, + "line": 59, "column": 39 } } @@ -22105,15 +22105,15 @@ "postfix": false, "binop": null }, - "start": 1774, - "end": 1775, + "start": 1795, + "end": 1796, "loc": { "start": { - "line": 58, + "line": 59, "column": 40 }, "end": { - "line": 58, + "line": 59, "column": 41 } } @@ -22133,15 +22133,15 @@ "updateContext": null }, "value": "this", - "start": 1780, - "end": 1784, + "start": 1801, + "end": 1805, "loc": { "start": { - "line": 59, + "line": 60, "column": 3 }, "end": { - "line": 59, + "line": 60, "column": 7 } } @@ -22159,15 +22159,15 @@ "binop": null, "updateContext": null }, - "start": 1784, - "end": 1785, + "start": 1805, + "end": 1806, "loc": { "start": { - "line": 59, + "line": 60, "column": 7 }, "end": { - "line": 59, + "line": 60, "column": 8 } } @@ -22185,15 +22185,15 @@ "binop": null }, "value": "logger", - "start": 1785, - "end": 1791, + "start": 1806, + "end": 1812, "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 14 } } @@ -22211,15 +22211,15 @@ "binop": null, "updateContext": null }, - "start": 1791, - "end": 1792, + "start": 1812, + "end": 1813, "loc": { "start": { - "line": 59, + "line": 60, "column": 14 }, "end": { - "line": 59, + "line": 60, "column": 15 } } @@ -22237,15 +22237,15 @@ "binop": null }, "value": "prefix", - "start": 1792, - "end": 1798, + "start": 1813, + "end": 1819, "loc": { "start": { - "line": 59, + "line": 60, "column": 15 }, "end": { - "line": 59, + "line": 60, "column": 21 } } @@ -22262,15 +22262,15 @@ "postfix": false, "binop": null }, - "start": 1798, - "end": 1799, + "start": 1819, + "end": 1820, "loc": { "start": { - "line": 59, + "line": 60, "column": 21 }, "end": { - "line": 59, + "line": 60, "column": 22 } } @@ -22289,15 +22289,15 @@ "updateContext": null }, "value": "PulseComponent-Module", - "start": 1799, - "end": 1822, + "start": 1820, + "end": 1843, "loc": { "start": { - "line": 59, + "line": 60, "column": 22 }, "end": { - "line": 59, + "line": 60, "column": 45 } } @@ -22314,15 +22314,15 @@ "postfix": false, "binop": null }, - "start": 1822, - "end": 1823, + "start": 1843, + "end": 1844, "loc": { "start": { - "line": 59, + "line": 60, "column": 45 }, "end": { - "line": 59, + "line": 60, "column": 46 } } @@ -22340,15 +22340,15 @@ "binop": null, "updateContext": null }, - "start": 1823, - "end": 1824, + "start": 1844, + "end": 1845, "loc": { "start": { - "line": 59, + "line": 60, "column": 46 }, "end": { - "line": 59, + "line": 60, "column": 47 } } @@ -22366,15 +22366,15 @@ "binop": null }, "value": "error", - "start": 1824, - "end": 1829, + "start": 1845, + "end": 1850, "loc": { "start": { - "line": 59, + "line": 60, "column": 47 }, "end": { - "line": 59, + "line": 60, "column": 52 } } @@ -22391,15 +22391,15 @@ "postfix": false, "binop": null }, - "start": 1829, - "end": 1830, + "start": 1850, + "end": 1851, "loc": { "start": { - "line": 59, + "line": 60, "column": 52 }, "end": { - "line": 59, + "line": 60, "column": 53 } } @@ -22418,15 +22418,15 @@ "updateContext": null }, "value": "pFunction argument is missing or it is not of the function type!", - "start": 1830, - "end": 1896, + "start": 1851, + "end": 1917, "loc": { "start": { - "line": 59, + "line": 60, "column": 53 }, "end": { - "line": 59, + "line": 60, "column": 119 } } @@ -22443,15 +22443,15 @@ "postfix": false, "binop": null }, - "start": 1896, - "end": 1897, + "start": 1917, + "end": 1918, "loc": { "start": { - "line": 59, + "line": 60, "column": 119 }, "end": { - "line": 59, + "line": 60, "column": 120 } } @@ -22469,15 +22469,15 @@ "binop": null, "updateContext": null }, - "start": 1897, - "end": 1898, + "start": 1918, + "end": 1919, "loc": { "start": { - "line": 59, + "line": 60, "column": 120 }, "end": { - "line": 59, + "line": 60, "column": 121 } } @@ -22497,15 +22497,15 @@ "updateContext": null }, "value": "return", - "start": 1903, - "end": 1909, + "start": 1924, + "end": 1930, "loc": { "start": { - "line": 60, + "line": 61, "column": 3 }, "end": { - "line": 60, + "line": 61, "column": 9 } } @@ -22523,15 +22523,15 @@ "binop": null, "updateContext": null }, - "start": 1909, - "end": 1910, + "start": 1930, + "end": 1931, "loc": { "start": { - "line": 60, + "line": 61, "column": 9 }, "end": { - "line": 60, + "line": 61, "column": 10 } } @@ -22548,15 +22548,15 @@ "postfix": false, "binop": null }, - "start": 1914, - "end": 1915, + "start": 1935, + "end": 1936, "loc": { "start": { - "line": 61, + "line": 62, "column": 2 }, "end": { - "line": 61, + "line": 62, "column": 3 } } @@ -22576,15 +22576,15 @@ "updateContext": null }, "value": "if", - "start": 1921, - "end": 1923, + "start": 1942, + "end": 1944, "loc": { "start": { - "line": 63, + "line": 64, "column": 2 }, "end": { - "line": 63, + "line": 64, "column": 4 } } @@ -22601,15 +22601,15 @@ "postfix": false, "binop": null }, - "start": 1924, - "end": 1925, + "start": 1945, + "end": 1946, "loc": { "start": { - "line": 63, + "line": 64, "column": 5 }, "end": { - "line": 63, + "line": 64, "column": 6 } } @@ -22628,15 +22628,15 @@ "updateContext": null }, "value": "!", - "start": 1925, - "end": 1926, + "start": 1946, + "end": 1947, "loc": { "start": { - "line": 63, + "line": 64, "column": 6 }, "end": { - "line": 63, + "line": 64, "column": 7 } } @@ -22654,15 +22654,15 @@ "binop": null }, "value": "pInstance", - "start": 1926, - "end": 1935, + "start": 1947, + "end": 1956, "loc": { "start": { - "line": 63, + "line": 64, "column": 7 }, "end": { - "line": 63, + "line": 64, "column": 16 } } @@ -22680,15 +22680,15 @@ "binop": null, "updateContext": null }, - "start": 1935, - "end": 1936, + "start": 1956, + "end": 1957, "loc": { "start": { - "line": 63, + "line": 64, "column": 16 }, "end": { - "line": 63, + "line": 64, "column": 17 } } @@ -22706,15 +22706,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 1936, - "end": 1960, + "start": 1957, + "end": 1981, "loc": { "start": { - "line": 63, + "line": 64, "column": 17 }, "end": { - "line": 63, + "line": 64, "column": 41 } } @@ -22731,15 +22731,15 @@ "postfix": false, "binop": null }, - "start": 1960, - "end": 1961, + "start": 1981, + "end": 1982, "loc": { "start": { - "line": 63, + "line": 64, "column": 41 }, "end": { - "line": 63, + "line": 64, "column": 42 } } @@ -22756,15 +22756,15 @@ "postfix": false, "binop": null }, - "start": 1962, - "end": 1963, + "start": 1983, + "end": 1984, "loc": { "start": { - "line": 63, + "line": 64, "column": 43 }, "end": { - "line": 63, + "line": 64, "column": 44 } } @@ -22784,15 +22784,15 @@ "updateContext": null }, "value": "const", - "start": 1968, - "end": 1973, + "start": 1989, + "end": 1994, "loc": { "start": { - "line": 64, + "line": 65, "column": 3 }, "end": { - "line": 64, + "line": 65, "column": 8 } } @@ -22810,15 +22810,15 @@ "binop": null }, "value": "ID", - "start": 1974, - "end": 1976, + "start": 1995, + "end": 1997, "loc": { "start": { - "line": 64, + "line": 65, "column": 9 }, "end": { - "line": 64, + "line": 65, "column": 11 } } @@ -22837,15 +22837,15 @@ "updateContext": null }, "value": "=", - "start": 1977, - "end": 1978, + "start": 1998, + "end": 1999, "loc": { "start": { - "line": 64, + "line": 65, "column": 12 }, "end": { - "line": 64, + "line": 65, "column": 13 } } @@ -22865,15 +22865,15 @@ "updateContext": null }, "value": "this", - "start": 1979, - "end": 1983, + "start": 2000, + "end": 2004, "loc": { "start": { - "line": 64, + "line": 65, "column": 14 }, "end": { - "line": 64, + "line": 65, "column": 18 } } @@ -22891,15 +22891,15 @@ "binop": null, "updateContext": null }, - "start": 1983, - "end": 1984, + "start": 2004, + "end": 2005, "loc": { "start": { - "line": 64, + "line": 65, "column": 18 }, "end": { - "line": 64, + "line": 65, "column": 19 } } @@ -22917,15 +22917,15 @@ "binop": null }, "value": "generateID", - "start": 1984, - "end": 1994, + "start": 2005, + "end": 2015, "loc": { "start": { - "line": 64, + "line": 65, "column": 19 }, "end": { - "line": 64, + "line": 65, "column": 29 } } @@ -22942,15 +22942,15 @@ "postfix": false, "binop": null }, - "start": 1994, - "end": 1995, + "start": 2015, + "end": 2016, "loc": { "start": { - "line": 64, + "line": 65, "column": 29 }, "end": { - "line": 64, + "line": 65, "column": 30 } } @@ -22967,15 +22967,15 @@ "postfix": false, "binop": null }, - "start": 1995, - "end": 1996, + "start": 2016, + "end": 2017, "loc": { "start": { - "line": 64, + "line": 65, "column": 30 }, "end": { - "line": 64, + "line": 65, "column": 31 } } @@ -22993,15 +22993,15 @@ "binop": null, "updateContext": null }, - "start": 1996, - "end": 1997, + "start": 2017, + "end": 2018, "loc": { "start": { - "line": 64, + "line": 65, "column": 31 }, "end": { - "line": 64, + "line": 65, "column": 32 } } @@ -23019,15 +23019,15 @@ "binop": null }, "value": "pInstance", - "start": 2002, - "end": 2011, + "start": 2023, + "end": 2032, "loc": { "start": { - "line": 65, + "line": 66, "column": 3 }, "end": { - "line": 65, + "line": 66, "column": 12 } } @@ -23045,15 +23045,15 @@ "binop": null, "updateContext": null }, - "start": 2011, - "end": 2012, + "start": 2032, + "end": 2033, "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 13 } } @@ -23071,15 +23071,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2012, - "end": 2036, + "start": 2033, + "end": 2057, "loc": { "start": { - "line": 65, + "line": 66, "column": 13 }, "end": { - "line": 65, + "line": 66, "column": 37 } } @@ -23098,15 +23098,15 @@ "updateContext": null }, "value": "=", - "start": 2037, - "end": 2038, + "start": 2058, + "end": 2059, "loc": { "start": { - "line": 65, + "line": 66, "column": 38 }, "end": { - "line": 65, + "line": 66, "column": 39 } } @@ -23124,15 +23124,15 @@ "binop": null }, "value": "ID", - "start": 2039, - "end": 2041, + "start": 2060, + "end": 2062, "loc": { "start": { - "line": 65, + "line": 66, "column": 40 }, "end": { - "line": 65, + "line": 66, "column": 42 } } @@ -23150,15 +23150,15 @@ "binop": null, "updateContext": null }, - "start": 2041, - "end": 2042, + "start": 2062, + "end": 2063, "loc": { "start": { - "line": 65, + "line": 66, "column": 42 }, "end": { - "line": 65, + "line": 66, "column": 43 } } @@ -23176,15 +23176,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2047, - "end": 2061, + "start": 2068, + "end": 2082, "loc": { "start": { - "line": 66, + "line": 67, "column": 3 }, "end": { - "line": 66, + "line": 67, "column": 17 } } @@ -23202,15 +23202,15 @@ "binop": null, "updateContext": null }, - "start": 2061, - "end": 2062, + "start": 2082, + "end": 2083, "loc": { "start": { - "line": 66, + "line": 67, "column": 17 }, "end": { - "line": 66, + "line": 67, "column": 18 } } @@ -23228,15 +23228,15 @@ "binop": null }, "value": "tracker", - "start": 2062, - "end": 2069, + "start": 2083, + "end": 2090, "loc": { "start": { - "line": 66, + "line": 67, "column": 18 }, "end": { - "line": 66, + "line": 67, "column": 25 } } @@ -23254,15 +23254,15 @@ "binop": null, "updateContext": null }, - "start": 2069, - "end": 2070, + "start": 2090, + "end": 2091, "loc": { "start": { - "line": 66, + "line": 67, "column": 25 }, "end": { - "line": 66, + "line": 67, "column": 26 } } @@ -23280,15 +23280,15 @@ "binop": null }, "value": "ids", - "start": 2070, - "end": 2073, + "start": 2091, + "end": 2094, "loc": { "start": { - "line": 66, + "line": 67, "column": 26 }, "end": { - "line": 66, + "line": 67, "column": 29 } } @@ -23306,15 +23306,15 @@ "binop": null, "updateContext": null }, - "start": 2073, - "end": 2074, + "start": 2094, + "end": 2095, "loc": { "start": { - "line": 66, + "line": 67, "column": 29 }, "end": { - "line": 66, + "line": 67, "column": 30 } } @@ -23332,15 +23332,15 @@ "binop": null }, "value": "push", - "start": 2074, - "end": 2078, + "start": 2095, + "end": 2099, "loc": { "start": { - "line": 66, + "line": 67, "column": 30 }, "end": { - "line": 66, + "line": 67, "column": 34 } } @@ -23357,15 +23357,15 @@ "postfix": false, "binop": null }, - "start": 2078, - "end": 2079, + "start": 2099, + "end": 2100, "loc": { "start": { - "line": 66, + "line": 67, "column": 34 }, "end": { - "line": 66, + "line": 67, "column": 35 } } @@ -23383,15 +23383,15 @@ "binop": null }, "value": "ID", - "start": 2079, - "end": 2081, + "start": 2100, + "end": 2102, "loc": { "start": { - "line": 66, + "line": 67, "column": 35 }, "end": { - "line": 66, + "line": 67, "column": 37 } } @@ -23408,15 +23408,15 @@ "postfix": false, "binop": null }, - "start": 2081, - "end": 2082, + "start": 2102, + "end": 2103, "loc": { "start": { - "line": 66, + "line": 67, "column": 37 }, "end": { - "line": 66, + "line": 67, "column": 38 } } @@ -23434,15 +23434,15 @@ "binop": null, "updateContext": null }, - "start": 2082, - "end": 2083, + "start": 2103, + "end": 2104, "loc": { "start": { - "line": 66, + "line": 67, "column": 38 }, "end": { - "line": 66, + "line": 67, "column": 39 } } @@ -23460,15 +23460,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2088, - "end": 2102, + "start": 2109, + "end": 2123, "loc": { "start": { - "line": 67, + "line": 68, "column": 3 }, "end": { - "line": 67, + "line": 68, "column": 17 } } @@ -23486,15 +23486,15 @@ "binop": null, "updateContext": null }, - "start": 2102, - "end": 2103, + "start": 2123, + "end": 2124, "loc": { "start": { - "line": 67, + "line": 68, "column": 17 }, "end": { - "line": 67, + "line": 68, "column": 18 } } @@ -23512,15 +23512,15 @@ "binop": null }, "value": "tracker", - "start": 2103, - "end": 2110, + "start": 2124, + "end": 2131, "loc": { "start": { - "line": 67, + "line": 68, "column": 18 }, "end": { - "line": 67, + "line": 68, "column": 25 } } @@ -23538,15 +23538,15 @@ "binop": null, "updateContext": null }, - "start": 2110, - "end": 2111, + "start": 2131, + "end": 2132, "loc": { "start": { - "line": 67, + "line": 68, "column": 25 }, "end": { - "line": 67, + "line": 68, "column": 26 } } @@ -23564,15 +23564,15 @@ "binop": null }, "value": "pInstance", - "start": 2111, - "end": 2120, + "start": 2132, + "end": 2141, "loc": { "start": { - "line": 67, + "line": 68, "column": 26 }, "end": { - "line": 67, + "line": 68, "column": 35 } } @@ -23590,15 +23590,15 @@ "binop": null, "updateContext": null }, - "start": 2120, - "end": 2121, + "start": 2141, + "end": 2142, "loc": { "start": { - "line": 67, + "line": 68, "column": 35 }, "end": { - "line": 67, + "line": 68, "column": 36 } } @@ -23616,15 +23616,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2121, - "end": 2145, + "start": 2142, + "end": 2166, "loc": { "start": { - "line": 67, + "line": 68, "column": 36 }, "end": { - "line": 67, + "line": 68, "column": 60 } } @@ -23642,15 +23642,15 @@ "binop": null, "updateContext": null }, - "start": 2145, - "end": 2146, + "start": 2166, + "end": 2167, "loc": { "start": { - "line": 67, + "line": 68, "column": 60 }, "end": { - "line": 67, + "line": 68, "column": 61 } } @@ -23669,15 +23669,15 @@ "updateContext": null }, "value": "=", - "start": 2147, - "end": 2148, + "start": 2168, + "end": 2169, "loc": { "start": { - "line": 67, + "line": 68, "column": 62 }, "end": { - "line": 67, + "line": 68, "column": 63 } } @@ -23694,15 +23694,15 @@ "postfix": false, "binop": null }, - "start": 2149, - "end": 2150, + "start": 2170, + "end": 2171, "loc": { "start": { - "line": 67, + "line": 68, "column": 64 }, "end": { - "line": 67, + "line": 68, "column": 65 } } @@ -23719,15 +23719,15 @@ "postfix": false, "binop": null }, - "start": 2150, - "end": 2151, + "start": 2171, + "end": 2172, "loc": { "start": { - "line": 67, + "line": 68, "column": 65 }, "end": { - "line": 67, + "line": 68, "column": 66 } } @@ -23745,15 +23745,15 @@ "binop": null, "updateContext": null }, - "start": 2151, - "end": 2152, + "start": 2172, + "end": 2173, "loc": { "start": { - "line": 67, + "line": 68, "column": 66 }, "end": { - "line": 67, + "line": 68, "column": 67 } } @@ -23771,15 +23771,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2157, - "end": 2171, + "start": 2178, + "end": 2192, "loc": { "start": { - "line": 68, + "line": 69, "column": 3 }, "end": { - "line": 68, + "line": 69, "column": 17 } } @@ -23797,15 +23797,15 @@ "binop": null, "updateContext": null }, - "start": 2171, - "end": 2172, + "start": 2192, + "end": 2193, "loc": { "start": { - "line": 68, + "line": 69, "column": 17 }, "end": { - "line": 68, + "line": 69, "column": 18 } } @@ -23823,15 +23823,15 @@ "binop": null }, "value": "tracker", - "start": 2172, - "end": 2179, + "start": 2193, + "end": 2200, "loc": { "start": { - "line": 68, + "line": 69, "column": 18 }, "end": { - "line": 68, + "line": 69, "column": 25 } } @@ -23849,15 +23849,15 @@ "binop": null, "updateContext": null }, - "start": 2179, - "end": 2180, + "start": 2200, + "end": 2201, "loc": { "start": { - "line": 68, + "line": 69, "column": 25 }, "end": { - "line": 68, + "line": 69, "column": 26 } } @@ -23875,15 +23875,15 @@ "binop": null }, "value": "pInstance", - "start": 2180, - "end": 2189, + "start": 2201, + "end": 2210, "loc": { "start": { - "line": 68, + "line": 69, "column": 26 }, "end": { - "line": 68, + "line": 69, "column": 35 } } @@ -23901,15 +23901,15 @@ "binop": null, "updateContext": null }, - "start": 2189, - "end": 2190, + "start": 2210, + "end": 2211, "loc": { "start": { - "line": 68, + "line": 69, "column": 35 }, "end": { - "line": 68, + "line": 69, "column": 36 } } @@ -23927,15 +23927,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2190, - "end": 2214, + "start": 2211, + "end": 2235, "loc": { "start": { - "line": 68, + "line": 69, "column": 36 }, "end": { - "line": 68, + "line": 69, "column": 60 } } @@ -23953,15 +23953,15 @@ "binop": null, "updateContext": null }, - "start": 2214, - "end": 2215, + "start": 2235, + "end": 2236, "loc": { "start": { - "line": 68, + "line": 69, "column": 60 }, "end": { - "line": 68, + "line": 69, "column": 61 } } @@ -23979,15 +23979,15 @@ "binop": null, "updateContext": null }, - "start": 2215, - "end": 2216, + "start": 2236, + "end": 2237, "loc": { "start": { - "line": 68, + "line": 69, "column": 61 }, "end": { - "line": 68, + "line": 69, "column": 62 } } @@ -24006,15 +24006,15 @@ "updateContext": null }, "value": "listened", - "start": 2216, - "end": 2226, + "start": 2237, + "end": 2247, "loc": { "start": { - "line": 68, + "line": 69, "column": 62 }, "end": { - "line": 68, + "line": 69, "column": 72 } } @@ -24032,15 +24032,15 @@ "binop": null, "updateContext": null }, - "start": 2226, - "end": 2227, + "start": 2247, + "end": 2248, "loc": { "start": { - "line": 68, + "line": 69, "column": 72 }, "end": { - "line": 68, + "line": 69, "column": 73 } } @@ -24059,15 +24059,15 @@ "updateContext": null }, "value": "=", - "start": 2228, - "end": 2229, + "start": 2249, + "end": 2250, "loc": { "start": { - "line": 68, + "line": 69, "column": 74 }, "end": { - "line": 68, + "line": 69, "column": 75 } } @@ -24084,15 +24084,15 @@ "postfix": false, "binop": null }, - "start": 2230, - "end": 2231, + "start": 2251, + "end": 2252, "loc": { "start": { - "line": 68, + "line": 69, "column": 76 }, "end": { - "line": 68, + "line": 69, "column": 77 } } @@ -24109,15 +24109,15 @@ "postfix": false, "binop": null }, - "start": 2231, - "end": 2232, + "start": 2252, + "end": 2253, "loc": { "start": { - "line": 68, + "line": 69, "column": 77 }, "end": { - "line": 68, + "line": 69, "column": 78 } } @@ -24135,15 +24135,15 @@ "binop": null, "updateContext": null }, - "start": 2232, - "end": 2233, + "start": 2253, + "end": 2254, "loc": { "start": { - "line": 68, + "line": 69, "column": 78 }, "end": { - "line": 68, + "line": 69, "column": 79 } } @@ -24160,15 +24160,15 @@ "postfix": false, "binop": null }, - "start": 2237, - "end": 2238, + "start": 2258, + "end": 2259, "loc": { "start": { - "line": 69, + "line": 70, "column": 2 }, "end": { - "line": 69, + "line": 70, "column": 3 } } @@ -24188,15 +24188,15 @@ "updateContext": null }, "value": "if", - "start": 2244, - "end": 2246, + "start": 2265, + "end": 2267, "loc": { "start": { - "line": 71, + "line": 72, "column": 2 }, "end": { - "line": 71, + "line": 72, "column": 4 } } @@ -24213,15 +24213,15 @@ "postfix": false, "binop": null }, - "start": 2247, - "end": 2248, + "start": 2268, + "end": 2269, "loc": { "start": { - "line": 71, + "line": 72, "column": 5 }, "end": { - "line": 71, + "line": 72, "column": 6 } } @@ -24240,15 +24240,15 @@ "updateContext": null }, "value": "!", - "start": 2248, - "end": 2249, + "start": 2269, + "end": 2270, "loc": { "start": { - "line": 71, + "line": 72, "column": 6 }, "end": { - "line": 71, + "line": 72, "column": 7 } } @@ -24266,15 +24266,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2249, - "end": 2263, + "start": 2270, + "end": 2284, "loc": { "start": { - "line": 71, + "line": 72, "column": 7 }, "end": { - "line": 71, + "line": 72, "column": 21 } } @@ -24292,15 +24292,15 @@ "binop": null, "updateContext": null }, - "start": 2263, - "end": 2264, + "start": 2284, + "end": 2285, "loc": { "start": { - "line": 71, + "line": 72, "column": 21 }, "end": { - "line": 71, + "line": 72, "column": 22 } } @@ -24318,15 +24318,15 @@ "binop": null }, "value": "tracker", - "start": 2264, - "end": 2271, + "start": 2285, + "end": 2292, "loc": { "start": { - "line": 71, + "line": 72, "column": 22 }, "end": { - "line": 71, + "line": 72, "column": 29 } } @@ -24344,15 +24344,15 @@ "binop": null, "updateContext": null }, - "start": 2271, - "end": 2272, + "start": 2292, + "end": 2293, "loc": { "start": { - "line": 71, + "line": 72, "column": 29 }, "end": { - "line": 71, + "line": 72, "column": 30 } } @@ -24370,15 +24370,15 @@ "binop": null }, "value": "pInstance", - "start": 2272, - "end": 2281, + "start": 2293, + "end": 2302, "loc": { "start": { - "line": 71, + "line": 72, "column": 30 }, "end": { - "line": 71, + "line": 72, "column": 39 } } @@ -24396,15 +24396,15 @@ "binop": null, "updateContext": null }, - "start": 2281, - "end": 2282, + "start": 2302, + "end": 2303, "loc": { "start": { - "line": 71, + "line": 72, "column": 39 }, "end": { - "line": 71, + "line": 72, "column": 40 } } @@ -24422,15 +24422,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2282, - "end": 2306, + "start": 2303, + "end": 2327, "loc": { "start": { - "line": 71, + "line": 72, "column": 40 }, "end": { - "line": 71, + "line": 72, "column": 64 } } @@ -24448,15 +24448,15 @@ "binop": null, "updateContext": null }, - "start": 2306, - "end": 2307, + "start": 2327, + "end": 2328, "loc": { "start": { - "line": 71, + "line": 72, "column": 64 }, "end": { - "line": 71, + "line": 72, "column": 65 } } @@ -24474,15 +24474,15 @@ "binop": null, "updateContext": null }, - "start": 2307, - "end": 2308, + "start": 2328, + "end": 2329, "loc": { "start": { - "line": 71, + "line": 72, "column": 65 }, "end": { - "line": 71, + "line": 72, "column": 66 } } @@ -24500,15 +24500,15 @@ "binop": null }, "value": "pEventName", - "start": 2308, - "end": 2318, + "start": 2329, + "end": 2339, "loc": { "start": { - "line": 71, + "line": 72, "column": 66 }, "end": { - "line": 71, + "line": 72, "column": 76 } } @@ -24526,15 +24526,15 @@ "binop": null, "updateContext": null }, - "start": 2318, - "end": 2319, + "start": 2339, + "end": 2340, "loc": { "start": { - "line": 71, + "line": 72, "column": 76 }, "end": { - "line": 71, + "line": 72, "column": 77 } } @@ -24551,15 +24551,15 @@ "postfix": false, "binop": null }, - "start": 2319, - "end": 2320, + "start": 2340, + "end": 2341, "loc": { "start": { - "line": 71, + "line": 72, "column": 77 }, "end": { - "line": 71, + "line": 72, "column": 78 } } @@ -24577,15 +24577,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2321, - "end": 2335, + "start": 2342, + "end": 2356, "loc": { "start": { - "line": 71, + "line": 72, "column": 79 }, "end": { - "line": 71, + "line": 72, "column": 93 } } @@ -24603,15 +24603,15 @@ "binop": null, "updateContext": null }, - "start": 2335, - "end": 2336, + "start": 2356, + "end": 2357, "loc": { "start": { - "line": 71, + "line": 72, "column": 93 }, "end": { - "line": 71, + "line": 72, "column": 94 } } @@ -24629,15 +24629,15 @@ "binop": null }, "value": "tracker", - "start": 2336, - "end": 2343, + "start": 2357, + "end": 2364, "loc": { "start": { - "line": 71, + "line": 72, "column": 94 }, "end": { - "line": 71, + "line": 72, "column": 101 } } @@ -24655,15 +24655,15 @@ "binop": null, "updateContext": null }, - "start": 2343, - "end": 2344, + "start": 2364, + "end": 2365, "loc": { "start": { - "line": 71, + "line": 72, "column": 101 }, "end": { - "line": 71, + "line": 72, "column": 102 } } @@ -24681,15 +24681,15 @@ "binop": null }, "value": "pInstance", - "start": 2344, - "end": 2353, + "start": 2365, + "end": 2374, "loc": { "start": { - "line": 71, + "line": 72, "column": 102 }, "end": { - "line": 71, + "line": 72, "column": 111 } } @@ -24707,15 +24707,15 @@ "binop": null, "updateContext": null }, - "start": 2353, - "end": 2354, + "start": 2374, + "end": 2375, "loc": { "start": { - "line": 71, + "line": 72, "column": 111 }, "end": { - "line": 71, + "line": 72, "column": 112 } } @@ -24733,15 +24733,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2354, - "end": 2378, + "start": 2375, + "end": 2399, "loc": { "start": { - "line": 71, + "line": 72, "column": 112 }, "end": { - "line": 71, + "line": 72, "column": 136 } } @@ -24759,15 +24759,15 @@ "binop": null, "updateContext": null }, - "start": 2378, - "end": 2379, + "start": 2399, + "end": 2400, "loc": { "start": { - "line": 71, + "line": 72, "column": 136 }, "end": { - "line": 71, + "line": 72, "column": 137 } } @@ -24785,15 +24785,15 @@ "binop": null, "updateContext": null }, - "start": 2379, - "end": 2380, + "start": 2400, + "end": 2401, "loc": { "start": { - "line": 71, + "line": 72, "column": 137 }, "end": { - "line": 71, + "line": 72, "column": 138 } } @@ -24811,15 +24811,15 @@ "binop": null }, "value": "pEventName", - "start": 2380, - "end": 2390, + "start": 2401, + "end": 2411, "loc": { "start": { - "line": 71, + "line": 72, "column": 138 }, "end": { - "line": 71, + "line": 72, "column": 148 } } @@ -24837,15 +24837,15 @@ "binop": null, "updateContext": null }, - "start": 2390, - "end": 2391, + "start": 2411, + "end": 2412, "loc": { "start": { - "line": 71, + "line": 72, "column": 148 }, "end": { - "line": 71, + "line": 72, "column": 149 } } @@ -24864,15 +24864,15 @@ "updateContext": null }, "value": "=", - "start": 2392, - "end": 2393, + "start": 2413, + "end": 2414, "loc": { "start": { - "line": 71, + "line": 72, "column": 150 }, "end": { - "line": 71, + "line": 72, "column": 151 } } @@ -24889,15 +24889,15 @@ "postfix": false, "binop": null }, - "start": 2394, - "end": 2395, + "start": 2415, + "end": 2416, "loc": { "start": { - "line": 71, + "line": 72, "column": 152 }, "end": { - "line": 71, + "line": 72, "column": 153 } } @@ -24916,15 +24916,15 @@ "updateContext": null }, "value": "counter", - "start": 2396, - "end": 2405, + "start": 2417, + "end": 2426, "loc": { "start": { - "line": 71, + "line": 72, "column": 154 }, "end": { - "line": 71, + "line": 72, "column": 163 } } @@ -24942,15 +24942,15 @@ "binop": null, "updateContext": null }, - "start": 2405, - "end": 2406, + "start": 2426, + "end": 2427, "loc": { "start": { - "line": 71, + "line": 72, "column": 163 }, "end": { - "line": 71, + "line": 72, "column": 164 } } @@ -24969,15 +24969,15 @@ "updateContext": null }, "value": 0, - "start": 2407, - "end": 2408, + "start": 2428, + "end": 2429, "loc": { "start": { - "line": 71, + "line": 72, "column": 165 }, "end": { - "line": 71, + "line": 72, "column": 166 } } @@ -24994,15 +24994,15 @@ "postfix": false, "binop": null }, - "start": 2409, - "end": 2410, + "start": 2430, + "end": 2431, "loc": { "start": { - "line": 71, + "line": 72, "column": 167 }, "end": { - "line": 71, + "line": 72, "column": 168 } } @@ -25020,15 +25020,15 @@ "binop": null, "updateContext": null }, - "start": 2410, - "end": 2411, + "start": 2431, + "end": 2432, "loc": { "start": { - "line": 71, + "line": 72, "column": 168 }, "end": { - "line": 71, + "line": 72, "column": 169 } } @@ -25048,15 +25048,15 @@ "updateContext": null }, "value": "const", - "start": 2415, - "end": 2420, + "start": 2436, + "end": 2441, "loc": { "start": { - "line": 72, + "line": 73, "column": 2 }, "end": { - "line": 72, + "line": 73, "column": 7 } } @@ -25074,15 +25074,15 @@ "binop": null }, "value": "listenerID", - "start": 2421, - "end": 2431, + "start": 2442, + "end": 2452, "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 18 } } @@ -25101,15 +25101,15 @@ "updateContext": null }, "value": "=", - "start": 2432, - "end": 2433, + "start": 2453, + "end": 2454, "loc": { "start": { - "line": 72, + "line": 73, "column": 19 }, "end": { - "line": 72, + "line": 73, "column": 20 } } @@ -25127,15 +25127,15 @@ "binop": null }, "value": "++", - "start": 2434, - "end": 2436, + "start": 2455, + "end": 2457, "loc": { "start": { - "line": 72, + "line": 73, "column": 21 }, "end": { - "line": 72, + "line": 73, "column": 23 } } @@ -25153,15 +25153,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2436, - "end": 2450, + "start": 2457, + "end": 2471, "loc": { "start": { - "line": 72, + "line": 73, "column": 23 }, "end": { - "line": 72, + "line": 73, "column": 37 } } @@ -25179,15 +25179,15 @@ "binop": null, "updateContext": null }, - "start": 2450, - "end": 2451, + "start": 2471, + "end": 2472, "loc": { "start": { - "line": 72, + "line": 73, "column": 37 }, "end": { - "line": 72, + "line": 73, "column": 38 } } @@ -25205,15 +25205,15 @@ "binop": null }, "value": "tracker", - "start": 2451, - "end": 2458, + "start": 2472, + "end": 2479, "loc": { "start": { - "line": 72, + "line": 73, "column": 38 }, "end": { - "line": 72, + "line": 73, "column": 45 } } @@ -25231,15 +25231,15 @@ "binop": null, "updateContext": null }, - "start": 2458, - "end": 2459, + "start": 2479, + "end": 2480, "loc": { "start": { - "line": 72, + "line": 73, "column": 45 }, "end": { - "line": 72, + "line": 73, "column": 46 } } @@ -25257,15 +25257,15 @@ "binop": null }, "value": "pInstance", - "start": 2459, - "end": 2468, + "start": 2480, + "end": 2489, "loc": { "start": { - "line": 72, + "line": 73, "column": 46 }, "end": { - "line": 72, + "line": 73, "column": 55 } } @@ -25283,15 +25283,15 @@ "binop": null, "updateContext": null }, - "start": 2468, - "end": 2469, + "start": 2489, + "end": 2490, "loc": { "start": { - "line": 72, + "line": 73, "column": 55 }, "end": { - "line": 72, + "line": 73, "column": 56 } } @@ -25309,15 +25309,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2469, - "end": 2493, + "start": 2490, + "end": 2514, "loc": { "start": { - "line": 72, + "line": 73, "column": 56 }, "end": { - "line": 72, + "line": 73, "column": 80 } } @@ -25335,15 +25335,15 @@ "binop": null, "updateContext": null }, - "start": 2493, - "end": 2494, + "start": 2514, + "end": 2515, "loc": { "start": { - "line": 72, + "line": 73, "column": 80 }, "end": { - "line": 72, + "line": 73, "column": 81 } } @@ -25361,15 +25361,15 @@ "binop": null, "updateContext": null }, - "start": 2494, - "end": 2495, + "start": 2515, + "end": 2516, "loc": { "start": { - "line": 72, + "line": 73, "column": 81 }, "end": { - "line": 72, + "line": 73, "column": 82 } } @@ -25387,15 +25387,15 @@ "binop": null }, "value": "pEventName", - "start": 2495, - "end": 2505, + "start": 2516, + "end": 2526, "loc": { "start": { - "line": 72, + "line": 73, "column": 82 }, "end": { - "line": 72, + "line": 73, "column": 92 } } @@ -25413,15 +25413,15 @@ "binop": null, "updateContext": null }, - "start": 2505, - "end": 2506, + "start": 2526, + "end": 2527, "loc": { "start": { - "line": 72, + "line": 73, "column": 92 }, "end": { - "line": 72, + "line": 73, "column": 93 } } @@ -25439,15 +25439,15 @@ "binop": null, "updateContext": null }, - "start": 2506, - "end": 2507, + "start": 2527, + "end": 2528, "loc": { "start": { - "line": 72, + "line": 73, "column": 93 }, "end": { - "line": 72, + "line": 73, "column": 94 } } @@ -25465,15 +25465,15 @@ "binop": null }, "value": "counter", - "start": 2507, - "end": 2514, + "start": 2528, + "end": 2535, "loc": { "start": { - "line": 72, + "line": 73, "column": 94 }, "end": { - "line": 72, + "line": 73, "column": 101 } } @@ -25491,15 +25491,15 @@ "binop": null, "updateContext": null }, - "start": 2514, - "end": 2515, + "start": 2535, + "end": 2536, "loc": { "start": { - "line": 72, + "line": 73, "column": 101 }, "end": { - "line": 72, + "line": 73, "column": 102 } } @@ -25519,15 +25519,15 @@ "updateContext": null }, "value": "if", - "start": 2519, - "end": 2521, + "start": 2540, + "end": 2542, "loc": { "start": { - "line": 73, + "line": 74, "column": 2 }, "end": { - "line": 73, + "line": 74, "column": 4 } } @@ -25544,15 +25544,15 @@ "postfix": false, "binop": null }, - "start": 2522, - "end": 2523, + "start": 2543, + "end": 2544, "loc": { "start": { - "line": 73, + "line": 74, "column": 5 }, "end": { - "line": 73, + "line": 74, "column": 6 } } @@ -25571,15 +25571,15 @@ "updateContext": null }, "value": "!", - "start": 2523, - "end": 2524, + "start": 2544, + "end": 2545, "loc": { "start": { - "line": 73, + "line": 74, "column": 6 }, "end": { - "line": 73, + "line": 74, "column": 7 } } @@ -25597,15 +25597,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2524, - "end": 2538, + "start": 2545, + "end": 2559, "loc": { "start": { - "line": 73, + "line": 74, "column": 7 }, "end": { - "line": 73, + "line": 74, "column": 21 } } @@ -25623,15 +25623,15 @@ "binop": null, "updateContext": null }, - "start": 2538, - "end": 2539, + "start": 2559, + "end": 2560, "loc": { "start": { - "line": 73, + "line": 74, "column": 21 }, "end": { - "line": 73, + "line": 74, "column": 22 } } @@ -25649,15 +25649,15 @@ "binop": null }, "value": "tracker", - "start": 2539, - "end": 2546, + "start": 2560, + "end": 2567, "loc": { "start": { - "line": 73, + "line": 74, "column": 22 }, "end": { - "line": 73, + "line": 74, "column": 29 } } @@ -25675,15 +25675,15 @@ "binop": null, "updateContext": null }, - "start": 2546, - "end": 2547, + "start": 2567, + "end": 2568, "loc": { "start": { - "line": 73, + "line": 74, "column": 29 }, "end": { - "line": 73, + "line": 74, "column": 30 } } @@ -25701,15 +25701,15 @@ "binop": null }, "value": "pInstance", - "start": 2547, - "end": 2556, + "start": 2568, + "end": 2577, "loc": { "start": { - "line": 73, + "line": 74, "column": 30 }, "end": { - "line": 73, + "line": 74, "column": 39 } } @@ -25727,15 +25727,15 @@ "binop": null, "updateContext": null }, - "start": 2556, - "end": 2557, + "start": 2577, + "end": 2578, "loc": { "start": { - "line": 73, + "line": 74, "column": 39 }, "end": { - "line": 73, + "line": 74, "column": 40 } } @@ -25753,15 +25753,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2557, - "end": 2581, + "start": 2578, + "end": 2602, "loc": { "start": { - "line": 73, + "line": 74, "column": 40 }, "end": { - "line": 73, + "line": 74, "column": 64 } } @@ -25779,15 +25779,15 @@ "binop": null, "updateContext": null }, - "start": 2581, - "end": 2582, + "start": 2602, + "end": 2603, "loc": { "start": { - "line": 73, + "line": 74, "column": 64 }, "end": { - "line": 73, + "line": 74, "column": 65 } } @@ -25805,15 +25805,15 @@ "binop": null, "updateContext": null }, - "start": 2582, - "end": 2583, + "start": 2603, + "end": 2604, "loc": { "start": { - "line": 73, + "line": 74, "column": 65 }, "end": { - "line": 73, + "line": 74, "column": 66 } } @@ -25832,15 +25832,15 @@ "updateContext": null }, "value": "listened", - "start": 2583, - "end": 2593, + "start": 2604, + "end": 2614, "loc": { "start": { - "line": 73, + "line": 74, "column": 66 }, "end": { - "line": 73, + "line": 74, "column": 76 } } @@ -25858,15 +25858,15 @@ "binop": null, "updateContext": null }, - "start": 2593, - "end": 2594, + "start": 2614, + "end": 2615, "loc": { "start": { - "line": 73, + "line": 74, "column": 76 }, "end": { - "line": 73, + "line": 74, "column": 77 } } @@ -25884,15 +25884,15 @@ "binop": null, "updateContext": null }, - "start": 2594, - "end": 2595, + "start": 2615, + "end": 2616, "loc": { "start": { - "line": 73, + "line": 74, "column": 77 }, "end": { - "line": 73, + "line": 74, "column": 78 } } @@ -25910,15 +25910,15 @@ "binop": null }, "value": "pEventName", - "start": 2595, - "end": 2605, + "start": 2616, + "end": 2626, "loc": { "start": { - "line": 73, + "line": 74, "column": 78 }, "end": { - "line": 73, + "line": 74, "column": 88 } } @@ -25936,15 +25936,15 @@ "binop": null, "updateContext": null }, - "start": 2605, - "end": 2606, + "start": 2626, + "end": 2627, "loc": { "start": { - "line": 73, + "line": 74, "column": 88 }, "end": { - "line": 73, + "line": 74, "column": 89 } } @@ -25961,15 +25961,15 @@ "postfix": false, "binop": null }, - "start": 2606, - "end": 2607, + "start": 2627, + "end": 2628, "loc": { "start": { - "line": 73, + "line": 74, "column": 89 }, "end": { - "line": 73, + "line": 74, "column": 90 } } @@ -25989,15 +25989,15 @@ "updateContext": null }, "value": "this", - "start": 2608, - "end": 2612, + "start": 2629, + "end": 2633, "loc": { "start": { - "line": 73, + "line": 74, "column": 91 }, "end": { - "line": 73, + "line": 74, "column": 95 } } @@ -26015,15 +26015,15 @@ "binop": null, "updateContext": null }, - "start": 2612, - "end": 2613, + "start": 2633, + "end": 2634, "loc": { "start": { - "line": 73, + "line": 74, "column": 95 }, "end": { - "line": 73, + "line": 74, "column": 96 } } @@ -26041,15 +26041,15 @@ "binop": null }, "value": "listenForEvent", - "start": 2613, - "end": 2627, + "start": 2634, + "end": 2648, "loc": { "start": { - "line": 73, + "line": 74, "column": 96 }, "end": { - "line": 73, + "line": 74, "column": 110 } } @@ -26066,15 +26066,15 @@ "postfix": false, "binop": null }, - "start": 2627, - "end": 2628, + "start": 2648, + "end": 2649, "loc": { "start": { - "line": 73, + "line": 74, "column": 110 }, "end": { - "line": 73, + "line": 74, "column": 111 } } @@ -26092,15 +26092,15 @@ "binop": null }, "value": "pInstance", - "start": 2628, - "end": 2637, + "start": 2649, + "end": 2658, "loc": { "start": { - "line": 73, + "line": 74, "column": 111 }, "end": { - "line": 73, + "line": 74, "column": 120 } } @@ -26118,15 +26118,15 @@ "binop": null, "updateContext": null }, - "start": 2637, - "end": 2638, + "start": 2658, + "end": 2659, "loc": { "start": { - "line": 73, + "line": 74, "column": 120 }, "end": { - "line": 73, + "line": 74, "column": 121 } } @@ -26144,15 +26144,15 @@ "binop": null }, "value": "pEventName", - "start": 2639, - "end": 2649, + "start": 2660, + "end": 2670, "loc": { "start": { - "line": 73, + "line": 74, "column": 122 }, "end": { - "line": 73, + "line": 74, "column": 132 } } @@ -26169,15 +26169,15 @@ "postfix": false, "binop": null }, - "start": 2649, - "end": 2650, + "start": 2670, + "end": 2671, "loc": { "start": { - "line": 73, + "line": 74, "column": 132 }, "end": { - "line": 73, + "line": 74, "column": 133 } } @@ -26195,15 +26195,15 @@ "binop": null, "updateContext": null }, - "start": 2650, - "end": 2651, + "start": 2671, + "end": 2672, "loc": { "start": { - "line": 73, + "line": 74, "column": 133 }, "end": { - "line": 73, + "line": 74, "column": 134 } } @@ -26221,15 +26221,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2655, - "end": 2669, + "start": 2676, + "end": 2690, "loc": { "start": { - "line": 74, + "line": 75, "column": 2 }, "end": { - "line": 74, + "line": 75, "column": 16 } } @@ -26247,15 +26247,15 @@ "binop": null, "updateContext": null }, - "start": 2669, - "end": 2670, + "start": 2690, + "end": 2691, "loc": { "start": { - "line": 74, + "line": 75, "column": 16 }, "end": { - "line": 74, + "line": 75, "column": 17 } } @@ -26273,15 +26273,15 @@ "binop": null }, "value": "tracker", - "start": 2670, - "end": 2677, + "start": 2691, + "end": 2698, "loc": { "start": { - "line": 74, + "line": 75, "column": 17 }, "end": { - "line": 74, + "line": 75, "column": 24 } } @@ -26299,15 +26299,15 @@ "binop": null, "updateContext": null }, - "start": 2677, - "end": 2678, + "start": 2698, + "end": 2699, "loc": { "start": { - "line": 74, + "line": 75, "column": 24 }, "end": { - "line": 74, + "line": 75, "column": 25 } } @@ -26325,15 +26325,15 @@ "binop": null }, "value": "pInstance", - "start": 2678, - "end": 2687, + "start": 2699, + "end": 2708, "loc": { "start": { - "line": 74, + "line": 75, "column": 25 }, "end": { - "line": 74, + "line": 75, "column": 34 } } @@ -26351,15 +26351,15 @@ "binop": null, "updateContext": null }, - "start": 2687, - "end": 2688, + "start": 2708, + "end": 2709, "loc": { "start": { - "line": 74, + "line": 75, "column": 34 }, "end": { - "line": 74, + "line": 75, "column": 35 } } @@ -26377,15 +26377,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2688, - "end": 2712, + "start": 2709, + "end": 2733, "loc": { "start": { - "line": 74, + "line": 75, "column": 35 }, "end": { - "line": 74, + "line": 75, "column": 59 } } @@ -26403,15 +26403,15 @@ "binop": null, "updateContext": null }, - "start": 2712, - "end": 2713, + "start": 2733, + "end": 2734, "loc": { "start": { - "line": 74, + "line": 75, "column": 59 }, "end": { - "line": 74, + "line": 75, "column": 60 } } @@ -26429,15 +26429,15 @@ "binop": null, "updateContext": null }, - "start": 2713, - "end": 2714, + "start": 2734, + "end": 2735, "loc": { "start": { - "line": 74, + "line": 75, "column": 60 }, "end": { - "line": 74, + "line": 75, "column": 61 } } @@ -26455,15 +26455,15 @@ "binop": null }, "value": "pEventName", - "start": 2714, - "end": 2724, + "start": 2735, + "end": 2745, "loc": { "start": { - "line": 74, + "line": 75, "column": 61 }, "end": { - "line": 74, + "line": 75, "column": 71 } } @@ -26481,15 +26481,15 @@ "binop": null, "updateContext": null }, - "start": 2724, - "end": 2725, + "start": 2745, + "end": 2746, "loc": { "start": { - "line": 74, + "line": 75, "column": 71 }, "end": { - "line": 74, + "line": 75, "column": 72 } } @@ -26507,15 +26507,15 @@ "binop": null, "updateContext": null }, - "start": 2725, - "end": 2726, + "start": 2746, + "end": 2747, "loc": { "start": { - "line": 74, + "line": 75, "column": 72 }, "end": { - "line": 74, + "line": 75, "column": 73 } } @@ -26533,15 +26533,15 @@ "binop": null }, "value": "listenerID", - "start": 2726, - "end": 2736, + "start": 2747, + "end": 2757, "loc": { "start": { - "line": 74, + "line": 75, "column": 73 }, "end": { - "line": 74, + "line": 75, "column": 83 } } @@ -26559,15 +26559,15 @@ "binop": null, "updateContext": null }, - "start": 2736, - "end": 2737, + "start": 2757, + "end": 2758, "loc": { "start": { - "line": 74, + "line": 75, "column": 83 }, "end": { - "line": 74, + "line": 75, "column": 84 } } @@ -26586,15 +26586,15 @@ "updateContext": null }, "value": "=", - "start": 2738, - "end": 2739, + "start": 2759, + "end": 2760, "loc": { "start": { - "line": 74, + "line": 75, "column": 85 }, "end": { - "line": 74, + "line": 75, "column": 86 } } @@ -26612,15 +26612,15 @@ "binop": null }, "value": "pFunction", - "start": 2740, - "end": 2749, + "start": 2761, + "end": 2770, "loc": { "start": { - "line": 74, + "line": 75, "column": 87 }, "end": { - "line": 74, + "line": 75, "column": 96 } } @@ -26638,15 +26638,15 @@ "binop": null, "updateContext": null }, - "start": 2749, - "end": 2750, + "start": 2770, + "end": 2771, "loc": { "start": { - "line": 74, + "line": 75, "column": 96 }, "end": { - "line": 74, + "line": 75, "column": 97 } } @@ -26654,15 +26654,15 @@ { "type": "CommentLine", "value": " If the event name is `onNew` then call immedietly, there is no way to capture this event", - "start": 2754, - "end": 2845, + "start": 2775, + "end": 2866, "loc": { "start": { - "line": 75, + "line": 76, "column": 2 }, "end": { - "line": 75, + "line": 76, "column": 93 } } @@ -26682,15 +26682,15 @@ "updateContext": null }, "value": "if", - "start": 2849, - "end": 2851, + "start": 2870, + "end": 2872, "loc": { "start": { - "line": 76, + "line": 77, "column": 2 }, "end": { - "line": 76, + "line": 77, "column": 4 } } @@ -26707,15 +26707,15 @@ "postfix": false, "binop": null }, - "start": 2852, - "end": 2853, + "start": 2873, + "end": 2874, "loc": { "start": { - "line": 76, + "line": 77, "column": 5 }, "end": { - "line": 76, + "line": 77, "column": 6 } } @@ -26733,15 +26733,15 @@ "binop": null }, "value": "pEventName", - "start": 2853, - "end": 2863, + "start": 2874, + "end": 2884, "loc": { "start": { - "line": 76, + "line": 77, "column": 6 }, "end": { - "line": 76, + "line": 77, "column": 16 } } @@ -26760,15 +26760,15 @@ "updateContext": null }, "value": "===", - "start": 2864, - "end": 2867, + "start": 2885, + "end": 2888, "loc": { "start": { - "line": 76, + "line": 77, "column": 17 }, "end": { - "line": 76, + "line": 77, "column": 20 } } @@ -26787,15 +26787,15 @@ "updateContext": null }, "value": "onNew", - "start": 2868, - "end": 2875, + "start": 2889, + "end": 2896, "loc": { "start": { - "line": 76, + "line": 77, "column": 21 }, "end": { - "line": 76, + "line": 77, "column": 28 } } @@ -26812,15 +26812,15 @@ "postfix": false, "binop": null }, - "start": 2875, - "end": 2876, + "start": 2896, + "end": 2897, "loc": { "start": { - "line": 76, + "line": 77, "column": 28 }, "end": { - "line": 76, + "line": 77, "column": 29 } } @@ -26838,15 +26838,15 @@ "binop": null }, "value": "PulseComponent", - "start": 2877, - "end": 2891, + "start": 2898, + "end": 2912, "loc": { "start": { - "line": 76, + "line": 77, "column": 30 }, "end": { - "line": 76, + "line": 77, "column": 44 } } @@ -26864,15 +26864,15 @@ "binop": null, "updateContext": null }, - "start": 2891, - "end": 2892, + "start": 2912, + "end": 2913, "loc": { "start": { - "line": 76, + "line": 77, "column": 44 }, "end": { - "line": 76, + "line": 77, "column": 45 } } @@ -26890,15 +26890,15 @@ "binop": null }, "value": "tracker", - "start": 2892, - "end": 2899, + "start": 2913, + "end": 2920, "loc": { "start": { - "line": 76, + "line": 77, "column": 45 }, "end": { - "line": 76, + "line": 77, "column": 52 } } @@ -26916,15 +26916,15 @@ "binop": null, "updateContext": null }, - "start": 2899, - "end": 2900, + "start": 2920, + "end": 2921, "loc": { "start": { - "line": 76, + "line": 77, "column": 52 }, "end": { - "line": 76, + "line": 77, "column": 53 } } @@ -26942,15 +26942,15 @@ "binop": null }, "value": "pInstance", - "start": 2900, - "end": 2909, + "start": 2921, + "end": 2930, "loc": { "start": { - "line": 76, + "line": 77, "column": 53 }, "end": { - "line": 76, + "line": 77, "column": 62 } } @@ -26968,15 +26968,15 @@ "binop": null, "updateContext": null }, - "start": 2909, - "end": 2910, + "start": 2930, + "end": 2931, "loc": { "start": { - "line": 76, + "line": 77, "column": 62 }, "end": { - "line": 76, + "line": 77, "column": 63 } } @@ -26994,15 +26994,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 2910, - "end": 2934, + "start": 2931, + "end": 2955, "loc": { "start": { - "line": 76, + "line": 77, "column": 63 }, "end": { - "line": 76, + "line": 77, "column": 87 } } @@ -27020,15 +27020,15 @@ "binop": null, "updateContext": null }, - "start": 2934, - "end": 2935, + "start": 2955, + "end": 2956, "loc": { "start": { - "line": 76, + "line": 77, "column": 87 }, "end": { - "line": 76, + "line": 77, "column": 88 } } @@ -27046,15 +27046,15 @@ "binop": null, "updateContext": null }, - "start": 2935, - "end": 2936, + "start": 2956, + "end": 2957, "loc": { "start": { - "line": 76, + "line": 77, "column": 88 }, "end": { - "line": 76, + "line": 77, "column": 89 } } @@ -27072,15 +27072,15 @@ "binop": null }, "value": "pEventName", - "start": 2936, - "end": 2946, + "start": 2957, + "end": 2967, "loc": { "start": { - "line": 76, + "line": 77, "column": 89 }, "end": { - "line": 76, + "line": 77, "column": 99 } } @@ -27098,15 +27098,15 @@ "binop": null, "updateContext": null }, - "start": 2946, - "end": 2947, + "start": 2967, + "end": 2968, "loc": { "start": { - "line": 76, + "line": 77, "column": 99 }, "end": { - "line": 76, + "line": 77, "column": 100 } } @@ -27124,15 +27124,15 @@ "binop": null, "updateContext": null }, - "start": 2947, - "end": 2948, + "start": 2968, + "end": 2969, "loc": { "start": { - "line": 76, + "line": 77, "column": 100 }, "end": { - "line": 76, + "line": 77, "column": 101 } } @@ -27150,15 +27150,15 @@ "binop": null }, "value": "listenerID", - "start": 2948, - "end": 2958, + "start": 2969, + "end": 2979, "loc": { "start": { - "line": 76, + "line": 77, "column": 101 }, "end": { - "line": 76, + "line": 77, "column": 111 } } @@ -27176,15 +27176,15 @@ "binop": null, "updateContext": null }, - "start": 2958, - "end": 2959, + "start": 2979, + "end": 2980, "loc": { "start": { - "line": 76, + "line": 77, "column": 111 }, "end": { - "line": 76, + "line": 77, "column": 112 } } @@ -27202,15 +27202,15 @@ "binop": null, "updateContext": null }, - "start": 2959, - "end": 2960, + "start": 2980, + "end": 2981, "loc": { "start": { - "line": 76, + "line": 77, "column": 112 }, "end": { - "line": 76, + "line": 77, "column": 113 } } @@ -27228,15 +27228,15 @@ "binop": null }, "value": "bind", - "start": 2960, - "end": 2964, + "start": 2981, + "end": 2985, "loc": { "start": { - "line": 76, + "line": 77, "column": 113 }, "end": { - "line": 76, + "line": 77, "column": 117 } } @@ -27253,15 +27253,15 @@ "postfix": false, "binop": null }, - "start": 2964, - "end": 2965, + "start": 2985, + "end": 2986, "loc": { "start": { - "line": 76, + "line": 77, "column": 117 }, "end": { - "line": 76, + "line": 77, "column": 118 } } @@ -27279,15 +27279,15 @@ "binop": null }, "value": "pInstance", - "start": 2965, - "end": 2974, + "start": 2986, + "end": 2995, "loc": { "start": { - "line": 76, + "line": 77, "column": 118 }, "end": { - "line": 76, + "line": 77, "column": 127 } } @@ -27304,15 +27304,15 @@ "postfix": false, "binop": null }, - "start": 2974, - "end": 2975, + "start": 2995, + "end": 2996, "loc": { "start": { - "line": 76, + "line": 77, "column": 127 }, "end": { - "line": 76, + "line": 77, "column": 128 } } @@ -27329,15 +27329,15 @@ "postfix": false, "binop": null }, - "start": 2975, - "end": 2976, + "start": 2996, + "end": 2997, "loc": { "start": { - "line": 76, + "line": 77, "column": 128 }, "end": { - "line": 76, + "line": 77, "column": 129 } } @@ -27354,15 +27354,15 @@ "postfix": false, "binop": null }, - "start": 2976, - "end": 2977, + "start": 2997, + "end": 2998, "loc": { "start": { - "line": 76, + "line": 77, "column": 129 }, "end": { - "line": 76, + "line": 77, "column": 130 } } @@ -27380,15 +27380,15 @@ "binop": null, "updateContext": null }, - "start": 2977, - "end": 2978, + "start": 2998, + "end": 2999, "loc": { "start": { - "line": 76, + "line": 77, "column": 130 }, "end": { - "line": 76, + "line": 77, "column": 131 } } @@ -27405,15 +27405,15 @@ "postfix": false, "binop": null }, - "start": 2981, - "end": 2982, + "start": 3002, + "end": 3003, "loc": { "start": { - "line": 77, + "line": 78, "column": 1 }, "end": { - "line": 77, + "line": 78, "column": 2 } } @@ -27431,15 +27431,15 @@ "binop": null, "updateContext": null }, - "start": 2982, - "end": 2983, + "start": 3003, + "end": 3004, "loc": { "start": { - "line": 77, + "line": 78, "column": 2 }, "end": { - "line": 77, + "line": 78, "column": 3 } } @@ -27447,15 +27447,15 @@ { "type": "CommentBlock", "value": "*\r\n\t * Removes an event listener function from pInstance\r\n\t * \r\n\t * @param {Object} pInstance - The instance to remove the event listener from\r\n\t * @param {string} pEventName - The name of the event to remove\r\n\t * @param {Function} pFunction - The function to be removed\r\n\t ", - "start": 2988, - "end": 3266, + "start": 3009, + "end": 3287, "loc": { "start": { - "line": 79, + "line": 80, "column": 1 }, "end": { - "line": 85, + "line": 86, "column": 4 } } @@ -27473,15 +27473,15 @@ "binop": null }, "value": "off", - "start": 3269, - "end": 3272, + "start": 3290, + "end": 3293, "loc": { "start": { - "line": 86, + "line": 87, "column": 1 }, "end": { - "line": 86, + "line": 87, "column": 4 } } @@ -27498,15 +27498,15 @@ "postfix": false, "binop": null }, - "start": 3272, - "end": 3273, + "start": 3293, + "end": 3294, "loc": { "start": { - "line": 86, + "line": 87, "column": 4 }, "end": { - "line": 86, + "line": 87, "column": 5 } } @@ -27524,15 +27524,15 @@ "binop": null }, "value": "pInstance", - "start": 3273, - "end": 3282, + "start": 3294, + "end": 3303, "loc": { "start": { - "line": 86, + "line": 87, "column": 5 }, "end": { - "line": 86, + "line": 87, "column": 14 } } @@ -27550,15 +27550,15 @@ "binop": null, "updateContext": null }, - "start": 3282, - "end": 3283, + "start": 3303, + "end": 3304, "loc": { "start": { - "line": 86, + "line": 87, "column": 14 }, "end": { - "line": 86, + "line": 87, "column": 15 } } @@ -27576,15 +27576,15 @@ "binop": null }, "value": "pEventName", - "start": 3284, - "end": 3294, + "start": 3305, + "end": 3315, "loc": { "start": { - "line": 86, + "line": 87, "column": 16 }, "end": { - "line": 86, + "line": 87, "column": 26 } } @@ -27602,15 +27602,15 @@ "binop": null, "updateContext": null }, - "start": 3294, - "end": 3295, + "start": 3315, + "end": 3316, "loc": { "start": { - "line": 86, + "line": 87, "column": 26 }, "end": { - "line": 86, + "line": 87, "column": 27 } } @@ -27628,15 +27628,15 @@ "binop": null }, "value": "pFunction", - "start": 3296, - "end": 3305, + "start": 3317, + "end": 3326, "loc": { "start": { - "line": 86, + "line": 87, "column": 28 }, "end": { - "line": 86, + "line": 87, "column": 37 } } @@ -27653,15 +27653,15 @@ "postfix": false, "binop": null }, - "start": 3305, - "end": 3306, + "start": 3326, + "end": 3327, "loc": { "start": { - "line": 86, + "line": 87, "column": 37 }, "end": { - "line": 86, + "line": 87, "column": 38 } } @@ -27678,15 +27678,15 @@ "postfix": false, "binop": null }, - "start": 3307, - "end": 3308, + "start": 3328, + "end": 3329, "loc": { "start": { - "line": 86, + "line": 87, "column": 39 }, "end": { - "line": 86, + "line": 87, "column": 40 } } @@ -27706,15 +27706,15 @@ "updateContext": null }, "value": "if", - "start": 3312, - "end": 3314, + "start": 3333, + "end": 3335, "loc": { "start": { - "line": 87, + "line": 88, "column": 2 }, "end": { - "line": 87, + "line": 88, "column": 4 } } @@ -27731,15 +27731,15 @@ "postfix": false, "binop": null }, - "start": 3315, - "end": 3316, + "start": 3336, + "end": 3337, "loc": { "start": { - "line": 87, + "line": 88, "column": 5 }, "end": { - "line": 87, + "line": 88, "column": 6 } } @@ -27759,15 +27759,15 @@ "updateContext": null }, "value": "typeof", - "start": 3316, - "end": 3322, + "start": 3337, + "end": 3343, "loc": { "start": { - "line": 87, + "line": 88, "column": 6 }, "end": { - "line": 87, + "line": 88, "column": 12 } } @@ -27784,15 +27784,15 @@ "postfix": false, "binop": null }, - "start": 3322, - "end": 3323, + "start": 3343, + "end": 3344, "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 13 } } @@ -27810,15 +27810,15 @@ "binop": null }, "value": "pFunction", - "start": 3323, - "end": 3332, + "start": 3344, + "end": 3353, "loc": { "start": { - "line": 87, + "line": 88, "column": 13 }, "end": { - "line": 87, + "line": 88, "column": 22 } } @@ -27835,15 +27835,15 @@ "postfix": false, "binop": null }, - "start": 3332, - "end": 3333, + "start": 3353, + "end": 3354, "loc": { "start": { - "line": 87, + "line": 88, "column": 22 }, "end": { - "line": 87, + "line": 88, "column": 23 } } @@ -27862,15 +27862,15 @@ "updateContext": null }, "value": "!==", - "start": 3334, - "end": 3337, + "start": 3355, + "end": 3358, "loc": { "start": { - "line": 87, + "line": 88, "column": 24 }, "end": { - "line": 87, + "line": 88, "column": 27 } } @@ -27889,15 +27889,15 @@ "updateContext": null }, "value": "function", - "start": 3338, - "end": 3348, + "start": 3359, + "end": 3369, "loc": { "start": { - "line": 87, + "line": 88, "column": 28 }, "end": { - "line": 87, + "line": 88, "column": 38 } } @@ -27914,15 +27914,15 @@ "postfix": false, "binop": null }, - "start": 3348, - "end": 3349, + "start": 3369, + "end": 3370, "loc": { "start": { - "line": 87, + "line": 88, "column": 38 }, "end": { - "line": 87, + "line": 88, "column": 39 } } @@ -27939,15 +27939,15 @@ "postfix": false, "binop": null }, - "start": 3350, - "end": 3351, + "start": 3371, + "end": 3372, "loc": { "start": { - "line": 87, + "line": 88, "column": 40 }, "end": { - "line": 87, + "line": 88, "column": 41 } } @@ -27967,15 +27967,15 @@ "updateContext": null }, "value": "this", - "start": 3356, - "end": 3360, + "start": 3377, + "end": 3381, "loc": { "start": { - "line": 88, + "line": 89, "column": 3 }, "end": { - "line": 88, + "line": 89, "column": 7 } } @@ -27993,15 +27993,15 @@ "binop": null, "updateContext": null }, - "start": 3360, - "end": 3361, + "start": 3381, + "end": 3382, "loc": { "start": { - "line": 88, + "line": 89, "column": 7 }, "end": { - "line": 88, + "line": 89, "column": 8 } } @@ -28019,15 +28019,15 @@ "binop": null }, "value": "logger", - "start": 3361, - "end": 3367, + "start": 3382, + "end": 3388, "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 14 } } @@ -28045,15 +28045,15 @@ "binop": null, "updateContext": null }, - "start": 3367, - "end": 3368, + "start": 3388, + "end": 3389, "loc": { "start": { - "line": 88, + "line": 89, "column": 14 }, "end": { - "line": 88, + "line": 89, "column": 15 } } @@ -28071,15 +28071,15 @@ "binop": null }, "value": "prefix", - "start": 3368, - "end": 3374, + "start": 3389, + "end": 3395, "loc": { "start": { - "line": 88, + "line": 89, "column": 15 }, "end": { - "line": 88, + "line": 89, "column": 21 } } @@ -28096,15 +28096,15 @@ "postfix": false, "binop": null }, - "start": 3374, - "end": 3375, + "start": 3395, + "end": 3396, "loc": { "start": { - "line": 88, + "line": 89, "column": 21 }, "end": { - "line": 88, + "line": 89, "column": 22 } } @@ -28123,15 +28123,15 @@ "updateContext": null }, "value": "PulseComponent-Module", - "start": 3375, - "end": 3398, + "start": 3396, + "end": 3419, "loc": { "start": { - "line": 88, + "line": 89, "column": 22 }, "end": { - "line": 88, + "line": 89, "column": 45 } } @@ -28148,15 +28148,15 @@ "postfix": false, "binop": null }, - "start": 3398, - "end": 3399, + "start": 3419, + "end": 3420, "loc": { "start": { - "line": 88, + "line": 89, "column": 45 }, "end": { - "line": 88, + "line": 89, "column": 46 } } @@ -28174,15 +28174,15 @@ "binop": null, "updateContext": null }, - "start": 3399, - "end": 3400, + "start": 3420, + "end": 3421, "loc": { "start": { - "line": 88, + "line": 89, "column": 46 }, "end": { - "line": 88, + "line": 89, "column": 47 } } @@ -28200,15 +28200,15 @@ "binop": null }, "value": "error", - "start": 3400, - "end": 3405, + "start": 3421, + "end": 3426, "loc": { "start": { - "line": 88, + "line": 89, "column": 47 }, "end": { - "line": 88, + "line": 89, "column": 52 } } @@ -28225,15 +28225,15 @@ "postfix": false, "binop": null }, - "start": 3405, - "end": 3406, + "start": 3426, + "end": 3427, "loc": { "start": { - "line": 88, + "line": 89, "column": 52 }, "end": { - "line": 88, + "line": 89, "column": 53 } } @@ -28252,15 +28252,15 @@ "updateContext": null }, "value": "pFunction argument is missing or it is not of the function type!", - "start": 3406, - "end": 3472, + "start": 3427, + "end": 3493, "loc": { "start": { - "line": 88, + "line": 89, "column": 53 }, "end": { - "line": 88, + "line": 89, "column": 119 } } @@ -28277,15 +28277,15 @@ "postfix": false, "binop": null }, - "start": 3472, - "end": 3473, + "start": 3493, + "end": 3494, "loc": { "start": { - "line": 88, + "line": 89, "column": 119 }, "end": { - "line": 88, + "line": 89, "column": 120 } } @@ -28303,15 +28303,15 @@ "binop": null, "updateContext": null }, - "start": 3473, - "end": 3474, + "start": 3494, + "end": 3495, "loc": { "start": { - "line": 88, + "line": 89, "column": 120 }, "end": { - "line": 88, + "line": 89, "column": 121 } } @@ -28331,15 +28331,15 @@ "updateContext": null }, "value": "return", - "start": 3479, - "end": 3485, + "start": 3500, + "end": 3506, "loc": { "start": { - "line": 89, + "line": 90, "column": 3 }, "end": { - "line": 89, + "line": 90, "column": 9 } } @@ -28357,15 +28357,15 @@ "binop": null, "updateContext": null }, - "start": 3485, - "end": 3486, + "start": 3506, + "end": 3507, "loc": { "start": { - "line": 89, + "line": 90, "column": 9 }, "end": { - "line": 89, + "line": 90, "column": 10 } } @@ -28382,15 +28382,15 @@ "postfix": false, "binop": null }, - "start": 3490, - "end": 3491, + "start": 3511, + "end": 3512, "loc": { "start": { - "line": 90, + "line": 91, "column": 2 }, "end": { - "line": 90, + "line": 91, "column": 3 } } @@ -28410,15 +28410,15 @@ "updateContext": null }, "value": "for", - "start": 3495, - "end": 3498, + "start": 3516, + "end": 3519, "loc": { "start": { - "line": 91, + "line": 92, "column": 2 }, "end": { - "line": 91, + "line": 92, "column": 5 } } @@ -28435,15 +28435,15 @@ "postfix": false, "binop": null }, - "start": 3499, - "end": 3500, + "start": 3520, + "end": 3521, "loc": { "start": { - "line": 91, + "line": 92, "column": 6 }, "end": { - "line": 91, + "line": 92, "column": 7 } } @@ -28463,15 +28463,15 @@ "updateContext": null }, "value": "const", - "start": 3500, - "end": 3505, + "start": 3521, + "end": 3526, "loc": { "start": { - "line": 91, + "line": 92, "column": 7 }, "end": { - "line": 91, + "line": 92, "column": 12 } } @@ -28489,15 +28489,15 @@ "binop": null }, "value": "listenerID", - "start": 3506, - "end": 3516, + "start": 3527, + "end": 3537, "loc": { "start": { - "line": 91, + "line": 92, "column": 13 }, "end": { - "line": 91, + "line": 92, "column": 23 } } @@ -28517,15 +28517,15 @@ "updateContext": null }, "value": "in", - "start": 3517, - "end": 3519, + "start": 3538, + "end": 3540, "loc": { "start": { - "line": 91, + "line": 92, "column": 24 }, "end": { - "line": 91, + "line": 92, "column": 26 } } @@ -28543,15 +28543,15 @@ "binop": null }, "value": "PulseComponent", - "start": 3520, - "end": 3534, + "start": 3541, + "end": 3555, "loc": { "start": { - "line": 91, + "line": 92, "column": 27 }, "end": { - "line": 91, + "line": 92, "column": 41 } } @@ -28569,15 +28569,15 @@ "binop": null, "updateContext": null }, - "start": 3534, - "end": 3535, + "start": 3555, + "end": 3556, "loc": { "start": { - "line": 91, + "line": 92, "column": 41 }, "end": { - "line": 91, + "line": 92, "column": 42 } } @@ -28595,15 +28595,15 @@ "binop": null }, "value": "tracker", - "start": 3535, - "end": 3542, + "start": 3556, + "end": 3563, "loc": { "start": { - "line": 91, + "line": 92, "column": 42 }, "end": { - "line": 91, + "line": 92, "column": 49 } } @@ -28621,15 +28621,15 @@ "binop": null, "updateContext": null }, - "start": 3542, - "end": 3543, + "start": 3563, + "end": 3564, "loc": { "start": { - "line": 91, + "line": 92, "column": 49 }, "end": { - "line": 91, + "line": 92, "column": 50 } } @@ -28647,15 +28647,15 @@ "binop": null }, "value": "pInstance", - "start": 3543, - "end": 3552, + "start": 3564, + "end": 3573, "loc": { "start": { - "line": 91, + "line": 92, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 59 } } @@ -28673,15 +28673,15 @@ "binop": null, "updateContext": null }, - "start": 3552, - "end": 3553, + "start": 3573, + "end": 3574, "loc": { "start": { - "line": 91, + "line": 92, "column": 59 }, "end": { - "line": 91, + "line": 92, "column": 60 } } @@ -28699,15 +28699,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 3553, - "end": 3577, + "start": 3574, + "end": 3598, "loc": { "start": { - "line": 91, + "line": 92, "column": 60 }, "end": { - "line": 91, + "line": 92, "column": 84 } } @@ -28725,15 +28725,15 @@ "binop": null, "updateContext": null }, - "start": 3577, - "end": 3578, + "start": 3598, + "end": 3599, "loc": { "start": { - "line": 91, + "line": 92, "column": 84 }, "end": { - "line": 91, + "line": 92, "column": 85 } } @@ -28751,15 +28751,15 @@ "binop": null, "updateContext": null }, - "start": 3578, - "end": 3579, + "start": 3599, + "end": 3600, "loc": { "start": { - "line": 91, + "line": 92, "column": 85 }, "end": { - "line": 91, + "line": 92, "column": 86 } } @@ -28777,15 +28777,15 @@ "binop": null }, "value": "pEventName", - "start": 3579, - "end": 3589, + "start": 3600, + "end": 3610, "loc": { "start": { - "line": 91, + "line": 92, "column": 86 }, "end": { - "line": 91, + "line": 92, "column": 96 } } @@ -28803,15 +28803,15 @@ "binop": null, "updateContext": null }, - "start": 3589, - "end": 3590, + "start": 3610, + "end": 3611, "loc": { "start": { - "line": 91, + "line": 92, "column": 96 }, "end": { - "line": 91, + "line": 92, "column": 97 } } @@ -28828,15 +28828,15 @@ "postfix": false, "binop": null }, - "start": 3590, - "end": 3591, + "start": 3611, + "end": 3612, "loc": { "start": { - "line": 91, + "line": 92, "column": 97 }, "end": { - "line": 91, + "line": 92, "column": 98 } } @@ -28853,15 +28853,15 @@ "postfix": false, "binop": null }, - "start": 3592, - "end": 3593, + "start": 3613, + "end": 3614, "loc": { "start": { - "line": 91, + "line": 92, "column": 99 }, "end": { - "line": 91, + "line": 92, "column": 100 } } @@ -28881,15 +28881,15 @@ "updateContext": null }, "value": "if", - "start": 3598, - "end": 3600, + "start": 3619, + "end": 3621, "loc": { "start": { - "line": 92, + "line": 93, "column": 3 }, "end": { - "line": 92, + "line": 93, "column": 5 } } @@ -28906,15 +28906,15 @@ "postfix": false, "binop": null }, - "start": 3601, - "end": 3602, + "start": 3622, + "end": 3623, "loc": { "start": { - "line": 92, + "line": 93, "column": 6 }, "end": { - "line": 92, + "line": 93, "column": 7 } } @@ -28932,15 +28932,15 @@ "binop": null }, "value": "PulseComponent", - "start": 3602, - "end": 3616, + "start": 3623, + "end": 3637, "loc": { "start": { - "line": 92, + "line": 93, "column": 7 }, "end": { - "line": 92, + "line": 93, "column": 21 } } @@ -28958,15 +28958,15 @@ "binop": null, "updateContext": null }, - "start": 3616, - "end": 3617, + "start": 3637, + "end": 3638, "loc": { "start": { - "line": 92, + "line": 93, "column": 21 }, "end": { - "line": 92, + "line": 93, "column": 22 } } @@ -28984,15 +28984,15 @@ "binop": null }, "value": "tracker", - "start": 3617, - "end": 3624, + "start": 3638, + "end": 3645, "loc": { "start": { - "line": 92, + "line": 93, "column": 22 }, "end": { - "line": 92, + "line": 93, "column": 29 } } @@ -29010,15 +29010,15 @@ "binop": null, "updateContext": null }, - "start": 3624, - "end": 3625, + "start": 3645, + "end": 3646, "loc": { "start": { - "line": 92, + "line": 93, "column": 29 }, "end": { - "line": 92, + "line": 93, "column": 30 } } @@ -29036,15 +29036,15 @@ "binop": null }, "value": "pInstance", - "start": 3625, - "end": 3634, + "start": 3646, + "end": 3655, "loc": { "start": { - "line": 92, + "line": 93, "column": 30 }, "end": { - "line": 92, + "line": 93, "column": 39 } } @@ -29062,15 +29062,15 @@ "binop": null, "updateContext": null }, - "start": 3634, - "end": 3635, + "start": 3655, + "end": 3656, "loc": { "start": { - "line": 92, + "line": 93, "column": 39 }, "end": { - "line": 92, + "line": 93, "column": 40 } } @@ -29088,15 +29088,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 3635, - "end": 3659, + "start": 3656, + "end": 3680, "loc": { "start": { - "line": 92, + "line": 93, "column": 40 }, "end": { - "line": 92, + "line": 93, "column": 64 } } @@ -29114,15 +29114,15 @@ "binop": null, "updateContext": null }, - "start": 3659, - "end": 3660, + "start": 3680, + "end": 3681, "loc": { "start": { - "line": 92, + "line": 93, "column": 64 }, "end": { - "line": 92, + "line": 93, "column": 65 } } @@ -29140,15 +29140,15 @@ "binop": null, "updateContext": null }, - "start": 3660, - "end": 3661, + "start": 3681, + "end": 3682, "loc": { "start": { - "line": 92, + "line": 93, "column": 65 }, "end": { - "line": 92, + "line": 93, "column": 66 } } @@ -29166,15 +29166,15 @@ "binop": null }, "value": "pEventName", - "start": 3661, - "end": 3671, + "start": 3682, + "end": 3692, "loc": { "start": { - "line": 92, + "line": 93, "column": 66 }, "end": { - "line": 92, + "line": 93, "column": 76 } } @@ -29192,15 +29192,15 @@ "binop": null, "updateContext": null }, - "start": 3671, - "end": 3672, + "start": 3692, + "end": 3693, "loc": { "start": { - "line": 92, + "line": 93, "column": 76 }, "end": { - "line": 92, + "line": 93, "column": 77 } } @@ -29218,15 +29218,15 @@ "binop": null, "updateContext": null }, - "start": 3672, - "end": 3673, + "start": 3693, + "end": 3694, "loc": { "start": { - "line": 92, + "line": 93, "column": 77 }, "end": { - "line": 92, + "line": 93, "column": 78 } } @@ -29244,15 +29244,15 @@ "binop": null }, "value": "listenerID", - "start": 3673, - "end": 3683, + "start": 3694, + "end": 3704, "loc": { "start": { - "line": 92, + "line": 93, "column": 78 }, "end": { - "line": 92, + "line": 93, "column": 88 } } @@ -29270,15 +29270,15 @@ "binop": null, "updateContext": null }, - "start": 3683, - "end": 3684, + "start": 3704, + "end": 3705, "loc": { "start": { - "line": 92, + "line": 93, "column": 88 }, "end": { - "line": 92, + "line": 93, "column": 89 } } @@ -29297,15 +29297,15 @@ "updateContext": null }, "value": "===", - "start": 3685, - "end": 3688, + "start": 3706, + "end": 3709, "loc": { "start": { - "line": 92, + "line": 93, "column": 90 }, "end": { - "line": 92, + "line": 93, "column": 93 } } @@ -29323,15 +29323,15 @@ "binop": null }, "value": "pFunction", - "start": 3689, - "end": 3698, + "start": 3710, + "end": 3719, "loc": { "start": { - "line": 92, + "line": 93, "column": 94 }, "end": { - "line": 92, + "line": 93, "column": 103 } } @@ -29348,15 +29348,15 @@ "postfix": false, "binop": null }, - "start": 3698, - "end": 3699, + "start": 3719, + "end": 3720, "loc": { "start": { - "line": 92, + "line": 93, "column": 103 }, "end": { - "line": 92, + "line": 93, "column": 104 } } @@ -29373,15 +29373,15 @@ "postfix": false, "binop": null }, - "start": 3700, - "end": 3701, + "start": 3721, + "end": 3722, "loc": { "start": { - "line": 92, + "line": 93, "column": 105 }, "end": { - "line": 92, + "line": 93, "column": 106 } } @@ -29401,15 +29401,15 @@ "updateContext": null }, "value": "delete", - "start": 3707, - "end": 3713, + "start": 3728, + "end": 3734, "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 93, + "line": 94, "column": 10 } } @@ -29427,15 +29427,15 @@ "binop": null }, "value": "PulseComponent", - "start": 3714, - "end": 3728, + "start": 3735, + "end": 3749, "loc": { "start": { - "line": 93, + "line": 94, "column": 11 }, "end": { - "line": 93, + "line": 94, "column": 25 } } @@ -29453,15 +29453,15 @@ "binop": null, "updateContext": null }, - "start": 3728, - "end": 3729, + "start": 3749, + "end": 3750, "loc": { "start": { - "line": 93, + "line": 94, "column": 25 }, "end": { - "line": 93, + "line": 94, "column": 26 } } @@ -29479,15 +29479,15 @@ "binop": null }, "value": "tracker", - "start": 3729, - "end": 3736, + "start": 3750, + "end": 3757, "loc": { "start": { - "line": 93, + "line": 94, "column": 26 }, "end": { - "line": 93, + "line": 94, "column": 33 } } @@ -29505,15 +29505,15 @@ "binop": null, "updateContext": null }, - "start": 3736, - "end": 3737, + "start": 3757, + "end": 3758, "loc": { "start": { - "line": 93, + "line": 94, "column": 33 }, "end": { - "line": 93, + "line": 94, "column": 34 } } @@ -29531,15 +29531,15 @@ "binop": null }, "value": "pInstance", - "start": 3737, - "end": 3746, + "start": 3758, + "end": 3767, "loc": { "start": { - "line": 93, + "line": 94, "column": 34 }, "end": { - "line": 93, + "line": 94, "column": 43 } } @@ -29557,15 +29557,15 @@ "binop": null, "updateContext": null }, - "start": 3746, - "end": 3747, + "start": 3767, + "end": 3768, "loc": { "start": { - "line": 93, + "line": 94, "column": 43 }, "end": { - "line": 93, + "line": 94, "column": 44 } } @@ -29583,15 +29583,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 3747, - "end": 3771, + "start": 3768, + "end": 3792, "loc": { "start": { - "line": 93, + "line": 94, "column": 44 }, "end": { - "line": 93, + "line": 94, "column": 68 } } @@ -29609,15 +29609,15 @@ "binop": null, "updateContext": null }, - "start": 3771, - "end": 3772, + "start": 3792, + "end": 3793, "loc": { "start": { - "line": 93, + "line": 94, "column": 68 }, "end": { - "line": 93, + "line": 94, "column": 69 } } @@ -29635,15 +29635,15 @@ "binop": null, "updateContext": null }, - "start": 3772, - "end": 3773, + "start": 3793, + "end": 3794, "loc": { "start": { - "line": 93, + "line": 94, "column": 69 }, "end": { - "line": 93, + "line": 94, "column": 70 } } @@ -29661,15 +29661,15 @@ "binop": null }, "value": "pEventName", - "start": 3773, - "end": 3783, + "start": 3794, + "end": 3804, "loc": { "start": { - "line": 93, + "line": 94, "column": 70 }, "end": { - "line": 93, + "line": 94, "column": 80 } } @@ -29687,15 +29687,15 @@ "binop": null, "updateContext": null }, - "start": 3783, - "end": 3784, + "start": 3804, + "end": 3805, "loc": { "start": { - "line": 93, + "line": 94, "column": 80 }, "end": { - "line": 93, + "line": 94, "column": 81 } } @@ -29713,15 +29713,15 @@ "binop": null, "updateContext": null }, - "start": 3784, - "end": 3785, + "start": 3805, + "end": 3806, "loc": { "start": { - "line": 93, + "line": 94, "column": 81 }, "end": { - "line": 93, + "line": 94, "column": 82 } } @@ -29739,15 +29739,15 @@ "binop": null }, "value": "listenerID", - "start": 3785, - "end": 3795, + "start": 3806, + "end": 3816, "loc": { "start": { - "line": 93, + "line": 94, "column": 82 }, "end": { - "line": 93, + "line": 94, "column": 92 } } @@ -29765,15 +29765,15 @@ "binop": null, "updateContext": null }, - "start": 3795, - "end": 3796, + "start": 3816, + "end": 3817, "loc": { "start": { - "line": 93, + "line": 94, "column": 92 }, "end": { - "line": 93, + "line": 94, "column": 93 } } @@ -29791,15 +29791,15 @@ "binop": null, "updateContext": null }, - "start": 3796, - "end": 3797, + "start": 3817, + "end": 3818, "loc": { "start": { - "line": 93, + "line": 94, "column": 93 }, "end": { - "line": 93, + "line": 94, "column": 94 } } @@ -29819,15 +29819,15 @@ "updateContext": null }, "value": "return", - "start": 3803, - "end": 3809, + "start": 3824, + "end": 3830, "loc": { "start": { - "line": 94, + "line": 95, "column": 4 }, "end": { - "line": 94, + "line": 95, "column": 10 } } @@ -29845,15 +29845,15 @@ "binop": null, "updateContext": null }, - "start": 3809, - "end": 3810, + "start": 3830, + "end": 3831, "loc": { "start": { - "line": 94, + "line": 95, "column": 10 }, "end": { - "line": 94, + "line": 95, "column": 11 } } @@ -29870,15 +29870,15 @@ "postfix": false, "binop": null }, - "start": 3815, - "end": 3816, + "start": 3836, + "end": 3837, "loc": { "start": { - "line": 95, + "line": 96, "column": 3 }, "end": { - "line": 95, + "line": 96, "column": 4 } } @@ -29895,15 +29895,15 @@ "postfix": false, "binop": null }, - "start": 3820, - "end": 3821, + "start": 3841, + "end": 3842, "loc": { "start": { - "line": 96, + "line": 97, "column": 2 }, "end": { - "line": 96, + "line": 97, "column": 3 } } @@ -29923,15 +29923,15 @@ "updateContext": null }, "value": "this", - "start": 3825, - "end": 3829, + "start": 3846, + "end": 3850, "loc": { "start": { - "line": 97, + "line": 98, "column": 2 }, "end": { - "line": 97, + "line": 98, "column": 6 } } @@ -29949,15 +29949,15 @@ "binop": null, "updateContext": null }, - "start": 3829, - "end": 3830, + "start": 3850, + "end": 3851, "loc": { "start": { - "line": 97, + "line": 98, "column": 6 }, "end": { - "line": 97, + "line": 98, "column": 7 } } @@ -29975,15 +29975,15 @@ "binop": null }, "value": "logger", - "start": 3830, - "end": 3836, + "start": 3851, + "end": 3857, "loc": { "start": { - "line": 97, + "line": 98, "column": 7 }, "end": { - "line": 97, + "line": 98, "column": 13 } } @@ -30001,15 +30001,15 @@ "binop": null, "updateContext": null }, - "start": 3836, - "end": 3837, + "start": 3857, + "end": 3858, "loc": { "start": { - "line": 97, + "line": 98, "column": 13 }, "end": { - "line": 97, + "line": 98, "column": 14 } } @@ -30027,15 +30027,15 @@ "binop": null }, "value": "prefix", - "start": 3837, - "end": 3843, + "start": 3858, + "end": 3864, "loc": { "start": { - "line": 97, + "line": 98, "column": 14 }, "end": { - "line": 97, + "line": 98, "column": 20 } } @@ -30052,15 +30052,15 @@ "postfix": false, "binop": null }, - "start": 3843, - "end": 3844, + "start": 3864, + "end": 3865, "loc": { "start": { - "line": 97, + "line": 98, "column": 20 }, "end": { - "line": 97, + "line": 98, "column": 21 } } @@ -30079,15 +30079,15 @@ "updateContext": null }, "value": "PulseComponent-Module", - "start": 3844, - "end": 3867, + "start": 3865, + "end": 3888, "loc": { "start": { - "line": 97, + "line": 98, "column": 21 }, "end": { - "line": 97, + "line": 98, "column": 44 } } @@ -30104,15 +30104,15 @@ "postfix": false, "binop": null }, - "start": 3867, - "end": 3868, + "start": 3888, + "end": 3889, "loc": { "start": { - "line": 97, + "line": 98, "column": 44 }, "end": { - "line": 97, + "line": 98, "column": 45 } } @@ -30130,15 +30130,15 @@ "binop": null, "updateContext": null }, - "start": 3868, - "end": 3869, + "start": 3889, + "end": 3890, "loc": { "start": { - "line": 97, + "line": 98, "column": 45 }, "end": { - "line": 97, + "line": 98, "column": 46 } } @@ -30156,15 +30156,15 @@ "binop": null }, "value": "error", - "start": 3869, - "end": 3874, + "start": 3890, + "end": 3895, "loc": { "start": { - "line": 97, + "line": 98, "column": 46 }, "end": { - "line": 97, + "line": 98, "column": 51 } } @@ -30181,15 +30181,15 @@ "postfix": false, "binop": null }, - "start": 3874, - "end": 3875, + "start": 3895, + "end": 3896, "loc": { "start": { - "line": 97, + "line": 98, "column": 51 }, "end": { - "line": 97, + "line": 98, "column": 52 } } @@ -30208,15 +30208,15 @@ "updateContext": null }, "value": "This function is not being tracked.", - "start": 3875, - "end": 3912, + "start": 3896, + "end": 3933, "loc": { "start": { - "line": 97, + "line": 98, "column": 52 }, "end": { - "line": 97, + "line": 98, "column": 89 } } @@ -30233,15 +30233,15 @@ "postfix": false, "binop": null }, - "start": 3912, - "end": 3913, + "start": 3933, + "end": 3934, "loc": { "start": { - "line": 97, + "line": 98, "column": 89 }, "end": { - "line": 97, + "line": 98, "column": 90 } } @@ -30259,15 +30259,15 @@ "binop": null, "updateContext": null }, - "start": 3913, - "end": 3914, + "start": 3934, + "end": 3935, "loc": { "start": { - "line": 97, + "line": 98, "column": 90 }, "end": { - "line": 97, + "line": 98, "column": 91 } } @@ -30284,15 +30284,15 @@ "postfix": false, "binop": null }, - "start": 3917, - "end": 3918, + "start": 3938, + "end": 3939, "loc": { "start": { - "line": 98, + "line": 99, "column": 1 }, "end": { - "line": 98, + "line": 99, "column": 2 } } @@ -30310,31 +30310,31 @@ "binop": null, "updateContext": null }, - "start": 3918, - "end": 3919, + "start": 3939, + "end": 3940, "loc": { "start": { - "line": 98, + "line": 99, "column": 2 }, "end": { - "line": 98, + "line": 99, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\r\n\t * Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to. Original event's code is maintained.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", - "start": 3924, - "end": 4232, + "value": "*\r\n\t * Listens for an event on an instance. Preserves any original event function code, while also allowing multiple event listeners to call on the same event.\r\n\t * @private\r\n\t * @param {Object} pInstance - The instance that has the event\r\n\t * @param {string} pEventName - The event name to listen for\r\n\t ", + "start": 3945, + "end": 4254, "loc": { "start": { - "line": 100, + "line": 101, "column": 1 }, "end": { - "line": 105, + "line": 106, "column": 4 } } @@ -30352,15 +30352,15 @@ "binop": null }, "value": "listenForEvent", - "start": 4235, - "end": 4249, + "start": 4257, + "end": 4271, "loc": { "start": { - "line": 106, + "line": 107, "column": 1 }, "end": { - "line": 106, + "line": 107, "column": 15 } } @@ -30377,15 +30377,15 @@ "postfix": false, "binop": null }, - "start": 4249, - "end": 4250, + "start": 4271, + "end": 4272, "loc": { "start": { - "line": 106, + "line": 107, "column": 15 }, "end": { - "line": 106, + "line": 107, "column": 16 } } @@ -30403,15 +30403,15 @@ "binop": null }, "value": "pInstance", - "start": 4250, - "end": 4259, + "start": 4272, + "end": 4281, "loc": { "start": { - "line": 106, + "line": 107, "column": 16 }, "end": { - "line": 106, + "line": 107, "column": 25 } } @@ -30429,15 +30429,15 @@ "binop": null, "updateContext": null }, - "start": 4259, - "end": 4260, + "start": 4281, + "end": 4282, "loc": { "start": { - "line": 106, + "line": 107, "column": 25 }, "end": { - "line": 106, + "line": 107, "column": 26 } } @@ -30455,15 +30455,15 @@ "binop": null }, "value": "pEventName", - "start": 4261, - "end": 4271, + "start": 4283, + "end": 4293, "loc": { "start": { - "line": 106, + "line": 107, "column": 27 }, "end": { - "line": 106, + "line": 107, "column": 37 } } @@ -30480,15 +30480,15 @@ "postfix": false, "binop": null }, - "start": 4271, - "end": 4272, + "start": 4293, + "end": 4294, "loc": { "start": { - "line": 106, + "line": 107, "column": 37 }, "end": { - "line": 106, + "line": 107, "column": 38 } } @@ -30505,15 +30505,15 @@ "postfix": false, "binop": null }, - "start": 4273, - "end": 4274, + "start": 4295, + "end": 4296, "loc": { "start": { - "line": 106, + "line": 107, "column": 39 }, "end": { - "line": 106, + "line": 107, "column": 40 } } @@ -30521,15 +30521,15 @@ { "type": "CommentLine", "value": " If there was a valid event for this type, or there was one already defined then we need to modify it to allow listening events", - "start": 4278, - "end": 4407, + "start": 4300, + "end": 4429, "loc": { "start": { - "line": 107, + "line": 108, "column": 2 }, "end": { - "line": 107, + "line": 108, "column": 131 } } @@ -30549,15 +30549,15 @@ "updateContext": null }, "value": "let", - "start": 4411, - "end": 4414, + "start": 4433, + "end": 4436, "loc": { "start": { - "line": 108, + "line": 109, "column": 2 }, "end": { - "line": 108, + "line": 109, "column": 5 } } @@ -30575,15 +30575,15 @@ "binop": null }, "value": "originalEvent", - "start": 4415, - "end": 4428, + "start": 4437, + "end": 4450, "loc": { "start": { - "line": 108, + "line": 109, "column": 6 }, "end": { - "line": 108, + "line": 109, "column": 19 } } @@ -30602,15 +30602,15 @@ "updateContext": null }, "value": "=", - "start": 4429, - "end": 4430, + "start": 4451, + "end": 4452, "loc": { "start": { - "line": 108, + "line": 109, "column": 20 }, "end": { - "line": 108, + "line": 109, "column": 21 } } @@ -30628,15 +30628,15 @@ "binop": null }, "value": "pInstance", - "start": 4431, - "end": 4440, + "start": 4453, + "end": 4462, "loc": { "start": { - "line": 108, + "line": 109, "column": 22 }, "end": { - "line": 108, + "line": 109, "column": 31 } } @@ -30654,15 +30654,15 @@ "binop": null, "updateContext": null }, - "start": 4440, - "end": 4441, + "start": 4462, + "end": 4463, "loc": { "start": { - "line": 108, + "line": 109, "column": 31 }, "end": { - "line": 108, + "line": 109, "column": 32 } } @@ -30680,15 +30680,15 @@ "binop": null }, "value": "pEventName", - "start": 4441, - "end": 4451, + "start": 4463, + "end": 4473, "loc": { "start": { - "line": 108, + "line": 109, "column": 32 }, "end": { - "line": 108, + "line": 109, "column": 42 } } @@ -30706,15 +30706,15 @@ "binop": null, "updateContext": null }, - "start": 4451, - "end": 4452, + "start": 4473, + "end": 4474, "loc": { "start": { - "line": 108, + "line": 109, "column": 42 }, "end": { - "line": 108, + "line": 109, "column": 43 } } @@ -30732,15 +30732,15 @@ "binop": null, "updateContext": null }, - "start": 4452, - "end": 4453, + "start": 4474, + "end": 4475, "loc": { "start": { - "line": 108, + "line": 109, "column": 43 }, "end": { - "line": 108, + "line": 109, "column": 44 } } @@ -30760,15 +30760,15 @@ "updateContext": null }, "value": "const", - "start": 4457, - "end": 4462, + "start": 4479, + "end": 4484, "loc": { "start": { - "line": 109, + "line": 110, "column": 2 }, "end": { - "line": 109, + "line": 110, "column": 7 } } @@ -30786,15 +30786,15 @@ "binop": null }, "value": "listener", - "start": 4463, - "end": 4471, + "start": 4485, + "end": 4493, "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 16 } } @@ -30813,15 +30813,15 @@ "updateContext": null }, "value": "=", - "start": 4472, - "end": 4473, + "start": 4494, + "end": 4495, "loc": { "start": { - "line": 109, + "line": 110, "column": 17 }, "end": { - "line": 109, + "line": 110, "column": 18 } } @@ -30840,15 +30840,15 @@ "binop": null }, "value": "function", - "start": 4474, - "end": 4482, + "start": 4496, + "end": 4504, "loc": { "start": { - "line": 109, + "line": 110, "column": 19 }, "end": { - "line": 109, + "line": 110, "column": 27 } } @@ -30865,15 +30865,15 @@ "postfix": false, "binop": null }, - "start": 4482, - "end": 4483, + "start": 4504, + "end": 4505, "loc": { "start": { - "line": 109, + "line": 110, "column": 27 }, "end": { - "line": 109, + "line": 110, "column": 28 } } @@ -30890,15 +30890,15 @@ "postfix": false, "binop": null }, - "start": 4483, - "end": 4484, + "start": 4505, + "end": 4506, "loc": { "start": { - "line": 109, + "line": 110, "column": 28 }, "end": { - "line": 109, + "line": 110, "column": 29 } } @@ -30915,15 +30915,15 @@ "postfix": false, "binop": null }, - "start": 4485, - "end": 4486, + "start": 4507, + "end": 4508, "loc": { "start": { - "line": 109, + "line": 110, "column": 30 }, "end": { - "line": 109, + "line": 110, "column": 31 } } @@ -30943,15 +30943,15 @@ "updateContext": null }, "value": "if", - "start": 4491, - "end": 4493, + "start": 4513, + "end": 4515, "loc": { "start": { - "line": 110, + "line": 111, "column": 3 }, "end": { - "line": 110, + "line": 111, "column": 5 } } @@ -30968,15 +30968,15 @@ "postfix": false, "binop": null }, - "start": 4494, - "end": 4495, + "start": 4516, + "end": 4517, "loc": { "start": { - "line": 110, + "line": 111, "column": 6 }, "end": { - "line": 110, + "line": 111, "column": 7 } } @@ -30996,15 +30996,15 @@ "updateContext": null }, "value": "typeof", - "start": 4495, - "end": 4501, + "start": 4517, + "end": 4523, "loc": { "start": { - "line": 110, + "line": 111, "column": 7 }, "end": { - "line": 110, + "line": 111, "column": 13 } } @@ -31021,15 +31021,15 @@ "postfix": false, "binop": null }, - "start": 4501, - "end": 4502, + "start": 4523, + "end": 4524, "loc": { "start": { - "line": 110, + "line": 111, "column": 13 }, "end": { - "line": 110, + "line": 111, "column": 14 } } @@ -31047,15 +31047,15 @@ "binop": null }, "value": "originalEvent", - "start": 4502, - "end": 4515, + "start": 4524, + "end": 4537, "loc": { "start": { - "line": 110, + "line": 111, "column": 14 }, "end": { - "line": 110, + "line": 111, "column": 27 } } @@ -31072,15 +31072,15 @@ "postfix": false, "binop": null }, - "start": 4515, - "end": 4516, + "start": 4537, + "end": 4538, "loc": { "start": { - "line": 110, + "line": 111, "column": 27 }, "end": { - "line": 110, + "line": 111, "column": 28 } } @@ -31099,15 +31099,15 @@ "updateContext": null }, "value": "===", - "start": 4517, - "end": 4520, + "start": 4539, + "end": 4542, "loc": { "start": { - "line": 110, + "line": 111, "column": 29 }, "end": { - "line": 110, + "line": 111, "column": 32 } } @@ -31126,15 +31126,15 @@ "updateContext": null }, "value": "function", - "start": 4521, - "end": 4531, + "start": 4543, + "end": 4553, "loc": { "start": { - "line": 110, + "line": 111, "column": 33 }, "end": { - "line": 110, + "line": 111, "column": 43 } } @@ -31151,15 +31151,15 @@ "postfix": false, "binop": null }, - "start": 4531, - "end": 4532, + "start": 4553, + "end": 4554, "loc": { "start": { - "line": 110, + "line": 111, "column": 43 }, "end": { - "line": 110, + "line": 111, "column": 44 } } @@ -31176,15 +31176,15 @@ "postfix": false, "binop": null }, - "start": 4533, - "end": 4534, + "start": 4555, + "end": 4556, "loc": { "start": { - "line": 110, + "line": 111, "column": 45 }, "end": { - "line": 110, + "line": 111, "column": 46 } } @@ -31202,15 +31202,15 @@ "binop": null }, "value": "originalEvent", - "start": 4540, - "end": 4553, + "start": 4562, + "end": 4575, "loc": { "start": { - "line": 111, + "line": 112, "column": 4 }, "end": { - "line": 111, + "line": 112, "column": 17 } } @@ -31228,15 +31228,15 @@ "binop": null, "updateContext": null }, - "start": 4553, - "end": 4554, + "start": 4575, + "end": 4576, "loc": { "start": { - "line": 111, + "line": 112, "column": 17 }, "end": { - "line": 111, + "line": 112, "column": 18 } } @@ -31254,15 +31254,15 @@ "binop": null }, "value": "apply", - "start": 4554, - "end": 4559, + "start": 4576, + "end": 4581, "loc": { "start": { - "line": 111, + "line": 112, "column": 18 }, "end": { - "line": 111, + "line": 112, "column": 23 } } @@ -31279,15 +31279,15 @@ "postfix": false, "binop": null }, - "start": 4559, - "end": 4560, + "start": 4581, + "end": 4582, "loc": { "start": { - "line": 111, + "line": 112, "column": 23 }, "end": { - "line": 111, + "line": 112, "column": 24 } } @@ -31305,15 +31305,15 @@ "binop": null }, "value": "pInstance", - "start": 4560, - "end": 4569, + "start": 4582, + "end": 4591, "loc": { "start": { - "line": 111, + "line": 112, "column": 24 }, "end": { - "line": 111, + "line": 112, "column": 33 } } @@ -31331,15 +31331,15 @@ "binop": null, "updateContext": null }, - "start": 4569, - "end": 4570, + "start": 4591, + "end": 4592, "loc": { "start": { - "line": 111, + "line": 112, "column": 33 }, "end": { - "line": 111, + "line": 112, "column": 34 } } @@ -31357,15 +31357,15 @@ "binop": null }, "value": "arguments", - "start": 4571, - "end": 4580, + "start": 4593, + "end": 4602, "loc": { "start": { - "line": 111, + "line": 112, "column": 35 }, "end": { - "line": 111, + "line": 112, "column": 44 } } @@ -31382,15 +31382,15 @@ "postfix": false, "binop": null }, - "start": 4580, - "end": 4581, + "start": 4602, + "end": 4603, "loc": { "start": { - "line": 111, + "line": 112, "column": 44 }, "end": { - "line": 111, + "line": 112, "column": 45 } } @@ -31408,15 +31408,15 @@ "binop": null, "updateContext": null }, - "start": 4581, - "end": 4582, + "start": 4603, + "end": 4604, "loc": { "start": { - "line": 111, + "line": 112, "column": 45 }, "end": { - "line": 111, + "line": 112, "column": 46 } } @@ -31433,32 +31433,32 @@ "postfix": false, "binop": null }, - "start": 4587, - "end": 4588, + "start": 4609, + "end": 4610, "loc": { "start": { - "line": 112, + "line": 113, "column": 3 }, "end": { - "line": 112, + "line": 113, "column": 4 } } }, { "type": "CommentLine", - "value": " Loop the event name in the tracker to see if multiple events are attached, if so we need to call each event when this event is called.", - "start": 4593, - "end": 4730, + "value": " Loop the event name in the tracker to see if multiple events have been registered, if so we need to call each event when this event is dispatched.", + "start": 4615, + "end": 4764, "loc": { "start": { - "line": 113, + "line": 114, "column": 3 }, "end": { - "line": 113, - "column": 140 + "line": 114, + "column": 152 } } }, @@ -31477,15 +31477,15 @@ "updateContext": null }, "value": "for", - "start": 4735, - "end": 4738, + "start": 4769, + "end": 4772, "loc": { "start": { - "line": 114, + "line": 115, "column": 3 }, "end": { - "line": 114, + "line": 115, "column": 6 } } @@ -31502,15 +31502,15 @@ "postfix": false, "binop": null }, - "start": 4739, - "end": 4740, + "start": 4773, + "end": 4774, "loc": { "start": { - "line": 114, + "line": 115, "column": 7 }, "end": { - "line": 114, + "line": 115, "column": 8 } } @@ -31530,15 +31530,15 @@ "updateContext": null }, "value": "const", - "start": 4740, - "end": 4745, + "start": 4774, + "end": 4779, "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 13 } } @@ -31556,15 +31556,15 @@ "binop": null }, "value": "listener", - "start": 4746, - "end": 4754, + "start": 4780, + "end": 4788, "loc": { "start": { - "line": 114, + "line": 115, "column": 14 }, "end": { - "line": 114, + "line": 115, "column": 22 } } @@ -31584,15 +31584,15 @@ "updateContext": null }, "value": "in", - "start": 4755, - "end": 4757, + "start": 4789, + "end": 4791, "loc": { "start": { - "line": 114, + "line": 115, "column": 23 }, "end": { - "line": 114, + "line": 115, "column": 25 } } @@ -31610,15 +31610,15 @@ "binop": null }, "value": "PulseComponent", - "start": 4758, - "end": 4772, + "start": 4792, + "end": 4806, "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 114, + "line": 115, "column": 40 } } @@ -31636,15 +31636,15 @@ "binop": null, "updateContext": null }, - "start": 4772, - "end": 4773, + "start": 4806, + "end": 4807, "loc": { "start": { - "line": 114, + "line": 115, "column": 40 }, "end": { - "line": 114, + "line": 115, "column": 41 } } @@ -31662,15 +31662,15 @@ "binop": null }, "value": "tracker", - "start": 4773, - "end": 4780, + "start": 4807, + "end": 4814, "loc": { "start": { - "line": 114, + "line": 115, "column": 41 }, "end": { - "line": 114, + "line": 115, "column": 48 } } @@ -31688,15 +31688,15 @@ "binop": null, "updateContext": null }, - "start": 4780, - "end": 4781, + "start": 4814, + "end": 4815, "loc": { "start": { - "line": 114, + "line": 115, "column": 48 }, "end": { - "line": 114, + "line": 115, "column": 49 } } @@ -31714,15 +31714,15 @@ "binop": null }, "value": "pInstance", - "start": 4781, - "end": 4790, + "start": 4815, + "end": 4824, "loc": { "start": { - "line": 114, + "line": 115, "column": 49 }, "end": { - "line": 114, + "line": 115, "column": 58 } } @@ -31740,15 +31740,15 @@ "binop": null, "updateContext": null }, - "start": 4790, - "end": 4791, + "start": 4824, + "end": 4825, "loc": { "start": { - "line": 114, + "line": 115, "column": 58 }, "end": { - "line": 114, + "line": 115, "column": 59 } } @@ -31766,15 +31766,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 4791, - "end": 4815, + "start": 4825, + "end": 4849, "loc": { "start": { - "line": 114, + "line": 115, "column": 59 }, "end": { - "line": 114, + "line": 115, "column": 83 } } @@ -31792,15 +31792,15 @@ "binop": null, "updateContext": null }, - "start": 4815, - "end": 4816, + "start": 4849, + "end": 4850, "loc": { "start": { - "line": 114, + "line": 115, "column": 83 }, "end": { - "line": 114, + "line": 115, "column": 84 } } @@ -31818,15 +31818,15 @@ "binop": null, "updateContext": null }, - "start": 4816, - "end": 4817, + "start": 4850, + "end": 4851, "loc": { "start": { - "line": 114, + "line": 115, "column": 84 }, "end": { - "line": 114, + "line": 115, "column": 85 } } @@ -31844,15 +31844,15 @@ "binop": null }, "value": "pEventName", - "start": 4817, - "end": 4827, + "start": 4851, + "end": 4861, "loc": { "start": { - "line": 114, + "line": 115, "column": 85 }, "end": { - "line": 114, + "line": 115, "column": 95 } } @@ -31870,15 +31870,15 @@ "binop": null, "updateContext": null }, - "start": 4827, - "end": 4828, + "start": 4861, + "end": 4862, "loc": { "start": { - "line": 114, + "line": 115, "column": 95 }, "end": { - "line": 114, + "line": 115, "column": 96 } } @@ -31895,15 +31895,15 @@ "postfix": false, "binop": null }, - "start": 4828, - "end": 4829, + "start": 4862, + "end": 4863, "loc": { "start": { - "line": 114, + "line": 115, "column": 96 }, "end": { - "line": 114, + "line": 115, "column": 97 } } @@ -31920,15 +31920,15 @@ "postfix": false, "binop": null }, - "start": 4830, - "end": 4831, + "start": 4864, + "end": 4865, "loc": { "start": { - "line": 114, + "line": 115, "column": 98 }, "end": { - "line": 114, + "line": 115, "column": 99 } } @@ -31948,15 +31948,15 @@ "updateContext": null }, "value": "if", - "start": 4837, - "end": 4839, + "start": 4871, + "end": 4873, "loc": { "start": { - "line": 115, + "line": 116, "column": 4 }, "end": { - "line": 115, + "line": 116, "column": 6 } } @@ -31973,15 +31973,15 @@ "postfix": false, "binop": null }, - "start": 4840, - "end": 4841, + "start": 4874, + "end": 4875, "loc": { "start": { - "line": 115, + "line": 116, "column": 7 }, "end": { - "line": 115, + "line": 116, "column": 8 } } @@ -32001,15 +32001,15 @@ "updateContext": null }, "value": "typeof", - "start": 4841, - "end": 4847, + "start": 4875, + "end": 4881, "loc": { "start": { - "line": 115, + "line": 116, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 14 } } @@ -32026,15 +32026,15 @@ "postfix": false, "binop": null }, - "start": 4847, - "end": 4848, + "start": 4881, + "end": 4882, "loc": { "start": { - "line": 115, + "line": 116, "column": 14 }, "end": { - "line": 115, + "line": 116, "column": 15 } } @@ -32052,15 +32052,15 @@ "binop": null }, "value": "PulseComponent", - "start": 4848, - "end": 4862, + "start": 4882, + "end": 4896, "loc": { "start": { - "line": 115, + "line": 116, "column": 15 }, "end": { - "line": 115, + "line": 116, "column": 29 } } @@ -32078,15 +32078,15 @@ "binop": null, "updateContext": null }, - "start": 4862, - "end": 4863, + "start": 4896, + "end": 4897, "loc": { "start": { - "line": 115, + "line": 116, "column": 29 }, "end": { - "line": 115, + "line": 116, "column": 30 } } @@ -32104,15 +32104,15 @@ "binop": null }, "value": "tracker", - "start": 4863, - "end": 4870, + "start": 4897, + "end": 4904, "loc": { "start": { - "line": 115, + "line": 116, "column": 30 }, "end": { - "line": 115, + "line": 116, "column": 37 } } @@ -32130,15 +32130,15 @@ "binop": null, "updateContext": null }, - "start": 4870, - "end": 4871, + "start": 4904, + "end": 4905, "loc": { "start": { - "line": 115, + "line": 116, "column": 37 }, "end": { - "line": 115, + "line": 116, "column": 38 } } @@ -32156,15 +32156,15 @@ "binop": null }, "value": "pInstance", - "start": 4871, - "end": 4880, + "start": 4905, + "end": 4914, "loc": { "start": { - "line": 115, + "line": 116, "column": 38 }, "end": { - "line": 115, + "line": 116, "column": 47 } } @@ -32182,15 +32182,15 @@ "binop": null, "updateContext": null }, - "start": 4880, - "end": 4881, + "start": 4914, + "end": 4915, "loc": { "start": { - "line": 115, + "line": 116, "column": 47 }, "end": { - "line": 115, + "line": 116, "column": 48 } } @@ -32208,15 +32208,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 4881, - "end": 4905, + "start": 4915, + "end": 4939, "loc": { "start": { - "line": 115, + "line": 116, "column": 48 }, "end": { - "line": 115, + "line": 116, "column": 72 } } @@ -32234,15 +32234,15 @@ "binop": null, "updateContext": null }, - "start": 4905, - "end": 4906, + "start": 4939, + "end": 4940, "loc": { "start": { - "line": 115, + "line": 116, "column": 72 }, "end": { - "line": 115, + "line": 116, "column": 73 } } @@ -32260,15 +32260,15 @@ "binop": null, "updateContext": null }, - "start": 4906, - "end": 4907, + "start": 4940, + "end": 4941, "loc": { "start": { - "line": 115, + "line": 116, "column": 73 }, "end": { - "line": 115, + "line": 116, "column": 74 } } @@ -32286,15 +32286,15 @@ "binop": null }, "value": "pEventName", - "start": 4907, - "end": 4917, + "start": 4941, + "end": 4951, "loc": { "start": { - "line": 115, + "line": 116, "column": 74 }, "end": { - "line": 115, + "line": 116, "column": 84 } } @@ -32312,15 +32312,15 @@ "binop": null, "updateContext": null }, - "start": 4917, - "end": 4918, + "start": 4951, + "end": 4952, "loc": { "start": { - "line": 115, + "line": 116, "column": 84 }, "end": { - "line": 115, + "line": 116, "column": 85 } } @@ -32338,15 +32338,15 @@ "binop": null, "updateContext": null }, - "start": 4918, - "end": 4919, + "start": 4952, + "end": 4953, "loc": { "start": { - "line": 115, + "line": 116, "column": 85 }, "end": { - "line": 115, + "line": 116, "column": 86 } } @@ -32364,15 +32364,15 @@ "binop": null }, "value": "listener", - "start": 4919, - "end": 4927, + "start": 4953, + "end": 4961, "loc": { "start": { - "line": 115, + "line": 116, "column": 86 }, "end": { - "line": 115, + "line": 116, "column": 94 } } @@ -32390,15 +32390,15 @@ "binop": null, "updateContext": null }, - "start": 4927, - "end": 4928, + "start": 4961, + "end": 4962, "loc": { "start": { - "line": 115, + "line": 116, "column": 94 }, "end": { - "line": 115, + "line": 116, "column": 95 } } @@ -32415,15 +32415,15 @@ "postfix": false, "binop": null }, - "start": 4928, - "end": 4929, + "start": 4962, + "end": 4963, "loc": { "start": { - "line": 115, + "line": 116, "column": 95 }, "end": { - "line": 115, + "line": 116, "column": 96 } } @@ -32442,15 +32442,15 @@ "updateContext": null }, "value": "===", - "start": 4930, - "end": 4933, + "start": 4964, + "end": 4967, "loc": { "start": { - "line": 115, + "line": 116, "column": 97 }, "end": { - "line": 115, + "line": 116, "column": 100 } } @@ -32469,15 +32469,15 @@ "updateContext": null }, "value": "function", - "start": 4934, - "end": 4944, + "start": 4968, + "end": 4978, "loc": { "start": { - "line": 115, + "line": 116, "column": 101 }, "end": { - "line": 115, + "line": 116, "column": 111 } } @@ -32494,15 +32494,15 @@ "postfix": false, "binop": null }, - "start": 4944, - "end": 4945, + "start": 4978, + "end": 4979, "loc": { "start": { - "line": 115, + "line": 116, "column": 111 }, "end": { - "line": 115, + "line": 116, "column": 112 } } @@ -32519,15 +32519,15 @@ "postfix": false, "binop": null }, - "start": 4946, - "end": 4947, + "start": 4980, + "end": 4981, "loc": { "start": { - "line": 115, + "line": 116, "column": 113 }, "end": { - "line": 115, + "line": 116, "column": 114 } } @@ -32545,15 +32545,15 @@ "binop": null }, "value": "PulseComponent", - "start": 4954, - "end": 4968, + "start": 4988, + "end": 5002, "loc": { "start": { - "line": 116, + "line": 117, "column": 5 }, "end": { - "line": 116, + "line": 117, "column": 19 } } @@ -32571,15 +32571,15 @@ "binop": null, "updateContext": null }, - "start": 4968, - "end": 4969, + "start": 5002, + "end": 5003, "loc": { "start": { - "line": 116, + "line": 117, "column": 19 }, "end": { - "line": 116, + "line": 117, "column": 20 } } @@ -32597,15 +32597,15 @@ "binop": null }, "value": "tracker", - "start": 4969, - "end": 4976, + "start": 5003, + "end": 5010, "loc": { "start": { - "line": 116, + "line": 117, "column": 20 }, "end": { - "line": 116, + "line": 117, "column": 27 } } @@ -32623,15 +32623,15 @@ "binop": null, "updateContext": null }, - "start": 4976, - "end": 4977, + "start": 5010, + "end": 5011, "loc": { "start": { - "line": 116, + "line": 117, "column": 27 }, "end": { - "line": 116, + "line": 117, "column": 28 } } @@ -32649,15 +32649,15 @@ "binop": null }, "value": "pInstance", - "start": 4977, - "end": 4986, + "start": 5011, + "end": 5020, "loc": { "start": { - "line": 116, + "line": 117, "column": 28 }, "end": { - "line": 116, + "line": 117, "column": 37 } } @@ -32675,15 +32675,15 @@ "binop": null, "updateContext": null }, - "start": 4986, - "end": 4987, + "start": 5020, + "end": 5021, "loc": { "start": { - "line": 116, + "line": 117, "column": 37 }, "end": { - "line": 116, + "line": 117, "column": 38 } } @@ -32701,15 +32701,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 4987, - "end": 5011, + "start": 5021, + "end": 5045, "loc": { "start": { - "line": 116, + "line": 117, "column": 38 }, "end": { - "line": 116, + "line": 117, "column": 62 } } @@ -32727,15 +32727,15 @@ "binop": null, "updateContext": null }, - "start": 5011, - "end": 5012, + "start": 5045, + "end": 5046, "loc": { "start": { - "line": 116, + "line": 117, "column": 62 }, "end": { - "line": 116, + "line": 117, "column": 63 } } @@ -32753,15 +32753,15 @@ "binop": null, "updateContext": null }, - "start": 5012, - "end": 5013, + "start": 5046, + "end": 5047, "loc": { "start": { - "line": 116, + "line": 117, "column": 63 }, "end": { - "line": 116, + "line": 117, "column": 64 } } @@ -32779,15 +32779,15 @@ "binop": null }, "value": "pEventName", - "start": 5013, - "end": 5023, + "start": 5047, + "end": 5057, "loc": { "start": { - "line": 116, + "line": 117, "column": 64 }, "end": { - "line": 116, + "line": 117, "column": 74 } } @@ -32805,15 +32805,15 @@ "binop": null, "updateContext": null }, - "start": 5023, - "end": 5024, + "start": 5057, + "end": 5058, "loc": { "start": { - "line": 116, + "line": 117, "column": 74 }, "end": { - "line": 116, + "line": 117, "column": 75 } } @@ -32831,15 +32831,15 @@ "binop": null, "updateContext": null }, - "start": 5024, - "end": 5025, + "start": 5058, + "end": 5059, "loc": { "start": { - "line": 116, + "line": 117, "column": 75 }, "end": { - "line": 116, + "line": 117, "column": 76 } } @@ -32857,15 +32857,15 @@ "binop": null }, "value": "listener", - "start": 5025, - "end": 5033, + "start": 5059, + "end": 5067, "loc": { "start": { - "line": 116, + "line": 117, "column": 76 }, "end": { - "line": 116, + "line": 117, "column": 84 } } @@ -32883,15 +32883,15 @@ "binop": null, "updateContext": null }, - "start": 5033, - "end": 5034, + "start": 5067, + "end": 5068, "loc": { "start": { - "line": 116, + "line": 117, "column": 84 }, "end": { - "line": 116, + "line": 117, "column": 85 } } @@ -32909,15 +32909,15 @@ "binop": null, "updateContext": null }, - "start": 5034, - "end": 5035, + "start": 5068, + "end": 5069, "loc": { "start": { - "line": 116, + "line": 117, "column": 85 }, "end": { - "line": 116, + "line": 117, "column": 86 } } @@ -32935,15 +32935,15 @@ "binop": null }, "value": "apply", - "start": 5035, - "end": 5040, + "start": 5069, + "end": 5074, "loc": { "start": { - "line": 116, + "line": 117, "column": 86 }, "end": { - "line": 116, + "line": 117, "column": 91 } } @@ -32960,15 +32960,15 @@ "postfix": false, "binop": null }, - "start": 5040, - "end": 5041, + "start": 5074, + "end": 5075, "loc": { "start": { - "line": 116, + "line": 117, "column": 91 }, "end": { - "line": 116, + "line": 117, "column": 92 } } @@ -32986,15 +32986,15 @@ "binop": null }, "value": "pInstance", - "start": 5041, - "end": 5050, + "start": 5075, + "end": 5084, "loc": { "start": { - "line": 116, + "line": 117, "column": 92 }, "end": { - "line": 116, + "line": 117, "column": 101 } } @@ -33012,15 +33012,15 @@ "binop": null, "updateContext": null }, - "start": 5050, - "end": 5051, + "start": 5084, + "end": 5085, "loc": { "start": { - "line": 116, + "line": 117, "column": 101 }, "end": { - "line": 116, + "line": 117, "column": 102 } } @@ -33038,15 +33038,15 @@ "binop": null }, "value": "arguments", - "start": 5052, - "end": 5061, + "start": 5086, + "end": 5095, "loc": { "start": { - "line": 116, + "line": 117, "column": 103 }, "end": { - "line": 116, + "line": 117, "column": 112 } } @@ -33063,15 +33063,15 @@ "postfix": false, "binop": null }, - "start": 5061, - "end": 5062, + "start": 5095, + "end": 5096, "loc": { "start": { - "line": 116, + "line": 117, "column": 112 }, "end": { - "line": 116, + "line": 117, "column": 113 } } @@ -33089,15 +33089,15 @@ "binop": null, "updateContext": null }, - "start": 5062, - "end": 5063, + "start": 5096, + "end": 5097, "loc": { "start": { - "line": 116, + "line": 117, "column": 113 }, "end": { - "line": 116, + "line": 117, "column": 114 } } @@ -33114,15 +33114,15 @@ "postfix": false, "binop": null }, - "start": 5069, - "end": 5070, + "start": 5103, + "end": 5104, "loc": { "start": { - "line": 117, + "line": 118, "column": 4 }, "end": { - "line": 117, + "line": 118, "column": 5 } } @@ -33139,15 +33139,15 @@ "postfix": false, "binop": null }, - "start": 5075, - "end": 5076, + "start": 5109, + "end": 5110, "loc": { "start": { - "line": 118, + "line": 119, "column": 3 }, "end": { - "line": 118, + "line": 119, "column": 4 } } @@ -33164,15 +33164,15 @@ "postfix": false, "binop": null }, - "start": 5080, - "end": 5081, + "start": 5114, + "end": 5115, "loc": { "start": { - "line": 119, + "line": 120, "column": 2 }, "end": { - "line": 119, + "line": 120, "column": 3 } } @@ -33190,15 +33190,15 @@ "binop": null }, "value": "pInstance", - "start": 5085, - "end": 5094, + "start": 5119, + "end": 5128, "loc": { "start": { - "line": 120, + "line": 121, "column": 2 }, "end": { - "line": 120, + "line": 121, "column": 11 } } @@ -33216,15 +33216,15 @@ "binop": null, "updateContext": null }, - "start": 5094, - "end": 5095, + "start": 5128, + "end": 5129, "loc": { "start": { - "line": 120, + "line": 121, "column": 11 }, "end": { - "line": 120, + "line": 121, "column": 12 } } @@ -33242,15 +33242,15 @@ "binop": null }, "value": "pEventName", - "start": 5095, - "end": 5105, + "start": 5129, + "end": 5139, "loc": { "start": { - "line": 120, + "line": 121, "column": 12 }, "end": { - "line": 120, + "line": 121, "column": 22 } } @@ -33268,15 +33268,15 @@ "binop": null, "updateContext": null }, - "start": 5105, - "end": 5106, + "start": 5139, + "end": 5140, "loc": { "start": { - "line": 120, + "line": 121, "column": 22 }, "end": { - "line": 120, + "line": 121, "column": 23 } } @@ -33295,15 +33295,15 @@ "updateContext": null }, "value": "=", - "start": 5107, - "end": 5108, + "start": 5141, + "end": 5142, "loc": { "start": { - "line": 120, + "line": 121, "column": 24 }, "end": { - "line": 120, + "line": 121, "column": 25 } } @@ -33321,15 +33321,15 @@ "binop": null }, "value": "listener", - "start": 5109, - "end": 5117, + "start": 5143, + "end": 5151, "loc": { "start": { - "line": 120, + "line": 121, "column": 26 }, "end": { - "line": 120, + "line": 121, "column": 34 } } @@ -33347,15 +33347,15 @@ "binop": null, "updateContext": null }, - "start": 5117, - "end": 5118, + "start": 5151, + "end": 5152, "loc": { "start": { - "line": 120, + "line": 121, "column": 34 }, "end": { - "line": 120, + "line": 121, "column": 35 } } @@ -33373,15 +33373,15 @@ "binop": null }, "value": "PulseComponent", - "start": 5122, - "end": 5136, + "start": 5156, + "end": 5170, "loc": { "start": { - "line": 121, + "line": 122, "column": 2 }, "end": { - "line": 121, + "line": 122, "column": 16 } } @@ -33399,15 +33399,15 @@ "binop": null, "updateContext": null }, - "start": 5136, - "end": 5137, + "start": 5170, + "end": 5171, "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 17 } } @@ -33425,15 +33425,15 @@ "binop": null }, "value": "tracker", - "start": 5137, - "end": 5144, + "start": 5171, + "end": 5178, "loc": { "start": { - "line": 121, + "line": 122, "column": 17 }, "end": { - "line": 121, + "line": 122, "column": 24 } } @@ -33451,15 +33451,15 @@ "binop": null, "updateContext": null }, - "start": 5144, - "end": 5145, + "start": 5178, + "end": 5179, "loc": { "start": { - "line": 121, + "line": 122, "column": 24 }, "end": { - "line": 121, + "line": 122, "column": 25 } } @@ -33477,15 +33477,15 @@ "binop": null }, "value": "pInstance", - "start": 5145, - "end": 5154, + "start": 5179, + "end": 5188, "loc": { "start": { - "line": 121, + "line": 122, "column": 25 }, "end": { - "line": 121, + "line": 122, "column": 34 } } @@ -33503,15 +33503,15 @@ "binop": null, "updateContext": null }, - "start": 5154, - "end": 5155, + "start": 5188, + "end": 5189, "loc": { "start": { - "line": 121, + "line": 122, "column": 34 }, "end": { - "line": 121, + "line": 122, "column": 35 } } @@ -33529,15 +33529,15 @@ "binop": null }, "value": "pulseComponentListenerID", - "start": 5155, - "end": 5179, + "start": 5189, + "end": 5213, "loc": { "start": { - "line": 121, + "line": 122, "column": 35 }, "end": { - "line": 121, + "line": 122, "column": 59 } } @@ -33555,15 +33555,15 @@ "binop": null, "updateContext": null }, - "start": 5179, - "end": 5180, + "start": 5213, + "end": 5214, "loc": { "start": { - "line": 121, + "line": 122, "column": 59 }, "end": { - "line": 121, + "line": 122, "column": 60 } } @@ -33581,15 +33581,15 @@ "binop": null, "updateContext": null }, - "start": 5180, - "end": 5181, + "start": 5214, + "end": 5215, "loc": { "start": { - "line": 121, + "line": 122, "column": 60 }, "end": { - "line": 121, + "line": 122, "column": 61 } } @@ -33608,15 +33608,15 @@ "updateContext": null }, "value": "listened", - "start": 5181, - "end": 5191, + "start": 5215, + "end": 5225, "loc": { "start": { - "line": 121, + "line": 122, "column": 61 }, "end": { - "line": 121, + "line": 122, "column": 71 } } @@ -33634,15 +33634,15 @@ "binop": null, "updateContext": null }, - "start": 5191, - "end": 5192, + "start": 5225, + "end": 5226, "loc": { "start": { - "line": 121, + "line": 122, "column": 71 }, "end": { - "line": 121, + "line": 122, "column": 72 } } @@ -33660,15 +33660,15 @@ "binop": null, "updateContext": null }, - "start": 5192, - "end": 5193, + "start": 5226, + "end": 5227, "loc": { "start": { - "line": 121, + "line": 122, "column": 72 }, "end": { - "line": 121, + "line": 122, "column": 73 } } @@ -33686,15 +33686,15 @@ "binop": null }, "value": "pEventName", - "start": 5193, - "end": 5203, + "start": 5227, + "end": 5237, "loc": { "start": { - "line": 121, + "line": 122, "column": 73 }, "end": { - "line": 121, + "line": 122, "column": 83 } } @@ -33712,15 +33712,15 @@ "binop": null, "updateContext": null }, - "start": 5203, - "end": 5204, + "start": 5237, + "end": 5238, "loc": { "start": { - "line": 121, + "line": 122, "column": 83 }, "end": { - "line": 121, + "line": 122, "column": 84 } } @@ -33739,15 +33739,15 @@ "updateContext": null }, "value": "=", - "start": 5205, - "end": 5206, + "start": 5239, + "end": 5240, "loc": { "start": { - "line": 121, + "line": 122, "column": 85 }, "end": { - "line": 121, + "line": 122, "column": 86 } } @@ -33767,15 +33767,15 @@ "updateContext": null }, "value": "true", - "start": 5207, - "end": 5211, + "start": 5241, + "end": 5245, "loc": { "start": { - "line": 121, + "line": 122, "column": 87 }, "end": { - "line": 121, + "line": 122, "column": 91 } } @@ -33793,15 +33793,15 @@ "binop": null, "updateContext": null }, - "start": 5211, - "end": 5212, + "start": 5245, + "end": 5246, "loc": { "start": { - "line": 121, + "line": 122, "column": 91 }, "end": { - "line": 121, + "line": 122, "column": 92 } } @@ -33818,15 +33818,15 @@ "postfix": false, "binop": null }, - "start": 5215, - "end": 5216, + "start": 5249, + "end": 5250, "loc": { "start": { - "line": 122, + "line": 123, "column": 1 }, "end": { - "line": 122, + "line": 123, "column": 2 } } @@ -33844,15 +33844,15 @@ "binop": null, "updateContext": null }, - "start": 5216, - "end": 5217, + "start": 5250, + "end": 5251, "loc": { "start": { - "line": 122, + "line": 123, "column": 2 }, "end": { - "line": 122, + "line": 123, "column": 3 } } @@ -33869,15 +33869,15 @@ "postfix": false, "binop": null }, - "start": 5219, - "end": 5220, + "start": 5253, + "end": 5254, "loc": { "start": { - "line": 123, + "line": 124, "column": 0 }, "end": { - "line": 123, + "line": 124, "column": 1 } } @@ -33897,15 +33897,15 @@ "updateContext": null }, "value": "export", - "start": 5224, - "end": 5230, + "start": 5258, + "end": 5264, "loc": { "start": { - "line": 125, + "line": 126, "column": 0 }, "end": { - "line": 125, + "line": 126, "column": 6 } } @@ -33925,15 +33925,15 @@ "updateContext": null }, "value": "const", - "start": 5231, - "end": 5236, + "start": 5265, + "end": 5270, "loc": { "start": { - "line": 125, + "line": 126, "column": 7 }, "end": { - "line": 125, + "line": 126, "column": 12 } } @@ -33951,15 +33951,15 @@ "binop": null }, "value": "Pulse", - "start": 5237, - "end": 5242, + "start": 5271, + "end": 5276, "loc": { "start": { - "line": 125, + "line": 126, "column": 13 }, "end": { - "line": 125, + "line": 126, "column": 18 } } @@ -33978,15 +33978,15 @@ "updateContext": null }, "value": "=", - "start": 5243, - "end": 5244, + "start": 5277, + "end": 5278, "loc": { "start": { - "line": 125, + "line": 126, "column": 19 }, "end": { - "line": 125, + "line": 126, "column": 20 } } @@ -34006,15 +34006,15 @@ "updateContext": null }, "value": "new", - "start": 5245, - "end": 5248, + "start": 5279, + "end": 5282, "loc": { "start": { - "line": 125, + "line": 126, "column": 21 }, "end": { - "line": 125, + "line": 126, "column": 24 } } @@ -34032,15 +34032,15 @@ "binop": null }, "value": "PulseComponent", - "start": 5249, - "end": 5263, + "start": 5283, + "end": 5297, "loc": { "start": { - "line": 125, + "line": 126, "column": 25 }, "end": { - "line": 125, + "line": 126, "column": 39 } } @@ -34057,15 +34057,15 @@ "postfix": false, "binop": null }, - "start": 5263, - "end": 5264, + "start": 5297, + "end": 5298, "loc": { "start": { - "line": 125, + "line": 126, "column": 39 }, "end": { - "line": 125, + "line": 126, "column": 40 } } @@ -34082,15 +34082,15 @@ "postfix": false, "binop": null }, - "start": 5264, - "end": 5265, + "start": 5298, + "end": 5299, "loc": { "start": { - "line": 125, + "line": 126, "column": 40 }, "end": { - "line": 125, + "line": 126, "column": 41 } } @@ -34108,15 +34108,15 @@ "binop": null, "updateContext": null }, - "start": 5265, - "end": 5266, + "start": 5299, + "end": 5300, "loc": { "start": { - "line": 125, + "line": 126, "column": 41 }, "end": { - "line": 125, + "line": 126, "column": 42 } } @@ -34134,15 +34134,15 @@ "binop": null, "updateContext": null }, - "start": 5268, - "end": 5268, + "start": 5302, + "end": 5302, "loc": { "start": { - "line": 126, + "line": 127, "column": 0 }, "end": { - "line": 126, + "line": 127, "column": 0 } } diff --git a/docs/class/src/pulse.mjs~PulseComponent.html b/docs/class/src/pulse.mjs~PulseComponent.html index 116872a..99ed268 100644 --- a/docs/class/src/pulse.mjs~PulseComponent.html +++ b/docs/class/src/pulse.mjs~PulseComponent.html @@ -197,7 +197,7 @@
Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to.
+Listens for an event on an instance.
Listens for an event on an instance, modifies the original event if one was defined so that it can be listened to. Original event's code is maintained.
+Listens for an event on an instance. Preserves any original event function code, while also allowing multiple event listeners to call on the same event.
import {Pulse} from './src/pulse.mjs'
import {Pulse} from './src/pulse.mjs'