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