Skip to main content

Interface: SpellCheckFileResult

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:50

Properties

checked

checked: boolean

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:56


configErrors?

optional configErrors: ImportFileRefWithError[]

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:58


dictionaryErrors?

optional dictionaryErrors: Map<string, Error[]>

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:59


document

document: Document | DocumentWithText

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:51


errors

errors: Error[] | undefined

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:57


issues

issues: ValidationIssue[]

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:55


localConfigFilepath

localConfigFilepath: string | undefined

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:53


options

options: SpellCheckFileOptions

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:54


perf?

optional perf: SpellCheckFilePerf

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:60


settingsUsed

settingsUsed: CSpellSettingsWithSourceTrace

Defined in: packages/cspell-lib/src/lib/spellCheckFile.ts:52