microsoft / tsyringe

Lightweight dependency injection container for JavaScript/TypeScript
MIT License
5.18k stars 172 forks source link

add instance per container factory #168

Closed daniel-white closed 3 years ago

daniel-white commented 3 years ago

provides another factory pattern akin to @scoped(Lifecycle.ContainerScoped). This uses WeakMap to store the cache in the closure. an alternative implementation for #140