pull/17004/head
Rich Harris 2 weeks ago
parent 0d53d6dee6
commit 1b5ff6b60a

@ -112,6 +112,7 @@ export class Batch {
/** /**
* If a fork is discarded, we need to destroy any effects that are no longer needed * If a fork is discarded, we need to destroy any effects that are no longer needed
* @type {Set<(batch: Batch) => void>}
*/ */
#discard_callbacks = new Set(); #discard_callbacks = new Set();

Loading…
Cancel
Save