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

Function getChartData

test/analyzer.js:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37async function getChartData() {
38 const page = await browser.newPage();
39 await page.goto(
40 url.pathToFileURL(path.resolve(__dirname, "./output/report.html")),
41 );
42 return await page.evaluate(() => globalThis.chartData);
43}
44
45async function getCompressionAlgorithm() {
46 const page = await browser.newPage();

Callers 2

expectValidReportFunction · 0.70
analyzer.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…