Replies: 1 comment 2 replies
-
AFAIK there are no plans in the standard for introspection of import map and thus I'm not in favor of adding non-standard APIs for this purpose. What are concrete use cases for such API? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related issue #12213 explains that we can't have a dynamic import map because of WICG standards
But can't we expose the current import map in Deno as readonly?
This would be a game changer for libraries that manage import maps:
e.g.
Deno.imports
Beta Was this translation helpful? Give feedback.
All reactions