(id)
| 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() |
no outgoing calls
no test coverage detected
searching dependent graphs…