Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytecodealliance/ComponentizeJS
/ builtins.js
File
builtins.js
test/builtins.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ readFile, readdir, mkdir, writeFile } from
'node:fs/promises'
;
2
import
{ spawn } from
'node:child_process'
;
3
import
{ fileURLToPath, URL } from
'node:url'
;
4
Callers
nothing calls this directly
Calls
2
maybeLogging
Function · 0.90
componentize
Function · 0.85
Tested by
no test coverage detected