@ -14,6 +14,7 @@ export function remove_active_fork() {
active_fork = null;
}
/** Update `$effect.pending()` */
function update_pending() {
internal_set(pending, forks.size > 0);
@ -42,6 +42,7 @@ import { execute_derived } from './deriveds.js';
export let inspect_effects = new Set();
export const old_values = new Map();
/** Internal representation of `$effect.pending()` */
export let pending = source(false);
/**