Interface: PackageDetailForIssues
Properties
dbInventory?
optionaldbInventory:object
entities
entities:
object[]
directory?
optionaldirectory:string
exports?
optionalexports:object[]
filePath
filePath:
string
kind
kind:
string
name
name:
string
usedBy?
optionalusedBy:null|UsedBy[]
layoutIssues?
optionallayoutIssues:PackageIssue[]
Layout / oversized findings (e.g. from checkPackageLayout). Merged into the returned list so Spec UI and --workdir CLI share one collector.
packageName
packageName:
string
productRoot?
optionalproductRoot:string
publicExportFilePaths?
optionalpublicExportFilePaths:string[]
Repo-relative files that package.json exports (SPA main.ts, ./test-app, …). Skipped for dead-code — they are public API.