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

File hmrDep.js

playground/hmr/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

logMethod · 0.80
disposeMethod · 0.65

Tested by

no test coverage detected