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
We already discussed it a little bit in one of PRs. For reference here's an issue I opened in import maps repo: WICG/import-maps#157
In Deno you specify entry point by providing URL or "relative" path to the script. It is less strict than specifiers in script (which require you to use /, ./ or ../ for relative scripts). So ultimately it is a URL, and import maps shouldn't be applied to URL, but to script specifiers.
Not important but I would expect this to work.
The text was updated successfully, but these errors were encountered: