MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / .size-limit.js

File .size-limit.js

.size-limit.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const builtinModules = require('module').builtinModules;
2const nodePrefixedBuiltinModules = builtinModules.map(m => `node:${m}`);
3
4module.exports = [

Callers

nothing calls this directly

Calls 3

createImportFunction · 0.85
createCDNPathFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected