File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/svelte/src/internal/client/dom/blocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import { is_promise } from '../../../shared/utils.js';
44import { block , branch , pause_effect , resume_effect } from '../../reactivity/effects.js' ;
55import { internal_set , mutable_source , source } from '../../reactivity/sources.js' ;
66import { flush_sync , set_active_effect , set_active_reaction } from '../../runtime.js' ;
7- import { is_runes } from '../../context.js' ;
87import { hydrate_next , hydrate_node , hydrating } from '../hydration.js' ;
98import { queue_micro_task } from '../task.js' ;
109import { UNINITIALIZED } from '../../../../constants.js' ;
1110import {
1211 component_context ,
12+ is_runes ,
1313 set_component_context ,
1414 set_dev_current_component_function
1515} from '../../context.js' ;
You can’t perform that action at this time.
0 commit comments