We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f69c48 commit 596c644Copy full SHA for 596c644
src/compiler/checker.ts
@@ -8612,7 +8612,7 @@ namespace ts {
8612
const stringIndexTypes: Type[] = [];
8613
for (const t of (<IntersectionType>objectType).types) {
8614
if (isStringIndexOnlyType(t)) {
8615
- stringIndexTypes.push(getIndexTypeOfType(t, IndexKind.String)!); // TODO: GH#18217
+ stringIndexTypes.push(getIndexTypeOfType(t, IndexKind.String)!);
8616
}
8617
else {
8618
regularTypes.push(t);
0 commit comments