-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to keep dependency versions in sync across files? #243
Comments
A few potential solutions:
In the spirit of #94, maybe this should be closed and re-addressed once deno is more mature? |
I think the enthusiasm and support is welcome but overwhelming at this stage. Its the downside of open development so early. Luckily, when #94 is closed, we can look at all the cross-references and reopen good discussions :) |
Thanks for the discussion. We'll revisit when this functionality is there in the rewrite. Closing this one. |
Lets say I have code like this:
foo.ts:
bar.ts:
How do I ensure my versions of myDep stay in sync across
foo.ts
andbar.ts
?Should Deno-idomatic code use dependency injection so dependencies are only externally referenced in one place? That seems like a good idea, but difficult to enforce.
The text was updated successfully, but these errors were encountered: