From 52ab05e99da4f4f3d4f481f12f7e069ae099790b Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Tue, 26 Sep 2017 16:26:12 -0700 Subject: [PATCH] Rename extractMethods.ts to extractFunctions.ts for consistency --- Jakefile.js | 2 +- src/harness/tsconfig.json | 2 +- .../unittests/{extractMethods.ts => extractFunctions.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/harness/unittests/{extractMethods.ts => extractFunctions.ts} (100%) diff --git a/Jakefile.js b/Jakefile.js index b1823f4ea0..359549d824 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -139,7 +139,7 @@ var harnessSources = harnessCoreSources.concat([ "matchFiles.ts", "initializeTSConfig.ts", "extractConstants.ts", - "extractMethods.ts", + "extractFunctions.ts", "printer.ts", "textChanges.ts", "telemetry.ts", diff --git a/src/harness/tsconfig.json b/src/harness/tsconfig.json index 53654f7365..cb2cb00b86 100644 --- a/src/harness/tsconfig.json +++ b/src/harness/tsconfig.json @@ -129,7 +129,7 @@ "./unittests/transform.ts", "./unittests/customTransforms.ts", "./unittests/extractConstants.ts", - "./unittests/extractMethods.ts", + "./unittests/extractFunctions.ts", "./unittests/textChanges.ts", "./unittests/telemetry.ts", "./unittests/languageService.ts", diff --git a/src/harness/unittests/extractMethods.ts b/src/harness/unittests/extractFunctions.ts similarity index 100% rename from src/harness/unittests/extractMethods.ts rename to src/harness/unittests/extractFunctions.ts