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

Function getCompressionAlgorithm

test/analyzer.js:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45async function getCompressionAlgorithm() {
46 const page = await browser.newPage();
47 await page.goto(
48 url.pathToFileURL(path.resolve(__dirname, "./output/report.html")),
49 );
50 return await page.evaluate(() => globalThis.compressionAlgorithm);
51}
52
53async function expectValidReport(opts) {
54 const { bundleLabel = "bundle.js", statSize = 141 } = opts || {};

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…