# Rolldown **Repository Path**: cgb-framework/Rolldown ## Basic Information - **Project Name**: Rolldown - **Description**: Rolldown 是一个用 Rust 编写的 JavaScript 打包器,旨在作为 Vite 未来使用的打包器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/rolldown - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
> 🚧 **Work in Progress** > > Rolldown is currently in active development and not usable for production yet. # Rolldown Rolldown is a JavaScript bundler written in Rust intended to serve as the future bundler used in [Vite](https://vitejs.dev/). It provides Rollup-compatible APIs and plugin interface, but will be more similar to esbuild in scope. For more information, please check out the documentation at [rolldown.rs](https://rolldown.rs/about). # Contributing We would love to have more contributors involved! To get started, please read our [Contributing Guide](https://rolldown.rs/contrib-guide/). # Credits The Rolldown project is heavily inspired by: - [Rollup](https://github.com/rollup/rollup), created by [Rich Harris](https://github.com/Rich-Harris) and maintained by [Lukas Taegert-Atkinson](https://github.com/lukastaegert). - [esbuild](https://github.com/evanw/esbuild), created by [Evan Wallace](https://github.com/evanw). - [@parcel/sourcemap](https://github.com/parcel-bundler/source-map). And supported by: - [napi-rs](https://github.com/napi-rs/napi-rs) for Node.js add-ons in Rust via Node-API. - [oxc](https://github.com/oxc-project/oxc) for the underlying parser and resolver. # Licenses This project is licensed under the [MIT License](LICENSE). This project also partially contains code derived or copied from the following projects: - [rollup(MIT)](https://github.com/rollup/rollup/blob/680912e2ceb42c8d5e571e01c6ece0e4889aecbb/LICENSE-CORE.md) - [esbuild(MIT)](https://github.com/evanw/esbuild/blob/0c8a0a901d9a6c7bbff9b4dd347c8a3f65f6c6dd/LICENSE.md) Licenses of these projects are listed in [THIRD-PARTY-LICENSE](/THIRD-PARTY-LICENSE)