Skip to content

Commit 31535d1

Browse files
committed
fixup!
1 parent 3bc0fd8 commit 31535d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/lib/Server.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,11 @@ declare class Server<
11951195
* @type {string | undefined}
11961196
*/
11971197
private currentHash;
1198+
/**
1199+
* @private
1200+
* @type {boolean}
1201+
*/
1202+
private isPlugin;
11981203
/**
11991204
* @private
12001205
* @param {Compiler} compiler compiler

0 commit comments

Comments
 (0)