(entries, isNewIdentifierLocation)
| 132268 | }; |
| 132269 | } |
| 132270 | function specificKeywordCompletionInfo(entries, isNewIdentifierLocation) { |
| 132271 | return { |
| 132272 | isGlobalCompletion: false, |
| 132273 | isMemberCompletion: false, |
| 132274 | isNewIdentifierLocation: isNewIdentifierLocation, |
| 132275 | entries: entries.slice(), |
| 132276 | }; |
| 132277 | } |
| 132278 | function keywordCompletionData(keywordFilters, filterOutTsOnlyKeywords, isNewIdentifierLocation) { |
| 132279 | return { |
| 132280 | kind: 4 /* CompletionDataKind.Keywords */, |
no test coverage detected