mirror of https://github.com/sveltejs/svelte
chore: analysis and transform stop importing each other (#18786)
Analysis imported `should_proxy` from `3-transform/client/utils.js` and transform imported `check_graph_for_cycles` from `2-analyze/utils`. The graph search now lives in `compiler/utils`, `should_proxy` in `phases/scope.js` next to the bindings it reads. No behaviour change.pull/18812/head
parent
5981c060d2
commit
e6ae460caa
Loading…
Reference in new issue