UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

10 lines 393 B
import type { LifeCycle, TaskResult, TaskMetadata } from '../life-cycle'; export declare class TaskTelemetryLifeCycle implements LifeCycle { private taskCount; private cachedTaskCount; private projects; startCommand(): void; endTasks(taskResults: TaskResult[], metadata: TaskMetadata): void; endCommand(): void; } //# sourceMappingURL=task-telemetry-life-cycle.d.ts.map