WP Kernel API / @wpkernel/cli / AdapterContext
Interface: AdapterContext
Context shared with adapter factories while generating artifacts.
Extended by
Properties
config
ts
config: KernelConfigV1;
reporter
ts
reporter: Reporter;
namespace
ts
namespace: string;
ir?
ts
optional ir: IRv1;