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

Function getDeps

module.js:195–197  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

193 const ctx = this || {}
194 if (!ctx.meta || +(ctx.meta.rollupVersion || 0).charAt(0) < 1) return null
195 const getDeps = (id) => {
196 return ctx.getModuleInfo ? ctx.getModuleInfo(id).importedIds : []
197 }
198
199 return new Promise((resolve, reject) => {
200 resolve()

Callers 1

pluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…