UNPKG

@nx/esbuild

Version:

The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild

9 lines 439 B
import { ExecutorContext } from '@nx/devkit'; export interface GetEntryPointsOptions { recursive?: boolean; initialEntryPoints?: string[]; initialTsConfigFileName?: string; onProjectFilesMatched?: (projectName: string, files: string[]) => void; } export declare function getEntryPoints(projectName: string, context: ExecutorContext, options?: GetEntryPointsOptions): string[]; //# sourceMappingURL=get-entry-points.d.ts.map