pull/16491/head
Rich Harris 1 month ago
parent 92c9c963ea
commit ab0b259161

@ -74,11 +74,7 @@ let last_scheduled_effect = null;
let is_flushing = false;
let is_flushing_sync = false;
let uid = 1;
export class Batch {
id = uid++;
/**
* The current values of any sources that are updated in this batch
* They keys of this map are identical to `this.#previous`

Loading…
Cancel
Save