Closed this issue 9 years ago · 1 comments
Support this:
let myObject = {}; register({myObject}); class { constructor(@inject('myObject') myObject) {} }
Why not:
let myObject = {}; class { constructor(@inject(myObject) _myObject) {} }
Much cleaner!