@luvio/graphql-parser 0.135.1 → 0.135.2
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.
|
@@ -12725,10 +12725,6 @@ function stripLocation(node) {
|
|
|
12725
12725
|
delete node.loc;
|
|
12726
12726
|
}
|
|
12727
12727
|
const keys$1 = keys(node);
|
|
12728
|
-
const keysLength = keys$1.length;
|
|
12729
|
-
if (keysLength === 0) {
|
|
12730
|
-
return node;
|
|
12731
|
-
}
|
|
12732
12728
|
for (const key of keys$1) {
|
|
12733
12729
|
const subNode = node[key];
|
|
12734
12730
|
if (subNode && typeof subNode === 'object') {
|
|
@@ -12721,10 +12721,6 @@ function stripLocation(node) {
|
|
|
12721
12721
|
delete node.loc;
|
|
12722
12722
|
}
|
|
12723
12723
|
const keys$1 = keys(node);
|
|
12724
|
-
const keysLength = keys$1.length;
|
|
12725
|
-
if (keysLength === 0) {
|
|
12726
|
-
return node;
|
|
12727
|
-
}
|
|
12728
12724
|
for (const key of keys$1) {
|
|
12729
12725
|
const subNode = node[key];
|
|
12730
12726
|
if (subNode && typeof subNode === 'object') {
|