You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deno run -A repro.ts
error: Uncaught (in promise) Error: Unable to output during bundling: load_transformed failed: failed to analyze module: failed to resolve does-not-exist from file:///Users/wilco/dev/wilcofirst/packages/browser-test-runner/my-thing.js: Cannot resolve "does-not-exist" from "file:///Users/wilco/dev/wilcofirst/packages/browser-test-runner/my-thing.js".
const ret = new Error(getStringFromWasm0(arg0, arg1));
^
at __wbg_new_28c511d9baebfa89 (https://jsr.io/@deno/emit/0.46.0/emit.generated.js:557:19)
at <anonymous> (wasm://wasm/010a1b62:1:3287273)
at <anonymous> (wasm://wasm/010a1b62:1:429097)
at <anonymous> (wasm://wasm/010a1b62:1:1820413)
at <anonymous> (wasm://wasm/010a1b62:1:2928941)
at __wbg_adapter_46 (https://jsr.io/@deno/emit/0.46.0/emit.generated.js:247:6)
at real (https://jsr.io/@deno/emit/0.46.0/emit.generated.js:231:14)
at ext:core/01_core.js:291:9
at eventLoopTick (ext:core/01_core.js:175:7)
The text was updated successfully, but these errors were encountered:
I would expect in the following case that the load function would be called before erroring out of the bundling.
It seems that the documentation of the load method agrees with this:
The code above fails with
The text was updated successfully, but these errors were encountered: