UNPKG

sfdx-git-delta

Version:

Generate the sfdx content in source format and destructive change from two git commits

9 lines (8 loc) 342 B
import StandardHandler from './standardHandler.js'; export default class InFolderHandler extends StandardHandler { handleAddition(): Promise<void>; protected _copyFolderMetaFile(): Promise<void>; protected _copySpecialExtension(): Promise<void>; protected _getElementName(): string; protected _isProcessable(): boolean; }