Skip to content

Commit 825826f

Browse files
authored
Unexport NodeTypingsInstaller in typingsInstaller.js (#60075)
1 parent 8499803 commit 825826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typingsInstaller/nodeTypingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface ExecSyncOptions {
8181
encoding: "utf-8";
8282
}
8383

84-
export class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
84+
class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
8585
private readonly npmPath: string;
8686
readonly typesRegistry: Map<string, MapLike<string>>;
8787

0 commit comments

Comments
 (0)