Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ createImport
Function
createImport
.size-limit.js:492–494 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
490
];
491
492
function
createImport(...args) {
493
return
`{ ${args.join(
', '
)} }`;
494
}
495
496
function
createCDNPath(name) {
497
return
`packages/browser/build/bundles/${name}`;
Callers
1
.size-limit.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected