UNPKG

@ibm/sourceorbit

Version:

IBM i dependency management tool

14 lines (13 loc) 482 B
import { ILEObject, Targets } from '../targets'; import { FileLog } from '../logger'; export declare class ImpactMarkdown { private cwd; private targets; private relativePaths; constructor(cwd: string, targets: Targets, relativePaths: string[]); getContent(): string[]; getImpactFor(theObject: ILEObject): string[]; getObjectList(): any[]; static createObjectExpand(objs: ILEObject[]): string; static createLogExpand(logs?: FileLog[]): string; }