Skip to content

Commit bd6ddff

Browse files
sheetalkamattypescript-bot
authored andcommitted
Cherry-pick PR microsoft#50572 into release-4.8
Component commits: 5e96e58 Lets make the importServicePlugin internal for now?
1 parent 64cec03 commit bd6ddff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/server/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ declare namespace ts.server {
2020
gc?(): void;
2121
trace?(s: string): void;
2222
require?(initialPath: string, moduleName: string): ModuleImportResult;
23+
/*@internal*/
2324
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
2425
}
2526
}

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7033,7 +7033,6 @@ declare namespace ts.server {
70337033
gc?(): void;
70347034
trace?(s: string): void;
70357035
require?(initialPath: string, moduleName: string): ModuleImportResult;
7036-
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
70377036
}
70387037
}
70397038
declare namespace ts.server {

0 commit comments

Comments
 (0)