MCPcopy Create free account
hub / github.com/webpack/webpack-bundle-analyzer / generateJSONReportFrom

Function generateJSONReportFrom

test/analyzer.js:66–73  ·  view source on GitHub ↗
(statsFilename)

Source from the content-addressed store, hash-verified

64}
65
66function generateJSONReportFrom(statsFilename) {
67 childProcess.execSync(
68 `../lib/bin/analyzer.js -m json -r output/report.json stats/${statsFilename}`,
69 {
70 cwd: __dirname,
71 },
72 );
73}
74
75describe("Analyzer", () => {
76 beforeAll(async () => {

Callers 1

analyzer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…