The lavapack bundler logic is currently available via the `bundle` command: * [x] Top-level IIFE * [x] Inject LavaPack runtime * [x] Inject merged policy file(s) * [x] Serialize modules list * [x] ESM module detector * [x] Transform for CJS module init functions * [x] Transform for ESM module init functions (static module record) * [x] Define and inject module type (`esm` or `cjs`) * [x] Handle entry points (translate path to module id?) * [x] Call `LavaPack.loadBundle()` --- * [ ] Verify source maps * [ ] Implement tree shaking for ESM modules * [ ] Parallel module parsing
The lavapack bundler logic is currently available via the
bundlecommand:esmorcjs)LavaPack.loadBundle()