Does `deno bundle` have a TypeScript API?
I'm excited to use the new Deno bundler. In my past experience with esbuild, I've almost always needed more config than a shell one-liner and frequently plugins. Is there a TypeScript API exposed? I tried inspecting the
Deno
global, looking at the docs, and searching for a package on denoland but didn't see anything.3 Replies
No, there is no runtime API available at the moment I'm afraid.
appreciate it 👍
GitHub
feat(bundle): runtime API for deno bundle by nathanwhit · Pull Req...
In its current state, it works, but it isn't pretty and has rough edges just about all over