mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
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>