webpack / webpack-sources

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

rewrite regexp to split function #142

Closed sokra closed 2 years ago

sokra commented 2 years ago

fixes #131

codecov[bot] commented 2 years ago

Codecov Report

Merging #142 (d6f17d6) into main (dccca06) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
+ Coverage   93.72%   93.82%   +0.09%     
==========================================
  Files          22       23       +1     
  Lines        1625     1651      +26     
  Branches      469      480      +11     
==========================================
+ Hits         1523     1549      +26     
  Misses         95       95              
  Partials        7        7              
Flag Coverage Δ
integration 93.82% <100.00%> (+0.09%) :arrow_up:

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

Impacted Files Coverage Δ
lib/ConcatSource.js 92.57% <ø> (ø)
lib/OriginalSource.js 95.89% <100.00%> (ø)
lib/helpers/splitIntoPotentialTokens.js 100.00% <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 dccca06...d6f17d6. Read the comment docs.