Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 307 Bytes

Toy Bundler

A toy bundler written in Rust, inspired by farm. Just for fun.

TODO

  • basic flow.
  • transform esm to cjs like.
  • relative module_id.
  • transform require id.
  • support html.
  • support css.
  • dynamic import.
  • public path.