mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-23 10:29:01 -06:00
Rename extractMethods.ts to extractFunctions.ts for consistency
This commit is contained in:
parent
2601bbcea7
commit
52ab05e99d
@ -139,7 +139,7 @@ var harnessSources = harnessCoreSources.concat([
|
||||
"matchFiles.ts",
|
||||
"initializeTSConfig.ts",
|
||||
"extractConstants.ts",
|
||||
"extractMethods.ts",
|
||||
"extractFunctions.ts",
|
||||
"printer.ts",
|
||||
"textChanges.ts",
|
||||
"telemetry.ts",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user