Move filenames to match refactoring rename

This commit is contained in:
Nathan Shively-Sanders 2017-09-26 09:08:39 -07:00
parent 13b37a4825
commit 96b8093890
16 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* @internal */
namespace ts.refactor.convertJSDocToTypes {
namespace ts.refactor.annotateWithTypeFromJSDoc {
const actionName = "annotate";
const annotateTypeFromJSDoc: Refactor = {

View File

@ -1,3 +1,3 @@
/// <reference path="convertJSDocToTypes.ts" />
/// <reference path="annotateWithTypeFromJSDoc.ts" />
/// <reference path="convertFunctionToEs6Class.ts" />
/// <reference path="extractMethod.ts" />