consistent behaviour

pull/16197/head
Rich Harris 7 months ago
parent e5579fd738
commit 2e813f1b80

@ -40,9 +40,6 @@ export class Batch {
#pending = 0;
apply() {
// common case: no overlapping batches, nothing to revert
if (batches.size === 1) return noop;
var current_values = new Map();
for (const [source, current] of this.#current) {

Loading…
Cancel
Save