Move infer-from-usage earlier in codefix list (#28318)

This makes it appear before the ts-ignore codefix, specifically.
This commit is contained in:
Nathan Shively-Sanders
2018-11-02 15:39:27 -07:00
committed by GitHub
parent 4e59096ea5
commit ce85ee5115
18 changed files with 18 additions and 18 deletions

View File

@@ -45,6 +45,7 @@
"refactorProvider.ts",
"codefixes/addMissingInvocationForDecorator.ts",
"codefixes/annotateWithTypeFromJSDoc.ts",
"codefixes/inferFromUsage.ts",
"codefixes/convertFunctionToEs6Class.ts",
"codefixes/convertToAsyncFunction.ts",
"codefixes/convertToEs6Module.ts",
@@ -66,7 +67,6 @@
"codefixes/fixAwaitInSyncFunction.ts",
"codefixes/disableJsDiagnostics.ts",
"codefixes/helpers.ts",
"codefixes/inferFromUsage.ts",
"codefixes/fixInvalidImportSyntax.ts",
"codefixes/fixStrictClassInitialization.ts",
"codefixes/generateTypes.ts",