stephen
stephen2mo ago

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
marvinh.
marvinh.2mo ago
No, there is no runtime API available at the moment I'm afraid.
stephen
stephenOP2mo ago
appreciate it 👍
bartlomieju
bartlomieju5w ago
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

Did you find this page helpful?