HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bogdanu

no profile record

comments

bogdanu
·6 वर्ष पहले·discuss
On a OSS sideproject, I'm working on a DI container for TypeScript that can autowire interfaces, Array of types and generics.

Since the type information is erased at compile time, it uses the compiler API to extract the data needed and generates TS code for the interface and constructor mappings.

The library is on GH, but not really much to show. I've posted on /r/node and it got some positive reactions, but it didn't got that much attention.