Rename extractMethods.ts to extractFunctions.ts for consistency

This commit is contained in:
Andrew Casey 2017-09-26 16:26:12 -07:00
parent 2601bbcea7
commit 52ab05e99d
3 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ var harnessSources = harnessCoreSources.concat([
"matchFiles.ts",
"initializeTSConfig.ts",
"extractConstants.ts",
"extractMethods.ts",
"extractFunctions.ts",
"printer.ts",
"textChanges.ts",
"telemetry.ts",

View file

@ -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",