@bablr/agast-helpers 0.10.7 → 0.10.8
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/lib/path.js +0 -4
- package/package.json +1 -1
package/lib/path.js
CHANGED
|
@@ -725,10 +725,6 @@ export const buildNullNode = () => {
|
|
|
725
725
|
return buildNode(buildNullTag());
|
|
726
726
|
};
|
|
727
727
|
|
|
728
|
-
export const buildGapNode = () => {
|
|
729
|
-
return buildNode(buildGapTag());
|
|
730
|
-
};
|
|
731
|
-
|
|
732
728
|
const findRight = (arr, predicate) => {
|
|
733
729
|
for (let i = arr.length - 1; i >= 0; i--) {
|
|
734
730
|
let value = arr[i];
|