You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -283,6 +293,10 @@ export async function analyze(
283
293
...report.limitations,
284
294
`Indirect analysis omitted for ${omittedConsumers} unchanged files after the PR qualified and a nearby rendering consumer was examined. All in-scope changed files were analyzed; additional indirect effects are not exhaustively catalogued. Categories describe retained evidence; usage counts remain partial resolved references.`,
285
295
]
296
+
if(orphanDeletions)
297
+
report.limitations.push(
298
+
`${orphanDeletions} deleted component modules had no resolved static references outside deleted files. Runtime use is unestablished; these removals do not qualify on their own.`
0 commit comments