Skip to content

Commit

Permalink
Fix crawl
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Oct 25, 2024
1 parent 846fa32 commit c16063b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/babel/core/deref-memo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ export default function derefMemo(
ref.replaceWith(t.callExpression(readIdentifier, []));
}
}
path.scope.crawl();
}
1 change: 1 addition & 0 deletions packages/core/babel/core/deref-signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ export default function derefSignal(
ref.replaceWith(t.callExpression(readIdentifier, []));
}
}
path.scope.crawl();
}

0 comments on commit c16063b

Please sign in to comment.