Searched refs:getStringLiteralCompletionsFromModuleNames (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | stringCompletions.ts | 141 …turn { kind: StringLiteralCompletionKind.Paths, paths: getStringLiteralCompletionsFromModuleNames(… 206 …turn { kind: StringLiteralCompletionKind.Paths, paths: getStringLiteralCompletionsFromModuleNames(… 308 …function getStringLiteralCompletionsFromModuleNames(sourceFile: SourceFile, node: LiteralExpressio… function
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 119948 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120010 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120090 …function getStringLiteralCompletionsFromModuleNames(sourceFile, node, compilerOptions, host, typeC… function
|
D | tsserverlibrary.js | 119948 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120010 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120090 …function getStringLiteralCompletionsFromModuleNames(sourceFile, node, compilerOptions, host, typeC… function
|
D | tsserver.js | 119379 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 119441 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 119521 …function getStringLiteralCompletionsFromModuleNames(sourceFile, node, compilerOptions, host, typeC… function
|
D | typescript.js | 119948 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120010 …return { kind: 0 /* Paths */, paths: getStringLiteralCompletionsFromModuleNames(sourceFile, node, … 120090 …function getStringLiteralCompletionsFromModuleNames(sourceFile, node, compilerOptions, host, typeC… function
|