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 9d1aa69 commit 8f11796Copy full SHA for 8f11796
packages/svelte/src/internal/client/dom/blocks/boundary.js
@@ -1,10 +1,5 @@
1
/** @import { Effect, Source, TemplateNode, } from '#client' */
2
-import {
3
- BOUNDARY_EFFECT,
4
- EFFECT_PRESERVED,
5
- EFFECT_RAN,
6
- EFFECT_TRANSPARENT
7
-} from '#client/constants';
+import { BOUNDARY_EFFECT, EFFECT_PRESERVED, EFFECT_TRANSPARENT } from '#client/constants';
8
import { component_context, set_component_context } from '../../context.js';
9
import { handle_error, invoke_error_boundary } from '../../error-handling.js';
10
import { block, branch, destroy_effect, pause_effect } from '../../reactivity/effects.js';
0 commit comments