wessberg / DI-compiler

A Custom Transformer for Typescript that enables compile-time Dependency Injection
MIT License
80 stars 7 forks source link

Build a graph to discover cyclic dependencies and automatically apply proxies to defeat them #7

Closed wessberg closed 6 years ago

wessberg commented 6 years ago

This is now handled in the runtime. Closing.