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

Function buildStart

packages/vite/src/node/ssr/__tests__/ssrLoadModule.spec.ts:358–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 {
357 name: 'test-plugin',
358 async buildStart() {
359 fn('buildStart:in')
360 await new Promise((r) => setTimeout(r, 200))
361 fn('buildStart:out')
362 },
363 resolveId(source) {
364 if (source === 'virtual:test') {
365 fn('resolveId')

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected