awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMulti-Implementation Resolution

Retrieving all registered instances for a single token as a collection to support multiple providers.

Distinguishing note: None of the candidates address DI-specific multi-implementation resolution (as opposed to multi-source packages or DNS targets).

Explore 1 awesome GitHub repository matching software engineering & architecture · Multi-Implementation Resolution. Refine with filters or upvote what's useful.

Awesome Multi-Implementation Resolution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/tsyringemicrosoft 的头像

    microsoft/tsyringe

    5,960在 GitHub 上查看↗

    tsyringe 是一个 TypeScript 依赖注入容器和控制反转框架。它通过使用装饰器和元数据管理依赖项和对象生命周期,将类实现与对象创建解耦。 该框架具有层级容器系统,其中子容器可以维护独立的注册作用域,并回退到父容器进行依赖解析。它提供了一个通过单例和瞬态实例化规则控制对象寿命的提供程序系统。 该系统支持递归构造函数注入,并使用代理处理循环依赖。它包括用于基于令牌的注册表映射、多实现解析以及为实现清理接口的对象提供自动资源处置的功能。

    Allows retrieving all instances registered under a single token as an array.

    TypeScriptcontainerdecoratorsdependency
    在 GitHub 上查看↗5,960
  1. Home
  2. Software Engineering & Architecture
  3. Multi-Implementation Resolution