Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WJX20/claude-code
/ build.ts
File
build.ts
build.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ readdir, readFile, writeFile } from
"fs/promises"
;
2
import
{ join } from
"path"
;
3
4
const
outdir =
"dist"
;
Callers
nothing calls this directly
Calls
4
rmSync
Function · 0.85
readdir
Function · 0.85
readFile
Function · 0.85
error
Method · 0.65
Tested by
no test coverage detected