chubbyjs container:PSR 11容器实现 源码
胖乎乎的容器 描述 PSR-11容器实现。 要求 节点:10 :^ 1.0.0 安装 通过作为 。 npm i @chubbyjs/chubbyjs-container@1.0 用法 有两种PSR-11实现: Container原型(每个get将返回一个新实例)和共享服务 MinimalContainer共享服务 最小的容器/容器 工厂工厂 import FactoryInterface from '@chubbyjs/chubbyjs-container/dist/FactoryInterface' ; import Logger from 'some-logger/dist/Logg
文件列表
chubbyjs-container-master.zip
(预估有个24文件)
chubbyjs-container-master
.gitignore
80B
package.json
1KB
sonar-project.properties
253B
stryker.conf.json
237B
src
Exceptions
NotFoundException.ts
573B
ExistsException.ts
723B
ContainerException.ts
619B
暂无评论