Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ normalize-bun-binaries.ts
File
normalize-bun-binaries.ts
nix/scripts/normalize-bun-binaries.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ lstat, mkdir, readdir, rm, symlink } from
"fs/promises"
2
import
{ join, relative } from
"path"
3
4
type
PackageManifest = {
Callers
nothing calls this directly
Calls
8
join
Function · 0.85
collectPackages
Function · 0.85
readManifest
Function · 0.85
linkBinary
Function · 0.85
exists
Function · 0.70
cwd
Method · 0.65
rm
Function · 0.50
log
Method · 0.45
Tested by
no test coverage detected