MCPcopy 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

9plugin({
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

onResolveMethod · 0.80
resolveFunction · 0.50

Tested by

no test coverage detected