This is an ultra light wrapper around deno_emit.
It effectively provides a drop-in replacement for code that was relying on deno bundle
.
Command line invocations that previously looked like:
deno bundle input.ts -- output.js
Can be replaced with:
deno run -A https://deno.land/x/bundy/cli.ts input.ts > output.js