Rolldown
Official@rolldown
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API
Agent Skills by Rolldown
Showing 4 vetted skills indexed across 2 GitHub repositories.
tsdown-migrate
Migrate TypeScript library build configurations from tsup to tsdown.
rolldown-repl
Encode and decode rolldown REPL share URLs containing base64 zlib-compressed source files.
tsdown
Bundle TypeScript and JavaScript libraries with Rolldown and generate type declarations.
upgrade-oxc
Upgrade OXC versions and regenerate code across Rust and JavaScript tooling.
Frequently Asked Questions About Rolldown
FAQPage SchemaWhat specific tasks does Rolldown enable for library maintainers?▼
Rolldown enables high-speed bundling of TypeScript and JavaScript libraries while simultaneously generating necessary type declarations. It provides a drop-in replacement for existing Rollup configurations, allowing developers to accelerate build times through its Rust-based core without sacrificing compatibility with established module resolution patterns.
Which engineering personas benefit most from using Rolldown?▼
Frontend infrastructure engineers and library maintainers managing large-scale JavaScript or TypeScript projects benefit most. It is specifically designed for developers seeking to reduce build latency in complex dependency trees while maintaining strict adherence to existing Rollup-compatible configuration standards.
What are the primary prerequisites for implementing Rolldown?▼
Implementation requires an existing JavaScript or TypeScript project structure currently utilizing module bundling. Users should have a foundational understanding of Rollup configuration patterns, as Rolldown is designed to be compatible with these existing setups while leveraging Rust-based performance for faster compilation cycles.