Home
last modified time | relevance | path

Searched refs:StringLiteralCompletion (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts15 …function convertStringLiteralCompletions(completion: StringLiteralCompletion | undefined, contextT…
61 …teralCompletionDetails(name: string, location: Node, completion: StringLiteralCompletion, sourceFi…
113 …type StringLiteralCompletion = { readonly kind: StringLiteralCompletionKind.Paths, readonly paths:… alias
114 …r, compilerOptions: CompilerOptions, host: LanguageServiceHost): StringLiteralCompletion | undefin…
212 function fromContextualType(): StringLiteralCompletion {