Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
astanley dc3cc1cb13 initial commit 4 weeks ago
..
bin initial commit 4 weeks ago
dist initial commit 4 weeks ago
LICENSE initial commit 4 weeks ago
README.md initial commit 4 weeks ago
THIRD-PARTY-LICENSE initial commit 4 weeks ago
package.json initial commit 4 weeks ago

README.md

Rolldown

Fast Rust-based bundler for JavaScript with Rollup-compatible API

  • Lightning Fast Performance
  • 🔌 Rollup-Compatible APIs
  • esbuild Feature Parity

Rolldown is primarily designed to serve as the underlying bundler in Vite, with the goal to replace esbuild and Rollup with one unified build tool. Although designed for Vite, Rolldown is also fully capable of being used as a standalone, general-purpose bundler. It can serve as a drop-in replacement for Rollup in most cases, and can also be used as an esbuild alternative when better chunking control is needed.

Read the Docs to Learn More.