MCPcopy 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

1import { readFile, readdir, mkdir, writeFile } from 'node:fs/promises';
2import { spawn } from 'node:child_process';
3import { fileURLToPath, URL } from 'node:url';
4

Callers

nothing calls this directly

Calls 2

maybeLoggingFunction · 0.90
componentizeFunction · 0.85

Tested by

no test coverage detected