|
|
|
@ -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`
|
|
|
|
|