zazoomauro / node-dependency-injection

The NodeDependencyInjection component allows you to standarize and centralize the way objects are constructed in your application.
https://github.com/zazoomauro/node-dependency-injection/wiki
MIT License
281 stars 34 forks source link

Improve typings for TypeScript. #132

Closed barinbritva closed 4 years ago

barinbritva commented 4 years ago

I specified signatures for all classes and methods. Also, I have a few questions which I will write in the comments.

codecov[bot] commented 4 years ago

Codecov Report

Merging #132 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files          37       37           
  Lines         436      436           
=======================================
  Hits          434      434           
  Misses          2        2
Impacted Files Coverage Δ
lib/ContainerBuilder.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cb5da7b...8339b4b. Read the comment docs.