MCPcopy Create free account
hub / github.com/doesdev/rollup-plugin-analyzer / analyze

Function analyze

module.js:158–163  ·  view source on GitHub ↗
(bundle, opts)

Source from the content-addressed store, hash-verified

156}
157
158const analyze = (bundle, opts) => new Promise((resolve, reject) => {
159 try {
160 const analysis = analyzer(bundle, opts)
161 return resolve(analysis)
162 } catch (ex) { return reject(ex) }
163})
164
165const formatted = (bundle, opts) => new Promise((resolve, reject) => {
166 try {

Callers 1

pluginFunction · 0.70

Calls 1

analyzerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…