Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ toCleanPath
Function
toCleanPath
packages/create/scripts/generate-manifest.mjs:66–68 ·
view source on GitHub ↗
(file, baseDir)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
toCleanPath(file, baseDir) {
67
return
relative(baseDir, file).replace(/\\/g,
'/'
)
68
}
69
70
function
findFilesRecursively(baseDir) {
71
const
files = {}
Callers
5
scanProjectDirectory
Function · 0.90
scanAddOnDirectories
Function · 0.90
runCreateApp
Function · 0.90
file-helper.test.ts
File · 0.90
visit
Function · 0.70
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected