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
I couldn't find a current code snippet, but for version 1.9.1 I found this check, which doesn't account for esm.sh alias feature, because it just checks the last character of the value string.
If you have any further questions, please let me know
The text was updated successfully, but these errors were encountered:
I am not sure what the spec says about handling query parameters in targets. If it is allowed, I suspect we need to change how we resolve specifiers to preserve the query paramaters.
kitsonk
changed the title
When using an import-map with esm.sh's ?alias feature, the caching fails
Import Maps don't support package address targets with query parameters
Jul 25, 2022
It was mentioned as a solution/workaround here denoland/fresh#411 (comment) and is documented beneath the "Aliasing dependencies" headline directly on esm.sh
Reproduce:
Deno then reports back with:
I couldn't find a current code snippet, but for version 1.9.1 I found this check, which doesn't account for esm.sh alias feature, because it just checks the last character of the value string.
If you have any further questions, please let me know
The text was updated successfully, but these errors were encountered: