Transpiled JS

This commit is contained in:
Lewis Jones
2025-07-09 11:41:22 +01:00
parent b2779b0030
commit 98b7e66125
2 changed files with 1 additions and 4 deletions
Generated Vendored
-3
View File
@@ -36237,9 +36237,6 @@ class ComponentDetection {
for (const absPath in dependencyGraphs) {
// Make the path relative to the baseDir
let relPath = path_1.default.relative(baseDir, absPath).replace(/\\/g, '/');
// Ensure leading slash to represent repo root
if (!relPath.startsWith('/'))
relPath = '/' + relPath;
normalized[relPath] = dependencyGraphs[absPath];
}
return normalized;
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long