@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.
Files changed (2) hide show
  1. package/lib/path.js +0 -4
  2. 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];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bablr/agast-helpers",
3
3
  "description": "Helper functions for working with agAST trees",
4
- "version": "0.10.7",
4
+ "version": "0.10.8",
5
5
  "author": "Conrad Buck<conartist6@gmail.com>",
6
6
  "type": "module",
7
7
  "files": [