PackageFileIndex
Defined in: analyze/file-index.ts:20
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
byBasename |
Map<string, IndexedFile[]> |
analyze/file-index.ts:23 |
files |
IndexedFile[] |
analyze/file-index.ts:22 |
root |
string |
analyze/file-index.ts:21 |
totalBytes |
number |
analyze/file-index.ts:25 |
totalFiles |
number |
analyze/file-index.ts:24 |
truncated |
boolean |
analyze/file-index.ts:26 |
truncationReason? |
"extracted-size" | "file-count" |
analyze/file-index.ts:27 |