dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.82k stars 104 forks source link

adding option matchAfterOriginal #78

Open Athorcis opened 5 years ago

Athorcis commented 5 years ago

allow to use tsconfig-paths only if the module was not found using the default resolve function fixes #15 and #66

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files           8        8           
  Lines         308      308           
  Branches      112      111    -1     
=======================================
  Hits          278      278           
  Misses         30       30
Impacted Files Coverage Δ
src/config-loader.ts 96% <ø> (ø) :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 913f30e...e2bdcf3. Read the comment docs.

francescorivola commented 5 years ago

Any ETA when this PR will be reviewed and/or merged?