(imports, path)
| 182 | } |
| 183 | |
| 184 | const getSelectorByImports = (imports, path) => |
| 185 | imports.namespace |
| 186 | ? `${imports.namespace.name}.${imports[path].name}` |
| 187 | : imports[path].name |
| 188 | |
| 189 | return { |
| 190 | findAllMethodCalls, |
no outgoing calls
no test coverage detected
searching dependent graphs…