UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

12 lines (11 loc) 351 B
import Component from "../../core/dependency/Component"; export declare class Analyzer { protected baseBranch: string; private static changedComponents; constructor(baseBranch: string); /** * * @returns array of components that have changed, can be empty */ protected getChangedComponents(): Promise<Component[]>; }