@cspell/cspell-types
Advanced tools
Comparing version 8.16.1 to 8.17.0
@@ -25,2 +25,3 @@ "use strict"; | ||
ignoreWords: 'ignoreWords', | ||
ignoreRandomStrings: 'ignoreRandomStrings', | ||
import: 'import', | ||
@@ -35,2 +36,3 @@ includeRegExpList: 'includeRegExpList', | ||
minWordLength: 'minWordLength', | ||
minRandomLength: 'minRandomLength', | ||
name: 'name', | ||
@@ -37,0 +39,0 @@ noConfigSearch: 'noConfigSearch', |
@@ -123,2 +123,14 @@ import type { TextDocumentOffset, TextOffset } from './TextOffset.js'; | ||
minWordLength?: number; | ||
/** | ||
* Ignore sequences of characters that look like random strings. | ||
* | ||
* @default true | ||
*/ | ||
ignoreRandomStrings?: boolean; | ||
/** | ||
* The minimum length of a random string to be ignored. | ||
* | ||
* @default 40 | ||
*/ | ||
minRandomLength?: number; | ||
} | ||
@@ -125,0 +137,0 @@ interface ReporterCommandLineOptions { |
@@ -6,2 +6,3 @@ export type { CSpellUserSettingsFields } from './configFields.js'; | ||
export type { AdvancedCSpellSettings, AdvancedCSpellSettingsWithSourceTrace, BaseSetting, CacheFormat, CacheSettings, CacheStrategy, CommandLineSettings, CSpellPackageSettings, CSpellSettings, CSpellSettingsWithSourceTrace, CSpellUserSettings, CSpellUserSettingsWithComments, ExperimentalBaseSettings, ExperimentalFileSettings, ExtendableSettings, FileSettings, FileSource, FsPath, FSPathResolvable, Glob, GlobDef, ImportFileRef, InMemorySource, LanguageId, LanguageIdMultiple, LanguageIdMultipleNeg, LanguageIdSingle, LanguageSetting, LanguageSettingFilterFields, LanguageSettingFilterFieldsDeprecated, LanguageSettingFilterFieldsPreferred, LegacySettings, LocaleId, LocalId, MatchingFileType, MergeSource, OverrideFilterFields, OverrideSettings, Pattern, PatternId, PatternRef, Plugin, PnPSettings, PredefinedPatterns, RegExpPatternDefinition, RegExpPatternList, ReporterSettings, ReportingConfiguration, Settings, SimpleGlob, Source, SuggestionsConfiguration, TrustLevel, Version, VersionLatest, VersionLegacy, WorkspaceTrustSettings, } from './CSpellSettingsDef.js'; | ||
export { defaultCSpellSettings } from './defaultConfigSettings.js'; | ||
export { defineConfig } from './defineConfig.js'; | ||
@@ -8,0 +9,0 @@ export type { CustomDictionaryPath, CustomDictionaryScope, DictionaryDefinition, DictionaryDefinitionAlternate, DictionaryDefinitionAugmented, DictionaryDefinitionBase, DictionaryDefinitionCustom, DictionaryDefinitionInline, DictionaryDefinitionInlineFlagWords, DictionaryDefinitionInlineIgnoreWords, DictionaryDefinitionInlineWords, DictionaryDefinitionLegacy, DictionaryDefinitionPreferred, DictionaryFileTypes, DictionaryId, DictionaryNegRef, DictionaryPath, DictionaryRef, DictionaryReference, ReplaceEntry, ReplaceMap, } from './DictionaryDefinition.js'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defineConfig = exports.MessageTypes = exports.IssueType = exports.ConfigFields = void 0; | ||
exports.defineConfig = exports.defaultCSpellSettings = exports.MessageTypes = exports.IssueType = exports.ConfigFields = void 0; | ||
var configFields_js_1 = require("./configFields.js"); | ||
@@ -9,4 +9,6 @@ Object.defineProperty(exports, "ConfigFields", { enumerable: true, get: function () { return configFields_js_1.ConfigFields; } }); | ||
Object.defineProperty(exports, "MessageTypes", { enumerable: true, get: function () { return CSpellReporter_js_1.MessageTypes; } }); | ||
var defaultConfigSettings_js_1 = require("./defaultConfigSettings.js"); | ||
Object.defineProperty(exports, "defaultCSpellSettings", { enumerable: true, get: function () { return defaultConfigSettings_js_1.defaultCSpellSettings; } }); | ||
var defineConfig_js_1 = require("./defineConfig.js"); | ||
Object.defineProperty(exports, "defineConfig", { enumerable: true, get: function () { return defineConfig_js_1.defineConfig; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "8.16.1", | ||
"version": "8.17.0", | ||
"description": "Types for cspell and cspell-lib", | ||
@@ -92,3 +92,3 @@ "type": "commonjs", | ||
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-types#readme", | ||
"gitHead": "773bb6e701ff0b7fbeb30e4621119bb4315415ad" | ||
"gitHead": "cac17fe7b993db5965aa441648b1c22cb5486929" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213611
44
4195