src/clean-webpack-plugin.ts
changed.
Showing 1 of 1 files from the diff.
@@ -250,8 +250,8 @@
Loading
250 | 250 | asset.related) || |
|
251 | 251 | []) as AssetInfo[]; |
|
252 | 252 | }) |
|
253 | - | .reduce((allAssets, relatedAssets) => { |
|
254 | - | return [...allAssets, ...relatedAssets]; |
|
253 | + | .reduce((previousAssets, currentAssets) => { |
|
254 | + | return [...previousAssets, ...currentAssets]; |
|
255 | 255 | }, []); |
|
256 | 256 | ||
257 | 257 | const allAssets = [...assets, ...relatedAssets]; |
Files | Coverage |
---|---|
src/clean-webpack-plugin.ts | 98.80% |
Project Totals (1 files) | 98.80% |
xm8x085ec67t27w8
xm8x085ec67t27w8
xm8x085ec67t27w8
3w4ei8s2xch4ko0u
28ana83b3gqcnn8y
28ana83b3gqcnn8y
28ana83b3gqcnn8y
222.0
221.0
221.0
220.0
220.0
222.0
222.0
221.0
j8ent785acy3nylr
220.0
j8ent785acy3nylr
j8ent785acy3nylr
34ujjo75156jrbov
34ujjo75156jrbov
329n2kan2w78gqna
34ujjo75156jrbov
329n2kan2w78gqna
329n2kan2w78gqna
3w4ei8s2xch4ko0u
3w4ei8s2xch4ko0u
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.