# rolldown **Repository Path**: anydev/rolldown ## Basic Information - **Project Name**: rolldown - **Description**: Vue 团队开源的用 Rust 编写的高性能 JavaScript 打包工具,它的灵感来自 Rollup 和 esbuild(打包工具),所以提供了与 Rollup 兼容的 API 和插件接口,功能上和 esbuild 支持的差不多,相当于合二为一。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 01-10-feat_support_output_options_plugin - **Homepage**: https://rolldown.rs/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-10 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rolldown Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API. # Rollup test status See [rollup test status](./packages/rollup-tests/src/status.md). It shows how many tests from rollup are passed by rolldown. The tests currently include the `/function` and `/file-hashes` directories of rollup tests. # Contribution See [Contributing Guide](CONTRIBUTING.md). # Credits The Rolldown project are standing upon the shoulders of these giants: - [rollup](https://github.com/rollup/rollup), created by [Rich-Harris](https://github.com/Rich-Harris) and maintained by [lukastaegert](https://github.com/lukastaegert). - [esbuild](https://github.com/evanw/esbuild), created by [evanw](https://github.com/evanw). # Licenses This project partially copies code 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 are list in [THIRD-PARTY-LICENSE](/THIRD-PARTY-LICENSE)