Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use exactOptionalPropertyTypes #2493

Merged
merged 2 commits into from
Feb 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix spelling issue
Jason3S committed Feb 19, 2022
commit 376a91b2fa25421d36ee7875ca47d3a62fe8a2d4
2 changes: 1 addition & 1 deletion packages/cspell-lib/cspell.config.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@
],
"allowCompoundWords": false,
"dictionaryDefinitions": [],
"ignoreWords": [],
"ignoreWords": ["CSpellSettingsWSTO"],
"import": ["../../cspell.json"]
}
1 change: 0 additions & 1 deletion packages/cspell-lib/src/Settings/CSpellSettingsServer.ts
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ import * as util from '../util/util';
import { calcDictionaryDefsToLoad, mapDictDefsToInternal } from './DictionarySettings';
import { resolvePatterns } from './patterns';

// cspell:ignore CSpellSettingsWSTO
type CSpellSettingsWST = CSpellSettingsWithSourceTrace;
type CSpellSettingsWSTO = OptionalOrUndefined<CSpellSettingsWithSourceTrace>;
type CSpellSettingsI = CSpellSettingsInternal;