File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
packages/svelte/src/internal/client/dom/blocks Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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' ;
83import { component_context , set_component_context } from '../../context.js' ;
94import { handle_error , invoke_error_boundary } from '../../error-handling.js' ;
105import { block , branch , destroy_effect , pause_effect } from '../../reactivity/effects.js' ;
@@ -28,7 +23,7 @@ import { queue_micro_task } from '../task.js';
2823import * as e from '../../errors.js' ;
2924import * as w from '../../warnings.js' ;
3025import { 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' ;
3227import { internal_set , source } from '../../reactivity/sources.js' ;
3328import { tag } from '../../dev/tracing.js' ;
3429import { createSubscriber } from '../../../../reactivity/create-subscriber.js' ;
You can’t perform that action at this time.
0 commit comments