Interface: ContextWarning
Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:2
Advisory warning emitted during context compilation.
Properties
message
readonlymessage:string
Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:16
Human-readable description of the warning.
path?
readonlyoptionalpath?:string
Defined in: packages/core/src/application/use-cases/_shared/context-warning.ts:14
The affected spec path, workspace name, or file path.
type
readonlytype:"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.