From 04968ab7cbfcfe5f7fc6ff65bf7d61948211cc25 Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Wed, 2 Nov 2016 13:05:27 -0700 Subject: [PATCH] fix references to codefixes? --- src/harness/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/harness/tsconfig.json b/src/harness/tsconfig.json index 8bf3139b9de..1cb17e2a843 100644 --- a/src/harness/tsconfig.json +++ b/src/harness/tsconfig.json @@ -73,6 +73,13 @@ "../services/formatting/rulesProvider.ts", "../services/formatting/smartIndenter.ts", "../services/formatting/tokenRange.ts", + "../services/codefixes/fixClassDoesntImplementInheritedAbstractMember.ts", + "../services/codefixes/fixClassIncorrectlyImplementsInterface.ts", + "../services/codefixes/fixClassSuperMustPrecedeThisAccess.ts", + "../services/codefixes/fixConstructorForDerivedNeedSuperCall.ts", + "../services/codefixes/fixes.ts", + "../services/codefixes/fixExtendsInterfaceBecomesImplements.ts", + "../services/codefixes/fixRemoveAbstractModifierInNonAbstractClass.ts", "harness.ts", "sourceMapRecorder.ts", "harnessLanguageService.ts",