Replies: 5 comments 2 replies
-
|
Read the bottom section in https://deno.land/std/manual.md#linking-to-third-party-code. |
Beta Was this translation helpful? Give feedback.
-
|
A tool for updating versioned urls: https://github.com/hayd/deno-udd |
Beta Was this translation helpful? Give feedback.
-
|
@nayeemrmn Link is broken. |
Beta Was this translation helpful? Give feedback.
-
|
https://deno.land/manual@v1.7.5/linking_to_external_code#it-seems-unwieldy-to-import-urls-everywhere |
Beta Was this translation helpful? Give feedback.
-
|
Wouldn't |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that deno has no version manager by far.
We could inject the version into our project code:
It's painful as we have to write version everywhere. if we want to upgrade our package, replace the version is painful too.
So, what's the best version manager for deno package?
.pnp.jsto parse module version and module path.requirements.txtto record package's version, usevirtualenvto isolate different project(it could not isolate different version)Beta Was this translation helpful? Give feedback.
All reactions