pruny 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9761,7 +9761,7 @@ Config:`));
|
|
|
9761
9761
|
Unused: result.unusedFiles.unused
|
|
9762
9762
|
});
|
|
9763
9763
|
}
|
|
9764
|
-
if (result.unusedExports
|
|
9764
|
+
if (result.unusedExports) {
|
|
9765
9765
|
summary.push({
|
|
9766
9766
|
Category: "Exported Items",
|
|
9767
9767
|
Total: result.unusedExports.total,
|