MCPcopy
hub / github.com/vitejs/vite / hmr.ts

File hmr.ts

packages/vite/src/node/server/hmr.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fsp from 'node:fs/promises'
2import path from 'node:path'
3import { EventEmitter } from 'node:events'
4import colors from 'picocolors'

Callers

nothing calls this directly

Calls 2

createDebuggerFunction · 0.90
normalizePathFunction · 0.90

Tested by

no test coverage detected