Files
bun.sh/packages
Claude Bot aa280a76fd Add missing minification options to Transpiler types
Added missing type definitions for Bun.Transpiler minification options:
- `minify`: boolean | { whitespace?, syntax?, identifiers? }
- `minifySyntax`: boolean
- `minifyIdentifiers`: boolean

Removed `jsxOptimizationInline` which is not implemented in the Zig code.

These options are implemented in src/bun.js/api/JSTranspiler.zig but were missing from the type definitions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 05:15:36 +00:00
..