()
| 110 | Object.defineProperty(module, 'parent', { |
| 111 | enumerable: true, |
| 112 | get() { |
| 113 | const key = from || ''; |
| 114 | return moduleRegistry.get(key) || null; |
| 115 | }, |
| 116 | }); |
| 117 | const modulePaths = this.resolution.getModulePaths(module.path); |
| 118 | const globalPaths = this.resolution.getGlobalPaths(moduleName); |
no outgoing calls
no test coverage detected