UNPKG

nx

Version:

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

15 lines 373 B
type Location = { column: number; line: number; }; type NodeLocation = { end?: Location; start?: Location; }; export declare function codeFrameColumns(rawLines: string, loc: NodeLocation, opts?: { linesAbove?: number; linesBelow?: number; highlight?: (rawLines: string) => string; }): string; export {}; //# sourceMappingURL=code-frames.d.ts.map