We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bc891 commit e0109eaCopy full SHA for e0109ea
src/services/codefixes/fixAddMissingMember.ts
@@ -34,7 +34,6 @@ namespace ts.codefix {
34
35
return createCombinedCodeActions(textChanges.ChangeTracker.with(context, changes => {
36
eachDiagnostic(context, errorCodes, diag => {
37
- const checker = program.getTypeChecker();
38
const info = getInfo(diag.file, diag.start, checker);
39
if (!info || !addToSeen(seen, getNodeId(info.parentDeclaration) + "#" + info.token.text)) {
40
return;
0 commit comments