mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Merge pull request #31290 from a-tarasyuk/bug/29880
29880 - No completions for computed string properties
This commit is contained in:
@@ -1036,6 +1036,9 @@ namespace ts.Completions {
|
||||
symbolToOriginInfoMap[getSymbolId(firstAccessibleSymbol)] =
|
||||
!moduleSymbol || !isExternalModuleSymbol(moduleSymbol) ? { kind: SymbolOriginInfoKind.SymbolMemberNoExport } : { kind: SymbolOriginInfoKind.SymbolMemberExport, moduleSymbol, isDefaultExport: false };
|
||||
}
|
||||
else if (preferences.includeCompletionsWithInsertText) {
|
||||
symbols.push(symbol);
|
||||
}
|
||||
}
|
||||
else {
|
||||
symbols.push(symbol);
|
||||
|
||||
Reference in New Issue
Block a user