HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bogdanu

no profile record

コメント

bogdanu
·6 年前·議論
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.