@pierre/diffs
Version:
8 lines (7 loc) • 330 B
JavaScript
//#region src/utils/getMergeConflictActionSlotName.ts
function getMergeConflictActionSlotName({ hunkIndex, lineIndex, conflictIndex }) {
return `merge-conflict-action-${hunkIndex}-${lineIndex}-${conflictIndex}`;
}
//#endregion
export { getMergeConflictActionSlotName };
//# sourceMappingURL=getMergeConflictActionSlotName.js.map