Skip to content

Commit 8ee4d00

Browse files
committed
Commit last edit
1 parent c3d111a commit 8ee4d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7298,7 +7298,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
72987298
// skip late bound props that contribute to the index signature - they'll be created by property creation anyway
72997299
return !hasLateBindableName(e);
73007300
});
7301-
return map(indexInfo.components, e => {
7301+
return map(newComponents, e => {
73027302
// Still need to track visibility even if we've already checked it to paint references as used
73037303
trackComputedName(e.name.expression as EntityNameExpression, context.enclosingDeclaration, context);
73047304
return setTextRange(

0 commit comments

Comments
 (0)