Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ normalizePath
Function
normalizePath
packages/start-plugin-core/src/utils.ts:39–41 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
37
}
38
39
export
function
normalizePath(id: string): string {
40
return
path.posix.normalize(isWindows ? slash(id) : id)
41
}
Callers
15
normalizeFilePath
Function · 0.90
setup
Function · 0.90
matchesManifestPath
Function · 0.90
getVirtualModulePath
Function · 0.90
addTransformResult
Function · 0.90
hasTransformResult
Function · 0.90
getTransformResult
Function · 0.90
createViteResolvedEntryAliases
Function · 0.50
load
Function · 0.50
addImporterRelativeSourceCandidates
Function · 0.50
getTransformResult
Function · 0.50
registerEntries
Function · 0.50
Calls
1
slash
Function · 0.85
Tested by
no test coverage detected