MCPcopy
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

invalidateModuleMethod · 0.65
child.jsFile · 0.65
parent.jsFile · 0.65
child.jsFile · 0.65
child.jsFile · 0.65
root.jsFile · 0.65
child.jsFile · 0.65
parent.jsFile · 0.65
child.jsFile · 0.65
child.jsFile · 0.65

Implementers 1

HMRContextpackages/vite/src/shared/hmr.ts

Calls

no outgoing calls

Tested by

no test coverage detected