8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e963c0 commit eb6fe9aCopy full SHA for eb6fe9a
src/server/types.ts
@@ -20,6 +20,7 @@ declare namespace ts.server {
20
gc?(): void;
21
trace?(s: string): void;
22
require?(initialPath: string, moduleName: string): ModuleImportResult;
23
+ /*@internal*/
24
importPlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
25
}
26
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -7044,7 +7044,6 @@ declare namespace ts.server {
7044
7045
7046
7047
- importPlugin?(root: string, moduleName: string): Promise<ModuleImportResult>;
7048
7049
7050
declare namespace ts.server {
0 commit comments