kwelch / babel-plugin-captains-log

Babel plugin that injects helpful details into console statements
MIT License
85 stars 5 forks source link

Start Deprecation of Inject Scope #13

Closed kwelch closed 7 years ago

kwelch commented 7 years ago

scope conceptually is a good idea, but has too many variations. I want to find a good way to support it, potentially by capping the depth. This still runs into issues with other plugins.

This can still be turned on via a flag. Please open an issue if you wish to have this back by default.

codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into master will decrease coverage by 13.43%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
- Coverage   95.52%   82.08%   -13.44%     
===========================================
  Files           2        2               
  Lines          67       67               
  Branches       20       20               
===========================================
- Hits           64       55        -9     
- Misses          3       10        +7     
- Partials        0        2        +2
Impacted Files Coverage Δ
src/utils/pluginOptions.js 100% <ø> (ø) :arrow_up:
src/index.js 78.57% <0%> (-16.08%) :arrow_down:

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 e87b72f...e2d7d3a. Read the comment docs.