packup icon indicating copy to clipboard operation
packup copied to clipboard

A sub-bundle feature for module-imported with name and directory customized support, and local npm packages support

Open mindon opened this issue 3 years ago • 0 comments

  1. update std to [email protected] and esbuild to [email protected]
  2. remove esbuild wasm code and unit tests
  3. A sub-bundle feature for module-imported with name and directory customized support, using comment before import // \!bundle=off|module|[/dir/][name]
  4. fix test cases issues

following example keeps the world.####.js as seperated file to be imported.

// !bundle=module
import { hello } from "world.ts";

mindon avatar Aug 02 '22 09:08 mindon