Flag to fix std version #269
Unanswered
TomokiMiyauci
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are cases where you want to specify the version of deno.land/std module.
For example, deno 1.17.0 has been replaced by TypeScript 4.5, which supports type modifier on individual named imports.
In environments where this is not supported (e.g. [email protected]), you may want to use [email protected].
I understand this is an edge case, what do you think of this feature?
Beta Was this translation helpful? Give feedback.
All reactions