mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Removed unnecessary abstractions and unused code: - Eliminated NodeVersion struct in favor of simple helper functions - Removed unused imports (string, stringZ, logger, JSON, Headers, which) - Fixed string types to use []const u8 instead of string alias - Simplified function signatures and removed over-engineering All functionality preserved and tests still pass. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>