Skip to main content

Interface: ContextWarning

Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:2

Advisory warning emitted during context compilation.

Properties

message

readonly message: string

Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:16

Human-readable description of the warning.


path?

readonly optional path?: string

Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:14

The affected spec path, workspace name, or file path.


type

readonly type: "stale-metadata" | "missing-spec" | "unknown-workspace" | "missing-file" | "cycle" | "missing-parser" | "missing-metadata" | "preview"

Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:4

The warning category.