maudit_rolldown_loader_utils 0.1.0

Fork of Rolldown for the Maudit project until Rolldown is published on crates.io
Documentation
1
2
3
4
5
6
7
mod binary_to_esm;
mod json_to_esm;
mod text_to_esm;

pub use binary_to_esm::binary_to_esm;
pub use json_to_esm::json_to_esm;
pub use text_to_esm::text_to_string_literal;