Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ prune
Method
prune
packages/vite/types/hot.d.ts:24–24 ·
view source on GitHub ↗
(cb: (data: any) => void)
Source
from the content-addressed store, hash-verified
22
23
dispose(cb: (data: any) => void): void
24
prune(cb: (data: any) => void): void
25
invalidate(message?: string): void
26
27
on<T extends CustomEventName>(
Callers
4
child.js
File · 0.65
dep3.js
File · 0.65
dep2.js
File · 0.65
child.js
File · 0.65
Implementers
1
HMRContext
packages/vite/src/shared/hmr.ts
Calls
no outgoing calls
Tested by
no test coverage detected