@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / ConflictDiagnostic
Interface: ConflictDiagnostic<TKind>
Diagnostic for conflicting helper registrations.
Type Parameters
TKind
TKind extends HelperKind = HelperKind
Properties
helpers
ts
readonly helpers: readonly string[];key
ts
readonly key: string;message
ts
readonly message: string;mode
ts
readonly mode: HelperMode;type
ts
readonly type: "conflict";kind?
ts
readonly optional kind: TKind;