Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/optimize-plugin
/ gzipSize
Function
gzipSize
test/_util.js:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
const
gzip = util.promisify(gzipSync);
28
const
gzipSize =
async
x => (
await
gzip(x)).byteLength;
29
30
export
async
function
printSizes (assets, name, console) {
31
let
modernSize = 0;
Callers
1
showSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected