d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
1.1 KiB

export * from 'cspell-io';
export { TextOffset, TextDocumentOffset } from './util/text';
export { checkText, CheckTextInfo, TextInfoItem, IncludeExcludeOptions, IncludeExcludeFlag, validateText, } from './validator';
export { defaultFileName as defaultSettingsFilename } from './Settings';
export * from './Settings';
export { CompoundWordsMethod, createSpellingDictionary, getDictionary, SpellingDictionary, SuggestionCollector, SuggestionResult, refreshDictionaryCache, } from './SpellingDictionary';
export { combineTextAndLanguageSettings } from './Settings/TextDocumentSettings';
export { combineTextAndLanguageSettings as constructSettingsForText } from './Settings/TextDocumentSettings';
import * as Text from './util/text';
export { Text };
export { resolveFile } from './util/resolveFile';
import * as ExclusionHelper from './exclusionHelper';
export { ExclusionHelper };
export { ExcludeFilesGlobMap, ExclusionFunction, Glob } from './exclusionHelper';
export { getLanguagesForExt } from './LanguageIds';
export * from './trace';
export declare function clearCachedSettings(): Promise<void>;
export { clearCachedSettings as clearCachedFiles };