Skip to main content

Crate hyperchad_js_bundler

Crate hyperchad_js_bundler 

Source
Expand description

JavaScript bundler utilities using esbuild or SWC.

This crate provides functionality to bundle JavaScript and TypeScript files using either esbuild or SWC as the underlying bundler.

Modules§

esbuild
JavaScript and TypeScript bundling using esbuild.
node
Node.js package manager utilities.
swc
JavaScript and TypeScript bundling using SWC.

Statics§

MANIFEST_DIR
The manifest directory as a PathBuf.
MANIFEST_DIR_STR
The manifest directory path as a string slice.

Functions§

bundle
Bundles a JavaScript or TypeScript file using the configured bundler.