Skip to main content
Version: Next

LegacyCommandsCLIPlugin

LegacyCommandsCLIPlugin

Signature
class LegacyCommandsCLIPlugin extends CompilerPlugin<LegacyHandlerPluginOptions> {
public readonly name = 'LegacyCommandsCLIPlugin';
activate(ctx: CompilerPluginRuntime) => Promise<void>;
deactivate(ctx: CompilerPluginRuntime) => Promise<void>;
}

name

property

activate

method
(ctx: CompilerPluginRuntime) => Promise<void>

deactivate

method
(ctx: CompilerPluginRuntime) => Promise<void>