Fix codefix for noPropertyAccessFromIndexSignature

This commit is contained in:
kingwl
2020-12-03 11:51:41 +08:00
parent 0b6c9254a8
commit 31e686b996
4 changed files with 20 additions and 9 deletions

View File

@@ -662,8 +662,6 @@ namespace ts {
{
name: "noPropertyAccessFromIndexSignature",
type: "boolean",
affectsBindDiagnostics: true,
affectsSemanticDiagnostics: true,
showInSimplifiedHelpView: false,
category: Diagnostics.Additional_Checks,
description: Diagnostics.Require_undeclared_properties_from_index_signatures_to_use_element_accesses