Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/core/src/editor/index.ts
/**
* `core/editor/` — shared stateful-orchestration spine for the React/Vue
* adapters (issue #696 Tier 2). The pure layout COMPUTE pass + the
* rAF-coalescing layout scheduler; the transaction loop, view lifecycle, and
* session seam land here as the tier proceeds.
*/
export { computeLayout } from './computeLayout';
export type { ComputeLayoutInputs, LayoutComputation, MeasureBlocksFn } from './computeLayout';
export { createLayoutScheduler } from './layoutScheduler';
export type { LayoutScheduler } from './layoutScheduler';
export { stripScrollFlag } from './scrollFlag';