webpack / tapable

Just a little module for plugins.
MIT License
3.74k stars 395 forks source link

Deprecate context option #81

Closed ooflorent closed 5 years ago

ooflorent commented 5 years ago

context makes tap hard to type and is not required at all since the same result could be achieved in user-land.

codecov[bot] commented 5 years ago

Codecov Report

Merging #81 into master will increase coverage by 0.12%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   91.84%   91.96%   +0.12%     
==========================================
  Files          15       15              
  Lines         515      523       +8     
  Branches       70       73       +3     
==========================================
+ Hits          473      481       +8     
  Misses         39       39              
  Partials        3        3
Impacted Files Coverage Δ
lib/Hook.js 80% <88.88%> (+1.83%) :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 4b73647...e45b35a. Read the comment docs.

sokra commented 5 years ago

Thanks