Interface: ProgressFileComplete
Defined in: CSpellReporter.ts:113
Extends
Properties
cached?
optional
cached:boolean
Defined in: CSpellReporter.ts:132
true
if the file was processed from the cache.
elapsedTimeMs
elapsedTimeMs:
undefined
|number
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?
optional
issues:Iterable
<Issue
,any
,any
>
Defined in: CSpellReporter.ts:137
Issues found in the file.
If undefined
, then the issues are not available.
numErrors
numErrors:
undefined
|number
Defined in: CSpellReporter.ts:128
Number of errors and issues found in the file.
processed
processed:
undefined
|boolean
Defined in: CSpellReporter.ts:124
true
if the file was processed.
false
if the file was skipped.
reportIssueOptions?
optional
reportIssueOptions:ReportIssueOptions
Defined in: CSpellReporter.ts:141
reportIssuesOptions to be used when reporting issues.
type
type:
"ProgressFileComplete"
Defined in: CSpellReporter.ts:114