Joshua Cline

Results 44 comments of Joshua Cline

I would like to note that https://github.com/denoland/deno-js-loader only handles half of what deno_emit handles, that being resolving the modules. deno_emit's methods are targeted at transpiling / transpile & bundling code....

The following is a valid polyfill for emit.transpile: ```ts import * as esbuild from "npm:[email protected]"; // Import the Wasm build on platforms where running subprocesses is not // permitted, such...

Looks like the pull request ( #6904 ) is still open.

I can confirm on v1.10.0 via docker. I didn't notice that 1.11 and 1.12 came out, so I'm going to pull them... Also does it on v1.12.0 via docker.