MCPcopy Create free account

hub / github.com/streetsidesoftware/cspell / functions

Functions5,273 in github.com/streetsidesoftware/cspell

↓ 3 callersFunctionmapDictDefsToInternal
( defs: DictionaryDefinition[] | undefined, pathToSettingsFile: URL, )
packages/cspell-lib/src/lib/Settings/internal/DictionarySettings.ts:80
↓ 3 callersFunctionmapDictionaryInformation
(dictInfo: DictionaryInformation)
packages/cspell-trie-lib/src/lib/mappers/mapDictionaryInfo.ts:14
↓ 3 callersFunctionmapOffsetPairsToSourceMap
(map: number[] | undefined)
packages/cspell-lib/src/lib/Transform/SourceMap.ts:170
↓ 3 callersMethodmapOffsetToSrc
(offsetInDst: number)
packages/cspell-lib/src/lib/Transform/SourceMap.ts:26
↓ 3 callersFunctionmapRangeBackToOriginalPos
(offRange: SimpleRange, map: SourceMap | undefined)
packages/cspell-lib/src/lib/Transform/parsedText.ts:28
↓ 3 callersFunctionmapRawString
(text: string)
packages/cspell-grammar/src/mappers/typescript.ts:43
↓ 3 callersFunctionmapToPublic
(url: URL)
packages/cspell-io/src/VirtualFS/redirectProvider.ts:99
↓ 3 callersFunctionmatchToTextOffset
(reg: RegExp, t: TextOffset)
packages/cspell-lib/src/lib/util/text.ts:68
↓ 3 callersFunctionmemoizeLastCall
(fn: (...p: [...K[]]) => T)
packages/cspell-lib/src/lib/util/memoizeLastCall.ts:16
↓ 3 callersFunctionmemorize
(fn: (...p: P) => T)
packages/cspell-trie-lib/perf/has.perf.ts:58
↓ 3 callersFunctionmemorizer
(fn: (...p: K) => T)
packages/cspell-trie-lib/src/lib/utils/memorizer.ts:2
↓ 3 callersFunctionmergeAsyncIterables
( iter: Iterable<T> | AsyncIterable<T> | Promise<Iterable<T>>, ...rest: (Iterable<T> | AsyncIterable<T
packages/cspell-pipe/src/helpers/toAsyncIterable.ts:14
↓ 3 callersFunctionmergeList
(left: T[] | undefined, right: T[] | undefined)
packages/cspell-lib/src/lib/Settings/mergeList.ts:39
↓ 3 callersFunctionmergeObjects
(left?: T, right?: T)
packages/cspell-lib/src/lib/Settings/CSpellSettingsServer.ts:93
↓ 3 callersFunctionmergeOps
(opts: Partial<SuggestionCostMapDef>[])
packages/cspell-trie-lib/src/lib/distance/weightedMaps.test.ts:246
↓ 3 callersFunctionmkFeature
(name: string, description?: string)
packages/cspell-tools/src/FeatureFlags/parseFlags.test.ts:42
↓ 3 callersFunctionmockOutput
()
packages/cspell-tools/src/app.test.ts:293
↓ 3 callersFunctionmt
(text: string, map: number[] | undefined)
packages/cspell-grammar/src/mappers/appendMappedText.test.ts:20
↓ 3 callersFunctionnfc
(s: string)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts:44
↓ 3 callersFunctionnfc
(s: string)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryController/DictionaryLoader.test.ts:76
↓ 3 callersFunctionnfd
(s: string)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts:40
↓ 3 callersFunctionnfd
(s: string)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryController/DictionaryLoader.test.ts:72
↓ 3 callersFunctionnormalizeDirectorySeparator
(path: string)
packages/cspell-tools/src/test/normalizeOutput.ts:28
↓ 3 callersFunctionnormalizeImport
(imports: string | string[] | undefined)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/normalizeRawSettings.ts:172
↓ 3 callersFunctionnormalizeLocale
(locale: LocaleId | LocaleId[])
packages/cspell-lib/src/lib/Settings/LanguageSettings.ts:59
↓ 3 callersFunctionnormalizePath
(filePath: string)
packages/cspell/src/util/cache/DiskCache.ts:329
↓ 3 callersFunctionnormalizeSourcePath
(source: string)
packages/cspell-tools/src/compiler/createCompileRequest.ts:100
↓ 3 callersFunctionnormalizeWordsToTrie
(words: Iterable<string>)
packages/cspell-tools/src/compiler/wordListCompiler.test.ts:251
↓ 3 callersFunctionnotifyEventOnce
(event: NotifyEvent<T>)
packages/rpc/src/notify.ts:147
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell/src/application.test.ts:25
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell-glob/src/GlobMatcher.test.ts:37
↓ 3 callersFunctionoc
(obj: unknown)
packages/cspell-trie-lib/src/lib/TrieNode/trie-util.test.ts:16
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell-config-lib/src/CSpellConfigFileReaderWriter.test.ts:15
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell-config-lib/src/serializers/cspellToml.test.ts:11
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell-config-lib/src/serializers/cspellJson.test.ts:11
↓ 3 callersFunctionoc
(...params: Parameters<typeof expect.objectContaining>)
packages/cspell-lib/src/cspell-rpc/index.test.ts:10
↓ 3 callersFunctionoffsetRegEx
(reg: RegExp, offset: number)
packages/cspell-lib/src/lib/util/wordSplitter.ts:179
↓ 3 callersFunctionopAwaitAsync
()
packages/cspell-pipe/src/operators/await.ts:7
↓ 3 callersFunctionopSkip
(count: number)
packages/cspell-pipe/src/operators/skip.ts:31
↓ 3 callersFunctionopt
(opt: Partial<SuggestionOptions>)
packages/cspell-lib/src/lib/suggestions.test.ts:100
↓ 3 callersFunctionp
(dir: string, ...dirs: string[])
packages/cspell-gitignore/src/helpers.test.ts:61
↓ 3 callersFunctionpadWidth
(s: string, target: number)
packages/cspell/src/util/pad.ts:9
↓ 3 callersFunctionparseFileLines
(lines: Iterable<string> | string, options: ParseFileOptions)
packages/cspell-tools/src/compiler/wordListParser.ts:275
↓ 3 callersFunctionparseFlags
(ff: FeatureFlags, flags: string[])
packages/cspell-tools/src/FeatureFlags/parseFlags.ts:7
↓ 3 callersMethodparseGitignore
(content: string, gitignoreFilename: string | URL)
packages/cspell-gitignore/src/GitIgnoreFile.ts:55
↓ 3 callersFunctionparseNumber
(s: string | undefined)
packages/cspell-tools/src/compiler/createCompileRequest.ts:79
↓ 3 callersFunctionparserMain
(acc: ReduceResults, s: string)
packages/cspell-trie-lib/src/lib/io/importExportV4.ts:451
↓ 3 callersFunctionpathFix
(...parts: string[])
packages/cspell/src/app.test.ts:49
↓ 3 callersFunctionpathFromRelativeTo
(relativeTo: string | URL)
packages/cspell-lib/src/lib/util/resolveFile.ts:356
↓ 3 callersFunctionpathTemp
(...parts: string[])
packages/cspell-trie/src/app.test.ts:30
↓ 3 callersMethodpeekLine
()
packages/cspell-trie-lib/src/lib/afx/affParser.ts:184
↓ 3 callersFunctionprefix
(pfx: string, text: string)
integration-tests/src/outputHelper.ts:40
↓ 3 callersFunctionprocessPrefetchFileResult
(pf: PrefetchFileResult)
packages/cspell/src/lint/processFiles.ts:148
↓ 3 callersFunctionpruneTextEnd
(str: string, maxWidth: number | undefined, pad: string = '…')
packages/cspell/src/util/ansi.ts:149
↓ 3 callersFunctionreadConfig
()
integration-tests/src/config.ts:25
↓ 3 callersFunctionreadError
(filename: string, cause?: Error | string)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.test.ts:364
↓ 3 callersFunctionreadFile
(filename: string | URL, encoding?: BufferEncoding)
packages/cspell-dictionary/src/test/reader.test.helper.ts:95
↓ 3 callersFunctionreadFile
(fileRef: FileReference)
packages/cspell-dictionary-bundler-plugin/src/core/bundler.ts:181
↓ 3 callersFunctionreadFile
(url: URL)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.ts:786
↓ 3 callersFunctionreadFileListFiles
(listFiles: string[])
packages/cspell/src/util/fileHelper.ts:151
↓ 3 callersFunctionrebaseGlob
(glob: string, fromRootToGlob: string, fromGlobToRoot: string)
packages/cspell-glob/src/globHelper.ts:349
↓ 3 callersFunctionrecord
(prefix: string, ...rest: unknown[])
packages/cspell/src/app.test.ts:547
↓ 3 callersMethodreference
Refer to a previous node
packages/cspell-trie-lib/src/lib/Builder/BuilderCursor.ts:7
↓ 3 callersFunctionrefreshDictionaryCache
(maxAge?: number)
packages/cspell-lib/src/lib/SpellingDictionary/Dictionaries.ts:20
↓ 3 callersFunctionregexQuote
(text: string)
packages/cspell-trie-lib/src/lib/utils/util.ts:52
↓ 3 callersFunctionregisterToken
(token: string | undefined)
integration-tests/src/run.ts:138
↓ 3 callersFunctionrel
(file: string, relativeTo: string)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.test.ts:926
↓ 3 callersFunctionrelative
(uri: string)
integration-tests/src/reporter/reportGenerator.ts:51
↓ 3 callersFunctionrelativeTo
(path: string, relativeTo?: URL | string)
packages/cspell-lib/src/lib/util/url.ts:30
↓ 3 callersFunctionrelativeToCwd
(filename: string | URL, cwd: string | URL = process.cwd())
packages/cspell/src/util/fileHelper.ts:217
↓ 3 callersFunctionrememberArrayAndMapValuesInPlace
* Adds an array to the visited map and processes its entries in place. * @param value - the original object * @param entries - the array ent
packages/cspell-lib/src/lib/Settings/util/settingsToJson.ts:77
↓ 3 callersMethodreset
* Resets the cache.
packages/cspell/src/util/cache/CSpellLintResultCache.ts:19
↓ 3 callersFunctionresolveDocument
( document: DocumentWithText | Document, encoding?: BufferEncoding, )
packages/cspell-lib/src/lib/Document/resolveDocument.ts:54
↓ 3 callersFunctionresolveFileList
(files: string[] | undefined, listFile: string[] | undefined)
packages/cspell-tools/src/shasum/shasum.ts:160
↓ 3 callersMethodresolveFilename
(filename: string | URL, relativeTo: string | URL)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.ts:631
↓ 3 callersMethodresolveKeyToFile
(entryKey: string)
packages/cspell/src/util/cache/file-entry-cache/file-entry-cache.ts:199
↓ 3 callersFunctionresolveModule
(modulePath: string | URL)
packages/cspell-dictionary/src/test/reader.test.helper.ts:40
↓ 3 callersFunctionresolvePatterns
( regExpList: (string | RegExp)[] = emptyRegExpList, patternDefinitions: RegExpPatternDefinition[] = e
packages/cspell-lib/src/lib/Settings/patterns.ts:15
↓ 3 callersMethodresolveSample
* Resolves a path to an absolute path in Samples * @param parts - relative path to sample
packages/cspell-tools/src/test/TestHelper.ts:45
↓ 3 callersMethodresult
(result: RunResult)
packages/cspell/src/reporters/reporters.ts:237
↓ 3 callersFunctionreverse
(entries: Iterable<[string, string]>)
packages/cspell-lib/src/lib/Transform/SourceMap.test.ts:195
↓ 3 callersFunctionrr
* Resolve relative to Repo Root
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.test.ts:907
↓ 3 callersFunctionrun
* Build the schema. This method replaces the old command line that was run in `packages/cspell-types` * ```sh * ts-json-schema-generator \ * --no-
packages/cspell-eslint-plugin/scripts/build-options-schema.mjs:47
↓ 3 callersFunctionrun
()
test-packages/cspell-lib/test-cspell-esbuild-cjs/source/src/index.ts:29
↓ 3 callersFunctions
(text: string, splitOn = ' ')
packages/cspell-trie-lib/src/lib/walker/hintedWalker.test.ts:82
↓ 3 callersFunctions
(text: string, splitOn = ' ')
packages/cspell-trie-lib/src/lib/ITrieNode/walker/hintedWalker.test.ts:87
↓ 3 callersFunctionsample
(file: string)
packages/cspell-lib/src/lib/SpellingDictionary/Dictionaries.test.ts:255
↓ 3 callersFunctionsampleResults
()
packages/cspell/src/emitters/traceEmitter.test.ts:190
↓ 3 callersFunctionsampleSuggestions
()
packages/cspell-trie-lib/src/lib/suggestions/suggestCollector.test.ts:171
↓ 3 callersFunctionsampleText
()
packages/cspell-trie-lib/perf/Utf8.perf.ts:371
↓ 3 callersFunctionsanitizeSpellCheckFileResult
( spellCheckResult: SpellCheckFileResult, scKeys: (keyof SpellCheckFileResult)[] = ['checked', 'errors
packages/cspell-lib/src/lib/spellCheckFile.test.ts:292
↓ 3 callersFunctionsc
(m: string)
packages/cspell-io/src/VirtualFS/redirectProvider.test.ts:16
↓ 3 callersFunctionsc
(s: string)
packages/cspell-lib/src/lib/Settings/cfgStore.test.ts:23
↓ 3 callersMethodsetFlag
(flag: string, value: FlagTypes = true)
packages/cspell-lib/src/lib/FeatureFlags/FeatureFlags.ts:40
↓ 3 callersMethodsetIsTrusted
(isTrusted: boolean)
packages/cspell-lib/api/api.d.ts:404
↓ 3 callersMethodsetPtrString
* Append the string and set the pointer to it. It will be encoded as UTF-8. * Note: the alignment is 1. Use alignTo() if you need a different ali
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:469
↓ 3 callersMethodsetPtrUint16Array
* Append the data and set the pointer to it. * The Uint16Array will be converted to the proper endianness if necessary. * @param name - nam
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:447
↓ 3 callersMethodsetUint16
(name: string, value: number)
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:373
↓ 3 callersMethodsetUntrustedExtensions
(ext: readonly string[])
packages/cspell-config-lib/src/CSpellConfigFileReaderWriter.ts:20
↓ 3 callersMethodsetValue
(key: number, value: NodeOrValue<ArrayType<T>>)
packages/cspell-config-lib/src/CSpellConfigFile/CSpellConfigFileYaml.ts:449
← previousnext →1,201–1,300 of 5,273, ranked by callers