thiagobustamante / typescript-ioc

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

index.js should use var instead of let and const #8

Closed drwatson1 closed 7 years ago

drwatson1 commented 7 years ago

As I can understand index.js intended to be used in both es5 and es6. If so, you can't use let and const there because they were introduced in es6 only.

thiagobustamante commented 7 years ago

Ops. You're right. I forgot it is a .js file, instead of .ts

thiagobustamante commented 7 years ago

Fixed in release 0.4.2