@rkmodules/rules 0.0.57 → 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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -986,7 +986,7 @@ var listItem = {
|
|
|
986
986
|
}
|
|
987
987
|
});
|
|
988
988
|
others = binaryOnTreeBranch(inputs.list || {}, inputs.index || {}, function (branch, indices) {
|
|
989
|
-
return branch.filter(function (i) { return !(indices === null || indices === void 0 ? void 0 : indices.includes(i)); });
|
|
989
|
+
return branch.filter(function (_, i) { return !(indices === null || indices === void 0 ? void 0 : indices.includes(i)); });
|
|
990
990
|
});
|
|
991
991
|
return [2 /*return*/, {
|
|
992
992
|
item: item,
|