rspack_plugin_javascript 0.100.0-rc.3

rspack javascript plugin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod amd;
mod commonjs;
mod context;
mod esm;
mod export_info_dependency;
mod hmr;
mod is_included_dependency;
mod module_argument_dependency;
mod pure_expression_dependency;
mod url;
mod worker;

pub use self::{
  amd::*, commonjs::*, context::*, esm::*, export_info_dependency::*, hmr::*,
  is_included_dependency::*, module_argument_dependency::*, pure_expression_dependency::*, url::*,
  worker::*,
};