mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
Move filenames to match refactoring rename
This commit is contained in:
parent
13b37a4825
commit
96b8093890
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user