Skip to content

Commit 52ab05e

Browse files
committed
Rename extractMethods.ts to extractFunctions.ts for consistency
1 parent 2601bbc commit 52ab05e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var harnessSources = harnessCoreSources.concat([
139139
"matchFiles.ts",
140140
"initializeTSConfig.ts",
141141
"extractConstants.ts",
142-
"extractMethods.ts",
142+
"extractFunctions.ts",
143143
"printer.ts",
144144
"textChanges.ts",
145145
"telemetry.ts",

src/harness/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"./unittests/transform.ts",
130130
"./unittests/customTransforms.ts",
131131
"./unittests/extractConstants.ts",
132-
"./unittests/extractMethods.ts",
132+
"./unittests/extractFunctions.ts",
133133
"./unittests/textChanges.ts",
134134
"./unittests/telemetry.ts",
135135
"./unittests/languageService.ts",

0 commit comments

Comments
 (0)