@rkmodules/rules 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +0 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -986,7 +986,6 @@ var listItem = {
|
|
|
986
986
|
}
|
|
987
987
|
});
|
|
988
988
|
others = binaryOnTreeBranch(inputs.list || {}, inputs.index || {}, function (branch, indices) {
|
|
989
|
-
console.log("others", branch, indices);
|
|
990
989
|
return branch.filter(function (i) { return !(indices === null || indices === void 0 ? void 0 : indices.includes(i)); });
|
|
991
990
|
});
|
|
992
991
|
return [2 /*return*/, {
|