Skip to content

Commit 28be8c9

Browse files
committed
unused
1 parent 3ee6ea4 commit 28be8c9

File tree

1 file changed

+2
-7
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+2
-7
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/** @import { Effect, Source, TemplateNode, } from '#client' */
2-
import {
3-
BOUNDARY_EFFECT,
4-
EFFECT_PRESERVED,
5-
EFFECT_RAN,
6-
EFFECT_TRANSPARENT
7-
} from '#client/constants';
2+
import { BOUNDARY_EFFECT, EFFECT_PRESERVED, EFFECT_TRANSPARENT } from '#client/constants';
83
import { component_context, set_component_context } from '../../context.js';
94
import { handle_error, invoke_error_boundary } from '../../error-handling.js';
105
import { block, branch, destroy_effect, pause_effect } from '../../reactivity/effects.js';
@@ -28,7 +23,7 @@ import { queue_micro_task } from '../task.js';
2823
import * as e from '../../errors.js';
2924
import * as w from '../../warnings.js';
3025
import { DEV } from 'esm-env';
31-
import { Batch, current_batch, effect_pending_updates } from '../../reactivity/batch.js';
26+
import { Batch, effect_pending_updates } from '../../reactivity/batch.js';
3227
import { internal_set, source } from '../../reactivity/sources.js';
3328
import { tag } from '../../dev/tracing.js';
3429
import { createSubscriber } from '../../../../reactivity/create-subscriber.js';

0 commit comments

Comments
 (0)