cspell-dictionary
Advanced tools
| import type { SuggestionResult } from 'cspell-trie-lib'; | ||
| import type { SuggestDictionary } from './SpellingDictionary.js'; | ||
| import { type TypoEntry, type TyposDef } from './Typos/index.js'; | ||
| import type { TypoEntry, TyposDef } from './Typos/index.js'; | ||
| export interface PreferredSuggestionResult extends SuggestionResult { | ||
@@ -5,0 +5,0 @@ isPreferred: true; |
| import type { IgnoreCaseOption, PreferredSuggestion, SpellingDictionary } from './SpellingDictionary.js'; | ||
| import { type TypoEntry, type TyposDef } from './Typos/index.js'; | ||
| import type { TypoEntry, TyposDef } from './Typos/index.js'; | ||
| export interface TyposDictionary extends SpellingDictionary { | ||
@@ -4,0 +4,0 @@ getPreferredSuggestions: (word: string) => PreferredSuggestion[]; |
+6
-6
@@ -7,3 +7,3 @@ { | ||
| }, | ||
| "version": "9.7.0", | ||
| "version": "9.8.0", | ||
| "description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
@@ -58,6 +58,6 @@ "type": "module", | ||
| "dependencies": { | ||
| "@cspell/cspell-performance-monitor": "9.7.0", | ||
| "@cspell/cspell-pipe": "9.7.0", | ||
| "@cspell/cspell-types": "9.7.0", | ||
| "cspell-trie-lib": "9.7.0", | ||
| "@cspell/cspell-performance-monitor": "9.8.0", | ||
| "@cspell/cspell-pipe": "9.8.0", | ||
| "@cspell/cspell-types": "9.8.0", | ||
| "cspell-trie-lib": "9.8.0", | ||
| "fast-equals": "^6.0.0" | ||
@@ -70,3 +70,3 @@ }, | ||
| }, | ||
| "gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73" | ||
| "gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f" | ||
| } |
116248
-0.01%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated