@cspell/cspell-types
Advanced tools
Comparing version 8.6.0 to 8.6.1
@@ -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 { defineConfig } from './defineConfig.js'; | ||
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'; | ||
@@ -8,0 +9,0 @@ export type { CharacterSet, CharacterSetCosts, DictionaryInformation, EditCosts } from './DictionaryInformation.js'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MessageTypes = exports.IssueType = exports.ConfigFields = void 0; | ||
exports.defineConfig = exports.MessageTypes = exports.IssueType = exports.ConfigFields = void 0; | ||
var configFields_js_1 = require("./configFields.js"); | ||
@@ -9,2 +9,4 @@ 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 defineConfig_js_1 = require("./defineConfig.js"); | ||
Object.defineProperty(exports, "defineConfig", { enumerable: true, get: function () { return defineConfig_js_1.defineConfig; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.6.0", | ||
"version": "8.6.1", | ||
"description": "Types for cspell and cspell-lib", | ||
@@ -66,3 +66,4 @@ "type": "commonjs", | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell.git" | ||
"url": "https://github.com/streetsidesoftware/cspell.git", | ||
"directory": "packages/cspell-types" | ||
}, | ||
@@ -90,3 +91,3 @@ "files": [ | ||
}, | ||
"gitHead": "78eadb48e8ab400f4fcd159344c5b15968d7ab2e" | ||
"gitHead": "9279c50f26a32327e38fb1480ac1b823aa898a5f" | ||
} |
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
195666
36
3893