mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
Remove documentation for internal/private APIs: - Bun.createParsedShellScript() from runtime/shell.md - Bun.createShellInterpreter() from runtime/shell.md - Bun.shrink() from api/utils.md - Bun.registerMacro() from bundler/macros.md These APIs are internal implementation details and should not be part of the public documentation. Only user-facing APIs should be documented. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>