Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ toWindowsPath
Function
toWindowsPath
packages/vite/src/module-runner/utils.ts:64–66 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
toWindowsPath(path: string): string {
65
return
path.replace(/\
//g, '\\')
66
}
Callers
1
createDefaultImportMeta
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected