Skip to content

Commit

Permalink
Cherry-pick PR microsoft#50572 into release-4.8
Browse files Browse the repository at this point in the history
Component commits:
5e96e58 Lets make the importServicePlugin internal for now?
  • Loading branch information
sheetalkamat authored and typescript-bot committed Aug 31, 2022
1 parent 64cec03 commit bd6ddff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/server/types.ts
Expand Up @@ -20,6 +20,7 @@ declare namespace ts.server {
gc?(): void;
trace?(s: string): void;
require?(initialPath: string, moduleName: string): ModuleImportResult;
/*@internal*/
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
}
}
1 change: 0 additions & 1 deletion tests/baselines/reference/api/tsserverlibrary.d.ts
Expand Up @@ -7033,7 +7033,6 @@ declare namespace ts.server {
gc?(): void;
trace?(s: string): void;
require?(initialPath: string, moduleName: string): ModuleImportResult;
importServicePlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
}
}
declare namespace ts.server {
Expand Down

0 comments on commit bd6ddff

Please sign in to comment.