Skip to main content

Crate infinity_build_js

Crate infinity_build_js 

Source

Re-exports§

pub use bundler::JsBundler;
pub use config::Instrument;
pub use config::JsBuildConfig;
pub use config::ModuleAlias;
pub use config::SimulatorPackage;
pub use config::SimulatorPackageKind;

Modules§

bundler
config

Functions§

build_all
Build every instrument in config, applying an optional name filter (regex). This is the “I just want to build everything” helper; if you need finer control (per-instrument progress, per-instrument failure handling), construct JsBundler yourself and drive each Instrument through it.