Searched refs:StringLiteralCompletion (Results 1 – 1 of 1) sorted by relevance
15 …function convertStringLiteralCompletions(completion: StringLiteralCompletion | undefined, contextT…61 …teralCompletionDetails(name: string, location: Node, completion: StringLiteralCompletion, sourceFi…113 …type StringLiteralCompletion = { readonly kind: StringLiteralCompletionKind.Paths, readonly paths:… alias114 …r, compilerOptions: CompilerOptions, host: LanguageServiceHost): StringLiteralCompletion | undefin…212 function fromContextualType(): StringLiteralCompletion {