(filePath)
| 97 | } |
| 98 | |
| 99 | function normalizeFilePath (filePath) { |
| 100 | return filePath.startsWith('file://') ? fileURLToPath(filePath) : filePath |
| 101 | } |
| 102 | |
| 103 | function prepareStackTrace(error, stackTraces) { |
| 104 | return stackTraces.map(stack => ({ |
no outgoing calls
no test coverage detected
searching dependent graphs…