Dan The Dev

Results 6 comments of Dan The Dev

> so I presume request scope creates instances that lasts a specific scope (an Http request for example) It took me a while to figure out how to achieve this...

looks nice! I ended up switching to nest.js for new projects which supports all of this out of the box

Can't bundle it together with tslint settings because of that :(

Addressing problems @leebyron mentioned in the 2nd post here, generics don't need to appear in introspection at all as they are abstract helpers. Concrete types extending generics could be introspected...

Hi, I have a totally similar use case and everything works as intended, no errors

Hi guys For everyone still looking for scoped containers: after a lot of trial and error I can say that you don't need it in javascript. `async_hooks`'s AsyncLocalStorage does the...