pull/15962/head
Rich Harris 4 months ago
parent 110e37ee51
commit b18407a99b

@ -1,5 +1,9 @@
/** @import { Effect } from '#client' */
import { block, branch, destroy_effect, effect } from '../../reactivity/effects.js';
import { block, branch, destroy_effect } from '../../reactivity/effects.js';
// TODO in 6.0 or 7.0, when we remove legacy mode, we can simplify this by
// getting rid of the block/branch stuff and just letting the effect rip.
// see https://github.com/sveltejs/svelte/pull/15962
/**
* @param {Element} node

Loading…
Cancel
Save