packup
packup copied to clipboard
A sub-bundle feature for module-imported with name and directory customized support, and local npm packages support
- update std to [email protected] and esbuild to [email protected]
- remove esbuild wasm code and unit tests
- A sub-bundle feature for module-imported with name and directory customized support, using comment before import
// \!bundle=off|module|[/dir/][name] - fix test cases issues
following example keeps the world.####.js as seperated file to be imported.
// !bundle=module
import { hello } from "world.ts";