mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:21:18 -05:00
Move filenames to match refactoring rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* @internal */
|
||||
namespace ts.refactor.convertJSDocToTypes {
|
||||
namespace ts.refactor.annotateWithTypeFromJSDoc {
|
||||
const actionName = "annotate";
|
||||
|
||||
const annotateTypeFromJSDoc: Refactor = {
|
||||
@@ -1,3 +1,3 @@
|
||||
/// <reference path="convertJSDocToTypes.ts" />
|
||||
/// <reference path="annotateWithTypeFromJSDoc.ts" />
|
||||
/// <reference path="convertFunctionToEs6Class.ts" />
|
||||
/// <reference path="extractMethod.ts" />
|
||||
|
||||
Reference in New Issue
Block a user