UNPKG

cspell-config-lib

Version:
13 lines 516 B
import type { CSpellSettings } from '@cspell/cspell-types'; import { ImplCSpellConfigFile } from '../CSpellConfigFile.js'; /** * A CSpell configuration file that had errors during loading. */ export declare class CSpellConfigFileWithErrors extends ImplCSpellConfigFile { readonly url: URL; readonly settings: CSpellSettings; readonly error: Error; constructor(url: URL, settings: CSpellSettings, error: Error); get readonly(): boolean; } //# sourceMappingURL=CSpellConfigFileWithErrors.d.ts.map