You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With computed factories now seeing the base plugin's resolved computeds,
the computed-erased alias no longer mirrors the factory context — the db a
factory receives is no longer `computed: unknown`. Its only residual use
(strip computed to break a type cycle) is speculative, has no consumer, and
is a near-duplicate of ToDatabase; the rare call site can write
`Omit<ToDatabase<P>, 'computed'>` inline.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments