Make it internal too

This commit is contained in:
Sheetal Nandi
2022-08-31 11:57:13 -07:00
parent 1e963c05ec
commit eb6fe9a5eb
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ declare namespace ts.server {
gc?(): void;
trace?(s: string): void;
require?(initialPath: string, moduleName: string): ModuleImportResult;
/*@internal*/
importPlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
}
}
-1
View File
@@ -7044,7 +7044,6 @@ declare namespace ts.server {
gc?(): void;
trace?(s: string): void;
require?(initialPath: string, moduleName: string): ModuleImportResult;
importPlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
}
}
declare namespace ts.server {