Prioritize spelling fix over add-missing-member fix (#23268)

This commit is contained in:
Andy
2018-04-09 13:23:11 -07:00
committed by GitHub
parent 998beadba2
commit 98a5e5cc0d
5 changed files with 38 additions and 4 deletions

View File

@@ -1,11 +1,14 @@
// Fixes higher in this list will be first in the array returned by `getCodeFixesAtPosition`.
/// <reference path="addMissingInvocationForDecorator.ts" />
/// <reference path="annotateWithTypeFromJSDoc.ts" />
/// <reference path="convertFunctionToEs6Class.ts" />
/// <reference path="convertToEs6Module.ts" />
/// <reference path="correctQualifiedNameToIndexedAccessType.ts" />
/// <reference path="fixClassIncorrectlyImplementsInterface.ts" />
/// <reference path="fixAddMissingMember.ts" />
/// <reference path="importFixes.ts" />
/// <reference path="fixSpelling.ts" />
/// <reference path="fixAddMissingMember.ts" />
/// <reference path="fixCannotFindModule.ts" />
/// <reference path="fixClassDoesntImplementInheritedAbstractMember.ts" />
/// <reference path="fixClassSuperMustPrecedeThisAccess.ts" />
@@ -15,7 +18,6 @@
/// <reference path='fixUnusedIdentifier.ts' />
/// <reference path='fixJSDocTypes.ts' />
/// <reference path='fixAwaitInSyncFunction.ts' />
/// <reference path='importFixes.ts' />
/// <reference path='disableJsDiagnostics.ts' />
/// <reference path='helpers.ts' />
/// <reference path='inferFromUsage.ts' />