@syntest/search
Advanced tools
Comparing version 0.5.0-beta.13 to 0.5.0-beta.14
@@ -28,3 +28,3 @@ "use strict"; | ||
BudgetType[BudgetType["TOTAL_TIME"] = 4] = "TOTAL_TIME"; | ||
})(BudgetType = exports.BudgetType || (exports.BudgetType = {})); | ||
})(BudgetType || (exports.BudgetType = BudgetType = {})); | ||
//# sourceMappingURL=BudgetType.js.map |
@@ -26,3 +26,5 @@ "use strict"; | ||
// Construct map with key as id covered and value as datapoint that covers that id | ||
const idsTraceMap = new Map(traces.filter((trace) => trace.hits > 0).map((trace) => [trace.id, trace])); | ||
const idsTraceMap = new Map(traces | ||
.filter((trace) => trace.hits > 0) | ||
.map((trace) => [trace.id, trace])); | ||
// Construct set of all covered ids | ||
@@ -29,0 +31,0 @@ const targets = new Set(idsTraceMap.keys()); |
@@ -115,3 +115,3 @@ "use strict"; | ||
get last() { | ||
return this._path[this._path.length - 1]; | ||
return this._path.at(-1); | ||
} | ||
@@ -118,0 +118,0 @@ get path() { |
{ | ||
"name": "@syntest/search", | ||
"version": "0.5.0-beta.13", | ||
"version": "0.5.0-beta.14", | ||
"description": "SynTest library that contains a collection of search algorithms", | ||
@@ -51,7 +51,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@syntest/analysis": "^0.3.0-beta.2", | ||
"@syntest/cfg": "^0.5.0-beta.0", | ||
"@syntest/diagnostics": "^0.1.0-beta.0", | ||
"@syntest/logging": "^0.2.0-beta.2", | ||
"@syntest/prng": "^0.2.0-beta.2" | ||
"@syntest/analysis": "^0.3.0-beta.3", | ||
"@syntest/cfg": "^0.5.0-beta.1", | ||
"@syntest/diagnostics": "^0.1.0-beta.1", | ||
"@syntest/logging": "^0.2.0-beta.3", | ||
"@syntest/prng": "^0.2.0-beta.3" | ||
}, | ||
@@ -68,3 +68,3 @@ "engines": { | ||
}, | ||
"gitHead": "9f1596cdb871f5327dfa3f41a913b46f37d20969" | ||
"gitHead": "356b34fb993a0c743833f97c1c86d93939a1327c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
323218
5265