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

Method invalidateAll

packages/vite/src/node/server/mixedModuleGraph.ts:421–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 invalidateAll(): void {
422 this._client.invalidateAll()
423 this._ssr.invalidateAll()
424 }
425
426 /* TODO: It seems there isn't usage of this method in the ecosystem
427 Waiting to check if we really need this for backwards compatibility

Callers 5

reloadOnTsconfigChangeFunction · 0.45
fullReloadFunction · 0.45
hmr-ssr.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected