AnasBoulmane/container

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitignore
.npmignore
.prettierrc
.travis.yml
CHANGELOG.md
LICENSE
README.md
package.json
tsconfig.json
tsconfig.pack.json
tslint.json
jest.config.js12
src/Container.ts61
src/ContainerInstance.ts189
C
1 day
src/Token.ts3
src/decorators/Inject.ts42
src/decorators/Service.ts44
A
1 hr
src/error/CannotInjectError.ts10
src/error/MissingProvidedServiceTypeError.ts7
src/error/ServiceNotFoundError.ts22
src/index.ts12
src/types/Handler.ts7
src/types/ObjectType.ts1
src/types/ServiceIdentifier.ts2
src/types/ServiceMetadata.ts11
src/types/ServiceOptions.ts9