Interface: ProgressFileComplete
Defined in: CSpellReporter.ts:113
Extends
Properties
cached?
optionalcached:boolean
Defined in: CSpellReporter.ts:132
true if the file was processed from the cache.
elapsedTimeMs
elapsedTimeMs:
number|undefined
Defined in: CSpellReporter.ts:119
The time it took to process the file in milliseconds.
If undefined, then the elapsed time is not available.
fileCount
fileCount:
number
Defined in: CSpellReporter.ts:106
The total number of files being processed.
Inherited from
filename
filename:
string
Defined in: CSpellReporter.ts:110
The file name or href of file being processed.
Inherited from
fileNum
fileNum:
number
Defined in: CSpellReporter.ts:102
The sequence number of the file being processed.
Inherited from
issues?
optionalissues:Iterable<Issue,any,any>
Defined in: CSpellReporter.ts:137
Issues found in the file.
If undefined, then the issues are not available.
numErrors
numErrors:
number|undefined
Defined in: CSpellReporter.ts:128
Number of errors and issues found in the file.
processed
processed:
boolean|undefined
Defined in: CSpellReporter.ts:124
true if the file was processed.
false if the file was skipped.
reportIssueOptions?
optionalreportIssueOptions:ReportIssueOptions
Defined in: CSpellReporter.ts:141
reportIssuesOptions to be used when reporting issues.
type
type:
"ProgressFileComplete"
Defined in: CSpellReporter.ts:114