We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, would be nice if there was an easy way to access container._registry for iterating the token-registration pairs.
container._registry
My use case currently is to iterate the instances to execute some async operations without me keeping track of which instances are really used. So I'm doing what this code does basically https://github.com/microsoft/tsyringe/blob/master/src/dependency-container.ts#L400
The text was updated successfully, but these errors were encountered:
Xapphire13
No branches or pull requests
Hello, would be nice if there was an easy way to access
container._registry
for iterating the token-registration pairs.My use case currently is to iterate the instances to execute some async operations without me keeping track of which instances are really used. So I'm doing what this code does basically https://github.com/microsoft/tsyringe/blob/master/src/dependency-container.ts#L400
The text was updated successfully, but these errors were encountered: