(program, log, sourceFile, position, entryId, host, preferences)
| 133228 | return { sourceDisplay: [ts.textPart(moduleSpecifier)], codeActions: [codeAction] }; |
| 133229 | } |
| 133230 | function getCompletionEntrySymbol(program, log, sourceFile, position, entryId, host, preferences) { |
| 133231 | var completion = getSymbolCompletionFromEntryId(program, log, sourceFile, position, entryId, host, preferences); |
| 133232 | return completion.type === "symbol" ? completion.symbol : undefined; |
| 133233 | } |
| 133234 | Completions.getCompletionEntrySymbol = getCompletionEntrySymbol; |
| 133235 | var CompletionDataKind; |
| 133236 | (function (CompletionDataKind) { |
nothing calls this directly
no test coverage detected