GCC-TS-Bundler

JSON →
library 0.1.8 ·javascript
verified Jun 4, 2026

A TypeScript bundler that uses a native Rust front-end for fast graph resolution and shim emission, with Google Closure Compiler as the final optimizer for aggressive dead code elimination and property renaming. Version 0.1.8 is current; release cadence is irregular. Key differentiators: preserves Closure's advanced optimization while moving non-Closure stages to Rust, resulting in smaller and faster output than standard TS bundlers. Supports browser-safe ESM and statically analyzable CommonJS from node_modules, lazy loading via import(), and optional chunk mode. Compatible with Vite 7 or 8 as a peer dependency.