Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
childProcess = require(
"node:child_process"
);
2
const
fs = require(
"node:fs"
);
3
const
path = require(
"node:path"
);
4
const
url = require(
"node:url"
);
Callers
nothing calls this directly
Calls
7
generateReportFrom
Function · 0.85
forEachChartItem
Function · 0.85
generateJSONReportFrom
Function · 0.85
getCompressionAlgorithm
Function · 0.85
expectValidReport
Function · 0.70
getChartData
Function · 0.70
getTitleFromReport
Function · 0.70
Tested by
no test coverage detected