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
EDIT: This only affects literal npm: specifiers, not NPM imports that use the import map. So impact is low for deployments via GitHub, but seems there's no workaround for playground projects.
Steps to reproduce
Try to use import.meta.resolve with an npm: specifier. For example:
Problem description
Same issue as denoland/deno#16089. Seems it was fixed in denoland/deno#21716 for Deno proper, but still affects Deploy.
EDIT: This only affects literal
npm:
specifiers, not NPM imports that use the import map. So impact is low for deployments via GitHub, but seems there's no workaround for playground projects.Steps to reproduce
import.meta.resolve
with annpm:
specifier. For example:Repro: https://dash.deno.com/playground/excelize-wasm-demo
Expected behavior
Consistent behavior with local Deno, allowing for easy resolving of WASM imports
Environment
navigator.userAgent
is Deno/2.1.9Possible solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: