mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 23:01:58 +00:00
- Add compress option to BuildConfigBase in bun.d.ts with full JSDoc documentation - Add compress to BundlerTestInput interface in expectBundled - Pass compress option through expectBundled to BuildConfig - All tests verify that compressed files exist alongside original files - Tests check both compressed and uncompressed files exist as expected The feature is now fully integrated with proper TypeScript support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>