import
import copied to clipboard
A dynamic imports polyfill for Deno Deploy and compiled executables
``` Download https://deno.land/x/[email protected]/mod.ts Download https://deno.land/x/[email protected]/lib/deno_graph.generated.js Download https://deno.land/x/[email protected]/lib/loader.ts Download https://deno.land/x/[email protected]/lib/types.d.ts Download https://deno.land/[email protected]/_util/os.ts Download https://deno.land/[email protected]/path/_interface.ts Download https://deno.land/[email protected]/path/common.ts Download https://deno.land/[email protected]/path/glob.ts Download https://deno.land/[email protected]/path/posix.ts Download https://deno.land/[email protected]/path/separator.ts Download https://deno.land/[email protected]/path/win32.ts Download https://deno.land/[email protected]/io/buffer.ts Download https://deno.land/[email protected]/fs/_util.ts Download https://deno.land/x/[email protected]/lib/media_type.ts Download...
🐴
hi. when `!isDenoCLI`, tsconfig fails to resolve to the `deno.json` file. this change bypasses it
I have encountered following error while running example from unit as compiled executable ``` error: Uncaught (in promise) TypeError: Invalid URL: 'undefined' at (ext:deno_url/00_url.js:89:11) ``` To reproduce, create sep28.ts ```...
I have a different use case, where I build my SSR react `entry-server.tsx` using Vite (either with noExternals or with externals), then try to dynamically import it into Deno, but...
[tc39/proposal-import-assertions](https://github.com/tc39/proposal-import-assertions#dynamic-import)
Calling `await importModule("./MY_FILE.ts")` loads `https://deno.land/x/[email protected]/MY_FILE.ts` instead of local file `MY_FILE.ts`. Native dynamic import works fine. How can i fix this? (Deno 1.29.4 on Arch linux)