feat(FN-4684): complete Step 3 — add selector surface and audit types
Fusion-Task-Id: FN-4684 Fusion-Task-Lineage: 142e512b-8189-4029-9df4-4bd40b69ed2a
This commit is contained in:
committed by
gsxdsm
parent
c1abebc98d
commit
3ddbbea991
@@ -7,6 +7,15 @@ import { assertCleanBranchAtBase, inspectBranchConflict } from "./branch-conflic
|
||||
import { worktreePoolLog } from "./logger.js";
|
||||
import { isInsideConfiguredWorktreesDir, resolveWorktreesDir } from "./worktree-paths.js";
|
||||
|
||||
export {
|
||||
type WorktreeBackend,
|
||||
type WorktreeBackendKind,
|
||||
NativeWorktreeBackend,
|
||||
WorktrunkWorktreeBackend,
|
||||
WorktrunkOperationError,
|
||||
resolveWorktreeBackend,
|
||||
} from "./worktree-backend.js";
|
||||
|
||||
const execAsync = promisify(exec);
|
||||
|
||||
export function canonicalizePath(path: string): string {
|
||||
|
||||
Reference in New Issue
Block a user