13 行
593 B
TypeScript
13 行
593 B
TypeScript
|
|
import { CommandLineAction } from '@rushstack/ts-command-line';
|
||
|
|
import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine';
|
||
|
|
export declare class RunAction extends CommandLineAction {
|
||
|
|
private readonly _configFileParameter;
|
||
|
|
private readonly _localFlag;
|
||
|
|
private readonly _verboseFlag;
|
||
|
|
private readonly _diagnosticsParameter;
|
||
|
|
private readonly _typescriptCompilerFolderParameter;
|
||
|
|
private readonly _printApiReportDiffFlag;
|
||
|
|
constructor(parser: ApiExtractorCommandLine);
|
||
|
|
protected onExecuteAsync(): Promise<void>;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=RunAction.d.ts.map
|