Bugfix for ESM5 autoInjectable.
Fix "Class constructor XXX cannot be invoked without 'new'" when in ESM5. This happens in Vue and React
@microsoft-github-policy-service agree company="Identy"
This is kind of a big change to the basic autoInjectable functionality, and introduces reflection via Proxy - I wonder if we should have a new decorator for the Vue/React case?
@MeltingMosaic I wanted to make it generic to all frameworks. Im okay either way.
Ideas on how to proceed ?
Should be working in my fork: tsyringe-neo
@risen228 , i have it working in my fork :). Just this is taking a whole lot of time to get some attention