async-changeset
Rich Harris 7 months ago
parent 00990ad1f6
commit 05c9f4f326

@ -9,7 +9,6 @@ import {
} from './reactivity/effects.js'; } from './reactivity/effects.js';
import { import {
EFFECT, EFFECT,
RENDER_EFFECT,
DIRTY, DIRTY,
MAYBE_DIRTY, MAYBE_DIRTY,
CLEAN, CLEAN,
@ -51,7 +50,6 @@ import {
} from './context.js'; } from './context.js';
import { active_fork, Boundary, Fork } from './dom/blocks/boundary.js'; import { active_fork, Boundary, Fork } from './dom/blocks/boundary.js';
import * as w from './warnings.js'; import * as w from './warnings.js';
import { log_effect_tree } from './dev/debug.js';
const FLUSH_MICROTASK = 0; const FLUSH_MICROTASK = 0;
const FLUSH_SYNC = 1; const FLUSH_SYNC = 1;

Loading…
Cancel
Save