chore: remove unused class property (#18307)

remnant of blocker approach
pull/18311/head
Simon H 2 months ago committed by GitHub
parent 638ab370a5
commit 4953860835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -127,13 +127,6 @@ export class Batch {
*/
previous = new Map();
/**
* Async effects which this batch doesn't take into account anymore when calculating blockers,
* as it has a value for it already.
* @type {Set<Effect>}
*/
unblocked = new Set();
/**
* When the batch is committed (and the DOM is updated), we need to remove old branches
* and append new ones by calling the functions added inside (if/each/key/etc) blocks

Loading…
Cancel
Save