Dynamic npm imports don't work
Hey there.
It looks like dynamic imports don't work with
npm
specifiers. For example:
I din't see anything in the npm roadmap (https://github.com/denoland/deno/issues/15960) so I wonder if this is planned.GitHub
npm specifiers roadmap · Issue #15960 · denoland/deno
Typescript support LSP Figure out how to have node globals not conflict with deno globals (will probably add a prefix to all node globals, but I'm sure we will discover some fun issues) @de...
3 Replies
Yes, it's a bug. Please open an issue
okay, done: https://github.com/denoland/deno/issues/16088
thanks!