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 d74574f commit 34a17b4Copy full SHA for 34a17b4
packages/svelte/src/internal/client/dom/blocks/boundary.js
@@ -1,5 +1,4 @@
1
/** @import { Effect, TemplateNode, } from '#client' */
2
-
3
import { BOUNDARY_EFFECT, EFFECT_PRESERVED, EFFECT_TRANSPARENT } from '#client/constants';
4
import { component_context, set_component_context } from '../../context.js';
5
import { invoke_error_boundary } from '../../error-handling.js';
@@ -18,7 +17,6 @@ import {
18
17
remove_nodes,
19
set_hydrate_node
20
} from '../hydration.js';
21
-import { get_next_sibling } from '../operations.js';
22
import { queue_micro_task } from '../task.js';
23
24
/**
0 commit comments