ReferenceAPI
UnresolvedReason
Why a lookup came back empty.
How this is generated
Source: lib/registry.ts. Script: scripts/build-reference.mts. Command:
pnpm run generate.
Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.
UnresolvedReason
Why a lookup came back empty. The input to <NotBuiltYet>.
| Kind | Declared in |
|---|---|
| interface | lib/registry.ts |
export interface UnresolvedReason {
name: string
reason: "not-built" | "unknown"
status: Status | null
message: string
}