Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ds300/patch-package
/ join
Function
join
src/path.ts:4–4 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
2
import
path from
"path"
3
4
export
const
join: typeof path.join = (...args) => slash(path.join(...args))
5
6
export
{ dirname } from
"path"
7
Callers
15
runIntegrationTest
Function · 0.90
writeFiles
Function · 0.90
packageIsDevDependency
Function · 0.90
index.ts
File · 0.90
getPackageVCSDetails
Function · 0.90
makePatch
Function · 0.90
getPackageDetailsFromPatchFilename
Function · 0.90
getPatchDetailsFromCliString
Function · 0.90
removeIgnoredFiles
Function · 0.90
getPatchApplicationState
Function · 0.90
savePatchApplicationState
Function · 0.90
clearPatchApplicationState
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…