Unexport NodeTypingsInstaller in typingsInstaller.js (#60075)

This commit is contained in:
Jake Bailey
2024-09-26 12:08:29 -07:00
committed by GitHub
parent 8499803ae0
commit 825826fd66

View File

@@ -81,7 +81,7 @@ interface ExecSyncOptions {
encoding: "utf-8";
}
export class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
private readonly npmPath: string;
readonly typesRegistry: Map<string, MapLike<string>>;