@rspack/core 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compilation.d.ts +46 -14
- package/dist/compilation.d.ts.map +1 -1
- package/dist/compilation.js +94 -32
- package/dist/compilation.js.map +1 -1
- package/dist/compiler.d.ts +2 -0
- package/dist/compiler.d.ts.map +1 -1
- package/dist/compiler.js +42 -9
- package/dist/compiler.js.map +1 -1
- package/dist/config/adapter.d.ts.map +1 -1
- package/dist/config/adapter.js +35 -3
- package/dist/config/adapter.js.map +1 -1
- package/dist/config/builtins.d.ts +3 -3
- package/dist/config/builtins.d.ts.map +1 -1
- package/dist/config/builtins.js +12 -5
- package/dist/config/builtins.js.map +1 -1
- package/dist/config/defaults.js +51 -21
- package/dist/config/defaults.js.map +1 -1
- package/dist/config/normalization.d.ts.map +1 -1
- package/dist/config/normalization.js +2 -0
- package/dist/config/normalization.js.map +1 -1
- package/dist/config/schema.check.d.ts.map +1 -1
- package/dist/config/schema.check.js +2074 -1648
- package/dist/config/schema.check.js.map +1 -1
- package/dist/config/schema.d.ts +931 -791
- package/dist/config/schema.js +99 -0
- package/dist/config/schema.js.map +1 -1
- package/dist/config/types.d.ts +24 -0
- package/dist/config/types.d.ts.map +1 -1
- package/dist/normalModuleFactory.d.ts +4 -0
- package/dist/normalModuleFactory.d.ts.map +1 -1
- package/dist/normalModuleFactory.js +2 -2
- package/dist/normalModuleFactory.js.map +1 -1
- package/dist/stats.d.ts.map +1 -1
- package/dist/stats.js +2 -2
- package/dist/stats.js.map +1 -1
- package/dist/util/index.d.ts +3 -1
- package/dist/util/index.d.ts.map +1 -1
- package/dist/util/index.js +13 -1
- package/dist/util/index.js.map +1 -1
- package/dist/watching.d.ts.map +1 -1
- package/dist/watching.js +4 -2
- package/dist/watching.js.map +1 -1
- package/package.json +9 -10
package/dist/config/schema.d.ts
CHANGED
|
@@ -129,26 +129,41 @@ export declare namespace definitions {
|
|
|
129
129
|
}[];
|
|
130
130
|
export { oneOf_2 as oneOf };
|
|
131
131
|
}
|
|
132
|
-
namespace
|
|
132
|
+
namespace HotUpdateChunkFilename {
|
|
133
133
|
const description_15: string;
|
|
134
134
|
export { description_15 as description };
|
|
135
135
|
const type_5: string;
|
|
136
136
|
export { type_5 as type };
|
|
137
|
+
export const absolutePath: boolean;
|
|
137
138
|
}
|
|
138
|
-
namespace
|
|
139
|
+
namespace HotUpdateMainFilename {
|
|
139
140
|
const description_16: string;
|
|
140
141
|
export { description_16 as description };
|
|
141
142
|
const type_6: string;
|
|
142
143
|
export { type_6 as type };
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
144
|
+
const absolutePath_1: boolean;
|
|
145
|
+
export { absolutePath_1 as absolutePath };
|
|
146
146
|
}
|
|
147
|
-
namespace
|
|
147
|
+
namespace WebassemblyModuleFilename {
|
|
148
148
|
const description_17: string;
|
|
149
149
|
export { description_17 as description };
|
|
150
150
|
const type_7: string;
|
|
151
151
|
export { type_7 as type };
|
|
152
|
+
}
|
|
153
|
+
namespace EnabledWasmLoadingTypes {
|
|
154
|
+
const description_18: string;
|
|
155
|
+
export { description_18 as description };
|
|
156
|
+
const type_8: string;
|
|
157
|
+
export { type_8 as type };
|
|
158
|
+
export namespace items {
|
|
159
|
+
const $ref: string;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
namespace EnabledChunkLoadingTypes {
|
|
163
|
+
const description_19: string;
|
|
164
|
+
export { description_19 as description };
|
|
165
|
+
const type_9: string;
|
|
166
|
+
export { type_9 as type };
|
|
152
167
|
export namespace items_1 {
|
|
153
168
|
const $ref_1: string;
|
|
154
169
|
export { $ref_1 as $ref };
|
|
@@ -156,8 +171,8 @@ export declare namespace definitions {
|
|
|
156
171
|
export { items_1 as items };
|
|
157
172
|
}
|
|
158
173
|
namespace WasmLoading {
|
|
159
|
-
const
|
|
160
|
-
export {
|
|
174
|
+
const description_20: string;
|
|
175
|
+
export { description_20 as description };
|
|
161
176
|
const anyOf_6: ({
|
|
162
177
|
enum: boolean[];
|
|
163
178
|
$ref?: undefined;
|
|
@@ -168,8 +183,8 @@ export declare namespace definitions {
|
|
|
168
183
|
export { anyOf_6 as anyOf };
|
|
169
184
|
}
|
|
170
185
|
namespace WasmLoadingType {
|
|
171
|
-
const
|
|
172
|
-
export {
|
|
186
|
+
const description_21: string;
|
|
187
|
+
export { description_21 as description };
|
|
173
188
|
const anyOf_7: ({
|
|
174
189
|
enum: string[];
|
|
175
190
|
type?: undefined;
|
|
@@ -180,27 +195,27 @@ export declare namespace definitions {
|
|
|
180
195
|
export { anyOf_7 as anyOf };
|
|
181
196
|
}
|
|
182
197
|
namespace Dependencies {
|
|
183
|
-
const
|
|
184
|
-
export {
|
|
185
|
-
const
|
|
186
|
-
export {
|
|
198
|
+
const description_22: string;
|
|
199
|
+
export { description_22 as description };
|
|
200
|
+
const type_10: string;
|
|
201
|
+
export { type_10 as type };
|
|
187
202
|
export namespace items_2 {
|
|
188
|
-
const
|
|
189
|
-
export {
|
|
190
|
-
const
|
|
191
|
-
export {
|
|
203
|
+
const description_23: string;
|
|
204
|
+
export { description_23 as description };
|
|
205
|
+
const type_11: string;
|
|
206
|
+
export { type_11 as type };
|
|
192
207
|
}
|
|
193
208
|
export { items_2 as items };
|
|
194
209
|
}
|
|
195
210
|
namespace DevServer {
|
|
196
|
-
const
|
|
197
|
-
export {
|
|
198
|
-
const
|
|
199
|
-
export {
|
|
211
|
+
const description_24: string;
|
|
212
|
+
export { description_24 as description };
|
|
213
|
+
const type_12: string;
|
|
214
|
+
export { type_12 as type };
|
|
200
215
|
}
|
|
201
216
|
namespace DevTool {
|
|
202
|
-
const
|
|
203
|
-
export {
|
|
217
|
+
const description_25: string;
|
|
218
|
+
export { description_25 as description };
|
|
204
219
|
const anyOf_8: ({
|
|
205
220
|
enum: boolean[];
|
|
206
221
|
type?: undefined;
|
|
@@ -213,10 +228,10 @@ export declare namespace definitions {
|
|
|
213
228
|
export { anyOf_8 as anyOf };
|
|
214
229
|
}
|
|
215
230
|
namespace EnabledLibraryTypes {
|
|
216
|
-
const
|
|
217
|
-
export {
|
|
218
|
-
const
|
|
219
|
-
export {
|
|
231
|
+
const description_26: string;
|
|
232
|
+
export { description_26 as description };
|
|
233
|
+
const type_13: string;
|
|
234
|
+
export { type_13 as type };
|
|
220
235
|
export namespace items_3 {
|
|
221
236
|
const $ref_2: string;
|
|
222
237
|
export { $ref_2 as $ref };
|
|
@@ -224,18 +239,18 @@ export declare namespace definitions {
|
|
|
224
239
|
export { items_3 as items };
|
|
225
240
|
}
|
|
226
241
|
namespace Entry {
|
|
227
|
-
const
|
|
228
|
-
export {
|
|
242
|
+
const description_27: string;
|
|
243
|
+
export { description_27 as description };
|
|
229
244
|
const anyOf_9: {
|
|
230
245
|
$ref: string;
|
|
231
246
|
}[];
|
|
232
247
|
export { anyOf_9 as anyOf };
|
|
233
248
|
}
|
|
234
249
|
namespace EntryDescription {
|
|
235
|
-
const
|
|
236
|
-
export {
|
|
237
|
-
const
|
|
238
|
-
export {
|
|
250
|
+
const description_28: string;
|
|
251
|
+
export { description_28 as description };
|
|
252
|
+
const type_14: string;
|
|
253
|
+
export { type_14 as type };
|
|
239
254
|
const additionalProperties_2: boolean;
|
|
240
255
|
export { additionalProperties_2 as additionalProperties };
|
|
241
256
|
export namespace properties_2 {
|
|
@@ -257,16 +272,16 @@ export declare namespace definitions {
|
|
|
257
272
|
export const required: string[];
|
|
258
273
|
}
|
|
259
274
|
namespace EntryFilename {
|
|
260
|
-
const
|
|
261
|
-
export {
|
|
275
|
+
const description_29: string;
|
|
276
|
+
export { description_29 as description };
|
|
262
277
|
const oneOf_3: {
|
|
263
278
|
$ref: string;
|
|
264
279
|
}[];
|
|
265
280
|
export { oneOf_3 as oneOf };
|
|
266
281
|
}
|
|
267
282
|
namespace EntryItem {
|
|
268
|
-
const
|
|
269
|
-
export {
|
|
283
|
+
const description_30: string;
|
|
284
|
+
export { description_30 as description };
|
|
270
285
|
const anyOf_10: ({
|
|
271
286
|
description: string;
|
|
272
287
|
type: string;
|
|
@@ -289,13 +304,13 @@ export declare namespace definitions {
|
|
|
289
304
|
export { anyOf_10 as anyOf };
|
|
290
305
|
}
|
|
291
306
|
namespace EntryObject {
|
|
292
|
-
const
|
|
293
|
-
export {
|
|
294
|
-
const
|
|
295
|
-
export {
|
|
307
|
+
const description_31: string;
|
|
308
|
+
export { description_31 as description };
|
|
309
|
+
const type_15: string;
|
|
310
|
+
export { type_15 as type };
|
|
296
311
|
export namespace additionalProperties_3 {
|
|
297
|
-
const
|
|
298
|
-
export {
|
|
312
|
+
const description_32: string;
|
|
313
|
+
export { description_32 as description };
|
|
299
314
|
const anyOf_11: {
|
|
300
315
|
$ref: string;
|
|
301
316
|
}[];
|
|
@@ -304,8 +319,8 @@ export declare namespace definitions {
|
|
|
304
319
|
export { additionalProperties_3 as additionalProperties };
|
|
305
320
|
}
|
|
306
321
|
namespace EntryRuntime {
|
|
307
|
-
const
|
|
308
|
-
export {
|
|
322
|
+
const description_33: string;
|
|
323
|
+
export { description_33 as description };
|
|
309
324
|
const anyOf_12: ({
|
|
310
325
|
enum: boolean[];
|
|
311
326
|
type?: undefined;
|
|
@@ -318,67 +333,73 @@ export declare namespace definitions {
|
|
|
318
333
|
export { anyOf_12 as anyOf };
|
|
319
334
|
}
|
|
320
335
|
namespace EntryStatic {
|
|
321
|
-
const
|
|
322
|
-
export {
|
|
336
|
+
const description_34: string;
|
|
337
|
+
export { description_34 as description };
|
|
323
338
|
const anyOf_13: {
|
|
324
339
|
$ref: string;
|
|
325
340
|
}[];
|
|
326
341
|
export { anyOf_13 as anyOf };
|
|
327
342
|
}
|
|
328
343
|
namespace EntryUnnamed {
|
|
329
|
-
const
|
|
330
|
-
export {
|
|
344
|
+
const description_35: string;
|
|
345
|
+
export { description_35 as description };
|
|
331
346
|
const oneOf_4: {
|
|
332
347
|
$ref: string;
|
|
333
348
|
}[];
|
|
334
349
|
export { oneOf_4 as oneOf };
|
|
335
350
|
}
|
|
336
351
|
namespace Experiments {
|
|
337
|
-
const
|
|
338
|
-
export {
|
|
339
|
-
const
|
|
340
|
-
export {
|
|
352
|
+
const description_36: string;
|
|
353
|
+
export { description_36 as description };
|
|
354
|
+
const type_16: string;
|
|
355
|
+
export { type_16 as type };
|
|
341
356
|
const additionalProperties_4: boolean;
|
|
342
357
|
export { additionalProperties_4 as additionalProperties };
|
|
343
358
|
export namespace properties_3 {
|
|
344
359
|
namespace asyncWebAssembly {
|
|
345
|
-
const
|
|
346
|
-
export {
|
|
347
|
-
const
|
|
348
|
-
export {
|
|
360
|
+
const description_37: string;
|
|
361
|
+
export { description_37 as description };
|
|
362
|
+
const type_17: string;
|
|
363
|
+
export { type_17 as type };
|
|
349
364
|
}
|
|
350
365
|
namespace incrementalRebuild {
|
|
351
|
-
const
|
|
352
|
-
export {
|
|
353
|
-
const
|
|
354
|
-
export {
|
|
366
|
+
const description_38: string;
|
|
367
|
+
export { description_38 as description };
|
|
368
|
+
const type_18: string;
|
|
369
|
+
export { type_18 as type };
|
|
355
370
|
}
|
|
356
371
|
namespace lazyCompilation {
|
|
357
|
-
const
|
|
358
|
-
export {
|
|
372
|
+
const description_39: string;
|
|
373
|
+
export { description_39 as description };
|
|
359
374
|
const anyOf_14: {
|
|
360
375
|
type: string;
|
|
361
376
|
}[];
|
|
362
377
|
export { anyOf_14 as anyOf };
|
|
363
378
|
}
|
|
364
379
|
namespace outputModule {
|
|
365
|
-
const
|
|
366
|
-
export {
|
|
367
|
-
const
|
|
368
|
-
export {
|
|
380
|
+
const description_40: string;
|
|
381
|
+
export { description_40 as description };
|
|
382
|
+
const type_19: string;
|
|
383
|
+
export { type_19 as type };
|
|
369
384
|
}
|
|
370
385
|
namespace newSplitChunks {
|
|
371
|
-
const
|
|
372
|
-
export {
|
|
373
|
-
const
|
|
374
|
-
export {
|
|
386
|
+
const description_41: string;
|
|
387
|
+
export { description_41 as description };
|
|
388
|
+
const type_20: string;
|
|
389
|
+
export { type_20 as type };
|
|
390
|
+
}
|
|
391
|
+
namespace css {
|
|
392
|
+
const description_42: string;
|
|
393
|
+
export { description_42 as description };
|
|
394
|
+
const type_21: string;
|
|
395
|
+
export { type_21 as type };
|
|
375
396
|
}
|
|
376
397
|
}
|
|
377
398
|
export { properties_3 as properties };
|
|
378
399
|
}
|
|
379
400
|
namespace ExternalItem {
|
|
380
|
-
const
|
|
381
|
-
export {
|
|
401
|
+
const description_43: string;
|
|
402
|
+
export { description_43 as description };
|
|
382
403
|
const anyOf_15: ({
|
|
383
404
|
description: string;
|
|
384
405
|
instanceof: string;
|
|
@@ -400,17 +421,26 @@ export declare namespace definitions {
|
|
|
400
421
|
export { anyOf_15 as anyOf };
|
|
401
422
|
}
|
|
402
423
|
namespace ExternalItemValue {
|
|
403
|
-
const
|
|
404
|
-
export {
|
|
405
|
-
const anyOf_16: {
|
|
424
|
+
const description_44: string;
|
|
425
|
+
export { description_44 as description };
|
|
426
|
+
const anyOf_16: ({
|
|
427
|
+
type: string;
|
|
428
|
+
items: {
|
|
429
|
+
description: string;
|
|
430
|
+
type: string;
|
|
431
|
+
minLength: number;
|
|
432
|
+
};
|
|
433
|
+
description?: undefined;
|
|
434
|
+
} | {
|
|
406
435
|
description: string;
|
|
407
436
|
type: string;
|
|
408
|
-
|
|
437
|
+
items?: undefined;
|
|
438
|
+
})[];
|
|
409
439
|
export { anyOf_16 as anyOf };
|
|
410
440
|
}
|
|
411
441
|
namespace Externals {
|
|
412
|
-
const
|
|
413
|
-
export {
|
|
442
|
+
const description_45: string;
|
|
443
|
+
export { description_45 as description };
|
|
414
444
|
const anyOf_17: ({
|
|
415
445
|
type: string;
|
|
416
446
|
items: {
|
|
@@ -425,47 +455,47 @@ export declare namespace definitions {
|
|
|
425
455
|
export { anyOf_17 as anyOf };
|
|
426
456
|
}
|
|
427
457
|
namespace ExternalsPresets {
|
|
428
|
-
const
|
|
429
|
-
export {
|
|
430
|
-
const
|
|
431
|
-
export {
|
|
458
|
+
const description_46: string;
|
|
459
|
+
export { description_46 as description };
|
|
460
|
+
const type_22: string;
|
|
461
|
+
export { type_22 as type };
|
|
432
462
|
const additionalProperties_5: boolean;
|
|
433
463
|
export { additionalProperties_5 as additionalProperties };
|
|
434
464
|
export namespace properties_4 {
|
|
435
465
|
namespace node {
|
|
436
|
-
const
|
|
437
|
-
export {
|
|
438
|
-
const
|
|
439
|
-
export {
|
|
466
|
+
const description_47: string;
|
|
467
|
+
export { description_47 as description };
|
|
468
|
+
const type_23: string;
|
|
469
|
+
export { type_23 as type };
|
|
440
470
|
}
|
|
441
471
|
}
|
|
442
472
|
export { properties_4 as properties };
|
|
443
473
|
}
|
|
444
474
|
namespace ExternalsType {
|
|
445
|
-
const
|
|
446
|
-
export {
|
|
475
|
+
const description_48: string;
|
|
476
|
+
export { description_48 as description };
|
|
447
477
|
const _enum_1: string[];
|
|
448
478
|
export { _enum_1 as enum };
|
|
449
479
|
}
|
|
450
480
|
namespace Filename {
|
|
451
|
-
const
|
|
452
|
-
export {
|
|
481
|
+
const description_49: string;
|
|
482
|
+
export { description_49 as description };
|
|
453
483
|
const oneOf_5: {
|
|
454
484
|
$ref: string;
|
|
455
485
|
}[];
|
|
456
486
|
export { oneOf_5 as oneOf };
|
|
457
487
|
}
|
|
458
488
|
namespace SourceMapFilename {
|
|
459
|
-
const
|
|
460
|
-
export {
|
|
489
|
+
const description_50: string;
|
|
490
|
+
export { description_50 as description };
|
|
461
491
|
const oneOf_6: {
|
|
462
492
|
$ref: string;
|
|
463
493
|
}[];
|
|
464
494
|
export { oneOf_6 as oneOf };
|
|
465
495
|
}
|
|
466
496
|
namespace FilenameTemplate {
|
|
467
|
-
const
|
|
468
|
-
export {
|
|
497
|
+
const description_51: string;
|
|
498
|
+
export { description_51 as description };
|
|
469
499
|
const anyOf_18: ({
|
|
470
500
|
type: string;
|
|
471
501
|
minLength: number;
|
|
@@ -478,8 +508,8 @@ export declare namespace definitions {
|
|
|
478
508
|
export { anyOf_18 as anyOf };
|
|
479
509
|
}
|
|
480
510
|
namespace FilterItemTypes {
|
|
481
|
-
const
|
|
482
|
-
export {
|
|
511
|
+
const description_52: string;
|
|
512
|
+
export { description_52 as description };
|
|
483
513
|
const anyOf_19: ({
|
|
484
514
|
instanceof: string;
|
|
485
515
|
type?: undefined;
|
|
@@ -490,8 +520,8 @@ export declare namespace definitions {
|
|
|
490
520
|
export { anyOf_19 as anyOf };
|
|
491
521
|
}
|
|
492
522
|
namespace FilterTypes {
|
|
493
|
-
const
|
|
494
|
-
export {
|
|
523
|
+
const description_53: string;
|
|
524
|
+
export { description_53 as description };
|
|
495
525
|
const anyOf_20: ({
|
|
496
526
|
type: string;
|
|
497
527
|
items: {
|
|
@@ -509,45 +539,45 @@ export declare namespace definitions {
|
|
|
509
539
|
export { anyOf_20 as anyOf };
|
|
510
540
|
}
|
|
511
541
|
namespace GlobalObject {
|
|
512
|
-
const
|
|
513
|
-
export {
|
|
514
|
-
const
|
|
515
|
-
export {
|
|
542
|
+
const description_54: string;
|
|
543
|
+
export { description_54 as description };
|
|
544
|
+
const type_24: string;
|
|
545
|
+
export { type_24 as type };
|
|
516
546
|
export const minLength: number;
|
|
517
547
|
}
|
|
518
548
|
namespace ImportFunctionName {
|
|
519
|
-
const
|
|
520
|
-
export {
|
|
521
|
-
const
|
|
522
|
-
export {
|
|
549
|
+
const description_55: string;
|
|
550
|
+
export { description_55 as description };
|
|
551
|
+
const type_25: string;
|
|
552
|
+
export { type_25 as type };
|
|
523
553
|
}
|
|
524
554
|
namespace InfrastructureLogging {
|
|
525
|
-
const
|
|
526
|
-
export {
|
|
527
|
-
const
|
|
528
|
-
export {
|
|
555
|
+
const description_56: string;
|
|
556
|
+
export { description_56 as description };
|
|
557
|
+
const type_26: string;
|
|
558
|
+
export { type_26 as type };
|
|
529
559
|
const additionalProperties_6: boolean;
|
|
530
560
|
export { additionalProperties_6 as additionalProperties };
|
|
531
561
|
export namespace properties_5 {
|
|
532
562
|
namespace appendOnly {
|
|
533
|
-
const
|
|
534
|
-
export {
|
|
535
|
-
const
|
|
536
|
-
export {
|
|
563
|
+
const description_57: string;
|
|
564
|
+
export { description_57 as description };
|
|
565
|
+
const type_27: string;
|
|
566
|
+
export { type_27 as type };
|
|
537
567
|
}
|
|
538
568
|
namespace colors {
|
|
539
|
-
const
|
|
540
|
-
export {
|
|
541
|
-
const
|
|
542
|
-
export {
|
|
569
|
+
const description_58: string;
|
|
570
|
+
export { description_58 as description };
|
|
571
|
+
const type_28: string;
|
|
572
|
+
export { type_28 as type };
|
|
543
573
|
}
|
|
544
574
|
namespace console {
|
|
545
|
-
const
|
|
546
|
-
export {
|
|
575
|
+
const description_59: string;
|
|
576
|
+
export { description_59 as description };
|
|
547
577
|
}
|
|
548
578
|
namespace debug {
|
|
549
|
-
const
|
|
550
|
-
export {
|
|
579
|
+
const description_60: string;
|
|
580
|
+
export { description_60 as description };
|
|
551
581
|
const anyOf_21: ({
|
|
552
582
|
description: string;
|
|
553
583
|
type: string;
|
|
@@ -560,90 +590,90 @@ export declare namespace definitions {
|
|
|
560
590
|
export { anyOf_21 as anyOf };
|
|
561
591
|
}
|
|
562
592
|
namespace level {
|
|
563
|
-
const
|
|
564
|
-
export {
|
|
593
|
+
const description_61: string;
|
|
594
|
+
export { description_61 as description };
|
|
565
595
|
const _enum_2: string[];
|
|
566
596
|
export { _enum_2 as enum };
|
|
567
597
|
}
|
|
568
598
|
namespace stream {
|
|
569
|
-
const
|
|
570
|
-
export {
|
|
599
|
+
const description_62: string;
|
|
600
|
+
export { description_62 as description };
|
|
571
601
|
}
|
|
572
602
|
}
|
|
573
603
|
export { properties_5 as properties };
|
|
574
604
|
}
|
|
575
605
|
namespace Library {
|
|
576
|
-
const
|
|
577
|
-
export {
|
|
606
|
+
const description_63: string;
|
|
607
|
+
export { description_63 as description };
|
|
578
608
|
const anyOf_22: {
|
|
579
609
|
$ref: string;
|
|
580
610
|
}[];
|
|
581
611
|
export { anyOf_22 as anyOf };
|
|
582
612
|
}
|
|
583
613
|
namespace LibraryCustomUmdCommentObject {
|
|
584
|
-
const
|
|
585
|
-
export {
|
|
586
|
-
const
|
|
587
|
-
export {
|
|
614
|
+
const description_64: string;
|
|
615
|
+
export { description_64 as description };
|
|
616
|
+
const type_29: string;
|
|
617
|
+
export { type_29 as type };
|
|
588
618
|
const additionalProperties_7: boolean;
|
|
589
619
|
export { additionalProperties_7 as additionalProperties };
|
|
590
620
|
export namespace properties_6 {
|
|
591
621
|
namespace amd {
|
|
592
|
-
const
|
|
593
|
-
export {
|
|
594
|
-
const
|
|
595
|
-
export {
|
|
622
|
+
const description_65: string;
|
|
623
|
+
export { description_65 as description };
|
|
624
|
+
const type_30: string;
|
|
625
|
+
export { type_30 as type };
|
|
596
626
|
}
|
|
597
627
|
namespace commonjs {
|
|
598
|
-
const
|
|
599
|
-
export {
|
|
600
|
-
const
|
|
601
|
-
export {
|
|
628
|
+
const description_66: string;
|
|
629
|
+
export { description_66 as description };
|
|
630
|
+
const type_31: string;
|
|
631
|
+
export { type_31 as type };
|
|
602
632
|
}
|
|
603
633
|
namespace commonjs2 {
|
|
604
|
-
const
|
|
605
|
-
export {
|
|
606
|
-
const
|
|
607
|
-
export {
|
|
634
|
+
const description_67: string;
|
|
635
|
+
export { description_67 as description };
|
|
636
|
+
const type_32: string;
|
|
637
|
+
export { type_32 as type };
|
|
608
638
|
}
|
|
609
639
|
namespace root {
|
|
610
|
-
const
|
|
611
|
-
export {
|
|
612
|
-
const
|
|
613
|
-
export {
|
|
640
|
+
const description_68: string;
|
|
641
|
+
export { description_68 as description };
|
|
642
|
+
const type_33: string;
|
|
643
|
+
export { type_33 as type };
|
|
614
644
|
}
|
|
615
645
|
}
|
|
616
646
|
export { properties_6 as properties };
|
|
617
647
|
}
|
|
618
648
|
namespace LibraryCustomUmdObject {
|
|
619
|
-
const
|
|
620
|
-
export {
|
|
621
|
-
const
|
|
622
|
-
export {
|
|
649
|
+
const description_69: string;
|
|
650
|
+
export { description_69 as description };
|
|
651
|
+
const type_34: string;
|
|
652
|
+
export { type_34 as type };
|
|
623
653
|
const additionalProperties_8: boolean;
|
|
624
654
|
export { additionalProperties_8 as additionalProperties };
|
|
625
655
|
export namespace properties_7 {
|
|
626
656
|
export namespace amd_1 {
|
|
627
|
-
const
|
|
628
|
-
export {
|
|
629
|
-
const
|
|
630
|
-
export {
|
|
657
|
+
const description_70: string;
|
|
658
|
+
export { description_70 as description };
|
|
659
|
+
const type_35: string;
|
|
660
|
+
export { type_35 as type };
|
|
631
661
|
const minLength_1: number;
|
|
632
662
|
export { minLength_1 as minLength };
|
|
633
663
|
}
|
|
634
664
|
export { amd_1 as amd };
|
|
635
665
|
export namespace commonjs_1 {
|
|
636
|
-
const
|
|
637
|
-
export {
|
|
638
|
-
const
|
|
639
|
-
export {
|
|
666
|
+
const description_71: string;
|
|
667
|
+
export { description_71 as description };
|
|
668
|
+
const type_36: string;
|
|
669
|
+
export { type_36 as type };
|
|
640
670
|
const minLength_2: number;
|
|
641
671
|
export { minLength_2 as minLength };
|
|
642
672
|
}
|
|
643
673
|
export { commonjs_1 as commonjs };
|
|
644
674
|
export namespace root_1 {
|
|
645
|
-
const
|
|
646
|
-
export {
|
|
675
|
+
const description_72: string;
|
|
676
|
+
export { description_72 as description };
|
|
647
677
|
const anyOf_23: ({
|
|
648
678
|
type: string;
|
|
649
679
|
items: {
|
|
@@ -664,8 +694,8 @@ export declare namespace definitions {
|
|
|
664
694
|
export { properties_7 as properties };
|
|
665
695
|
}
|
|
666
696
|
namespace LibraryExport {
|
|
667
|
-
const
|
|
668
|
-
export {
|
|
697
|
+
const description_73: string;
|
|
698
|
+
export { description_73 as description };
|
|
669
699
|
const anyOf_24: ({
|
|
670
700
|
type: string;
|
|
671
701
|
items: {
|
|
@@ -682,8 +712,8 @@ export declare namespace definitions {
|
|
|
682
712
|
export { anyOf_24 as anyOf };
|
|
683
713
|
}
|
|
684
714
|
namespace LibraryName {
|
|
685
|
-
const
|
|
686
|
-
export {
|
|
715
|
+
const description_74: string;
|
|
716
|
+
export { description_74 as description };
|
|
687
717
|
const anyOf_25: ({
|
|
688
718
|
type: string;
|
|
689
719
|
items: {
|
|
@@ -710,10 +740,10 @@ export declare namespace definitions {
|
|
|
710
740
|
export { anyOf_25 as anyOf };
|
|
711
741
|
}
|
|
712
742
|
namespace LibraryOptions {
|
|
713
|
-
const
|
|
714
|
-
export {
|
|
715
|
-
const
|
|
716
|
-
export {
|
|
743
|
+
const description_75: string;
|
|
744
|
+
export { description_75 as description };
|
|
745
|
+
const type_37: string;
|
|
746
|
+
export { type_37 as type };
|
|
717
747
|
const additionalProperties_9: boolean;
|
|
718
748
|
export { additionalProperties_9 as additionalProperties };
|
|
719
749
|
export namespace properties_8 {
|
|
@@ -730,11 +760,11 @@ export declare namespace definitions {
|
|
|
730
760
|
const $ref_8: string;
|
|
731
761
|
export { $ref_8 as $ref };
|
|
732
762
|
}
|
|
733
|
-
export namespace
|
|
763
|
+
export namespace type_38 {
|
|
734
764
|
const $ref_9: string;
|
|
735
765
|
export { $ref_9 as $ref };
|
|
736
766
|
}
|
|
737
|
-
export {
|
|
767
|
+
export { type_38 as type };
|
|
738
768
|
export namespace umdNamedDefine {
|
|
739
769
|
const $ref_10: string;
|
|
740
770
|
export { $ref_10 as $ref };
|
|
@@ -745,8 +775,8 @@ export declare namespace definitions {
|
|
|
745
775
|
export { required_1 as required };
|
|
746
776
|
}
|
|
747
777
|
namespace LibraryType {
|
|
748
|
-
const
|
|
749
|
-
export {
|
|
778
|
+
const description_76: string;
|
|
779
|
+
export { description_76 as description };
|
|
750
780
|
const anyOf_26: ({
|
|
751
781
|
enum: string[];
|
|
752
782
|
type?: undefined;
|
|
@@ -757,16 +787,16 @@ export declare namespace definitions {
|
|
|
757
787
|
export { anyOf_26 as anyOf };
|
|
758
788
|
}
|
|
759
789
|
namespace Mode {
|
|
760
|
-
const
|
|
761
|
-
export {
|
|
790
|
+
const description_77: string;
|
|
791
|
+
export { description_77 as description };
|
|
762
792
|
const _enum_3: string[];
|
|
763
793
|
export { _enum_3 as enum };
|
|
764
794
|
}
|
|
765
795
|
namespace ignoreWarnings {
|
|
766
|
-
const
|
|
767
|
-
export {
|
|
768
|
-
const
|
|
769
|
-
export {
|
|
796
|
+
const description_78: string;
|
|
797
|
+
export { description_78 as description };
|
|
798
|
+
const type_39: string;
|
|
799
|
+
export { type_39 as type };
|
|
770
800
|
export namespace items_4 {
|
|
771
801
|
const anyOf_27: {
|
|
772
802
|
instanceof: string;
|
|
@@ -776,16 +806,16 @@ export declare namespace definitions {
|
|
|
776
806
|
export { items_4 as items };
|
|
777
807
|
}
|
|
778
808
|
namespace ModuleOptions {
|
|
779
|
-
const
|
|
780
|
-
export {
|
|
781
|
-
const
|
|
782
|
-
export {
|
|
809
|
+
const description_79: string;
|
|
810
|
+
export { description_79 as description };
|
|
811
|
+
const type_40: string;
|
|
812
|
+
export { type_40 as type };
|
|
783
813
|
const additionalProperties_10: boolean;
|
|
784
814
|
export { additionalProperties_10 as additionalProperties };
|
|
785
815
|
export namespace properties_9 {
|
|
786
816
|
namespace defaultRules {
|
|
787
|
-
const
|
|
788
|
-
export {
|
|
817
|
+
const description_80: string;
|
|
818
|
+
export { description_80 as description };
|
|
789
819
|
const oneOf_7: {
|
|
790
820
|
$ref: string;
|
|
791
821
|
}[];
|
|
@@ -796,8 +826,8 @@ export declare namespace definitions {
|
|
|
796
826
|
export { $ref_11 as $ref };
|
|
797
827
|
}
|
|
798
828
|
namespace rules {
|
|
799
|
-
const
|
|
800
|
-
export {
|
|
829
|
+
const description_81: string;
|
|
830
|
+
export { description_81 as description };
|
|
801
831
|
const oneOf_8: {
|
|
802
832
|
$ref: string;
|
|
803
833
|
}[];
|
|
@@ -807,14 +837,14 @@ export declare namespace definitions {
|
|
|
807
837
|
export { properties_9 as properties };
|
|
808
838
|
}
|
|
809
839
|
namespace Name {
|
|
810
|
-
const
|
|
811
|
-
export {
|
|
812
|
-
const
|
|
813
|
-
export {
|
|
840
|
+
const description_82: string;
|
|
841
|
+
export { description_82 as description };
|
|
842
|
+
const type_41: string;
|
|
843
|
+
export { type_41 as type };
|
|
814
844
|
}
|
|
815
845
|
namespace Node {
|
|
816
|
-
const
|
|
817
|
-
export {
|
|
846
|
+
const description_83: string;
|
|
847
|
+
export { description_83 as description };
|
|
818
848
|
const anyOf_28: ({
|
|
819
849
|
enum: boolean[];
|
|
820
850
|
$ref?: undefined;
|
|
@@ -825,28 +855,28 @@ export declare namespace definitions {
|
|
|
825
855
|
export { anyOf_28 as anyOf };
|
|
826
856
|
}
|
|
827
857
|
namespace NodeOptions {
|
|
828
|
-
const
|
|
829
|
-
export {
|
|
830
|
-
const
|
|
831
|
-
export {
|
|
858
|
+
const description_84: string;
|
|
859
|
+
export { description_84 as description };
|
|
860
|
+
const type_42: string;
|
|
861
|
+
export { type_42 as type };
|
|
832
862
|
const additionalProperties_11: boolean;
|
|
833
863
|
export { additionalProperties_11 as additionalProperties };
|
|
834
864
|
export namespace properties_10 {
|
|
835
865
|
namespace __dirname {
|
|
836
|
-
const
|
|
837
|
-
export {
|
|
866
|
+
const description_85: string;
|
|
867
|
+
export { description_85 as description };
|
|
838
868
|
const _enum_4: (string | boolean)[];
|
|
839
869
|
export { _enum_4 as enum };
|
|
840
870
|
}
|
|
841
871
|
namespace __filename {
|
|
842
|
-
const
|
|
843
|
-
export {
|
|
872
|
+
const description_86: string;
|
|
873
|
+
export { description_86 as description };
|
|
844
874
|
const _enum_5: (string | boolean)[];
|
|
845
875
|
export { _enum_5 as enum };
|
|
846
876
|
}
|
|
847
877
|
namespace global {
|
|
848
|
-
const
|
|
849
|
-
export {
|
|
878
|
+
const description_87: string;
|
|
879
|
+
export { description_87 as description };
|
|
850
880
|
const _enum_6: (string | boolean)[];
|
|
851
881
|
export { _enum_6 as enum };
|
|
852
882
|
}
|
|
@@ -854,33 +884,33 @@ export declare namespace definitions {
|
|
|
854
884
|
export { properties_10 as properties };
|
|
855
885
|
}
|
|
856
886
|
namespace Optimization {
|
|
857
|
-
const
|
|
858
|
-
export {
|
|
859
|
-
const
|
|
860
|
-
export {
|
|
887
|
+
const description_88: string;
|
|
888
|
+
export { description_88 as description };
|
|
889
|
+
const type_43: string;
|
|
890
|
+
export { type_43 as type };
|
|
861
891
|
const additionalProperties_12: boolean;
|
|
862
892
|
export { additionalProperties_12 as additionalProperties };
|
|
863
893
|
export namespace properties_11 {
|
|
864
894
|
namespace chunkIds {
|
|
865
|
-
const
|
|
866
|
-
export {
|
|
895
|
+
const description_89: string;
|
|
896
|
+
export { description_89 as description };
|
|
867
897
|
const _enum_7: string[];
|
|
868
898
|
export { _enum_7 as enum };
|
|
869
899
|
}
|
|
870
900
|
namespace minimize {
|
|
871
|
-
const
|
|
872
|
-
export {
|
|
873
|
-
const
|
|
874
|
-
export {
|
|
901
|
+
const description_90: string;
|
|
902
|
+
export { description_90 as description };
|
|
903
|
+
const type_44: string;
|
|
904
|
+
export { type_44 as type };
|
|
875
905
|
}
|
|
876
906
|
namespace minimizer {
|
|
877
|
-
const
|
|
878
|
-
export {
|
|
879
|
-
const
|
|
880
|
-
export {
|
|
907
|
+
const description_91: string;
|
|
908
|
+
export { description_91 as description };
|
|
909
|
+
const type_45: string;
|
|
910
|
+
export { type_45 as type };
|
|
881
911
|
export namespace items_5 {
|
|
882
|
-
const
|
|
883
|
-
export {
|
|
912
|
+
const description_92: string;
|
|
913
|
+
export { description_92 as description };
|
|
884
914
|
const anyOf_29: ({
|
|
885
915
|
enum: string[];
|
|
886
916
|
$ref?: undefined;
|
|
@@ -893,24 +923,30 @@ export declare namespace definitions {
|
|
|
893
923
|
export { items_5 as items };
|
|
894
924
|
}
|
|
895
925
|
namespace moduleIds {
|
|
896
|
-
const
|
|
897
|
-
export {
|
|
926
|
+
const description_93: string;
|
|
927
|
+
export { description_93 as description };
|
|
898
928
|
const _enum_8: string[];
|
|
899
929
|
export { _enum_8 as enum };
|
|
900
930
|
}
|
|
901
931
|
namespace removeAvailableModules {
|
|
902
|
-
const
|
|
903
|
-
export {
|
|
904
|
-
const
|
|
905
|
-
export {
|
|
932
|
+
const description_94: string;
|
|
933
|
+
export { description_94 as description };
|
|
934
|
+
const type_46: string;
|
|
935
|
+
export { type_46 as type };
|
|
936
|
+
}
|
|
937
|
+
namespace removeEmptyChunks {
|
|
938
|
+
const description_95: string;
|
|
939
|
+
export { description_95 as description };
|
|
940
|
+
const type_47: string;
|
|
941
|
+
export { type_47 as type };
|
|
906
942
|
}
|
|
907
943
|
namespace runtimeChunk {
|
|
908
944
|
const $ref_12: string;
|
|
909
945
|
export { $ref_12 as $ref };
|
|
910
946
|
}
|
|
911
947
|
namespace sideEffects {
|
|
912
|
-
const
|
|
913
|
-
export {
|
|
948
|
+
const description_96: string;
|
|
949
|
+
export { description_96 as description };
|
|
914
950
|
const anyOf_30: ({
|
|
915
951
|
enum: string[];
|
|
916
952
|
type?: undefined;
|
|
@@ -921,8 +957,8 @@ export declare namespace definitions {
|
|
|
921
957
|
export { anyOf_30 as anyOf };
|
|
922
958
|
}
|
|
923
959
|
namespace splitChunks {
|
|
924
|
-
const
|
|
925
|
-
export {
|
|
960
|
+
const description_97: string;
|
|
961
|
+
export { description_97 as description };
|
|
926
962
|
const anyOf_31: ({
|
|
927
963
|
enum: boolean[];
|
|
928
964
|
$ref?: undefined;
|
|
@@ -933,17 +969,17 @@ export declare namespace definitions {
|
|
|
933
969
|
export { anyOf_31 as anyOf };
|
|
934
970
|
}
|
|
935
971
|
namespace realContentHash {
|
|
936
|
-
const
|
|
937
|
-
export {
|
|
938
|
-
const
|
|
939
|
-
export {
|
|
972
|
+
const description_98: string;
|
|
973
|
+
export { description_98 as description };
|
|
974
|
+
const type_48: string;
|
|
975
|
+
export { type_48 as type };
|
|
940
976
|
}
|
|
941
977
|
}
|
|
942
978
|
export { properties_11 as properties };
|
|
943
979
|
}
|
|
944
980
|
namespace OptimizationRuntimeChunk {
|
|
945
|
-
const
|
|
946
|
-
export {
|
|
981
|
+
const description_99: string;
|
|
982
|
+
export { description_99 as description };
|
|
947
983
|
const anyOf_32: ({
|
|
948
984
|
enum: string[];
|
|
949
985
|
type?: undefined;
|
|
@@ -974,16 +1010,16 @@ export declare namespace definitions {
|
|
|
974
1010
|
export { anyOf_32 as anyOf };
|
|
975
1011
|
}
|
|
976
1012
|
namespace OptimizationSplitChunksCacheGroup {
|
|
977
|
-
const
|
|
978
|
-
export {
|
|
979
|
-
const
|
|
980
|
-
export {
|
|
1013
|
+
const description_100: string;
|
|
1014
|
+
export { description_100 as description };
|
|
1015
|
+
const type_49: string;
|
|
1016
|
+
export { type_49 as type };
|
|
981
1017
|
const additionalProperties_13: boolean;
|
|
982
1018
|
export { additionalProperties_13 as additionalProperties };
|
|
983
1019
|
export namespace properties_12 {
|
|
984
1020
|
export namespace chunks {
|
|
985
|
-
const
|
|
986
|
-
export {
|
|
1021
|
+
const description_101: string;
|
|
1022
|
+
export { description_101 as description };
|
|
987
1023
|
const anyOf_33: ({
|
|
988
1024
|
enum: string[];
|
|
989
1025
|
instanceof?: undefined;
|
|
@@ -994,15 +1030,15 @@ export declare namespace definitions {
|
|
|
994
1030
|
export { anyOf_33 as anyOf };
|
|
995
1031
|
}
|
|
996
1032
|
export namespace minChunks {
|
|
997
|
-
const
|
|
998
|
-
export {
|
|
999
|
-
const
|
|
1000
|
-
export {
|
|
1033
|
+
const description_102: string;
|
|
1034
|
+
export { description_102 as description };
|
|
1035
|
+
const type_50: string;
|
|
1036
|
+
export { type_50 as type };
|
|
1001
1037
|
export const minimum: number;
|
|
1002
1038
|
}
|
|
1003
1039
|
export namespace name_1 {
|
|
1004
|
-
const
|
|
1005
|
-
export {
|
|
1040
|
+
const description_103: string;
|
|
1041
|
+
export { description_103 as description };
|
|
1006
1042
|
const anyOf_34: ({
|
|
1007
1043
|
enum: boolean[];
|
|
1008
1044
|
type?: undefined;
|
|
@@ -1020,28 +1056,43 @@ export declare namespace definitions {
|
|
|
1020
1056
|
}
|
|
1021
1057
|
export { name_1 as name };
|
|
1022
1058
|
export namespace priority {
|
|
1023
|
-
const
|
|
1024
|
-
export {
|
|
1025
|
-
const
|
|
1026
|
-
export {
|
|
1059
|
+
const description_104: string;
|
|
1060
|
+
export { description_104 as description };
|
|
1061
|
+
const type_51: string;
|
|
1062
|
+
export { type_51 as type };
|
|
1027
1063
|
}
|
|
1028
1064
|
export namespace reuseExistingChunk {
|
|
1029
|
-
const
|
|
1030
|
-
export {
|
|
1031
|
-
const
|
|
1032
|
-
export {
|
|
1065
|
+
const description_105: string;
|
|
1066
|
+
export { description_105 as description };
|
|
1067
|
+
const type_52: string;
|
|
1068
|
+
export { type_52 as type };
|
|
1069
|
+
}
|
|
1070
|
+
export namespace enforce {
|
|
1071
|
+
const description_106: string;
|
|
1072
|
+
export { description_106 as description };
|
|
1073
|
+
const type_53: string;
|
|
1074
|
+
export { type_53 as type };
|
|
1075
|
+
}
|
|
1076
|
+
export namespace hidePathInfo {
|
|
1077
|
+
const type_54: string;
|
|
1078
|
+
export { type_54 as type };
|
|
1033
1079
|
}
|
|
1080
|
+
export namespace maxSize_1 {
|
|
1081
|
+
const type_55: string;
|
|
1082
|
+
export { type_55 as type };
|
|
1083
|
+
}
|
|
1084
|
+
export { maxSize_1 as maxSize };
|
|
1034
1085
|
export namespace test {
|
|
1035
|
-
const
|
|
1036
|
-
export {
|
|
1086
|
+
const description_107: string;
|
|
1087
|
+
export { description_107 as description };
|
|
1037
1088
|
const anyOf_35: {
|
|
1038
1089
|
instanceof: string;
|
|
1039
1090
|
}[];
|
|
1040
1091
|
export { anyOf_35 as anyOf };
|
|
1041
1092
|
}
|
|
1042
1093
|
export namespace minSize {
|
|
1043
|
-
const
|
|
1044
|
-
export {
|
|
1094
|
+
const description_108: string;
|
|
1095
|
+
export { description_108 as description };
|
|
1045
1096
|
const oneOf_9: {
|
|
1046
1097
|
$ref: string;
|
|
1047
1098
|
}[];
|
|
@@ -1051,16 +1102,46 @@ export declare namespace definitions {
|
|
|
1051
1102
|
export { properties_12 as properties };
|
|
1052
1103
|
}
|
|
1053
1104
|
namespace OptimizationSplitChunksOptions {
|
|
1054
|
-
const
|
|
1055
|
-
export {
|
|
1056
|
-
const
|
|
1057
|
-
export {
|
|
1105
|
+
const description_109: string;
|
|
1106
|
+
export { description_109 as description };
|
|
1107
|
+
const type_56: string;
|
|
1108
|
+
export { type_56 as type };
|
|
1058
1109
|
const additionalProperties_14: boolean;
|
|
1059
1110
|
export { additionalProperties_14 as additionalProperties };
|
|
1060
1111
|
export namespace properties_13 {
|
|
1112
|
+
export namespace fallbackCacheGroup {
|
|
1113
|
+
const type_57: string;
|
|
1114
|
+
export { type_57 as type };
|
|
1115
|
+
export namespace properties_14 {
|
|
1116
|
+
export namespace maxSize_2 {
|
|
1117
|
+
const type_58: string;
|
|
1118
|
+
export { type_58 as type };
|
|
1119
|
+
}
|
|
1120
|
+
export { maxSize_2 as maxSize };
|
|
1121
|
+
export namespace maxInitialSize {
|
|
1122
|
+
const type_59: string;
|
|
1123
|
+
export { type_59 as type };
|
|
1124
|
+
}
|
|
1125
|
+
export namespace maxAsyncSize {
|
|
1126
|
+
const type_60: string;
|
|
1127
|
+
export { type_60 as type };
|
|
1128
|
+
}
|
|
1129
|
+
export namespace minSize_1 {
|
|
1130
|
+
const type_61: string;
|
|
1131
|
+
export { type_61 as type };
|
|
1132
|
+
}
|
|
1133
|
+
export { minSize_1 as minSize };
|
|
1134
|
+
}
|
|
1135
|
+
export { properties_14 as properties };
|
|
1136
|
+
}
|
|
1137
|
+
export namespace hidePathInfo_1 {
|
|
1138
|
+
const type_62: string;
|
|
1139
|
+
export { type_62 as type };
|
|
1140
|
+
}
|
|
1141
|
+
export { hidePathInfo_1 as hidePathInfo };
|
|
1061
1142
|
export namespace name_2 {
|
|
1062
|
-
const
|
|
1063
|
-
export {
|
|
1143
|
+
const description_110: string;
|
|
1144
|
+
export { description_110 as description };
|
|
1064
1145
|
const anyOf_36: {
|
|
1065
1146
|
type: string;
|
|
1066
1147
|
}[];
|
|
@@ -1068,13 +1149,13 @@ export declare namespace definitions {
|
|
|
1068
1149
|
}
|
|
1069
1150
|
export { name_2 as name };
|
|
1070
1151
|
export namespace cacheGroups {
|
|
1071
|
-
const
|
|
1072
|
-
export {
|
|
1073
|
-
const
|
|
1074
|
-
export {
|
|
1152
|
+
const description_111: string;
|
|
1153
|
+
export { description_111 as description };
|
|
1154
|
+
const type_63: string;
|
|
1155
|
+
export { type_63 as type };
|
|
1075
1156
|
export namespace additionalProperties_15 {
|
|
1076
|
-
const
|
|
1077
|
-
export {
|
|
1157
|
+
const description_112: string;
|
|
1158
|
+
export { description_112 as description };
|
|
1078
1159
|
const anyOf_37: {
|
|
1079
1160
|
$ref: string;
|
|
1080
1161
|
}[];
|
|
@@ -1083,8 +1164,8 @@ export declare namespace definitions {
|
|
|
1083
1164
|
export { additionalProperties_15 as additionalProperties };
|
|
1084
1165
|
}
|
|
1085
1166
|
export namespace chunks_1 {
|
|
1086
|
-
const
|
|
1087
|
-
export {
|
|
1167
|
+
const description_113: string;
|
|
1168
|
+
export { description_113 as description };
|
|
1088
1169
|
const anyOf_38: {
|
|
1089
1170
|
enum: string[];
|
|
1090
1171
|
}[];
|
|
@@ -1092,68 +1173,83 @@ export declare namespace definitions {
|
|
|
1092
1173
|
}
|
|
1093
1174
|
export { chunks_1 as chunks };
|
|
1094
1175
|
export namespace enforceSizeThreshold {
|
|
1095
|
-
const
|
|
1096
|
-
export {
|
|
1176
|
+
const description_114: string;
|
|
1177
|
+
export { description_114 as description };
|
|
1097
1178
|
const oneOf_10: {
|
|
1098
1179
|
$ref: string;
|
|
1099
1180
|
}[];
|
|
1100
1181
|
export { oneOf_10 as oneOf };
|
|
1101
1182
|
}
|
|
1102
1183
|
export namespace maxAsyncRequests {
|
|
1103
|
-
const
|
|
1104
|
-
export {
|
|
1105
|
-
const
|
|
1106
|
-
export {
|
|
1184
|
+
const description_115: string;
|
|
1185
|
+
export { description_115 as description };
|
|
1186
|
+
const type_64: string;
|
|
1187
|
+
export { type_64 as type };
|
|
1107
1188
|
const minimum_1: number;
|
|
1108
1189
|
export { minimum_1 as minimum };
|
|
1109
1190
|
}
|
|
1110
1191
|
export namespace maxInitialRequests {
|
|
1111
|
-
const
|
|
1112
|
-
export {
|
|
1113
|
-
const
|
|
1114
|
-
export {
|
|
1192
|
+
const description_116: string;
|
|
1193
|
+
export { description_116 as description };
|
|
1194
|
+
const type_65: string;
|
|
1195
|
+
export { type_65 as type };
|
|
1115
1196
|
const minimum_2: number;
|
|
1116
1197
|
export { minimum_2 as minimum };
|
|
1117
1198
|
}
|
|
1118
1199
|
export namespace minChunks_1 {
|
|
1119
|
-
const
|
|
1120
|
-
export {
|
|
1121
|
-
const
|
|
1122
|
-
export {
|
|
1200
|
+
const description_117: string;
|
|
1201
|
+
export { description_117 as description };
|
|
1202
|
+
const type_66: string;
|
|
1203
|
+
export { type_66 as type };
|
|
1123
1204
|
const minimum_3: number;
|
|
1124
1205
|
export { minimum_3 as minimum };
|
|
1125
1206
|
}
|
|
1126
1207
|
export { minChunks_1 as minChunks };
|
|
1127
1208
|
export namespace minRemainingSize {
|
|
1128
|
-
const
|
|
1129
|
-
export {
|
|
1209
|
+
const description_118: string;
|
|
1210
|
+
export { description_118 as description };
|
|
1130
1211
|
const oneOf_11: {
|
|
1131
1212
|
$ref: string;
|
|
1132
1213
|
}[];
|
|
1133
1214
|
export { oneOf_11 as oneOf };
|
|
1134
1215
|
}
|
|
1135
|
-
export namespace
|
|
1136
|
-
const
|
|
1137
|
-
export {
|
|
1216
|
+
export namespace minSize_2 {
|
|
1217
|
+
const description_119: string;
|
|
1218
|
+
export { description_119 as description };
|
|
1138
1219
|
const oneOf_12: {
|
|
1139
1220
|
$ref: string;
|
|
1140
1221
|
}[];
|
|
1141
1222
|
export { oneOf_12 as oneOf };
|
|
1142
1223
|
}
|
|
1143
|
-
export {
|
|
1224
|
+
export { minSize_2 as minSize };
|
|
1225
|
+
export namespace maxSize_3 {
|
|
1226
|
+
const type_67: string;
|
|
1227
|
+
export { type_67 as type };
|
|
1228
|
+
}
|
|
1229
|
+
export { maxSize_3 as maxSize };
|
|
1230
|
+
export namespace maxInitialSize_1 {
|
|
1231
|
+
const type_68: string;
|
|
1232
|
+
export { type_68 as type };
|
|
1233
|
+
}
|
|
1234
|
+
export { maxInitialSize_1 as maxInitialSize };
|
|
1235
|
+
export namespace maxAsyncSize_1 {
|
|
1236
|
+
const type_69: string;
|
|
1237
|
+
export { type_69 as type };
|
|
1238
|
+
}
|
|
1239
|
+
export { maxAsyncSize_1 as maxAsyncSize };
|
|
1144
1240
|
export namespace reuseExistingChunk_1 {
|
|
1145
|
-
const
|
|
1146
|
-
export {
|
|
1147
|
-
const
|
|
1148
|
-
export {
|
|
1241
|
+
const description_120: string;
|
|
1242
|
+
export { description_120 as description };
|
|
1243
|
+
const type_70: string;
|
|
1244
|
+
export { type_70 as type };
|
|
1149
1245
|
}
|
|
1150
1246
|
export { reuseExistingChunk_1 as reuseExistingChunk };
|
|
1151
1247
|
}
|
|
1152
1248
|
export { properties_13 as properties };
|
|
1153
1249
|
}
|
|
1154
1250
|
namespace OptimizationSplitChunksSizes {
|
|
1155
|
-
const
|
|
1156
|
-
export {
|
|
1251
|
+
const description_121: string;
|
|
1252
|
+
export { description_121 as description };
|
|
1157
1253
|
const anyOf_39: {
|
|
1158
1254
|
description: string;
|
|
1159
1255
|
type: string;
|
|
@@ -1162,25 +1258,25 @@ export declare namespace definitions {
|
|
|
1162
1258
|
export { anyOf_39 as anyOf };
|
|
1163
1259
|
}
|
|
1164
1260
|
namespace Iife {
|
|
1165
|
-
const
|
|
1166
|
-
export {
|
|
1167
|
-
const
|
|
1168
|
-
export {
|
|
1261
|
+
const description_122: string;
|
|
1262
|
+
export { description_122 as description };
|
|
1263
|
+
const type_71: string;
|
|
1264
|
+
export { type_71 as type };
|
|
1169
1265
|
}
|
|
1170
1266
|
namespace Clean {
|
|
1171
|
-
const
|
|
1172
|
-
export {
|
|
1173
|
-
const
|
|
1174
|
-
export {
|
|
1267
|
+
const description_123: string;
|
|
1268
|
+
export { description_123 as description };
|
|
1269
|
+
const type_72: string;
|
|
1270
|
+
export { type_72 as type };
|
|
1175
1271
|
}
|
|
1176
1272
|
namespace Output {
|
|
1177
|
-
const
|
|
1178
|
-
export {
|
|
1179
|
-
const
|
|
1180
|
-
export {
|
|
1273
|
+
const description_124: string;
|
|
1274
|
+
export { description_124 as description };
|
|
1275
|
+
const type_73: string;
|
|
1276
|
+
export { type_73 as type };
|
|
1181
1277
|
const additionalProperties_16: boolean;
|
|
1182
1278
|
export { additionalProperties_16 as additionalProperties };
|
|
1183
|
-
export namespace
|
|
1279
|
+
export namespace properties_15 {
|
|
1184
1280
|
export namespace iife {
|
|
1185
1281
|
const $ref_13: string;
|
|
1186
1282
|
export { $ref_13 as $ref };
|
|
@@ -1228,39 +1324,47 @@ export declare namespace definitions {
|
|
|
1228
1324
|
const $ref_22: string;
|
|
1229
1325
|
export { $ref_22 as $ref };
|
|
1230
1326
|
}
|
|
1231
|
-
export namespace
|
|
1327
|
+
export namespace hotUpdateChunkFilename {
|
|
1232
1328
|
const $ref_23: string;
|
|
1233
1329
|
export { $ref_23 as $ref };
|
|
1234
1330
|
}
|
|
1235
|
-
export namespace
|
|
1331
|
+
export namespace hotUpdateMainFilename {
|
|
1236
1332
|
const $ref_24: string;
|
|
1237
1333
|
export { $ref_24 as $ref };
|
|
1238
1334
|
}
|
|
1239
|
-
export
|
|
1240
|
-
export namespace webassemblyModuleFilename {
|
|
1335
|
+
export namespace enabledWasmLoadingTypes {
|
|
1241
1336
|
const $ref_25: string;
|
|
1242
1337
|
export { $ref_25 as $ref };
|
|
1243
1338
|
}
|
|
1244
|
-
export namespace
|
|
1339
|
+
export namespace wasmLoading_1 {
|
|
1245
1340
|
const $ref_26: string;
|
|
1246
1341
|
export { $ref_26 as $ref };
|
|
1247
1342
|
}
|
|
1248
|
-
export
|
|
1343
|
+
export { wasmLoading_1 as wasmLoading };
|
|
1344
|
+
export namespace webassemblyModuleFilename {
|
|
1249
1345
|
const $ref_27: string;
|
|
1250
1346
|
export { $ref_27 as $ref };
|
|
1251
1347
|
}
|
|
1252
|
-
export namespace
|
|
1348
|
+
export namespace enabledLibraryTypes {
|
|
1253
1349
|
const $ref_28: string;
|
|
1254
1350
|
export { $ref_28 as $ref };
|
|
1255
1351
|
}
|
|
1256
|
-
export namespace
|
|
1352
|
+
export namespace filename {
|
|
1257
1353
|
const $ref_29: string;
|
|
1258
1354
|
export { $ref_29 as $ref };
|
|
1259
1355
|
}
|
|
1260
|
-
export namespace
|
|
1356
|
+
export namespace globalObject {
|
|
1261
1357
|
const $ref_30: string;
|
|
1262
1358
|
export { $ref_30 as $ref };
|
|
1263
1359
|
}
|
|
1360
|
+
export namespace importFunctionName {
|
|
1361
|
+
const $ref_31: string;
|
|
1362
|
+
export { $ref_31 as $ref };
|
|
1363
|
+
}
|
|
1364
|
+
export namespace library {
|
|
1365
|
+
const $ref_32: string;
|
|
1366
|
+
export { $ref_32 as $ref };
|
|
1367
|
+
}
|
|
1264
1368
|
export namespace libraryExport {
|
|
1265
1369
|
const oneOf_14: {
|
|
1266
1370
|
$ref: string;
|
|
@@ -1274,20 +1378,20 @@ export declare namespace definitions {
|
|
|
1274
1378
|
export { oneOf_15 as oneOf };
|
|
1275
1379
|
}
|
|
1276
1380
|
export namespace module {
|
|
1277
|
-
const $
|
|
1278
|
-
export { $
|
|
1381
|
+
const $ref_33: string;
|
|
1382
|
+
export { $ref_33 as $ref };
|
|
1279
1383
|
}
|
|
1280
1384
|
export namespace path {
|
|
1281
|
-
const $
|
|
1282
|
-
export { $
|
|
1385
|
+
const $ref_34: string;
|
|
1386
|
+
export { $ref_34 as $ref };
|
|
1283
1387
|
}
|
|
1284
1388
|
export namespace publicPath {
|
|
1285
|
-
const $
|
|
1286
|
-
export { $
|
|
1389
|
+
const $ref_35: string;
|
|
1390
|
+
export { $ref_35 as $ref };
|
|
1287
1391
|
}
|
|
1288
1392
|
export namespace strictModuleErrorHandling {
|
|
1289
|
-
const $
|
|
1290
|
-
export { $
|
|
1393
|
+
const $ref_36: string;
|
|
1394
|
+
export { $ref_36 as $ref };
|
|
1291
1395
|
}
|
|
1292
1396
|
export namespace umdNamedDefine_1 {
|
|
1293
1397
|
const oneOf_16: {
|
|
@@ -1297,16 +1401,16 @@ export declare namespace definitions {
|
|
|
1297
1401
|
}
|
|
1298
1402
|
export { umdNamedDefine_1 as umdNamedDefine };
|
|
1299
1403
|
export namespace uniqueName {
|
|
1300
|
-
const $
|
|
1301
|
-
export { $
|
|
1404
|
+
const $ref_37: string;
|
|
1405
|
+
export { $ref_37 as $ref };
|
|
1302
1406
|
}
|
|
1303
1407
|
export namespace chunkLoadingGlobal {
|
|
1304
|
-
const $
|
|
1305
|
-
export { $
|
|
1408
|
+
const $ref_38: string;
|
|
1409
|
+
export { $ref_38 as $ref };
|
|
1306
1410
|
}
|
|
1307
1411
|
export namespace trustedTypes {
|
|
1308
|
-
const
|
|
1309
|
-
export {
|
|
1412
|
+
const description_125: string;
|
|
1413
|
+
export { description_125 as description };
|
|
1310
1414
|
const anyOf_40: ({
|
|
1311
1415
|
enum: boolean[];
|
|
1312
1416
|
description?: undefined;
|
|
@@ -1329,54 +1433,54 @@ export declare namespace definitions {
|
|
|
1329
1433
|
export { anyOf_40 as anyOf };
|
|
1330
1434
|
}
|
|
1331
1435
|
export namespace sourceMapFilename {
|
|
1332
|
-
const $
|
|
1333
|
-
export { $
|
|
1436
|
+
const $ref_39: string;
|
|
1437
|
+
export { $ref_39 as $ref };
|
|
1334
1438
|
}
|
|
1335
1439
|
}
|
|
1336
|
-
export {
|
|
1440
|
+
export { properties_15 as properties };
|
|
1337
1441
|
}
|
|
1338
1442
|
namespace OutputModule {
|
|
1339
|
-
const
|
|
1340
|
-
export {
|
|
1341
|
-
const
|
|
1342
|
-
export {
|
|
1443
|
+
const description_126: string;
|
|
1444
|
+
export { description_126 as description };
|
|
1445
|
+
const type_74: string;
|
|
1446
|
+
export { type_74 as type };
|
|
1343
1447
|
}
|
|
1344
1448
|
namespace ParserOptionsByModuleType {
|
|
1345
|
-
const
|
|
1346
|
-
export {
|
|
1347
|
-
const
|
|
1348
|
-
export {
|
|
1449
|
+
const description_127: string;
|
|
1450
|
+
export { description_127 as description };
|
|
1451
|
+
const type_75: string;
|
|
1452
|
+
export { type_75 as type };
|
|
1349
1453
|
export namespace additionalProperties_17 {
|
|
1350
|
-
const
|
|
1351
|
-
export {
|
|
1352
|
-
const
|
|
1353
|
-
export {
|
|
1454
|
+
const description_128: string;
|
|
1455
|
+
export { description_128 as description };
|
|
1456
|
+
const type_76: string;
|
|
1457
|
+
export { type_76 as type };
|
|
1354
1458
|
const additionalProperties_18: boolean;
|
|
1355
1459
|
export { additionalProperties_18 as additionalProperties };
|
|
1356
1460
|
}
|
|
1357
1461
|
export { additionalProperties_17 as additionalProperties };
|
|
1358
|
-
export namespace
|
|
1462
|
+
export namespace properties_16 {
|
|
1359
1463
|
namespace asset {
|
|
1360
|
-
const $
|
|
1361
|
-
export { $
|
|
1464
|
+
const $ref_40: string;
|
|
1465
|
+
export { $ref_40 as $ref };
|
|
1362
1466
|
}
|
|
1363
1467
|
}
|
|
1364
|
-
export {
|
|
1468
|
+
export { properties_16 as properties };
|
|
1365
1469
|
}
|
|
1366
1470
|
namespace Path {
|
|
1367
|
-
const
|
|
1368
|
-
export {
|
|
1369
|
-
const
|
|
1370
|
-
export {
|
|
1471
|
+
const description_129: string;
|
|
1472
|
+
export { description_129 as description };
|
|
1473
|
+
const type_77: string;
|
|
1474
|
+
export { type_77 as type };
|
|
1371
1475
|
}
|
|
1372
1476
|
namespace Plugins {
|
|
1373
|
-
const
|
|
1374
|
-
export {
|
|
1375
|
-
const
|
|
1376
|
-
export {
|
|
1477
|
+
const description_130: string;
|
|
1478
|
+
export { description_130 as description };
|
|
1479
|
+
const type_78: string;
|
|
1480
|
+
export { type_78 as type };
|
|
1377
1481
|
export namespace items_6 {
|
|
1378
|
-
const
|
|
1379
|
-
export {
|
|
1482
|
+
const description_131: string;
|
|
1483
|
+
export { description_131 as description };
|
|
1380
1484
|
const anyOf_41: {
|
|
1381
1485
|
$ref: string;
|
|
1382
1486
|
}[];
|
|
@@ -1385,8 +1489,8 @@ export declare namespace definitions {
|
|
|
1385
1489
|
export { items_6 as items };
|
|
1386
1490
|
}
|
|
1387
1491
|
namespace PublicPath {
|
|
1388
|
-
const
|
|
1389
|
-
export {
|
|
1492
|
+
const description_132: string;
|
|
1493
|
+
export { description_132 as description };
|
|
1390
1494
|
const anyOf_42: ({
|
|
1391
1495
|
enum: string[];
|
|
1392
1496
|
$ref?: undefined;
|
|
@@ -1397,24 +1501,24 @@ export declare namespace definitions {
|
|
|
1397
1501
|
export { anyOf_42 as anyOf };
|
|
1398
1502
|
}
|
|
1399
1503
|
namespace RawPublicPath {
|
|
1400
|
-
const
|
|
1401
|
-
export {
|
|
1504
|
+
const description_133: string;
|
|
1505
|
+
export { description_133 as description };
|
|
1402
1506
|
const anyOf_43: {
|
|
1403
1507
|
type: string;
|
|
1404
1508
|
}[];
|
|
1405
1509
|
export { anyOf_43 as anyOf };
|
|
1406
1510
|
}
|
|
1407
1511
|
namespace Resolve {
|
|
1408
|
-
const
|
|
1409
|
-
export {
|
|
1512
|
+
const description_134: string;
|
|
1513
|
+
export { description_134 as description };
|
|
1410
1514
|
const oneOf_17: {
|
|
1411
1515
|
$ref: string;
|
|
1412
1516
|
}[];
|
|
1413
1517
|
export { oneOf_17 as oneOf };
|
|
1414
1518
|
}
|
|
1415
1519
|
namespace ResolveAlias {
|
|
1416
|
-
const
|
|
1417
|
-
export {
|
|
1520
|
+
const description_135: string;
|
|
1521
|
+
export { description_135 as description };
|
|
1418
1522
|
const anyOf_44: {
|
|
1419
1523
|
type: string;
|
|
1420
1524
|
additionalProperties: {
|
|
@@ -1447,71 +1551,71 @@ export declare namespace definitions {
|
|
|
1447
1551
|
export { anyOf_44 as anyOf };
|
|
1448
1552
|
}
|
|
1449
1553
|
namespace ResolveOptions {
|
|
1450
|
-
const
|
|
1451
|
-
export {
|
|
1452
|
-
const
|
|
1453
|
-
export {
|
|
1554
|
+
const description_136: string;
|
|
1555
|
+
export { description_136 as description };
|
|
1556
|
+
const type_79: string;
|
|
1557
|
+
export { type_79 as type };
|
|
1454
1558
|
const additionalProperties_19: boolean;
|
|
1455
1559
|
export { additionalProperties_19 as additionalProperties };
|
|
1456
|
-
export namespace
|
|
1560
|
+
export namespace properties_17 {
|
|
1457
1561
|
namespace alias {
|
|
1458
|
-
const $
|
|
1459
|
-
export { $
|
|
1562
|
+
const $ref_41: string;
|
|
1563
|
+
export { $ref_41 as $ref };
|
|
1460
1564
|
}
|
|
1461
1565
|
namespace browserField {
|
|
1462
|
-
const
|
|
1463
|
-
export {
|
|
1464
|
-
const
|
|
1465
|
-
export {
|
|
1566
|
+
const description_137: string;
|
|
1567
|
+
export { description_137 as description };
|
|
1568
|
+
const type_80: string;
|
|
1569
|
+
export { type_80 as type };
|
|
1466
1570
|
}
|
|
1467
1571
|
namespace conditionNames {
|
|
1468
|
-
const
|
|
1469
|
-
export {
|
|
1470
|
-
const
|
|
1471
|
-
export {
|
|
1572
|
+
const description_138: string;
|
|
1573
|
+
export { description_138 as description };
|
|
1574
|
+
const type_81: string;
|
|
1575
|
+
export { type_81 as type };
|
|
1472
1576
|
export namespace items_7 {
|
|
1473
|
-
const
|
|
1474
|
-
export {
|
|
1475
|
-
const
|
|
1476
|
-
export {
|
|
1577
|
+
const description_139: string;
|
|
1578
|
+
export { description_139 as description };
|
|
1579
|
+
const type_82: string;
|
|
1580
|
+
export { type_82 as type };
|
|
1477
1581
|
}
|
|
1478
1582
|
export { items_7 as items };
|
|
1479
1583
|
}
|
|
1480
1584
|
namespace extensions {
|
|
1481
|
-
const
|
|
1482
|
-
export {
|
|
1483
|
-
const
|
|
1484
|
-
export {
|
|
1585
|
+
const description_140: string;
|
|
1586
|
+
export { description_140 as description };
|
|
1587
|
+
const type_83: string;
|
|
1588
|
+
export { type_83 as type };
|
|
1485
1589
|
export namespace items_8 {
|
|
1486
|
-
const
|
|
1487
|
-
export {
|
|
1488
|
-
const
|
|
1489
|
-
export {
|
|
1590
|
+
const description_141: string;
|
|
1591
|
+
export { description_141 as description };
|
|
1592
|
+
const type_84: string;
|
|
1593
|
+
export { type_84 as type };
|
|
1490
1594
|
}
|
|
1491
1595
|
export { items_8 as items };
|
|
1492
1596
|
}
|
|
1493
1597
|
namespace fallback {
|
|
1494
|
-
const
|
|
1495
|
-
export {
|
|
1598
|
+
const description_142: string;
|
|
1599
|
+
export { description_142 as description };
|
|
1496
1600
|
const oneOf_18: {
|
|
1497
1601
|
$ref: string;
|
|
1498
1602
|
}[];
|
|
1499
1603
|
export { oneOf_18 as oneOf };
|
|
1500
1604
|
}
|
|
1501
1605
|
namespace fullySpecified {
|
|
1502
|
-
const
|
|
1503
|
-
export {
|
|
1504
|
-
const
|
|
1505
|
-
export {
|
|
1506
|
-
}
|
|
1507
|
-
namespace mainFields {
|
|
1508
|
-
const
|
|
1509
|
-
export {
|
|
1510
|
-
const
|
|
1511
|
-
export {
|
|
1606
|
+
const description_143: string;
|
|
1607
|
+
export { description_143 as description };
|
|
1608
|
+
const type_85: string;
|
|
1609
|
+
export { type_85 as type };
|
|
1610
|
+
}
|
|
1611
|
+
namespace mainFields {
|
|
1612
|
+
const description_144: string;
|
|
1613
|
+
export { description_144 as description };
|
|
1614
|
+
const type_86: string;
|
|
1615
|
+
export { type_86 as type };
|
|
1512
1616
|
export namespace items_9 {
|
|
1513
|
-
const
|
|
1514
|
-
export {
|
|
1617
|
+
const description_145: string;
|
|
1618
|
+
export { description_145 as description };
|
|
1515
1619
|
const anyOf_45: ({
|
|
1516
1620
|
type: string;
|
|
1517
1621
|
items: {
|
|
@@ -1530,49 +1634,49 @@ export declare namespace definitions {
|
|
|
1530
1634
|
export { items_9 as items };
|
|
1531
1635
|
}
|
|
1532
1636
|
namespace mainFiles {
|
|
1533
|
-
const
|
|
1534
|
-
export {
|
|
1535
|
-
const
|
|
1536
|
-
export {
|
|
1637
|
+
const description_146: string;
|
|
1638
|
+
export { description_146 as description };
|
|
1639
|
+
const type_87: string;
|
|
1640
|
+
export { type_87 as type };
|
|
1537
1641
|
export namespace items_10 {
|
|
1538
|
-
const
|
|
1539
|
-
export {
|
|
1540
|
-
const
|
|
1541
|
-
export {
|
|
1642
|
+
const description_147: string;
|
|
1643
|
+
export { description_147 as description };
|
|
1644
|
+
const type_88: string;
|
|
1645
|
+
export { type_88 as type };
|
|
1542
1646
|
const minLength_3: number;
|
|
1543
1647
|
export { minLength_3 as minLength };
|
|
1544
1648
|
}
|
|
1545
1649
|
export { items_10 as items };
|
|
1546
1650
|
}
|
|
1547
1651
|
namespace modules {
|
|
1548
|
-
const
|
|
1549
|
-
export {
|
|
1550
|
-
const
|
|
1551
|
-
export {
|
|
1652
|
+
const description_148: string;
|
|
1653
|
+
export { description_148 as description };
|
|
1654
|
+
const type_89: string;
|
|
1655
|
+
export { type_89 as type };
|
|
1552
1656
|
export namespace items_11 {
|
|
1553
|
-
const
|
|
1554
|
-
export {
|
|
1555
|
-
const
|
|
1556
|
-
export {
|
|
1657
|
+
const description_149: string;
|
|
1658
|
+
export { description_149 as description };
|
|
1659
|
+
const type_90: string;
|
|
1660
|
+
export { type_90 as type };
|
|
1557
1661
|
const minLength_4: number;
|
|
1558
1662
|
export { minLength_4 as minLength };
|
|
1559
1663
|
}
|
|
1560
1664
|
export { items_11 as items };
|
|
1561
1665
|
}
|
|
1562
1666
|
namespace preferRelative {
|
|
1563
|
-
const
|
|
1564
|
-
export {
|
|
1565
|
-
const
|
|
1566
|
-
export {
|
|
1667
|
+
const description_150: string;
|
|
1668
|
+
export { description_150 as description };
|
|
1669
|
+
const type_91: string;
|
|
1670
|
+
export { type_91 as type };
|
|
1567
1671
|
}
|
|
1568
1672
|
namespace byDependency {
|
|
1569
|
-
const
|
|
1570
|
-
export {
|
|
1571
|
-
const
|
|
1572
|
-
export {
|
|
1673
|
+
const description_151: string;
|
|
1674
|
+
export { description_151 as description };
|
|
1675
|
+
const type_92: string;
|
|
1676
|
+
export { type_92 as type };
|
|
1573
1677
|
export namespace additionalProperties_20 {
|
|
1574
|
-
const
|
|
1575
|
-
export {
|
|
1678
|
+
const description_152: string;
|
|
1679
|
+
export { description_152 as description };
|
|
1576
1680
|
const oneOf_19: {
|
|
1577
1681
|
$ref: string;
|
|
1578
1682
|
}[];
|
|
@@ -1581,17 +1685,30 @@ export declare namespace definitions {
|
|
|
1581
1685
|
export { additionalProperties_20 as additionalProperties };
|
|
1582
1686
|
}
|
|
1583
1687
|
namespace tsConfigPath {
|
|
1584
|
-
const
|
|
1585
|
-
export {
|
|
1586
|
-
const
|
|
1587
|
-
export {
|
|
1688
|
+
const description_153: string;
|
|
1689
|
+
export { description_153 as description };
|
|
1690
|
+
const type_93: string;
|
|
1691
|
+
export { type_93 as type };
|
|
1692
|
+
}
|
|
1693
|
+
namespace exportsFields {
|
|
1694
|
+
const description_154: string;
|
|
1695
|
+
export { description_154 as description };
|
|
1696
|
+
const type_94: string;
|
|
1697
|
+
export { type_94 as type };
|
|
1698
|
+
export namespace items_12 {
|
|
1699
|
+
const description_155: string;
|
|
1700
|
+
export { description_155 as description };
|
|
1701
|
+
const type_95: string;
|
|
1702
|
+
export { type_95 as type };
|
|
1703
|
+
}
|
|
1704
|
+
export { items_12 as items };
|
|
1588
1705
|
}
|
|
1589
1706
|
}
|
|
1590
|
-
export {
|
|
1707
|
+
export { properties_17 as properties };
|
|
1591
1708
|
}
|
|
1592
1709
|
namespace RuleSetCondition {
|
|
1593
|
-
const
|
|
1594
|
-
export {
|
|
1710
|
+
const description_156: string;
|
|
1711
|
+
export { description_156 as description };
|
|
1595
1712
|
const anyOf_46: ({
|
|
1596
1713
|
instanceof: string;
|
|
1597
1714
|
type?: undefined;
|
|
@@ -1608,259 +1725,276 @@ export declare namespace definitions {
|
|
|
1608
1725
|
export { anyOf_46 as anyOf };
|
|
1609
1726
|
}
|
|
1610
1727
|
namespace RuleSetConditionOrConditions {
|
|
1611
|
-
const
|
|
1612
|
-
export {
|
|
1728
|
+
const description_157: string;
|
|
1729
|
+
export { description_157 as description };
|
|
1613
1730
|
const anyOf_47: {
|
|
1614
1731
|
$ref: string;
|
|
1615
1732
|
}[];
|
|
1616
1733
|
export { anyOf_47 as anyOf };
|
|
1617
1734
|
}
|
|
1618
1735
|
namespace RuleSetConditions {
|
|
1619
|
-
const
|
|
1620
|
-
export {
|
|
1621
|
-
const
|
|
1622
|
-
export {
|
|
1623
|
-
export namespace
|
|
1624
|
-
const
|
|
1625
|
-
export {
|
|
1736
|
+
const description_158: string;
|
|
1737
|
+
export { description_158 as description };
|
|
1738
|
+
const type_96: string;
|
|
1739
|
+
export { type_96 as type };
|
|
1740
|
+
export namespace items_13 {
|
|
1741
|
+
const description_159: string;
|
|
1742
|
+
export { description_159 as description };
|
|
1626
1743
|
const oneOf_20: {
|
|
1627
1744
|
$ref: string;
|
|
1628
1745
|
}[];
|
|
1629
1746
|
export { oneOf_20 as oneOf };
|
|
1630
1747
|
}
|
|
1631
|
-
export {
|
|
1748
|
+
export { items_13 as items };
|
|
1632
1749
|
}
|
|
1633
1750
|
namespace RuleSetLoader {
|
|
1634
|
-
const
|
|
1635
|
-
export {
|
|
1636
|
-
const
|
|
1637
|
-
export {
|
|
1751
|
+
const description_160: string;
|
|
1752
|
+
export { description_160 as description };
|
|
1753
|
+
const type_97: string;
|
|
1754
|
+
export { type_97 as type };
|
|
1638
1755
|
const minLength_5: number;
|
|
1639
1756
|
export { minLength_5 as minLength };
|
|
1640
1757
|
}
|
|
1641
1758
|
namespace RuleSetLoaderOptions {
|
|
1642
|
-
const
|
|
1643
|
-
export {
|
|
1759
|
+
const description_161: string;
|
|
1760
|
+
export { description_161 as description };
|
|
1644
1761
|
const anyOf_48: {
|
|
1645
1762
|
type: string;
|
|
1646
1763
|
}[];
|
|
1647
1764
|
export { anyOf_48 as anyOf };
|
|
1648
1765
|
}
|
|
1649
1766
|
namespace RuleSetLogicalConditions {
|
|
1650
|
-
const
|
|
1651
|
-
export {
|
|
1652
|
-
const
|
|
1653
|
-
export {
|
|
1767
|
+
const description_162: string;
|
|
1768
|
+
export { description_162 as description };
|
|
1769
|
+
const type_98: string;
|
|
1770
|
+
export { type_98 as type };
|
|
1654
1771
|
const additionalProperties_21: boolean;
|
|
1655
1772
|
export { additionalProperties_21 as additionalProperties };
|
|
1656
|
-
export namespace
|
|
1773
|
+
export namespace properties_18 {
|
|
1657
1774
|
namespace and {
|
|
1658
|
-
const
|
|
1659
|
-
export {
|
|
1775
|
+
const description_163: string;
|
|
1776
|
+
export { description_163 as description };
|
|
1660
1777
|
const oneOf_21: {
|
|
1661
1778
|
$ref: string;
|
|
1662
1779
|
}[];
|
|
1663
1780
|
export { oneOf_21 as oneOf };
|
|
1664
1781
|
}
|
|
1665
1782
|
namespace not {
|
|
1666
|
-
const
|
|
1667
|
-
export {
|
|
1783
|
+
const description_164: string;
|
|
1784
|
+
export { description_164 as description };
|
|
1668
1785
|
const oneOf_22: {
|
|
1669
1786
|
$ref: string;
|
|
1670
1787
|
}[];
|
|
1671
1788
|
export { oneOf_22 as oneOf };
|
|
1672
1789
|
}
|
|
1673
1790
|
namespace or {
|
|
1674
|
-
const
|
|
1675
|
-
export {
|
|
1791
|
+
const description_165: string;
|
|
1792
|
+
export { description_165 as description };
|
|
1676
1793
|
const oneOf_23: {
|
|
1677
1794
|
$ref: string;
|
|
1678
1795
|
}[];
|
|
1679
1796
|
export { oneOf_23 as oneOf };
|
|
1680
1797
|
}
|
|
1681
1798
|
}
|
|
1682
|
-
export {
|
|
1799
|
+
export { properties_18 as properties };
|
|
1683
1800
|
}
|
|
1684
1801
|
namespace RuleSetRule {
|
|
1685
|
-
const
|
|
1686
|
-
export {
|
|
1687
|
-
const
|
|
1688
|
-
export {
|
|
1802
|
+
const description_166: string;
|
|
1803
|
+
export { description_166 as description };
|
|
1804
|
+
const type_99: string;
|
|
1805
|
+
export { type_99 as type };
|
|
1689
1806
|
const additionalProperties_22: boolean;
|
|
1690
1807
|
export { additionalProperties_22 as additionalProperties };
|
|
1691
|
-
export namespace
|
|
1692
|
-
export namespace
|
|
1693
|
-
const
|
|
1694
|
-
export {
|
|
1808
|
+
export namespace properties_19 {
|
|
1809
|
+
export namespace enforce_1 {
|
|
1810
|
+
const description_167: string;
|
|
1811
|
+
export { description_167 as description };
|
|
1695
1812
|
const _enum_9: string[];
|
|
1696
1813
|
export { _enum_9 as enum };
|
|
1697
1814
|
}
|
|
1815
|
+
export { enforce_1 as enforce };
|
|
1698
1816
|
export namespace exclude {
|
|
1699
|
-
const
|
|
1700
|
-
export {
|
|
1817
|
+
const description_168: string;
|
|
1818
|
+
export { description_168 as description };
|
|
1701
1819
|
const oneOf_24: {
|
|
1702
1820
|
$ref: string;
|
|
1703
1821
|
}[];
|
|
1704
1822
|
export { oneOf_24 as oneOf };
|
|
1705
1823
|
}
|
|
1706
1824
|
export namespace generator {
|
|
1707
|
-
const
|
|
1708
|
-
export {
|
|
1709
|
-
const
|
|
1710
|
-
export {
|
|
1825
|
+
const description_169: string;
|
|
1826
|
+
export { description_169 as description };
|
|
1827
|
+
const type_100: string;
|
|
1828
|
+
export { type_100 as type };
|
|
1711
1829
|
}
|
|
1712
1830
|
export namespace include {
|
|
1713
|
-
const
|
|
1714
|
-
export {
|
|
1831
|
+
const description_170: string;
|
|
1832
|
+
export { description_170 as description };
|
|
1715
1833
|
const oneOf_25: {
|
|
1716
1834
|
$ref: string;
|
|
1717
1835
|
}[];
|
|
1718
1836
|
export { oneOf_25 as oneOf };
|
|
1719
1837
|
}
|
|
1720
1838
|
export namespace issuer {
|
|
1721
|
-
const
|
|
1722
|
-
export {
|
|
1839
|
+
const description_171: string;
|
|
1840
|
+
export { description_171 as description };
|
|
1723
1841
|
const oneOf_26: {
|
|
1724
1842
|
$ref: string;
|
|
1725
1843
|
}[];
|
|
1726
1844
|
export { oneOf_26 as oneOf };
|
|
1727
1845
|
}
|
|
1728
1846
|
export namespace dependency {
|
|
1729
|
-
const
|
|
1730
|
-
export {
|
|
1847
|
+
const description_172: string;
|
|
1848
|
+
export { description_172 as description };
|
|
1731
1849
|
const oneOf_27: {
|
|
1732
1850
|
$ref: string;
|
|
1733
1851
|
}[];
|
|
1734
1852
|
export { oneOf_27 as oneOf };
|
|
1735
1853
|
}
|
|
1736
1854
|
export namespace descriptionData {
|
|
1737
|
-
const
|
|
1738
|
-
export {
|
|
1739
|
-
const
|
|
1740
|
-
export {
|
|
1855
|
+
const description_173: string;
|
|
1856
|
+
export { description_173 as description };
|
|
1857
|
+
const type_101: string;
|
|
1858
|
+
export { type_101 as type };
|
|
1741
1859
|
export namespace additionalProperties_23 {
|
|
1742
|
-
const $
|
|
1743
|
-
export { $
|
|
1860
|
+
const $ref_42: string;
|
|
1861
|
+
export { $ref_42 as $ref };
|
|
1744
1862
|
}
|
|
1745
1863
|
export { additionalProperties_23 as additionalProperties };
|
|
1746
1864
|
}
|
|
1747
1865
|
export namespace oneOf_28 {
|
|
1748
|
-
const
|
|
1749
|
-
export {
|
|
1750
|
-
const
|
|
1751
|
-
export {
|
|
1752
|
-
export namespace
|
|
1753
|
-
const
|
|
1754
|
-
export {
|
|
1866
|
+
const description_174: string;
|
|
1867
|
+
export { description_174 as description };
|
|
1868
|
+
const type_102: string;
|
|
1869
|
+
export { type_102 as type };
|
|
1870
|
+
export namespace items_14 {
|
|
1871
|
+
const description_175: string;
|
|
1872
|
+
export { description_175 as description };
|
|
1755
1873
|
const oneOf_29: {
|
|
1756
1874
|
$ref: string;
|
|
1757
1875
|
}[];
|
|
1758
1876
|
export { oneOf_29 as oneOf };
|
|
1759
1877
|
}
|
|
1760
|
-
export {
|
|
1878
|
+
export { items_14 as items };
|
|
1761
1879
|
}
|
|
1762
1880
|
export { oneOf_28 as oneOf };
|
|
1763
1881
|
export namespace parser_1 {
|
|
1764
|
-
const
|
|
1765
|
-
export {
|
|
1766
|
-
const
|
|
1767
|
-
export {
|
|
1882
|
+
const description_176: string;
|
|
1883
|
+
export { description_176 as description };
|
|
1884
|
+
const type_103: string;
|
|
1885
|
+
export { type_103 as type };
|
|
1768
1886
|
const additionalProperties_24: boolean;
|
|
1769
1887
|
export { additionalProperties_24 as additionalProperties };
|
|
1770
1888
|
}
|
|
1771
1889
|
export { parser_1 as parser };
|
|
1772
1890
|
export namespace resolve {
|
|
1773
|
-
const
|
|
1774
|
-
export {
|
|
1775
|
-
const
|
|
1776
|
-
export {
|
|
1891
|
+
const description_177: string;
|
|
1892
|
+
export { description_177 as description };
|
|
1893
|
+
const type_104: string;
|
|
1894
|
+
export { type_104 as type };
|
|
1777
1895
|
const oneOf_30: {
|
|
1778
1896
|
$ref: string;
|
|
1779
1897
|
}[];
|
|
1780
1898
|
export { oneOf_30 as oneOf };
|
|
1781
1899
|
}
|
|
1782
1900
|
export namespace resource {
|
|
1783
|
-
const
|
|
1784
|
-
export {
|
|
1901
|
+
const description_178: string;
|
|
1902
|
+
export { description_178 as description };
|
|
1785
1903
|
const oneOf_31: {
|
|
1786
1904
|
$ref: string;
|
|
1787
1905
|
}[];
|
|
1788
1906
|
export { oneOf_31 as oneOf };
|
|
1789
1907
|
}
|
|
1790
1908
|
export namespace resourceFragment {
|
|
1791
|
-
const
|
|
1792
|
-
export {
|
|
1909
|
+
const description_179: string;
|
|
1910
|
+
export { description_179 as description };
|
|
1793
1911
|
const oneOf_32: {
|
|
1794
1912
|
$ref: string;
|
|
1795
1913
|
}[];
|
|
1796
1914
|
export { oneOf_32 as oneOf };
|
|
1797
1915
|
}
|
|
1798
1916
|
export namespace resourceQuery {
|
|
1799
|
-
const
|
|
1800
|
-
export {
|
|
1917
|
+
const description_180: string;
|
|
1918
|
+
export { description_180 as description };
|
|
1801
1919
|
const oneOf_33: {
|
|
1802
1920
|
$ref: string;
|
|
1803
1921
|
}[];
|
|
1804
1922
|
export { oneOf_33 as oneOf };
|
|
1805
1923
|
}
|
|
1924
|
+
export namespace mimetype {
|
|
1925
|
+
const description_181: string;
|
|
1926
|
+
export { description_181 as description };
|
|
1927
|
+
const oneOf_34: {
|
|
1928
|
+
$ref: string;
|
|
1929
|
+
}[];
|
|
1930
|
+
export { oneOf_34 as oneOf };
|
|
1931
|
+
}
|
|
1932
|
+
export namespace scheme {
|
|
1933
|
+
const description_182: string;
|
|
1934
|
+
export { description_182 as description };
|
|
1935
|
+
const oneOf_35: {
|
|
1936
|
+
$ref: string;
|
|
1937
|
+
}[];
|
|
1938
|
+
export { oneOf_35 as oneOf };
|
|
1939
|
+
}
|
|
1806
1940
|
export namespace rules_1 {
|
|
1807
|
-
const
|
|
1808
|
-
export {
|
|
1809
|
-
const
|
|
1810
|
-
export {
|
|
1811
|
-
export namespace
|
|
1812
|
-
const
|
|
1813
|
-
export {
|
|
1814
|
-
const
|
|
1941
|
+
const description_183: string;
|
|
1942
|
+
export { description_183 as description };
|
|
1943
|
+
const type_105: string;
|
|
1944
|
+
export { type_105 as type };
|
|
1945
|
+
export namespace items_15 {
|
|
1946
|
+
const description_184: string;
|
|
1947
|
+
export { description_184 as description };
|
|
1948
|
+
const oneOf_36: {
|
|
1815
1949
|
$ref: string;
|
|
1816
1950
|
}[];
|
|
1817
|
-
export {
|
|
1951
|
+
export { oneOf_36 as oneOf };
|
|
1818
1952
|
}
|
|
1819
|
-
export {
|
|
1953
|
+
export { items_15 as items };
|
|
1820
1954
|
}
|
|
1821
1955
|
export { rules_1 as rules };
|
|
1822
1956
|
export namespace sideEffects_1 {
|
|
1823
|
-
const
|
|
1824
|
-
export {
|
|
1825
|
-
const
|
|
1826
|
-
export {
|
|
1957
|
+
const description_185: string;
|
|
1958
|
+
export { description_185 as description };
|
|
1959
|
+
const type_106: string;
|
|
1960
|
+
export { type_106 as type };
|
|
1827
1961
|
}
|
|
1828
1962
|
export { sideEffects_1 as sideEffects };
|
|
1829
1963
|
export namespace test_1 {
|
|
1830
|
-
const
|
|
1831
|
-
export {
|
|
1832
|
-
const
|
|
1964
|
+
const description_186: string;
|
|
1965
|
+
export { description_186 as description };
|
|
1966
|
+
const oneOf_37: {
|
|
1833
1967
|
$ref: string;
|
|
1834
1968
|
}[];
|
|
1835
|
-
export {
|
|
1969
|
+
export { oneOf_37 as oneOf };
|
|
1836
1970
|
}
|
|
1837
1971
|
export { test_1 as test };
|
|
1838
|
-
export namespace
|
|
1839
|
-
const
|
|
1840
|
-
export {
|
|
1841
|
-
const
|
|
1842
|
-
export {
|
|
1972
|
+
export namespace type_107 {
|
|
1973
|
+
const description_187: string;
|
|
1974
|
+
export { description_187 as description };
|
|
1975
|
+
const type_108: string;
|
|
1976
|
+
export { type_108 as type };
|
|
1843
1977
|
}
|
|
1844
|
-
export {
|
|
1978
|
+
export { type_107 as type };
|
|
1845
1979
|
export namespace use {
|
|
1846
|
-
const
|
|
1847
|
-
export {
|
|
1848
|
-
const
|
|
1980
|
+
const description_188: string;
|
|
1981
|
+
export { description_188 as description };
|
|
1982
|
+
const oneOf_38: {
|
|
1849
1983
|
$ref: string;
|
|
1850
1984
|
}[];
|
|
1851
|
-
export {
|
|
1985
|
+
export { oneOf_38 as oneOf };
|
|
1852
1986
|
}
|
|
1853
1987
|
}
|
|
1854
|
-
export {
|
|
1988
|
+
export { properties_19 as properties };
|
|
1855
1989
|
}
|
|
1856
1990
|
namespace RuleSetRules {
|
|
1857
|
-
const
|
|
1858
|
-
export {
|
|
1859
|
-
const
|
|
1860
|
-
export {
|
|
1861
|
-
export namespace
|
|
1862
|
-
const
|
|
1863
|
-
export {
|
|
1991
|
+
const description_189: string;
|
|
1992
|
+
export { description_189 as description };
|
|
1993
|
+
const type_109: string;
|
|
1994
|
+
export { type_109 as type };
|
|
1995
|
+
export namespace items_16 {
|
|
1996
|
+
const description_190: string;
|
|
1997
|
+
export { description_190 as description };
|
|
1864
1998
|
const anyOf_49: ({
|
|
1865
1999
|
enum: string[];
|
|
1866
2000
|
$ref?: undefined;
|
|
@@ -1870,11 +2004,11 @@ export declare namespace definitions {
|
|
|
1870
2004
|
})[];
|
|
1871
2005
|
export { anyOf_49 as anyOf };
|
|
1872
2006
|
}
|
|
1873
|
-
export {
|
|
2007
|
+
export { items_16 as items };
|
|
1874
2008
|
}
|
|
1875
2009
|
namespace RuleSetUse {
|
|
1876
|
-
const
|
|
1877
|
-
export {
|
|
2010
|
+
const description_191: string;
|
|
2011
|
+
export { description_191 as description };
|
|
1878
2012
|
const anyOf_50: ({
|
|
1879
2013
|
type: string;
|
|
1880
2014
|
items: {
|
|
@@ -1892,8 +2026,8 @@ export declare namespace definitions {
|
|
|
1892
2026
|
export { anyOf_50 as anyOf };
|
|
1893
2027
|
}
|
|
1894
2028
|
namespace RuleSetUseItem {
|
|
1895
|
-
const
|
|
1896
|
-
export {
|
|
2029
|
+
const description_192: string;
|
|
2030
|
+
export { description_192 as description };
|
|
1897
2031
|
const anyOf_51: ({
|
|
1898
2032
|
type: string;
|
|
1899
2033
|
additionalProperties: boolean;
|
|
@@ -1921,109 +2055,109 @@ export declare namespace definitions {
|
|
|
1921
2055
|
export { anyOf_51 as anyOf };
|
|
1922
2056
|
}
|
|
1923
2057
|
namespace SnapshotOptions {
|
|
1924
|
-
const
|
|
1925
|
-
export {
|
|
1926
|
-
const
|
|
1927
|
-
export {
|
|
2058
|
+
const description_193: string;
|
|
2059
|
+
export { description_193 as description };
|
|
2060
|
+
const type_110: string;
|
|
2061
|
+
export { type_110 as type };
|
|
1928
2062
|
const additionalProperties_25: boolean;
|
|
1929
2063
|
export { additionalProperties_25 as additionalProperties };
|
|
1930
|
-
export namespace
|
|
2064
|
+
export namespace properties_20 {
|
|
1931
2065
|
export namespace module_1 {
|
|
1932
|
-
const
|
|
1933
|
-
export {
|
|
1934
|
-
const
|
|
1935
|
-
export {
|
|
2066
|
+
const description_194: string;
|
|
2067
|
+
export { description_194 as description };
|
|
2068
|
+
const type_111: string;
|
|
2069
|
+
export { type_111 as type };
|
|
1936
2070
|
const additionalProperties_26: boolean;
|
|
1937
2071
|
export { additionalProperties_26 as additionalProperties };
|
|
1938
|
-
export namespace
|
|
2072
|
+
export namespace properties_21 {
|
|
1939
2073
|
namespace hash {
|
|
1940
|
-
const
|
|
1941
|
-
export {
|
|
1942
|
-
const
|
|
1943
|
-
export {
|
|
2074
|
+
const description_195: string;
|
|
2075
|
+
export { description_195 as description };
|
|
2076
|
+
const type_112: string;
|
|
2077
|
+
export { type_112 as type };
|
|
1944
2078
|
}
|
|
1945
2079
|
namespace timestamp {
|
|
1946
|
-
const
|
|
1947
|
-
export {
|
|
1948
|
-
const
|
|
1949
|
-
export {
|
|
2080
|
+
const description_196: string;
|
|
2081
|
+
export { description_196 as description };
|
|
2082
|
+
const type_113: string;
|
|
2083
|
+
export { type_113 as type };
|
|
1950
2084
|
}
|
|
1951
2085
|
}
|
|
1952
|
-
export {
|
|
2086
|
+
export { properties_21 as properties };
|
|
1953
2087
|
}
|
|
1954
2088
|
export { module_1 as module };
|
|
1955
2089
|
export namespace resolve_1 {
|
|
1956
|
-
const
|
|
1957
|
-
export {
|
|
1958
|
-
const
|
|
1959
|
-
export {
|
|
2090
|
+
const description_197: string;
|
|
2091
|
+
export { description_197 as description };
|
|
2092
|
+
const type_114: string;
|
|
2093
|
+
export { type_114 as type };
|
|
1960
2094
|
const additionalProperties_27: boolean;
|
|
1961
2095
|
export { additionalProperties_27 as additionalProperties };
|
|
1962
|
-
export namespace
|
|
2096
|
+
export namespace properties_22 {
|
|
1963
2097
|
export namespace hash_1 {
|
|
1964
|
-
const
|
|
1965
|
-
export {
|
|
1966
|
-
const
|
|
1967
|
-
export {
|
|
2098
|
+
const description_198: string;
|
|
2099
|
+
export { description_198 as description };
|
|
2100
|
+
const type_115: string;
|
|
2101
|
+
export { type_115 as type };
|
|
1968
2102
|
}
|
|
1969
2103
|
export { hash_1 as hash };
|
|
1970
2104
|
export namespace timestamp_1 {
|
|
1971
|
-
const
|
|
1972
|
-
export {
|
|
1973
|
-
const
|
|
1974
|
-
export {
|
|
2105
|
+
const description_199: string;
|
|
2106
|
+
export { description_199 as description };
|
|
2107
|
+
const type_116: string;
|
|
2108
|
+
export { type_116 as type };
|
|
1975
2109
|
}
|
|
1976
2110
|
export { timestamp_1 as timestamp };
|
|
1977
2111
|
}
|
|
1978
|
-
export {
|
|
2112
|
+
export { properties_22 as properties };
|
|
1979
2113
|
}
|
|
1980
2114
|
export { resolve_1 as resolve };
|
|
1981
2115
|
}
|
|
1982
|
-
export {
|
|
2116
|
+
export { properties_20 as properties };
|
|
1983
2117
|
}
|
|
1984
2118
|
namespace StatsOptions {
|
|
1985
|
-
const
|
|
1986
|
-
export {
|
|
1987
|
-
const
|
|
1988
|
-
export {
|
|
2119
|
+
const description_200: string;
|
|
2120
|
+
export { description_200 as description };
|
|
2121
|
+
const type_117: string;
|
|
2122
|
+
export { type_117 as type };
|
|
1989
2123
|
const additionalProperties_28: boolean;
|
|
1990
2124
|
export { additionalProperties_28 as additionalProperties };
|
|
1991
|
-
export namespace
|
|
2125
|
+
export namespace properties_23 {
|
|
1992
2126
|
export namespace all {
|
|
1993
|
-
const
|
|
1994
|
-
export {
|
|
1995
|
-
const
|
|
1996
|
-
export {
|
|
2127
|
+
const description_201: string;
|
|
2128
|
+
export { description_201 as description };
|
|
2129
|
+
const type_118: string;
|
|
2130
|
+
export { type_118 as type };
|
|
1997
2131
|
}
|
|
1998
2132
|
export namespace assets {
|
|
1999
|
-
const
|
|
2000
|
-
export {
|
|
2001
|
-
const
|
|
2002
|
-
export {
|
|
2133
|
+
const description_202: string;
|
|
2134
|
+
export { description_202 as description };
|
|
2135
|
+
const type_119: string;
|
|
2136
|
+
export { type_119 as type };
|
|
2003
2137
|
}
|
|
2004
2138
|
export namespace chunkGroups {
|
|
2005
|
-
const
|
|
2006
|
-
export {
|
|
2007
|
-
const
|
|
2008
|
-
export {
|
|
2139
|
+
const description_203: string;
|
|
2140
|
+
export { description_203 as description };
|
|
2141
|
+
const type_120: string;
|
|
2142
|
+
export { type_120 as type };
|
|
2009
2143
|
}
|
|
2010
2144
|
export namespace chunks_2 {
|
|
2011
|
-
const
|
|
2012
|
-
export {
|
|
2013
|
-
const
|
|
2014
|
-
export {
|
|
2145
|
+
const description_204: string;
|
|
2146
|
+
export { description_204 as description };
|
|
2147
|
+
const type_121: string;
|
|
2148
|
+
export { type_121 as type };
|
|
2015
2149
|
}
|
|
2016
2150
|
export { chunks_2 as chunks };
|
|
2017
2151
|
export namespace colors_1 {
|
|
2018
|
-
const
|
|
2019
|
-
export {
|
|
2020
|
-
const
|
|
2021
|
-
export {
|
|
2152
|
+
const description_205: string;
|
|
2153
|
+
export { description_205 as description };
|
|
2154
|
+
const type_122: string;
|
|
2155
|
+
export { type_122 as type };
|
|
2022
2156
|
}
|
|
2023
2157
|
export { colors_1 as colors };
|
|
2024
2158
|
export namespace entrypoints {
|
|
2025
|
-
const
|
|
2026
|
-
export {
|
|
2159
|
+
const description_206: string;
|
|
2160
|
+
export { description_206 as description };
|
|
2027
2161
|
const anyOf_52: ({
|
|
2028
2162
|
enum: string[];
|
|
2029
2163
|
type?: undefined;
|
|
@@ -2034,100 +2168,106 @@ export declare namespace definitions {
|
|
|
2034
2168
|
export { anyOf_52 as anyOf };
|
|
2035
2169
|
}
|
|
2036
2170
|
export namespace errors {
|
|
2037
|
-
const
|
|
2038
|
-
export {
|
|
2039
|
-
const
|
|
2040
|
-
export {
|
|
2171
|
+
const description_207: string;
|
|
2172
|
+
export { description_207 as description };
|
|
2173
|
+
const type_123: string;
|
|
2174
|
+
export { type_123 as type };
|
|
2041
2175
|
}
|
|
2042
2176
|
export namespace errorsCount {
|
|
2043
|
-
const
|
|
2044
|
-
export {
|
|
2045
|
-
const
|
|
2046
|
-
export {
|
|
2177
|
+
const description_208: string;
|
|
2178
|
+
export { description_208 as description };
|
|
2179
|
+
const type_124: string;
|
|
2180
|
+
export { type_124 as type };
|
|
2047
2181
|
}
|
|
2048
2182
|
export namespace hash_2 {
|
|
2049
|
-
const
|
|
2050
|
-
export {
|
|
2051
|
-
const
|
|
2052
|
-
export {
|
|
2183
|
+
const description_209: string;
|
|
2184
|
+
export { description_209 as description };
|
|
2185
|
+
const type_125: string;
|
|
2186
|
+
export { type_125 as type };
|
|
2053
2187
|
}
|
|
2054
2188
|
export { hash_2 as hash };
|
|
2055
2189
|
export namespace modules_1 {
|
|
2056
|
-
const
|
|
2057
|
-
export {
|
|
2058
|
-
const
|
|
2059
|
-
export {
|
|
2190
|
+
const description_210: string;
|
|
2191
|
+
export { description_210 as description };
|
|
2192
|
+
const type_126: string;
|
|
2193
|
+
export { type_126 as type };
|
|
2060
2194
|
}
|
|
2061
2195
|
export { modules_1 as modules };
|
|
2062
2196
|
export namespace preset {
|
|
2063
|
-
const
|
|
2064
|
-
export {
|
|
2197
|
+
const description_211: string;
|
|
2198
|
+
export { description_211 as description };
|
|
2065
2199
|
const anyOf_53: {
|
|
2066
2200
|
type: string;
|
|
2067
2201
|
}[];
|
|
2068
2202
|
export { anyOf_53 as anyOf };
|
|
2069
2203
|
}
|
|
2070
2204
|
export namespace publicPath_1 {
|
|
2071
|
-
const
|
|
2072
|
-
export {
|
|
2073
|
-
const
|
|
2074
|
-
export {
|
|
2205
|
+
const description_212: string;
|
|
2206
|
+
export { description_212 as description };
|
|
2207
|
+
const type_127: string;
|
|
2208
|
+
export { type_127 as type };
|
|
2075
2209
|
}
|
|
2076
2210
|
export { publicPath_1 as publicPath };
|
|
2077
2211
|
export namespace reasons {
|
|
2078
|
-
const
|
|
2079
|
-
export {
|
|
2080
|
-
const
|
|
2081
|
-
export {
|
|
2212
|
+
const description_213: string;
|
|
2213
|
+
export { description_213 as description };
|
|
2214
|
+
const type_128: string;
|
|
2215
|
+
export { type_128 as type };
|
|
2082
2216
|
}
|
|
2083
2217
|
export namespace warnings {
|
|
2084
|
-
const
|
|
2085
|
-
export {
|
|
2086
|
-
const
|
|
2087
|
-
export {
|
|
2218
|
+
const description_214: string;
|
|
2219
|
+
export { description_214 as description };
|
|
2220
|
+
const type_129: string;
|
|
2221
|
+
export { type_129 as type };
|
|
2088
2222
|
}
|
|
2089
2223
|
export namespace warningsCount {
|
|
2090
|
-
const
|
|
2091
|
-
export {
|
|
2092
|
-
const
|
|
2093
|
-
export {
|
|
2224
|
+
const description_215: string;
|
|
2225
|
+
export { description_215 as description };
|
|
2226
|
+
const type_130: string;
|
|
2227
|
+
export { type_130 as type };
|
|
2094
2228
|
}
|
|
2095
2229
|
export namespace outputPath {
|
|
2096
|
-
const
|
|
2097
|
-
export {
|
|
2098
|
-
const
|
|
2099
|
-
export {
|
|
2230
|
+
const description_216: string;
|
|
2231
|
+
export { description_216 as description };
|
|
2232
|
+
const type_131: string;
|
|
2233
|
+
export { type_131 as type };
|
|
2100
2234
|
}
|
|
2101
2235
|
export namespace chunkModules {
|
|
2102
|
-
const
|
|
2103
|
-
export {
|
|
2104
|
-
const
|
|
2105
|
-
export {
|
|
2236
|
+
const description_217: string;
|
|
2237
|
+
export { description_217 as description };
|
|
2238
|
+
const type_132: string;
|
|
2239
|
+
export { type_132 as type };
|
|
2106
2240
|
}
|
|
2107
2241
|
export namespace chunkRelations {
|
|
2108
|
-
const
|
|
2109
|
-
export {
|
|
2110
|
-
const
|
|
2111
|
-
export {
|
|
2242
|
+
const description_218: string;
|
|
2243
|
+
export { description_218 as description };
|
|
2244
|
+
const type_133: string;
|
|
2245
|
+
export { type_133 as type };
|
|
2112
2246
|
}
|
|
2113
2247
|
export namespace timings {
|
|
2114
|
-
const
|
|
2115
|
-
export {
|
|
2116
|
-
const
|
|
2117
|
-
export {
|
|
2248
|
+
const description_219: string;
|
|
2249
|
+
export { description_219 as description };
|
|
2250
|
+
const type_134: string;
|
|
2251
|
+
export { type_134 as type };
|
|
2118
2252
|
}
|
|
2119
2253
|
export namespace builtAt {
|
|
2120
|
-
const
|
|
2121
|
-
export {
|
|
2122
|
-
const
|
|
2123
|
-
export {
|
|
2254
|
+
const description_220: string;
|
|
2255
|
+
export { description_220 as description };
|
|
2256
|
+
const type_135: string;
|
|
2257
|
+
export { type_135 as type };
|
|
2258
|
+
}
|
|
2259
|
+
export namespace nestedModules {
|
|
2260
|
+
const description_221: string;
|
|
2261
|
+
export { description_221 as description };
|
|
2262
|
+
const type_136: string;
|
|
2263
|
+
export { type_136 as type };
|
|
2124
2264
|
}
|
|
2125
2265
|
}
|
|
2126
|
-
export {
|
|
2266
|
+
export { properties_23 as properties };
|
|
2127
2267
|
}
|
|
2128
2268
|
namespace StatsValue {
|
|
2129
|
-
const
|
|
2130
|
-
export {
|
|
2269
|
+
const description_222: string;
|
|
2270
|
+
export { description_222 as description };
|
|
2131
2271
|
const anyOf_54: ({
|
|
2132
2272
|
enum: string[];
|
|
2133
2273
|
type?: undefined;
|
|
@@ -2144,14 +2284,14 @@ export declare namespace definitions {
|
|
|
2144
2284
|
export { anyOf_54 as anyOf };
|
|
2145
2285
|
}
|
|
2146
2286
|
namespace StrictModuleErrorHandling {
|
|
2147
|
-
const
|
|
2148
|
-
export {
|
|
2149
|
-
const
|
|
2150
|
-
export {
|
|
2287
|
+
const description_223: string;
|
|
2288
|
+
export { description_223 as description };
|
|
2289
|
+
const type_137: string;
|
|
2290
|
+
export { type_137 as type };
|
|
2151
2291
|
}
|
|
2152
2292
|
namespace Target {
|
|
2153
|
-
const
|
|
2154
|
-
export {
|
|
2293
|
+
const description_224: string;
|
|
2294
|
+
export { description_224 as description };
|
|
2155
2295
|
const anyOf_55: ({
|
|
2156
2296
|
type: string;
|
|
2157
2297
|
items: {
|
|
@@ -2178,75 +2318,75 @@ export declare namespace definitions {
|
|
|
2178
2318
|
export { anyOf_55 as anyOf };
|
|
2179
2319
|
}
|
|
2180
2320
|
namespace TrustedTypes {
|
|
2181
|
-
const
|
|
2182
|
-
export {
|
|
2183
|
-
const
|
|
2184
|
-
export {
|
|
2321
|
+
const description_225: string;
|
|
2322
|
+
export { description_225 as description };
|
|
2323
|
+
const type_138: string;
|
|
2324
|
+
export { type_138 as type };
|
|
2185
2325
|
const additionalProperties_29: boolean;
|
|
2186
2326
|
export { additionalProperties_29 as additionalProperties };
|
|
2187
|
-
export namespace
|
|
2327
|
+
export namespace properties_24 {
|
|
2188
2328
|
namespace policyName {
|
|
2189
|
-
const
|
|
2190
|
-
export {
|
|
2191
|
-
const
|
|
2192
|
-
export {
|
|
2329
|
+
const description_226: string;
|
|
2330
|
+
export { description_226 as description };
|
|
2331
|
+
const type_139: string;
|
|
2332
|
+
export { type_139 as type };
|
|
2193
2333
|
const minLength_6: number;
|
|
2194
2334
|
export { minLength_6 as minLength };
|
|
2195
2335
|
}
|
|
2196
2336
|
}
|
|
2197
|
-
export {
|
|
2337
|
+
export { properties_24 as properties };
|
|
2198
2338
|
}
|
|
2199
2339
|
namespace UmdNamedDefine {
|
|
2200
|
-
const
|
|
2201
|
-
export {
|
|
2202
|
-
const
|
|
2203
|
-
export {
|
|
2340
|
+
const description_227: string;
|
|
2341
|
+
export { description_227 as description };
|
|
2342
|
+
const type_140: string;
|
|
2343
|
+
export { type_140 as type };
|
|
2204
2344
|
}
|
|
2205
2345
|
namespace UniqueName {
|
|
2206
|
-
const
|
|
2207
|
-
export {
|
|
2208
|
-
const
|
|
2209
|
-
export {
|
|
2346
|
+
const description_228: string;
|
|
2347
|
+
export { description_228 as description };
|
|
2348
|
+
const type_141: string;
|
|
2349
|
+
export { type_141 as type };
|
|
2210
2350
|
const minLength_7: number;
|
|
2211
2351
|
export { minLength_7 as minLength };
|
|
2212
2352
|
}
|
|
2213
2353
|
namespace ChunkLoadingGlobal {
|
|
2214
|
-
const
|
|
2215
|
-
export {
|
|
2216
|
-
const
|
|
2217
|
-
export {
|
|
2354
|
+
const description_229: string;
|
|
2355
|
+
export { description_229 as description };
|
|
2356
|
+
const type_142: string;
|
|
2357
|
+
export { type_142 as type };
|
|
2218
2358
|
const minLength_8: number;
|
|
2219
2359
|
export { minLength_8 as minLength };
|
|
2220
2360
|
}
|
|
2221
2361
|
namespace Watch {
|
|
2222
|
-
const
|
|
2223
|
-
export {
|
|
2224
|
-
const
|
|
2225
|
-
export {
|
|
2362
|
+
const description_230: string;
|
|
2363
|
+
export { description_230 as description };
|
|
2364
|
+
const type_143: string;
|
|
2365
|
+
export { type_143 as type };
|
|
2226
2366
|
}
|
|
2227
2367
|
namespace WatchOptions {
|
|
2228
|
-
const
|
|
2229
|
-
export {
|
|
2230
|
-
const
|
|
2231
|
-
export {
|
|
2368
|
+
const description_231: string;
|
|
2369
|
+
export { description_231 as description };
|
|
2370
|
+
const type_144: string;
|
|
2371
|
+
export { type_144 as type };
|
|
2232
2372
|
const additionalProperties_30: boolean;
|
|
2233
2373
|
export { additionalProperties_30 as additionalProperties };
|
|
2234
|
-
export namespace
|
|
2374
|
+
export namespace properties_25 {
|
|
2235
2375
|
namespace aggregateTimeout {
|
|
2236
|
-
const
|
|
2237
|
-
export {
|
|
2238
|
-
const
|
|
2239
|
-
export {
|
|
2376
|
+
const description_232: string;
|
|
2377
|
+
export { description_232 as description };
|
|
2378
|
+
const type_145: string;
|
|
2379
|
+
export { type_145 as type };
|
|
2240
2380
|
}
|
|
2241
2381
|
namespace followSymlinks {
|
|
2242
|
-
const
|
|
2243
|
-
export {
|
|
2244
|
-
const
|
|
2245
|
-
export {
|
|
2382
|
+
const description_233: string;
|
|
2383
|
+
export { description_233 as description };
|
|
2384
|
+
const type_146: string;
|
|
2385
|
+
export { type_146 as type };
|
|
2246
2386
|
}
|
|
2247
2387
|
namespace ignored {
|
|
2248
|
-
const
|
|
2249
|
-
export {
|
|
2388
|
+
const description_234: string;
|
|
2389
|
+
export { description_234 as description };
|
|
2250
2390
|
const anyOf_56: ({
|
|
2251
2391
|
type: string;
|
|
2252
2392
|
items: {
|
|
@@ -2273,8 +2413,8 @@ export declare namespace definitions {
|
|
|
2273
2413
|
export { anyOf_56 as anyOf };
|
|
2274
2414
|
}
|
|
2275
2415
|
namespace poll {
|
|
2276
|
-
const
|
|
2277
|
-
export {
|
|
2416
|
+
const description_235: string;
|
|
2417
|
+
export { description_235 as description };
|
|
2278
2418
|
const anyOf_57: {
|
|
2279
2419
|
description: string;
|
|
2280
2420
|
type: string;
|
|
@@ -2282,158 +2422,158 @@ export declare namespace definitions {
|
|
|
2282
2422
|
export { anyOf_57 as anyOf };
|
|
2283
2423
|
}
|
|
2284
2424
|
namespace stdin {
|
|
2285
|
-
const
|
|
2286
|
-
export {
|
|
2287
|
-
const
|
|
2288
|
-
export {
|
|
2425
|
+
const description_236: string;
|
|
2426
|
+
export { description_236 as description };
|
|
2427
|
+
const type_147: string;
|
|
2428
|
+
export { type_147 as type };
|
|
2289
2429
|
}
|
|
2290
2430
|
}
|
|
2291
|
-
export {
|
|
2431
|
+
export { properties_25 as properties };
|
|
2292
2432
|
}
|
|
2293
2433
|
namespace RspackPluginFunction {
|
|
2294
|
-
const
|
|
2295
|
-
export {
|
|
2434
|
+
const description_237: string;
|
|
2435
|
+
export { description_237 as description };
|
|
2296
2436
|
const _instanceof: string;
|
|
2297
2437
|
export { _instanceof as instanceof };
|
|
2298
2438
|
}
|
|
2299
2439
|
namespace RspackPluginInstance {
|
|
2300
|
-
const
|
|
2301
|
-
export {
|
|
2302
|
-
const
|
|
2303
|
-
export {
|
|
2440
|
+
const description_238: string;
|
|
2441
|
+
export { description_238 as description };
|
|
2442
|
+
const type_148: string;
|
|
2443
|
+
export { type_148 as type };
|
|
2304
2444
|
const additionalProperties_31: boolean;
|
|
2305
2445
|
export { additionalProperties_31 as additionalProperties };
|
|
2306
|
-
export namespace
|
|
2446
|
+
export namespace properties_26 {
|
|
2307
2447
|
namespace apply {
|
|
2308
|
-
const
|
|
2309
|
-
export {
|
|
2448
|
+
const description_239: string;
|
|
2449
|
+
export { description_239 as description };
|
|
2310
2450
|
const _instanceof_1: string;
|
|
2311
2451
|
export { _instanceof_1 as instanceof };
|
|
2312
2452
|
}
|
|
2313
2453
|
}
|
|
2314
|
-
export {
|
|
2454
|
+
export { properties_26 as properties };
|
|
2315
2455
|
const required_2: string[];
|
|
2316
2456
|
export { required_2 as required };
|
|
2317
2457
|
}
|
|
2318
2458
|
}
|
|
2319
2459
|
export declare const title: string;
|
|
2320
|
-
declare const
|
|
2321
|
-
declare const
|
|
2460
|
+
declare const description_240: string;
|
|
2461
|
+
declare const type_149: string;
|
|
2322
2462
|
declare const additionalProperties_32: boolean;
|
|
2323
|
-
export declare namespace
|
|
2463
|
+
export declare namespace properties_27 {
|
|
2324
2464
|
export namespace cache {
|
|
2325
|
-
const $ref_41: string;
|
|
2326
|
-
export { $ref_41 as $ref };
|
|
2327
|
-
}
|
|
2328
|
-
export namespace context {
|
|
2329
|
-
const $ref_42: string;
|
|
2330
|
-
export { $ref_42 as $ref };
|
|
2331
|
-
}
|
|
2332
|
-
export namespace dependencies {
|
|
2333
2465
|
const $ref_43: string;
|
|
2334
2466
|
export { $ref_43 as $ref };
|
|
2335
2467
|
}
|
|
2336
|
-
export namespace
|
|
2468
|
+
export namespace context {
|
|
2337
2469
|
const $ref_44: string;
|
|
2338
2470
|
export { $ref_44 as $ref };
|
|
2339
2471
|
}
|
|
2340
|
-
export namespace
|
|
2472
|
+
export namespace dependencies {
|
|
2341
2473
|
const $ref_45: string;
|
|
2342
2474
|
export { $ref_45 as $ref };
|
|
2343
2475
|
}
|
|
2344
|
-
export namespace
|
|
2476
|
+
export namespace devServer {
|
|
2345
2477
|
const $ref_46: string;
|
|
2346
2478
|
export { $ref_46 as $ref };
|
|
2347
2479
|
}
|
|
2348
|
-
export namespace
|
|
2480
|
+
export namespace devtool {
|
|
2349
2481
|
const $ref_47: string;
|
|
2350
2482
|
export { $ref_47 as $ref };
|
|
2351
2483
|
}
|
|
2352
|
-
export namespace
|
|
2484
|
+
export namespace entry {
|
|
2353
2485
|
const $ref_48: string;
|
|
2354
2486
|
export { $ref_48 as $ref };
|
|
2355
2487
|
}
|
|
2356
|
-
export namespace
|
|
2488
|
+
export namespace experiments {
|
|
2357
2489
|
const $ref_49: string;
|
|
2358
2490
|
export { $ref_49 as $ref };
|
|
2359
2491
|
}
|
|
2360
|
-
export namespace
|
|
2492
|
+
export namespace externals {
|
|
2361
2493
|
const $ref_50: string;
|
|
2362
2494
|
export { $ref_50 as $ref };
|
|
2363
2495
|
}
|
|
2364
|
-
export namespace
|
|
2496
|
+
export namespace externalsType {
|
|
2365
2497
|
const $ref_51: string;
|
|
2366
2498
|
export { $ref_51 as $ref };
|
|
2367
2499
|
}
|
|
2368
|
-
export namespace
|
|
2500
|
+
export namespace externalsPresets {
|
|
2369
2501
|
const $ref_52: string;
|
|
2370
2502
|
export { $ref_52 as $ref };
|
|
2371
2503
|
}
|
|
2372
|
-
export namespace
|
|
2504
|
+
export namespace infrastructureLogging {
|
|
2373
2505
|
const $ref_53: string;
|
|
2374
2506
|
export { $ref_53 as $ref };
|
|
2375
2507
|
}
|
|
2376
|
-
export
|
|
2377
|
-
export namespace name_3 {
|
|
2508
|
+
export namespace mode {
|
|
2378
2509
|
const $ref_54: string;
|
|
2379
2510
|
export { $ref_54 as $ref };
|
|
2380
2511
|
}
|
|
2381
|
-
export
|
|
2382
|
-
export namespace node_1 {
|
|
2512
|
+
export namespace module_2 {
|
|
2383
2513
|
const $ref_55: string;
|
|
2384
2514
|
export { $ref_55 as $ref };
|
|
2385
2515
|
}
|
|
2386
|
-
export {
|
|
2387
|
-
export namespace
|
|
2516
|
+
export { module_2 as module };
|
|
2517
|
+
export namespace name_3 {
|
|
2388
2518
|
const $ref_56: string;
|
|
2389
2519
|
export { $ref_56 as $ref };
|
|
2390
2520
|
}
|
|
2391
|
-
export
|
|
2521
|
+
export { name_3 as name };
|
|
2522
|
+
export namespace node_1 {
|
|
2392
2523
|
const $ref_57: string;
|
|
2393
2524
|
export { $ref_57 as $ref };
|
|
2394
2525
|
}
|
|
2395
|
-
export
|
|
2526
|
+
export { node_1 as node };
|
|
2527
|
+
export namespace optimization {
|
|
2396
2528
|
const $ref_58: string;
|
|
2397
2529
|
export { $ref_58 as $ref };
|
|
2398
2530
|
}
|
|
2399
|
-
export namespace
|
|
2531
|
+
export namespace output {
|
|
2400
2532
|
const $ref_59: string;
|
|
2401
2533
|
export { $ref_59 as $ref };
|
|
2402
2534
|
}
|
|
2403
|
-
export
|
|
2404
|
-
export namespace snapshot {
|
|
2535
|
+
export namespace plugins {
|
|
2405
2536
|
const $ref_60: string;
|
|
2406
2537
|
export { $ref_60 as $ref };
|
|
2407
2538
|
}
|
|
2408
|
-
export namespace
|
|
2539
|
+
export namespace resolve_2 {
|
|
2409
2540
|
const $ref_61: string;
|
|
2410
2541
|
export { $ref_61 as $ref };
|
|
2411
2542
|
}
|
|
2412
|
-
export
|
|
2543
|
+
export { resolve_2 as resolve };
|
|
2544
|
+
export namespace snapshot {
|
|
2413
2545
|
const $ref_62: string;
|
|
2414
2546
|
export { $ref_62 as $ref };
|
|
2415
2547
|
}
|
|
2416
|
-
export namespace
|
|
2548
|
+
export namespace stats {
|
|
2417
2549
|
const $ref_63: string;
|
|
2418
2550
|
export { $ref_63 as $ref };
|
|
2419
2551
|
}
|
|
2420
|
-
export namespace
|
|
2552
|
+
export namespace target {
|
|
2421
2553
|
const $ref_64: string;
|
|
2422
2554
|
export { $ref_64 as $ref };
|
|
2423
2555
|
}
|
|
2556
|
+
export namespace watch {
|
|
2557
|
+
const $ref_65: string;
|
|
2558
|
+
export { $ref_65 as $ref };
|
|
2559
|
+
}
|
|
2560
|
+
export namespace watchOptions {
|
|
2561
|
+
const $ref_66: string;
|
|
2562
|
+
export { $ref_66 as $ref };
|
|
2563
|
+
}
|
|
2424
2564
|
export namespace builtins {
|
|
2425
|
-
const
|
|
2426
|
-
export {
|
|
2427
|
-
const
|
|
2428
|
-
export {
|
|
2565
|
+
const description_241: string;
|
|
2566
|
+
export { description_241 as description };
|
|
2567
|
+
const type_150: string;
|
|
2568
|
+
export { type_150 as type };
|
|
2429
2569
|
const additionalProperties_33: boolean;
|
|
2430
2570
|
export { additionalProperties_33 as additionalProperties };
|
|
2431
2571
|
}
|
|
2432
2572
|
export namespace ignoreWarnings_1 {
|
|
2433
|
-
const $
|
|
2434
|
-
export { $
|
|
2573
|
+
const $ref_67: string;
|
|
2574
|
+
export { $ref_67 as $ref };
|
|
2435
2575
|
}
|
|
2436
2576
|
export { ignoreWarnings_1 as ignoreWarnings };
|
|
2437
2577
|
}
|
|
2438
|
-
export {
|
|
2578
|
+
export { description_240 as description, type_149 as type, additionalProperties_32 as additionalProperties, properties_27 as properties };
|
|
2439
2579
|
//# sourceMappingURL=schema.d.ts.map
|