Skip to content

Commit 00f5624

Browse files
committed
chore(typings): comment private method of EggLoader out
1 parent 6980480 commit 00f5624

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -985,20 +985,20 @@ declare module 'egg' {
985985

986986
constructor(options: EggLoaderOptions);
987987

988-
private getServerEnv(): string; // not exists EggAppInfo['env']
989-
990-
private getServerScope(): EggAppInfo['scope'];
991-
992-
private getAppname(): EggAppInfo['name'];
993-
994988
getHomedir(): EggAppInfo['HOME']
995989

996990
getAppInfo(): EggAppInfo;
997991

998992
/**
999993
* @return {Array} framework directories
1000994
*/
1001-
private getEggPaths(): string[];
995+
// private getEggPaths(): string[];
996+
997+
// private getServerEnv(): string; // not exists EggAppInfo['env']
998+
999+
// private getServerScope(): EggAppInfo['scope'];
1000+
1001+
// private getAppname(): EggAppInfo['name'];
10021002
}
10031003

10041004
/**

0 commit comments

Comments
 (0)