MCPcopy Create free account
hub / github.com/TanStack/cli / constructor

Method constructor

packages/cli/src/dev-watch.ts:93–96  ·  view source on GitHub ↗
(private options: DevWatchOptions)

Source from the content-addressed store, hash-verified

91 private lastSyncedSourceFiles: Set<string> | null = null
92
93 constructor(private options: DevWatchOptions) {
94 this.syncer = new FileSyncer()
95 this.debounceQueue = new DebounceQueue((changes) => this.rebuild(changes))
96 }
97
98 async start(): Promise<void> {
99 // Validate watch path

Callers

nothing calls this directly

Calls 1

rebuildMethod · 0.95

Tested by

no test coverage detected