{"version":3,"file":"getMergeConflictActionSlotName.js","names":[],"sources":["../../src/utils/getMergeConflictActionSlotName.ts"],"sourcesContent":["interface MergeConflictActionSlotInput {\n  hunkIndex: number;\n  lineIndex: number;\n  conflictIndex: number;\n}\n\nexport function getMergeConflictActionSlotName({\n  hunkIndex,\n  lineIndex,\n  conflictIndex,\n}: MergeConflictActionSlotInput): string {\n  return `merge-conflict-action-${hunkIndex}-${lineIndex}-${conflictIndex}`;\n}\n"],"mappings":";AAMA,SAAgB,+BAA+B,EAC7C,WACA,WACA,iBACuC;AACvC,QAAO,yBAAyB,UAAU,GAAG,UAAU,GAAG"}