Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ invalidate
Method
invalidate
packages/vite/types/hot.d.ts:25–25 ·
view source on GitHub ↗
(message?: string)
Source
from the content-addressed store, hash-verified
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>(
28
event: T,
Callers
11
invalidateModule
Method · 0.65
invalidation-child.js
File · 0.65
child.js
File · 0.65
parent.js
File · 0.65
child.js
File · 0.65
child.js
File · 0.65
root.js
File · 0.65
child.js
File · 0.65
parent.js
File · 0.65
child.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