diff --git a/apps/generate/code.ts b/apps/generate/code.ts index 1891371..ca0ff5c 100644 --- a/apps/generate/code.ts +++ b/apps/generate/code.ts @@ -60,6 +60,7 @@ function compareNodes( if (hasChildrenB) { b.gotoParent(); } + variables.push(path.concat(index)); nodes.push({ variable: true, fieldName: fieldNameA,