MCPcopy Index your code
hub / github.com/webpack/webpack-bundle-analyzer / analyzer.js

File analyzer.js

test/analyzer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const childProcess = require("node:child_process");
2const fs = require("node:fs");
3const path = require("node:path");
4const url = require("node:url");

Callers

nothing calls this directly

Calls 7

generateReportFromFunction · 0.85
forEachChartItemFunction · 0.85
generateJSONReportFromFunction · 0.85
getCompressionAlgorithmFunction · 0.85
expectValidReportFunction · 0.70
getChartDataFunction · 0.70
getTitleFromReportFunction · 0.70

Tested by

no test coverage detected