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 8ea6c79 commit df3c51eCopy full SHA for df3c51e
packages/svelte/src/internal/client/dom/elements/bindings/input.js
@@ -1,3 +1,4 @@
1
+/** @import { Batch } from '../../../reactivity/batch.js' */
2
import { DEV } from 'esm-env';
3
import { render_effect, teardown } from '../../../reactivity/effects.js';
4
import { listen_to_event_and_reset_event } from './shared.js';
@@ -7,7 +8,7 @@ import { queue_micro_task } from '../../task.js';
7
8
import { hydrating } from '../../hydration.js';
9
import { untrack } from '../../../runtime.js';
10
import { is_runes } from '../../../context.js';
-import { Batch, current_batch } from '../../../reactivity/batch.js';
11
+import { current_batch } from '../../../reactivity/batch.js';
12
13
/**
14
* @param {HTMLInputElement} input
0 commit comments