We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b070d4 commit 09f5171Copy full SHA for 09f5171
src/walker/walker.ts
@@ -70,6 +70,7 @@ export class Walker extends EventEmitter<WalkerEmitter> {
70
}
71
72
public restoreWalkerAtNode(node: RegularNode) {
73
+ this.processedFragments.delete(node.fragment);
74
this.path.splice(0, this.path.length, ...node.path);
75
this.depth = node.depth;
76
this.fragment = node.fragment;
0 commit comments