Skip to content

Commit 1a094e7

Browse files
committed
lint
1 parent 2071160 commit 1a094e7

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/reactivity/batch.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ function update_pending() {
2626
let uid = 1;
2727

2828
export class Batch {
29-
#id = uid++;
30-
3129
/** @type {Map<Source, any>} */
3230
#previous = new Map();
3331

0 commit comments

Comments
 (0)