webpack / webpack-sources

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

avoid splitting into lines via regexp #135

Closed sokra closed 3 years ago

sokra commented 3 years ago

131

fixes #133

codecov[bot] commented 3 years ago

Codecov Report

Merging #135 (5b29d37) into main (1f17c32) will increase coverage by 0.22%. The diff coverage is 97.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   93.49%   93.72%   +0.22%     
==========================================
  Files          21       22       +1     
  Lines        1615     1625      +10     
  Branches      471      469       -2     
==========================================
+ Hits         1510     1523      +13     
+ Misses         98       95       -3     
  Partials        7        7              
Flag Coverage Δ
integration 93.72% <97.67%> (+0.22%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/helpers/streamChunksOfRawSource.js 93.33% <87.50%> (+5.09%) :arrow_up:
lib/OriginalSource.js 95.89% <100.00%> (+2.46%) :arrow_up:
lib/ReplaceSource.js 90.73% <100.00%> (ø)
lib/helpers/splitIntoLines.js 100.00% <100.00%> (ø)
lib/helpers/streamChunksOfCombinedSourceMap.js 94.88% <100.00%> (ø)
lib/helpers/streamChunksOfSourceMap.js 96.85% <100.00%> (ø)

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 1f17c32...5b29d37. Read the comment docs.