mirror of https://github.com/sveltejs/svelte
chore: better log_effect_tree (#17833)
While working on the reactivity it's very helpful to be able to log a snapshot of the effect tree. This PR augments the existing `log_effect_tree` helper by marking unreachable-but-dirty effects, like so: <img width="333" height="415" alt="image" src="https://github.com/user-attachments/assets/2c7501f7-b845-4271-b534-3a8be0ff62ee" /> (I had thought `log_inconsistent_branches` was designed to help with this but it didn't work for me. Do we need both? cc @dummdidumm) --------- Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>main
parent
15e1e73f9c
commit
4aa3777271
Loading…
Reference in new issue