rolldown_plugin 0.1.0

Plugin interface for Rolldown bundler
Documentation
pub mod custom_field;
pub mod hook_addon_args;
pub mod hook_build_end_args;
pub mod hook_build_start_args;
pub mod hook_generate_bundle_args;
pub mod hook_load_args;
pub mod hook_load_output;
pub mod hook_render_chunk_args;
pub mod hook_render_chunk_output;
pub mod hook_render_error;
pub mod hook_render_start_args;
pub mod hook_resolve_id_args;
pub mod hook_resolve_id_output;
pub mod hook_resolve_id_skipped;
pub mod hook_transform_args;
pub mod hook_transform_ast_args;
pub mod hook_transform_output;
pub mod hook_write_bundle_args;
pub mod plugin_context_resolve_options;
pub mod plugin_hook_meta;