Skip to content

Commit df3c51e

Browse files
committed
import Batch as type, not value
1 parent 8ea6c79 commit df3c51e

File tree

1 file changed

+2
-1
lines changed
  • packages/svelte/src/internal/client/dom/elements/bindings

1 file changed

+2
-1
lines changed

packages/svelte/src/internal/client/dom/elements/bindings/input.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** @import { Batch } from '../../../reactivity/batch.js' */
12
import { DEV } from 'esm-env';
23
import { render_effect, teardown } from '../../../reactivity/effects.js';
34
import { listen_to_event_and_reset_event } from './shared.js';
@@ -7,7 +8,7 @@ import { queue_micro_task } from '../../task.js';
78
import { hydrating } from '../../hydration.js';
89
import { untrack } from '../../../runtime.js';
910
import { is_runes } from '../../../context.js';
10-
import { Batch, current_batch } from '../../../reactivity/batch.js';
11+
import { current_batch } from '../../../reactivity/batch.js';
1112

1213
/**
1314
* @param {HTMLInputElement} input

0 commit comments

Comments
 (0)