incremental-batches
Rich Harris 1 week ago
parent ef744bea46
commit eca510c6bf

@ -116,11 +116,6 @@ export class Batch {
*/
current = new Map();
/**
* @type {Map<Derived, any>}
*/
current_deriveds = new Map();
/**
* The values of any signals (sources and deriveds) that are updated in this batch _before_ those updates took place.
* They keys of this map are identical to `this.#current`

Loading…
Cancel
Save