thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
526 stars 64 forks source link

Avoid your own Map<T> #3

Closed SilentSpammer closed 7 years ago

SilentSpammer commented 7 years ago

What about native Map<T> class? (typescript-ioc.ts#L229)

Now you have string representation of constructors as key... It is not good, I guess...