UNPKG

nx

Version:

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

10 lines (9 loc) 338 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; }