Skip to content

Commit 96b8093

Browse files
committed
Move filenames to match refactoring rename
1 parent 13b37a4 commit 96b8093

16 files changed

Lines changed: 2 additions & 2 deletions

src/services/refactors/convertJSDocToTypes.ts renamed to src/services/refactors/annotateWithTypeFromJSDoc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* @internal */
2-
namespace ts.refactor.convertJSDocToTypes {
2+
namespace ts.refactor.annotateWithTypeFromJSDoc {
33
const actionName = "annotate";
44

55
const annotateTypeFromJSDoc: Refactor = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/// <reference path="convertJSDocToTypes.ts" />
1+
/// <reference path="annotateWithTypeFromJSDoc.ts" />
22
/// <reference path="convertFunctionToEs6Class.ts" />
33
/// <reference path="extractMethod.ts" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)