MCPcopy
hub / github.com/vitejs/vite / buildStart

Function buildStart

packages/vite/src/node/packages.ts:275–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 return {
274 name: 'vite:watch-package-data',
275 buildStart() {
276 watchFile = this.addWatchFile.bind(this)
277 watchQueue.forEach(watchFile)
278 watchQueue.clear()
279 },
280 buildEnd() {
281 watchFile = watchFileStub
282 },

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected