debugging help

pull/16197/head
Rich Harris 4 months ago
parent 42d5c7e573
commit 0530c2cb44

@ -26,7 +26,12 @@ function update_pending() {
/** @type {Map<Derived, any> | null} */
export let batch_deriveds = null;
/** TODO handy for debugging, but we should probably eventually delete it */
let uid = 1;
export class Batch {
id = uid++;
/** @type {Map<Source, any>} */
#previous = new Map();

Loading…
Cancel
Save