pull/16197/head
Rich Harris 4 months ago
parent 17b2f227fa
commit d131e2892c

@ -10,7 +10,7 @@ import {
update_effect
} from '../runtime.js';
import { raf } from '../timing.js';
import { internal_set, mark_reactions, pending } from './sources.js';
import { internal_set, pending } from './sources.js';
/** @type {Set<Batch>} */
const batches = new Set();

@ -35,7 +35,6 @@ import { capture, get_pending_boundary } from '../dom/blocks/boundary.js';
import { component_context } from '../context.js';
import { UNINITIALIZED } from '../../../constants.js';
import { current_batch } from './batch.js';
import { noop } from '../../shared/utils.js';
/** @type {Effect | null} */
export let from_async_derived = null;

Loading…
Cancel
Save