MCPcopy
hub / github.com/vitejs/vite / hmrDep.js

File hmrDep.js

playground/hmr-ssr/hmrDep.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const foo = 1
2export { foo as nestedFoo } from './hmrNestedDep'
3
4if (import.meta.hot) {

Callers

nothing calls this directly

Calls 2

logFunction · 0.85
disposeMethod · 0.65

Tested by

no test coverage detected