Skip to content

Commit bdc4bb3

Browse files
committed
chore(typings): comment private method of EggLoader out
1 parent 5f13395 commit bdc4bb3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.d.ts

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

10471047
constructor(options: EggLoaderOptions);
10481048

1049-
private getServerEnv(): string; // not exists EggAppInfo['env']
1050-
1051-
private getServerScope(): EggAppInfo['scope'];
1052-
1053-
private getAppname(): EggAppInfo['name'];
1054-
10551049
getHomedir(): EggAppInfo['HOME']
10561050

10571051
getAppInfo(): EggAppInfo;
10581052

10591053
/**
10601054
* @return {Array} framework directories
10611055
*/
1062-
private getEggPaths(): string[];
1056+
// private getEggPaths(): string[];
1057+
1058+
// private getServerEnv(): string; // not exists EggAppInfo['env']
1059+
1060+
// private getServerScope(): EggAppInfo['scope'];
1061+
1062+
// private getAppname(): EggAppInfo['name'];
10631063
}
10641064

10651065
/**

0 commit comments

Comments
 (0)