Y
Hacker News
new
|
ask
|
show
|
jobs
by
t-sauer
2942 days ago
You could have an entry file for your dependencies (let's say dependencies.ts) and reexport everything from there. When you have to update, you only have to upgrade it in the entry file and you can avoid multiple versions.
1 comments
wereHamster
2942 days ago
Hm, how about we call that file package.json?
link
myth_buster
2942 days ago
How about we link them to modules downloaded onto local file system instead, just in case of network issues.
link
WA9ACE
2942 days ago
How about a cli tool to cache and build those modules/native extensions all at once? We could call that Deno Package Manager.
link