We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d970d2 commit 3decb67Copy full SHA for 3decb67
packages/svelte/src/internal/client/dom/blocks/if.js
@@ -13,6 +13,8 @@ import { HYDRATION_START_ELSE, UNINITIALIZED } from '../../../../constants.js';
13
import { create_text, should_defer_append } from '../operations.js';
14
import { active_fork } from '../../reactivity/forks.js';
15
16
+// TODO reinstate https://github.com/sveltejs/svelte/pull/15250
17
+
18
/**
19
* @param {TemplateNode} node
20
* @param {(branch: (fn: (anchor: Node) => void, flag?: boolean) => void) => void} fn
0 commit comments