webpack / webpack-sources

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

CachedSource - return correct ArrayBuffer size #38

Closed xtuc closed 5 years ago

xtuc commented 6 years ago

Handles wasm modules size

codecov[bot] commented 6 years ago

Codecov Report

Merging #38 into master will decrease coverage by 0.32%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage      71%   70.68%   -0.33%     
==========================================
  Files          11       11              
  Lines         438      440       +2     
  Branches       66       67       +1     
==========================================
  Hits          311      311              
- Misses        127      129       +2
Impacted Files Coverage Δ
lib/CachedSource.js 4.76% <0%> (-0.24%) :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 b643bfb...f31b707. Read the comment docs.

sokra commented 5 years ago

Already fixed