refactor: hide filesystem implementation helpers

This commit is contained in:
Tianyi Cui
2026-07-14 03:30:23 +08:00
parent a0359bc4a9
commit f9db1a6a08
9 changed files with 12 additions and 34 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ import {
restoreLineEndings,
streamWholeText,
writeFileAtomic,
} from '@deepseek-ai/dsh-fs-local'
import type { LocalTarget } from '@deepseek-ai/dsh-fs-local'
} from '../src/fsio.ts'
import type { LocalTarget } from '../src/fsio.ts'
import { FsError, FsTargetKey } from '@deepseek-ai/dsh-fs'
let dir: string