Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ FileUpdate
Interface
FileUpdate
packages/cli/src/file-syncer.ts:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
* as diff from
'diff'
5
6
export
interface
FileUpdate {
7
path: string
8
diff?: string
9
}
10
11
export
interface
SyncResult {
12
updated: Array<FileUpdate>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected