@rkmodules/rules 0.0.56 → 0.0.58

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.esm.js CHANGED
@@ -984,8 +984,7 @@ var listItem = {
984
984
  }
985
985
  });
986
986
  others = binaryOnTreeBranch(inputs.list || {}, inputs.index || {}, function (branch, indices) {
987
- console.log("others", branch, indices);
988
- return branch.filter(function (i) { return !(indices === null || indices === void 0 ? void 0 : indices.includes(i)); });
987
+ return branch.filter(function (_, i) { return !(indices === null || indices === void 0 ? void 0 : indices.includes(i)); });
989
988
  });
990
989
  return [2 /*return*/, {
991
990
  item: item,