webpack / webpack-sources

Source code handling classes for webpack
MIT License
261 stars 71 forks source link

Added original-method to ReplaceSource #13

Closed smelukov closed 7 years ago

smelukov commented 7 years ago

Continuing the https://github.com/webpack/webpack/issues/4526

jsf-clabot commented 7 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #13     +/-   ##
========================================
+ Coverage   78.19%   78.3%   +0.1%     
========================================
  Files          11      11             
  Lines         422     424      +2     
  Branches       63      63             
========================================
+ Hits          330     332      +2     
  Misses         92      92
Impacted Files Coverage Δ
lib/ReplaceSource.js 92.85% <100%> (+0.11%) :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 5154e49...7277395. Read the comment docs.

sokra commented 7 years ago

merged