@@ -969,6 +969,12 @@ declare class Server {
969
969
} [ ] ;
970
970
description : string ;
971
971
simpleType : string ;
972
+ /**
973
+ * prependEntry Method for webpack 4
974
+ * @param {any } originalEntry
975
+ * @param {any } newAdditionalEntries
976
+ * @returns {any }
977
+ */
972
978
multiple : boolean ;
973
979
} ;
974
980
"magic-html" : {
@@ -989,13 +995,13 @@ declare class Server {
989
995
type : string ;
990
996
multiple : boolean ;
991
997
description : string ;
992
- /** @type {any } */
993
998
path : string ;
994
999
}
995
1000
| {
1001
+ /** @type {any } */
996
1002
type : string ;
997
1003
multiple : boolean ;
998
- description : string ;
1004
+ /** @type { any } */ description : string ;
999
1005
negatedDescription : string ;
1000
1006
path : string ;
1001
1007
}
@@ -1012,7 +1018,7 @@ declare class Server {
1012
1018
path : string ;
1013
1019
} [ ] ;
1014
1020
description : string ;
1015
- /** @type { MultiCompiler } */ simpleType : string ;
1021
+ simpleType : string ;
1016
1022
multiple : boolean ;
1017
1023
} ;
1018
1024
"open-app-name" : {
@@ -1024,9 +1030,8 @@ declare class Server {
1024
1030
} [ ] ;
1025
1031
description : string ;
1026
1032
simpleType : string ;
1027
- multiple : boolean /** @type { MultiCompiler } */ ;
1033
+ multiple : boolean ;
1028
1034
} ;
1029
- /** @type {MultiCompiler } */
1030
1035
"open-app-name-reset" : {
1031
1036
configs : {
1032
1037
type : string ;
@@ -1098,10 +1103,6 @@ declare class Server {
1098
1103
path : string ;
1099
1104
type : string ;
1100
1105
} [ ] ;
1101
- /**
1102
- * @param {string | Static | undefined } [optionsForStatic]
1103
- * @returns {NormalizedStatic }
1104
- */
1105
1106
description : string ;
1106
1107
multiple : boolean ;
1107
1108
simpleType : string ;
@@ -1289,7 +1290,7 @@ declare class Server {
1289
1290
description : string ;
1290
1291
path : string ;
1291
1292
} [ ] ;
1292
- /** @type { ServerOptions } */ description : string ;
1293
+ description : string ;
1293
1294
simpleType : string ;
1294
1295
multiple : boolean ;
1295
1296
} ;
@@ -1324,8 +1325,9 @@ declare class Server {
1324
1325
} [ ] ;
1325
1326
description : string ;
1326
1327
simpleType : string ;
1327
- multiple : boolean ;
1328
+ multiple : boolean /** @type { any } */ ;
1328
1329
} ;
1330
+ /** @type {any } */
1329
1331
"static-serve-index" : {
1330
1332
configs : {
1331
1333
type : string ;
@@ -2676,7 +2678,7 @@ declare class Server {
2676
2678
} ;
2677
2679
ServerString : {
2678
2680
type : string;
2679
- minLength : number;
2681
+ /** @type { string } */ minLength : number;
2680
2682
cli : {
2681
2683
exclude : boolean;
2682
2684
} ;
@@ -2689,7 +2691,6 @@ declare class Server {
2689
2691
$ref : string;
2690
2692
} [ ] ;
2691
2693
} ;
2692
- /** @type {MultiCompiler } */
2693
2694
options : {
2694
2695
$ref : string;
2695
2696
} ;
@@ -2873,6 +2874,7 @@ declare class Server {
2873
2874
) [ ] ;
2874
2875
description : string;
2875
2876
} ;
2877
+ /** @type {NormalizedStatic } */
2876
2878
pfx : {
2877
2879
anyOf : (
2878
2880
| {
@@ -3124,7 +3126,6 @@ declare class Server {
3124
3126
} ;
3125
3127
WebSocketServerObject : {
3126
3128
type : string;
3127
- /** @type {ServerOptions } */
3128
3129
properties : {
3129
3130
type : {
3130
3131
anyOf : {
@@ -3134,7 +3135,6 @@ declare class Server {
3134
3135
options : {
3135
3136
type : string;
3136
3137
additionalProperties : boolean;
3137
- /** @type {ServerOptions } */
3138
3138
cli : {
3139
3139
exclude : boolean;
3140
3140
} ;
@@ -3195,9 +3195,8 @@ declare class Server {
3195
3195
$ref : string;
3196
3196
} ;
3197
3197
onBeforeSetupMiddleware : {
3198
- $ref : string /** @type { any } */ ;
3198
+ $ref : string;
3199
3199
} ;
3200
- /** @type {any } */
3201
3200
onListening : {
3202
3201
$ref : string;
3203
3202
} ;
0 commit comments