MCPcopy Create free account
hub / github.com/pastelsky/bundlephobia / getPackageExports

Method getPackageExports

server/api/BuildService.js:84–91  ·  view source on GitHub ↗
(packageString, priority)

Source from the content-addressed store, hash-verified

82
83
84 async getPackageExports(packageString, priority) {
85 return await requestQueue.process(
86 packageString,
87 OpertationType.PACKAGE_EXPORTS,
88 { packageString },
89 { priority }
90 )
91 }
92
93 async getPackageExportSizes(packageString, priority) {
94 return await requestQueue.process(

Callers 1

exportsMiddlewareFunction · 0.80

Calls 1

processMethod · 0.80

Tested by

no test coverage detected