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 2071160 commit 1a094e7Copy full SHA for 1a094e7
packages/svelte/src/internal/client/reactivity/batch.js
@@ -26,8 +26,6 @@ function update_pending() {
26
let uid = 1;
27
28
export class Batch {
29
- #id = uid++;
30
-
31
/** @type {Map<Source, any>} */
32
#previous = new Map();
33
0 commit comments