|
|
|
|
@ -24,6 +24,7 @@ import { queue_boundary_micro_task } from '../task.js';
|
|
|
|
|
import * as e from '../../../shared/errors.js';
|
|
|
|
|
import { DEV } from 'esm-env';
|
|
|
|
|
import { from_async_derived, set_from_async_derived } from '../../reactivity/deriveds.js';
|
|
|
|
|
import { active_fork, Fork } from '../../reactivity/forks.js';
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @typedef {{
|
|
|
|
|
@ -114,6 +115,7 @@ export class Boundary {
|
|
|
|
|
// boundary, and hydrate accordingly
|
|
|
|
|
queueMicrotask(() => {
|
|
|
|
|
this.#main_effect = this.#run(() => {
|
|
|
|
|
Fork.ensure();
|
|
|
|
|
return branch(() => this.#children(this.#anchor));
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|