cspell-lib
Version:
A library of useful functions used across various cspell tools.
10 lines • 1.32 kB
JavaScript
export { calcOverrideSettings } from './calcOverrideSettings.js';
export { checkFilenameMatchesGlob } from './checkFilenameMatchesGlob.js';
export { currentSettingsFileVersion, ENV_CSPELL_GLOB_ROOT } from './constants.js';
export { clearCachedSettingsFiles, createConfigLoader, defaultConfigFilenames, defaultFileName, extractImportErrors, getCachedFileSize, getDefaultConfigLoader, getGlobalSettings, getGlobalSettingsAsync, loadConfig, loadPnP, readConfigFile, readRawSettings, readSettings, readSettingsFiles, resolveConfigFileImports, resolveSettingsImports, searchForConfig, sectionCSpell, } from './Controller/configLoader/index.js';
export { ImportError } from './Controller/ImportError.js';
export { extractDependencies, finalizeSettings, getSources, mergeInDocSettings, mergeSettings, toCSpellSettingsWithOutSourceTrace, } from './CSpellSettingsServer.js';
export { defaultSettingsLoader, getDefaultBundledSettingsAsync, getDefaultSettings } from './DefaultSettings.js';
export { createDictionaryReferenceCollection } from './DictionaryReferenceCollection.js';
export { calcDictionaryDefsToLoad, createCSpellSettingsInternal, filterDictDefsToLoad, isDictionaryDefinitionInlineInternal, isDictionaryFileDefinitionInternal, mapDictDefToInternal, } from './internal/index.js';
//# sourceMappingURL=index.js.map