Rich Harris 8 months ago
parent 9c00acd5da
commit 91d09b0d00

@ -27,7 +27,7 @@ import {
set_hydrate_node set_hydrate_node
} from '../hydration.js'; } from '../hydration.js';
import { get_next_sibling } from '../operations.js'; import { get_next_sibling } from '../operations.js';
import { queue_boundary_micro_task, queue_micro_task } from '../task.js'; import { queue_boundary_micro_task } from '../task.js';
import * as e from '../../../shared/errors.js'; import * as e from '../../../shared/errors.js';
const ASYNC_INCREMENT = Symbol(); const ASYNC_INCREMENT = Symbol();

Loading…
Cancel
Save