Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setup
Function
setup
scripts/bun-plugin-shims.ts:11–17 ·
view source on GitHub ↗
(build)
Source
from the content-addressed store, hash-verified
9
plugin({
10
name:
'bun-bundle-shim'
,
11
setup(build) {
12
const
shimPath = resolve(
import
.meta.dir,
'../src/shims/bun-bundle.ts'
)
13
14
build.onResolve({ filter: /^bun:bundle$/ }, () => ({
15
path: shimPath,
16
}))
17
},
18
})
Callers
nothing calls this directly
Calls
2
onResolve
Method · 0.80
resolve
Function · 0.50
Tested by
no test coverage detected