Bun Runtime

Description

Claude Code runs on Bun (not Node.js). Key implications: native JSX/TSX support without transpilation, bun:bundle feature flags for dead-code elimination, ES modules with .js extensions (Bun convention). Heavy modules are lazy-loaded via dynamic import() (OpenTelemetry ~400KB, gRPC ~700KB).

Key claims

Relations

Sources

none