@rspack/core 0.1.6 → 0.1.8
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.js +2 -2
- package/dist/compilation.js.map +1 -1
- package/dist/config/adapter.d.ts +1 -1
- package/dist/config/adapter.d.ts.map +1 -1
- package/dist/config/adapter.js +21 -1
- package/dist/config/adapter.js.map +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/defaults.js +37 -23
- package/dist/config/defaults.js.map +1 -1
- package/dist/config/normalization.d.ts.map +1 -1
- package/dist/config/normalization.js +3 -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 +1162 -1067
- package/dist/config/schema.check.js.map +1 -1
- package/dist/config/schema.d.ts +682 -633
- package/dist/config/schema.js +33 -0
- package/dist/config/schema.js.map +1 -1
- package/dist/config/types.d.ts +14 -1
- package/dist/config/types.d.ts.map +1 -1
- package/dist/fileSystem.d.ts +1 -0
- package/dist/fileSystem.d.ts.map +1 -1
- package/dist/fileSystem.js +24 -1
- package/dist/fileSystem.js.map +1 -1
- package/dist/multiCompiler.d.ts +1 -2
- package/dist/multiCompiler.d.ts.map +1 -1
- package/dist/multiCompiler.js.map +1 -1
- package/dist/watching.d.ts.map +1 -1
- package/dist/watching.js +18 -17
- package/dist/watching.js.map +1 -1
- package/dist/web/ResolveSwcPlugin.d.ts.map +1 -1
- package/dist/web/ResolveSwcPlugin.js +5 -0
- package/dist/web/ResolveSwcPlugin.js.map +1 -1
- package/package.json +15 -11
package/dist/config/schema.d.ts
CHANGED
|
@@ -65,37 +65,43 @@ export declare namespace definitions {
|
|
|
65
65
|
$ref: string;
|
|
66
66
|
}[];
|
|
67
67
|
}
|
|
68
|
-
namespace
|
|
68
|
+
namespace CrossOriginLoading {
|
|
69
69
|
const description_8: string;
|
|
70
70
|
export { description_8 as description };
|
|
71
|
+
const _enum: (string | boolean)[];
|
|
72
|
+
export { _enum as enum };
|
|
73
|
+
}
|
|
74
|
+
namespace Context {
|
|
75
|
+
const description_9: string;
|
|
76
|
+
export { description_9 as description };
|
|
71
77
|
const type_4: string;
|
|
72
78
|
export { type_4 as type };
|
|
73
79
|
}
|
|
74
80
|
namespace CssChunkFilename {
|
|
75
|
-
const
|
|
76
|
-
export {
|
|
81
|
+
const description_10: string;
|
|
82
|
+
export { description_10 as description };
|
|
77
83
|
const oneOf_1: {
|
|
78
84
|
$ref: string;
|
|
79
85
|
}[];
|
|
80
86
|
export { oneOf_1 as oneOf };
|
|
81
87
|
}
|
|
82
88
|
namespace CssFilename {
|
|
83
|
-
const
|
|
84
|
-
export {
|
|
89
|
+
const description_11: string;
|
|
90
|
+
export { description_11 as description };
|
|
85
91
|
const oneOf_2: {
|
|
86
92
|
$ref: string;
|
|
87
93
|
}[];
|
|
88
94
|
export { oneOf_2 as oneOf };
|
|
89
95
|
}
|
|
90
96
|
namespace WebassemblyModuleFilename {
|
|
91
|
-
const
|
|
92
|
-
export {
|
|
97
|
+
const description_12: string;
|
|
98
|
+
export { description_12 as description };
|
|
93
99
|
const type_5: string;
|
|
94
100
|
export { type_5 as type };
|
|
95
101
|
}
|
|
96
102
|
namespace EnabledWasmLoadingTypes {
|
|
97
|
-
const
|
|
98
|
-
export {
|
|
103
|
+
const description_13: string;
|
|
104
|
+
export { description_13 as description };
|
|
99
105
|
const type_6: string;
|
|
100
106
|
export { type_6 as type };
|
|
101
107
|
export namespace items {
|
|
@@ -103,8 +109,8 @@ export declare namespace definitions {
|
|
|
103
109
|
}
|
|
104
110
|
}
|
|
105
111
|
namespace WasmLoading {
|
|
106
|
-
const
|
|
107
|
-
export {
|
|
112
|
+
const description_14: string;
|
|
113
|
+
export { description_14 as description };
|
|
108
114
|
const anyOf_3: ({
|
|
109
115
|
enum: boolean[];
|
|
110
116
|
$ref?: undefined;
|
|
@@ -115,8 +121,8 @@ export declare namespace definitions {
|
|
|
115
121
|
export { anyOf_3 as anyOf };
|
|
116
122
|
}
|
|
117
123
|
namespace WasmLoadingType {
|
|
118
|
-
const
|
|
119
|
-
export {
|
|
124
|
+
const description_15: string;
|
|
125
|
+
export { description_15 as description };
|
|
120
126
|
const anyOf_4: ({
|
|
121
127
|
enum: string[];
|
|
122
128
|
type?: undefined;
|
|
@@ -127,27 +133,27 @@ export declare namespace definitions {
|
|
|
127
133
|
export { anyOf_4 as anyOf };
|
|
128
134
|
}
|
|
129
135
|
namespace Dependencies {
|
|
130
|
-
const
|
|
131
|
-
export {
|
|
136
|
+
const description_16: string;
|
|
137
|
+
export { description_16 as description };
|
|
132
138
|
const type_7: string;
|
|
133
139
|
export { type_7 as type };
|
|
134
140
|
export namespace items_1 {
|
|
135
|
-
const
|
|
136
|
-
export {
|
|
141
|
+
const description_17: string;
|
|
142
|
+
export { description_17 as description };
|
|
137
143
|
const type_8: string;
|
|
138
144
|
export { type_8 as type };
|
|
139
145
|
}
|
|
140
146
|
export { items_1 as items };
|
|
141
147
|
}
|
|
142
148
|
namespace DevServer {
|
|
143
|
-
const
|
|
144
|
-
export {
|
|
149
|
+
const description_18: string;
|
|
150
|
+
export { description_18 as description };
|
|
145
151
|
const type_9: string;
|
|
146
152
|
export { type_9 as type };
|
|
147
153
|
}
|
|
148
154
|
namespace DevTool {
|
|
149
|
-
const
|
|
150
|
-
export {
|
|
155
|
+
const description_19: string;
|
|
156
|
+
export { description_19 as description };
|
|
151
157
|
const anyOf_5: ({
|
|
152
158
|
enum: boolean[];
|
|
153
159
|
type?: undefined;
|
|
@@ -160,8 +166,8 @@ export declare namespace definitions {
|
|
|
160
166
|
export { anyOf_5 as anyOf };
|
|
161
167
|
}
|
|
162
168
|
namespace EnabledLibraryTypes {
|
|
163
|
-
const
|
|
164
|
-
export {
|
|
169
|
+
const description_20: string;
|
|
170
|
+
export { description_20 as description };
|
|
165
171
|
const type_10: string;
|
|
166
172
|
export { type_10 as type };
|
|
167
173
|
export namespace items_2 {
|
|
@@ -171,16 +177,16 @@ export declare namespace definitions {
|
|
|
171
177
|
export { items_2 as items };
|
|
172
178
|
}
|
|
173
179
|
namespace Entry {
|
|
174
|
-
const
|
|
175
|
-
export {
|
|
180
|
+
const description_21: string;
|
|
181
|
+
export { description_21 as description };
|
|
176
182
|
const anyOf_6: {
|
|
177
183
|
$ref: string;
|
|
178
184
|
}[];
|
|
179
185
|
export { anyOf_6 as anyOf };
|
|
180
186
|
}
|
|
181
187
|
namespace EntryDescription {
|
|
182
|
-
const
|
|
183
|
-
export {
|
|
188
|
+
const description_22: string;
|
|
189
|
+
export { description_22 as description };
|
|
184
190
|
const type_11: string;
|
|
185
191
|
export { type_11 as type };
|
|
186
192
|
const additionalProperties_2: boolean;
|
|
@@ -204,16 +210,16 @@ export declare namespace definitions {
|
|
|
204
210
|
export const required: string[];
|
|
205
211
|
}
|
|
206
212
|
namespace EntryFilename {
|
|
207
|
-
const
|
|
208
|
-
export {
|
|
213
|
+
const description_23: string;
|
|
214
|
+
export { description_23 as description };
|
|
209
215
|
const oneOf_3: {
|
|
210
216
|
$ref: string;
|
|
211
217
|
}[];
|
|
212
218
|
export { oneOf_3 as oneOf };
|
|
213
219
|
}
|
|
214
220
|
namespace EntryItem {
|
|
215
|
-
const
|
|
216
|
-
export {
|
|
221
|
+
const description_24: string;
|
|
222
|
+
export { description_24 as description };
|
|
217
223
|
const anyOf_7: ({
|
|
218
224
|
description: string;
|
|
219
225
|
type: string;
|
|
@@ -236,13 +242,13 @@ export declare namespace definitions {
|
|
|
236
242
|
export { anyOf_7 as anyOf };
|
|
237
243
|
}
|
|
238
244
|
namespace EntryObject {
|
|
239
|
-
const
|
|
240
|
-
export {
|
|
245
|
+
const description_25: string;
|
|
246
|
+
export { description_25 as description };
|
|
241
247
|
const type_12: string;
|
|
242
248
|
export { type_12 as type };
|
|
243
249
|
export namespace additionalProperties_3 {
|
|
244
|
-
const
|
|
245
|
-
export {
|
|
250
|
+
const description_26: string;
|
|
251
|
+
export { description_26 as description };
|
|
246
252
|
const anyOf_8: {
|
|
247
253
|
$ref: string;
|
|
248
254
|
}[];
|
|
@@ -251,8 +257,8 @@ export declare namespace definitions {
|
|
|
251
257
|
export { additionalProperties_3 as additionalProperties };
|
|
252
258
|
}
|
|
253
259
|
namespace EntryRuntime {
|
|
254
|
-
const
|
|
255
|
-
export {
|
|
260
|
+
const description_27: string;
|
|
261
|
+
export { description_27 as description };
|
|
256
262
|
const anyOf_9: ({
|
|
257
263
|
enum: boolean[];
|
|
258
264
|
type?: undefined;
|
|
@@ -265,44 +271,44 @@ export declare namespace definitions {
|
|
|
265
271
|
export { anyOf_9 as anyOf };
|
|
266
272
|
}
|
|
267
273
|
namespace EntryStatic {
|
|
268
|
-
const
|
|
269
|
-
export {
|
|
274
|
+
const description_28: string;
|
|
275
|
+
export { description_28 as description };
|
|
270
276
|
const anyOf_10: {
|
|
271
277
|
$ref: string;
|
|
272
278
|
}[];
|
|
273
279
|
export { anyOf_10 as anyOf };
|
|
274
280
|
}
|
|
275
281
|
namespace EntryUnnamed {
|
|
276
|
-
const
|
|
277
|
-
export {
|
|
282
|
+
const description_29: string;
|
|
283
|
+
export { description_29 as description };
|
|
278
284
|
const oneOf_4: {
|
|
279
285
|
$ref: string;
|
|
280
286
|
}[];
|
|
281
287
|
export { oneOf_4 as oneOf };
|
|
282
288
|
}
|
|
283
289
|
namespace Experiments {
|
|
284
|
-
const
|
|
285
|
-
export {
|
|
290
|
+
const description_30: string;
|
|
291
|
+
export { description_30 as description };
|
|
286
292
|
const type_13: string;
|
|
287
293
|
export { type_13 as type };
|
|
288
294
|
const additionalProperties_4: boolean;
|
|
289
295
|
export { additionalProperties_4 as additionalProperties };
|
|
290
296
|
export namespace properties_3 {
|
|
291
297
|
namespace asyncWebAssembly {
|
|
292
|
-
const
|
|
293
|
-
export {
|
|
298
|
+
const description_31: string;
|
|
299
|
+
export { description_31 as description };
|
|
294
300
|
const type_14: string;
|
|
295
301
|
export { type_14 as type };
|
|
296
302
|
}
|
|
297
303
|
namespace incrementalRebuild {
|
|
298
|
-
const
|
|
299
|
-
export {
|
|
304
|
+
const description_32: string;
|
|
305
|
+
export { description_32 as description };
|
|
300
306
|
const type_15: string;
|
|
301
307
|
export { type_15 as type };
|
|
302
308
|
}
|
|
303
309
|
namespace lazyCompilation {
|
|
304
|
-
const
|
|
305
|
-
export {
|
|
310
|
+
const description_33: string;
|
|
311
|
+
export { description_33 as description };
|
|
306
312
|
const anyOf_11: {
|
|
307
313
|
type: string;
|
|
308
314
|
}[];
|
|
@@ -312,8 +318,8 @@ export declare namespace definitions {
|
|
|
312
318
|
export { properties_3 as properties };
|
|
313
319
|
}
|
|
314
320
|
namespace ExternalItem {
|
|
315
|
-
const
|
|
316
|
-
export {
|
|
321
|
+
const description_34: string;
|
|
322
|
+
export { description_34 as description };
|
|
317
323
|
const anyOf_12: ({
|
|
318
324
|
description: string;
|
|
319
325
|
instanceof: string;
|
|
@@ -335,8 +341,8 @@ export declare namespace definitions {
|
|
|
335
341
|
export { anyOf_12 as anyOf };
|
|
336
342
|
}
|
|
337
343
|
namespace ExternalItemValue {
|
|
338
|
-
const
|
|
339
|
-
export {
|
|
344
|
+
const description_35: string;
|
|
345
|
+
export { description_35 as description };
|
|
340
346
|
const anyOf_13: {
|
|
341
347
|
description: string;
|
|
342
348
|
type: string;
|
|
@@ -344,8 +350,8 @@ export declare namespace definitions {
|
|
|
344
350
|
export { anyOf_13 as anyOf };
|
|
345
351
|
}
|
|
346
352
|
namespace Externals {
|
|
347
|
-
const
|
|
348
|
-
export {
|
|
353
|
+
const description_36: string;
|
|
354
|
+
export { description_36 as description };
|
|
349
355
|
const anyOf_14: ({
|
|
350
356
|
type: string;
|
|
351
357
|
items: {
|
|
@@ -360,16 +366,16 @@ export declare namespace definitions {
|
|
|
360
366
|
export { anyOf_14 as anyOf };
|
|
361
367
|
}
|
|
362
368
|
namespace ExternalsPresets {
|
|
363
|
-
const
|
|
364
|
-
export {
|
|
369
|
+
const description_37: string;
|
|
370
|
+
export { description_37 as description };
|
|
365
371
|
const type_16: string;
|
|
366
372
|
export { type_16 as type };
|
|
367
373
|
const additionalProperties_5: boolean;
|
|
368
374
|
export { additionalProperties_5 as additionalProperties };
|
|
369
375
|
export namespace properties_4 {
|
|
370
376
|
namespace node {
|
|
371
|
-
const
|
|
372
|
-
export {
|
|
377
|
+
const description_38: string;
|
|
378
|
+
export { description_38 as description };
|
|
373
379
|
const type_17: string;
|
|
374
380
|
export { type_17 as type };
|
|
375
381
|
}
|
|
@@ -377,22 +383,22 @@ export declare namespace definitions {
|
|
|
377
383
|
export { properties_4 as properties };
|
|
378
384
|
}
|
|
379
385
|
namespace ExternalsType {
|
|
380
|
-
const description_38: string;
|
|
381
|
-
export { description_38 as description };
|
|
382
|
-
const _enum: string[];
|
|
383
|
-
export { _enum as enum };
|
|
384
|
-
}
|
|
385
|
-
namespace Filename {
|
|
386
386
|
const description_39: string;
|
|
387
387
|
export { description_39 as description };
|
|
388
|
+
const _enum_1: string[];
|
|
389
|
+
export { _enum_1 as enum };
|
|
390
|
+
}
|
|
391
|
+
namespace Filename {
|
|
392
|
+
const description_40: string;
|
|
393
|
+
export { description_40 as description };
|
|
388
394
|
const oneOf_5: {
|
|
389
395
|
$ref: string;
|
|
390
396
|
}[];
|
|
391
397
|
export { oneOf_5 as oneOf };
|
|
392
398
|
}
|
|
393
399
|
namespace FilenameTemplate {
|
|
394
|
-
const
|
|
395
|
-
export {
|
|
400
|
+
const description_41: string;
|
|
401
|
+
export { description_41 as description };
|
|
396
402
|
const anyOf_15: ({
|
|
397
403
|
type: string;
|
|
398
404
|
minLength: number;
|
|
@@ -405,8 +411,8 @@ export declare namespace definitions {
|
|
|
405
411
|
export { anyOf_15 as anyOf };
|
|
406
412
|
}
|
|
407
413
|
namespace FilterItemTypes {
|
|
408
|
-
const
|
|
409
|
-
export {
|
|
414
|
+
const description_42: string;
|
|
415
|
+
export { description_42 as description };
|
|
410
416
|
const anyOf_16: ({
|
|
411
417
|
instanceof: string;
|
|
412
418
|
type?: undefined;
|
|
@@ -417,8 +423,8 @@ export declare namespace definitions {
|
|
|
417
423
|
export { anyOf_16 as anyOf };
|
|
418
424
|
}
|
|
419
425
|
namespace FilterTypes {
|
|
420
|
-
const
|
|
421
|
-
export {
|
|
426
|
+
const description_43: string;
|
|
427
|
+
export { description_43 as description };
|
|
422
428
|
const anyOf_17: ({
|
|
423
429
|
type: string;
|
|
424
430
|
items: {
|
|
@@ -436,45 +442,45 @@ export declare namespace definitions {
|
|
|
436
442
|
export { anyOf_17 as anyOf };
|
|
437
443
|
}
|
|
438
444
|
namespace GlobalObject {
|
|
439
|
-
const
|
|
440
|
-
export {
|
|
445
|
+
const description_44: string;
|
|
446
|
+
export { description_44 as description };
|
|
441
447
|
const type_18: string;
|
|
442
448
|
export { type_18 as type };
|
|
443
449
|
export const minLength: number;
|
|
444
450
|
}
|
|
445
451
|
namespace ImportFunctionName {
|
|
446
|
-
const
|
|
447
|
-
export {
|
|
452
|
+
const description_45: string;
|
|
453
|
+
export { description_45 as description };
|
|
448
454
|
const type_19: string;
|
|
449
455
|
export { type_19 as type };
|
|
450
456
|
}
|
|
451
457
|
namespace InfrastructureLogging {
|
|
452
|
-
const
|
|
453
|
-
export {
|
|
458
|
+
const description_46: string;
|
|
459
|
+
export { description_46 as description };
|
|
454
460
|
const type_20: string;
|
|
455
461
|
export { type_20 as type };
|
|
456
462
|
const additionalProperties_6: boolean;
|
|
457
463
|
export { additionalProperties_6 as additionalProperties };
|
|
458
464
|
export namespace properties_5 {
|
|
459
465
|
namespace appendOnly {
|
|
460
|
-
const
|
|
461
|
-
export {
|
|
466
|
+
const description_47: string;
|
|
467
|
+
export { description_47 as description };
|
|
462
468
|
const type_21: string;
|
|
463
469
|
export { type_21 as type };
|
|
464
470
|
}
|
|
465
471
|
namespace colors {
|
|
466
|
-
const
|
|
467
|
-
export {
|
|
472
|
+
const description_48: string;
|
|
473
|
+
export { description_48 as description };
|
|
468
474
|
const type_22: string;
|
|
469
475
|
export { type_22 as type };
|
|
470
476
|
}
|
|
471
477
|
namespace console {
|
|
472
|
-
const description_48: string;
|
|
473
|
-
export { description_48 as description };
|
|
474
|
-
}
|
|
475
|
-
namespace debug {
|
|
476
478
|
const description_49: string;
|
|
477
479
|
export { description_49 as description };
|
|
480
|
+
}
|
|
481
|
+
namespace debug {
|
|
482
|
+
const description_50: string;
|
|
483
|
+
export { description_50 as description };
|
|
478
484
|
const anyOf_18: ({
|
|
479
485
|
description: string;
|
|
480
486
|
type: string;
|
|
@@ -487,55 +493,55 @@ export declare namespace definitions {
|
|
|
487
493
|
export { anyOf_18 as anyOf };
|
|
488
494
|
}
|
|
489
495
|
namespace level {
|
|
490
|
-
const description_50: string;
|
|
491
|
-
export { description_50 as description };
|
|
492
|
-
const _enum_1: string[];
|
|
493
|
-
export { _enum_1 as enum };
|
|
494
|
-
}
|
|
495
|
-
namespace stream {
|
|
496
496
|
const description_51: string;
|
|
497
497
|
export { description_51 as description };
|
|
498
|
+
const _enum_2: string[];
|
|
499
|
+
export { _enum_2 as enum };
|
|
500
|
+
}
|
|
501
|
+
namespace stream {
|
|
502
|
+
const description_52: string;
|
|
503
|
+
export { description_52 as description };
|
|
498
504
|
}
|
|
499
505
|
}
|
|
500
506
|
export { properties_5 as properties };
|
|
501
507
|
}
|
|
502
508
|
namespace Library {
|
|
503
|
-
const
|
|
504
|
-
export {
|
|
509
|
+
const description_53: string;
|
|
510
|
+
export { description_53 as description };
|
|
505
511
|
const anyOf_19: {
|
|
506
512
|
$ref: string;
|
|
507
513
|
}[];
|
|
508
514
|
export { anyOf_19 as anyOf };
|
|
509
515
|
}
|
|
510
516
|
namespace LibraryCustomUmdCommentObject {
|
|
511
|
-
const
|
|
512
|
-
export {
|
|
517
|
+
const description_54: string;
|
|
518
|
+
export { description_54 as description };
|
|
513
519
|
const type_23: string;
|
|
514
520
|
export { type_23 as type };
|
|
515
521
|
const additionalProperties_7: boolean;
|
|
516
522
|
export { additionalProperties_7 as additionalProperties };
|
|
517
523
|
export namespace properties_6 {
|
|
518
524
|
namespace amd {
|
|
519
|
-
const
|
|
520
|
-
export {
|
|
525
|
+
const description_55: string;
|
|
526
|
+
export { description_55 as description };
|
|
521
527
|
const type_24: string;
|
|
522
528
|
export { type_24 as type };
|
|
523
529
|
}
|
|
524
530
|
namespace commonjs {
|
|
525
|
-
const
|
|
526
|
-
export {
|
|
531
|
+
const description_56: string;
|
|
532
|
+
export { description_56 as description };
|
|
527
533
|
const type_25: string;
|
|
528
534
|
export { type_25 as type };
|
|
529
535
|
}
|
|
530
536
|
namespace commonjs2 {
|
|
531
|
-
const
|
|
532
|
-
export {
|
|
537
|
+
const description_57: string;
|
|
538
|
+
export { description_57 as description };
|
|
533
539
|
const type_26: string;
|
|
534
540
|
export { type_26 as type };
|
|
535
541
|
}
|
|
536
542
|
namespace root {
|
|
537
|
-
const
|
|
538
|
-
export {
|
|
543
|
+
const description_58: string;
|
|
544
|
+
export { description_58 as description };
|
|
539
545
|
const type_27: string;
|
|
540
546
|
export { type_27 as type };
|
|
541
547
|
}
|
|
@@ -543,16 +549,16 @@ export declare namespace definitions {
|
|
|
543
549
|
export { properties_6 as properties };
|
|
544
550
|
}
|
|
545
551
|
namespace LibraryCustomUmdObject {
|
|
546
|
-
const
|
|
547
|
-
export {
|
|
552
|
+
const description_59: string;
|
|
553
|
+
export { description_59 as description };
|
|
548
554
|
const type_28: string;
|
|
549
555
|
export { type_28 as type };
|
|
550
556
|
const additionalProperties_8: boolean;
|
|
551
557
|
export { additionalProperties_8 as additionalProperties };
|
|
552
558
|
export namespace properties_7 {
|
|
553
559
|
export namespace amd_1 {
|
|
554
|
-
const
|
|
555
|
-
export {
|
|
560
|
+
const description_60: string;
|
|
561
|
+
export { description_60 as description };
|
|
556
562
|
const type_29: string;
|
|
557
563
|
export { type_29 as type };
|
|
558
564
|
const minLength_1: number;
|
|
@@ -560,8 +566,8 @@ export declare namespace definitions {
|
|
|
560
566
|
}
|
|
561
567
|
export { amd_1 as amd };
|
|
562
568
|
export namespace commonjs_1 {
|
|
563
|
-
const
|
|
564
|
-
export {
|
|
569
|
+
const description_61: string;
|
|
570
|
+
export { description_61 as description };
|
|
565
571
|
const type_30: string;
|
|
566
572
|
export { type_30 as type };
|
|
567
573
|
const minLength_2: number;
|
|
@@ -569,8 +575,8 @@ export declare namespace definitions {
|
|
|
569
575
|
}
|
|
570
576
|
export { commonjs_1 as commonjs };
|
|
571
577
|
export namespace root_1 {
|
|
572
|
-
const
|
|
573
|
-
export {
|
|
578
|
+
const description_62: string;
|
|
579
|
+
export { description_62 as description };
|
|
574
580
|
const anyOf_20: ({
|
|
575
581
|
type: string;
|
|
576
582
|
items: {
|
|
@@ -591,8 +597,8 @@ export declare namespace definitions {
|
|
|
591
597
|
export { properties_7 as properties };
|
|
592
598
|
}
|
|
593
599
|
namespace LibraryExport {
|
|
594
|
-
const
|
|
595
|
-
export {
|
|
600
|
+
const description_63: string;
|
|
601
|
+
export { description_63 as description };
|
|
596
602
|
const anyOf_21: ({
|
|
597
603
|
type: string;
|
|
598
604
|
items: {
|
|
@@ -609,8 +615,8 @@ export declare namespace definitions {
|
|
|
609
615
|
export { anyOf_21 as anyOf };
|
|
610
616
|
}
|
|
611
617
|
namespace LibraryName {
|
|
612
|
-
const
|
|
613
|
-
export {
|
|
618
|
+
const description_64: string;
|
|
619
|
+
export { description_64 as description };
|
|
614
620
|
const anyOf_22: ({
|
|
615
621
|
type: string;
|
|
616
622
|
items: {
|
|
@@ -637,8 +643,8 @@ export declare namespace definitions {
|
|
|
637
643
|
export { anyOf_22 as anyOf };
|
|
638
644
|
}
|
|
639
645
|
namespace LibraryOptions {
|
|
640
|
-
const
|
|
641
|
-
export {
|
|
646
|
+
const description_65: string;
|
|
647
|
+
export { description_65 as description };
|
|
642
648
|
const type_31: string;
|
|
643
649
|
export { type_31 as type };
|
|
644
650
|
const additionalProperties_9: boolean;
|
|
@@ -672,8 +678,8 @@ export declare namespace definitions {
|
|
|
672
678
|
export { required_1 as required };
|
|
673
679
|
}
|
|
674
680
|
namespace LibraryType {
|
|
675
|
-
const
|
|
676
|
-
export {
|
|
681
|
+
const description_66: string;
|
|
682
|
+
export { description_66 as description };
|
|
677
683
|
const anyOf_23: ({
|
|
678
684
|
enum: string[];
|
|
679
685
|
type?: undefined;
|
|
@@ -684,22 +690,22 @@ export declare namespace definitions {
|
|
|
684
690
|
export { anyOf_23 as anyOf };
|
|
685
691
|
}
|
|
686
692
|
namespace Mode {
|
|
687
|
-
const description_66: string;
|
|
688
|
-
export { description_66 as description };
|
|
689
|
-
const _enum_2: string[];
|
|
690
|
-
export { _enum_2 as enum };
|
|
691
|
-
}
|
|
692
|
-
namespace ModuleOptions {
|
|
693
693
|
const description_67: string;
|
|
694
694
|
export { description_67 as description };
|
|
695
|
+
const _enum_3: string[];
|
|
696
|
+
export { _enum_3 as enum };
|
|
697
|
+
}
|
|
698
|
+
namespace ModuleOptions {
|
|
699
|
+
const description_68: string;
|
|
700
|
+
export { description_68 as description };
|
|
695
701
|
const type_33: string;
|
|
696
702
|
export { type_33 as type };
|
|
697
703
|
const additionalProperties_10: boolean;
|
|
698
704
|
export { additionalProperties_10 as additionalProperties };
|
|
699
705
|
export namespace properties_9 {
|
|
700
706
|
namespace defaultRules {
|
|
701
|
-
const
|
|
702
|
-
export {
|
|
707
|
+
const description_69: string;
|
|
708
|
+
export { description_69 as description };
|
|
703
709
|
const oneOf_6: {
|
|
704
710
|
$ref: string;
|
|
705
711
|
}[];
|
|
@@ -710,8 +716,8 @@ export declare namespace definitions {
|
|
|
710
716
|
export { $ref_10 as $ref };
|
|
711
717
|
}
|
|
712
718
|
namespace rules {
|
|
713
|
-
const
|
|
714
|
-
export {
|
|
719
|
+
const description_70: string;
|
|
720
|
+
export { description_70 as description };
|
|
715
721
|
const oneOf_7: {
|
|
716
722
|
$ref: string;
|
|
717
723
|
}[];
|
|
@@ -721,14 +727,14 @@ export declare namespace definitions {
|
|
|
721
727
|
export { properties_9 as properties };
|
|
722
728
|
}
|
|
723
729
|
namespace Name {
|
|
724
|
-
const
|
|
725
|
-
export {
|
|
730
|
+
const description_71: string;
|
|
731
|
+
export { description_71 as description };
|
|
726
732
|
const type_34: string;
|
|
727
733
|
export { type_34 as type };
|
|
728
734
|
}
|
|
729
735
|
namespace Node {
|
|
730
|
-
const
|
|
731
|
-
export {
|
|
736
|
+
const description_72: string;
|
|
737
|
+
export { description_72 as description };
|
|
732
738
|
const anyOf_24: ({
|
|
733
739
|
enum: boolean[];
|
|
734
740
|
$ref?: undefined;
|
|
@@ -739,62 +745,62 @@ export declare namespace definitions {
|
|
|
739
745
|
export { anyOf_24 as anyOf };
|
|
740
746
|
}
|
|
741
747
|
namespace NodeOptions {
|
|
742
|
-
const
|
|
743
|
-
export {
|
|
748
|
+
const description_73: string;
|
|
749
|
+
export { description_73 as description };
|
|
744
750
|
const type_35: string;
|
|
745
751
|
export { type_35 as type };
|
|
746
752
|
const additionalProperties_11: boolean;
|
|
747
753
|
export { additionalProperties_11 as additionalProperties };
|
|
748
754
|
export namespace properties_10 {
|
|
749
755
|
namespace __dirname {
|
|
750
|
-
const description_73: string;
|
|
751
|
-
export { description_73 as description };
|
|
752
|
-
const _enum_3: (string | boolean)[];
|
|
753
|
-
export { _enum_3 as enum };
|
|
754
|
-
}
|
|
755
|
-
namespace __filename {
|
|
756
756
|
const description_74: string;
|
|
757
757
|
export { description_74 as description };
|
|
758
758
|
const _enum_4: (string | boolean)[];
|
|
759
759
|
export { _enum_4 as enum };
|
|
760
760
|
}
|
|
761
|
-
namespace
|
|
761
|
+
namespace __filename {
|
|
762
762
|
const description_75: string;
|
|
763
763
|
export { description_75 as description };
|
|
764
764
|
const _enum_5: (string | boolean)[];
|
|
765
765
|
export { _enum_5 as enum };
|
|
766
766
|
}
|
|
767
|
+
namespace global {
|
|
768
|
+
const description_76: string;
|
|
769
|
+
export { description_76 as description };
|
|
770
|
+
const _enum_6: (string | boolean)[];
|
|
771
|
+
export { _enum_6 as enum };
|
|
772
|
+
}
|
|
767
773
|
}
|
|
768
774
|
export { properties_10 as properties };
|
|
769
775
|
}
|
|
770
776
|
namespace Optimization {
|
|
771
|
-
const
|
|
772
|
-
export {
|
|
777
|
+
const description_77: string;
|
|
778
|
+
export { description_77 as description };
|
|
773
779
|
const type_36: string;
|
|
774
780
|
export { type_36 as type };
|
|
775
781
|
const additionalProperties_12: boolean;
|
|
776
782
|
export { additionalProperties_12 as additionalProperties };
|
|
777
783
|
export namespace properties_11 {
|
|
778
784
|
namespace chunkIds {
|
|
779
|
-
const description_77: string;
|
|
780
|
-
export { description_77 as description };
|
|
781
|
-
const _enum_6: string[];
|
|
782
|
-
export { _enum_6 as enum };
|
|
783
|
-
}
|
|
784
|
-
namespace minimize {
|
|
785
785
|
const description_78: string;
|
|
786
786
|
export { description_78 as description };
|
|
787
|
+
const _enum_7: string[];
|
|
788
|
+
export { _enum_7 as enum };
|
|
789
|
+
}
|
|
790
|
+
namespace minimize {
|
|
791
|
+
const description_79: string;
|
|
792
|
+
export { description_79 as description };
|
|
787
793
|
const type_37: string;
|
|
788
794
|
export { type_37 as type };
|
|
789
795
|
}
|
|
790
796
|
namespace minimizer {
|
|
791
|
-
const
|
|
792
|
-
export {
|
|
797
|
+
const description_80: string;
|
|
798
|
+
export { description_80 as description };
|
|
793
799
|
const type_38: string;
|
|
794
800
|
export { type_38 as type };
|
|
795
801
|
export namespace items_3 {
|
|
796
|
-
const
|
|
797
|
-
export {
|
|
802
|
+
const description_81: string;
|
|
803
|
+
export { description_81 as description };
|
|
798
804
|
const anyOf_25: ({
|
|
799
805
|
enum: string[];
|
|
800
806
|
$ref?: undefined;
|
|
@@ -807,14 +813,14 @@ export declare namespace definitions {
|
|
|
807
813
|
export { items_3 as items };
|
|
808
814
|
}
|
|
809
815
|
namespace moduleIds {
|
|
810
|
-
const description_81: string;
|
|
811
|
-
export { description_81 as description };
|
|
812
|
-
const _enum_7: string[];
|
|
813
|
-
export { _enum_7 as enum };
|
|
814
|
-
}
|
|
815
|
-
namespace removeAvailableModules {
|
|
816
816
|
const description_82: string;
|
|
817
817
|
export { description_82 as description };
|
|
818
|
+
const _enum_8: string[];
|
|
819
|
+
export { _enum_8 as enum };
|
|
820
|
+
}
|
|
821
|
+
namespace removeAvailableModules {
|
|
822
|
+
const description_83: string;
|
|
823
|
+
export { description_83 as description };
|
|
818
824
|
const type_39: string;
|
|
819
825
|
export { type_39 as type };
|
|
820
826
|
}
|
|
@@ -823,8 +829,8 @@ export declare namespace definitions {
|
|
|
823
829
|
export { $ref_11 as $ref };
|
|
824
830
|
}
|
|
825
831
|
namespace sideEffects {
|
|
826
|
-
const
|
|
827
|
-
export {
|
|
832
|
+
const description_84: string;
|
|
833
|
+
export { description_84 as description };
|
|
828
834
|
const anyOf_26: ({
|
|
829
835
|
enum: string[];
|
|
830
836
|
type?: undefined;
|
|
@@ -835,8 +841,8 @@ export declare namespace definitions {
|
|
|
835
841
|
export { anyOf_26 as anyOf };
|
|
836
842
|
}
|
|
837
843
|
namespace splitChunks {
|
|
838
|
-
const
|
|
839
|
-
export {
|
|
844
|
+
const description_85: string;
|
|
845
|
+
export { description_85 as description };
|
|
840
846
|
const anyOf_27: ({
|
|
841
847
|
enum: boolean[];
|
|
842
848
|
$ref?: undefined;
|
|
@@ -850,8 +856,8 @@ export declare namespace definitions {
|
|
|
850
856
|
export { properties_11 as properties };
|
|
851
857
|
}
|
|
852
858
|
namespace OptimizationRuntimeChunk {
|
|
853
|
-
const
|
|
854
|
-
export {
|
|
859
|
+
const description_86: string;
|
|
860
|
+
export { description_86 as description };
|
|
855
861
|
const anyOf_28: ({
|
|
856
862
|
enum: string[];
|
|
857
863
|
type?: undefined;
|
|
@@ -882,16 +888,16 @@ export declare namespace definitions {
|
|
|
882
888
|
export { anyOf_28 as anyOf };
|
|
883
889
|
}
|
|
884
890
|
namespace OptimizationSplitChunksCacheGroup {
|
|
885
|
-
const
|
|
886
|
-
export {
|
|
891
|
+
const description_87: string;
|
|
892
|
+
export { description_87 as description };
|
|
887
893
|
const type_40: string;
|
|
888
894
|
export { type_40 as type };
|
|
889
895
|
const additionalProperties_13: boolean;
|
|
890
896
|
export { additionalProperties_13 as additionalProperties };
|
|
891
897
|
export namespace properties_12 {
|
|
892
898
|
export namespace chunks {
|
|
893
|
-
const
|
|
894
|
-
export {
|
|
899
|
+
const description_88: string;
|
|
900
|
+
export { description_88 as description };
|
|
895
901
|
const anyOf_29: ({
|
|
896
902
|
enum: string[];
|
|
897
903
|
instanceof?: undefined;
|
|
@@ -902,15 +908,15 @@ export declare namespace definitions {
|
|
|
902
908
|
export { anyOf_29 as anyOf };
|
|
903
909
|
}
|
|
904
910
|
export namespace minChunks {
|
|
905
|
-
const
|
|
906
|
-
export {
|
|
911
|
+
const description_89: string;
|
|
912
|
+
export { description_89 as description };
|
|
907
913
|
const type_41: string;
|
|
908
914
|
export { type_41 as type };
|
|
909
915
|
export const minimum: number;
|
|
910
916
|
}
|
|
911
917
|
export namespace name_1 {
|
|
912
|
-
const
|
|
913
|
-
export {
|
|
918
|
+
const description_90: string;
|
|
919
|
+
export { description_90 as description };
|
|
914
920
|
const anyOf_30: ({
|
|
915
921
|
enum: boolean[];
|
|
916
922
|
type?: undefined;
|
|
@@ -928,20 +934,20 @@ export declare namespace definitions {
|
|
|
928
934
|
}
|
|
929
935
|
export { name_1 as name };
|
|
930
936
|
export namespace priority {
|
|
931
|
-
const
|
|
932
|
-
export {
|
|
937
|
+
const description_91: string;
|
|
938
|
+
export { description_91 as description };
|
|
933
939
|
const type_42: string;
|
|
934
940
|
export { type_42 as type };
|
|
935
941
|
}
|
|
936
942
|
export namespace reuseExistingChunk {
|
|
937
|
-
const
|
|
938
|
-
export {
|
|
943
|
+
const description_92: string;
|
|
944
|
+
export { description_92 as description };
|
|
939
945
|
const type_43: string;
|
|
940
946
|
export { type_43 as type };
|
|
941
947
|
}
|
|
942
948
|
export namespace test {
|
|
943
|
-
const
|
|
944
|
-
export {
|
|
949
|
+
const description_93: string;
|
|
950
|
+
export { description_93 as description };
|
|
945
951
|
const anyOf_31: {
|
|
946
952
|
instanceof: string;
|
|
947
953
|
}[];
|
|
@@ -951,21 +957,21 @@ export declare namespace definitions {
|
|
|
951
957
|
export { properties_12 as properties };
|
|
952
958
|
}
|
|
953
959
|
namespace OptimizationSplitChunksOptions {
|
|
954
|
-
const
|
|
955
|
-
export {
|
|
960
|
+
const description_94: string;
|
|
961
|
+
export { description_94 as description };
|
|
956
962
|
const type_44: string;
|
|
957
963
|
export { type_44 as type };
|
|
958
964
|
const additionalProperties_14: boolean;
|
|
959
965
|
export { additionalProperties_14 as additionalProperties };
|
|
960
966
|
export namespace properties_13 {
|
|
961
967
|
export namespace cacheGroups {
|
|
962
|
-
const
|
|
963
|
-
export {
|
|
968
|
+
const description_95: string;
|
|
969
|
+
export { description_95 as description };
|
|
964
970
|
const type_45: string;
|
|
965
971
|
export { type_45 as type };
|
|
966
972
|
export namespace additionalProperties_15 {
|
|
967
|
-
const
|
|
968
|
-
export {
|
|
973
|
+
const description_96: string;
|
|
974
|
+
export { description_96 as description };
|
|
969
975
|
const anyOf_32: {
|
|
970
976
|
$ref: string;
|
|
971
977
|
}[];
|
|
@@ -974,8 +980,8 @@ export declare namespace definitions {
|
|
|
974
980
|
export { additionalProperties_15 as additionalProperties };
|
|
975
981
|
}
|
|
976
982
|
export namespace chunks_1 {
|
|
977
|
-
const
|
|
978
|
-
export {
|
|
983
|
+
const description_97: string;
|
|
984
|
+
export { description_97 as description };
|
|
979
985
|
const anyOf_33: {
|
|
980
986
|
enum: string[];
|
|
981
987
|
}[];
|
|
@@ -983,32 +989,32 @@ export declare namespace definitions {
|
|
|
983
989
|
}
|
|
984
990
|
export { chunks_1 as chunks };
|
|
985
991
|
export namespace enforceSizeThreshold {
|
|
986
|
-
const
|
|
987
|
-
export {
|
|
992
|
+
const description_98: string;
|
|
993
|
+
export { description_98 as description };
|
|
988
994
|
const oneOf_8: {
|
|
989
995
|
$ref: string;
|
|
990
996
|
}[];
|
|
991
997
|
export { oneOf_8 as oneOf };
|
|
992
998
|
}
|
|
993
999
|
export namespace maxAsyncRequests {
|
|
994
|
-
const
|
|
995
|
-
export {
|
|
1000
|
+
const description_99: string;
|
|
1001
|
+
export { description_99 as description };
|
|
996
1002
|
const type_46: string;
|
|
997
1003
|
export { type_46 as type };
|
|
998
1004
|
const minimum_1: number;
|
|
999
1005
|
export { minimum_1 as minimum };
|
|
1000
1006
|
}
|
|
1001
1007
|
export namespace maxInitialRequests {
|
|
1002
|
-
const
|
|
1003
|
-
export {
|
|
1008
|
+
const description_100: string;
|
|
1009
|
+
export { description_100 as description };
|
|
1004
1010
|
const type_47: string;
|
|
1005
1011
|
export { type_47 as type };
|
|
1006
1012
|
const minimum_2: number;
|
|
1007
1013
|
export { minimum_2 as minimum };
|
|
1008
1014
|
}
|
|
1009
1015
|
export namespace minChunks_1 {
|
|
1010
|
-
const
|
|
1011
|
-
export {
|
|
1016
|
+
const description_101: string;
|
|
1017
|
+
export { description_101 as description };
|
|
1012
1018
|
const type_48: string;
|
|
1013
1019
|
export { type_48 as type };
|
|
1014
1020
|
const minimum_3: number;
|
|
@@ -1016,16 +1022,16 @@ export declare namespace definitions {
|
|
|
1016
1022
|
}
|
|
1017
1023
|
export { minChunks_1 as minChunks };
|
|
1018
1024
|
export namespace minRemainingSize {
|
|
1019
|
-
const
|
|
1020
|
-
export {
|
|
1025
|
+
const description_102: string;
|
|
1026
|
+
export { description_102 as description };
|
|
1021
1027
|
const oneOf_9: {
|
|
1022
1028
|
$ref: string;
|
|
1023
1029
|
}[];
|
|
1024
1030
|
export { oneOf_9 as oneOf };
|
|
1025
1031
|
}
|
|
1026
1032
|
export namespace minSize {
|
|
1027
|
-
const
|
|
1028
|
-
export {
|
|
1033
|
+
const description_103: string;
|
|
1034
|
+
export { description_103 as description };
|
|
1029
1035
|
const oneOf_10: {
|
|
1030
1036
|
$ref: string;
|
|
1031
1037
|
}[];
|
|
@@ -1035,8 +1041,8 @@ export declare namespace definitions {
|
|
|
1035
1041
|
export { properties_13 as properties };
|
|
1036
1042
|
}
|
|
1037
1043
|
namespace OptimizationSplitChunksSizes {
|
|
1038
|
-
const
|
|
1039
|
-
export {
|
|
1044
|
+
const description_104: string;
|
|
1045
|
+
export { description_104 as description };
|
|
1040
1046
|
const anyOf_34: {
|
|
1041
1047
|
description: string;
|
|
1042
1048
|
type: string;
|
|
@@ -1045,16 +1051,22 @@ export declare namespace definitions {
|
|
|
1045
1051
|
export { anyOf_34 as anyOf };
|
|
1046
1052
|
}
|
|
1047
1053
|
namespace Iife {
|
|
1048
|
-
const
|
|
1049
|
-
export {
|
|
1054
|
+
const description_105: string;
|
|
1055
|
+
export { description_105 as description };
|
|
1050
1056
|
const type_49: string;
|
|
1051
1057
|
export { type_49 as type };
|
|
1052
1058
|
}
|
|
1053
|
-
namespace
|
|
1054
|
-
const
|
|
1055
|
-
export {
|
|
1059
|
+
namespace Clean {
|
|
1060
|
+
const description_106: string;
|
|
1061
|
+
export { description_106 as description };
|
|
1056
1062
|
const type_50: string;
|
|
1057
1063
|
export { type_50 as type };
|
|
1064
|
+
}
|
|
1065
|
+
namespace Output {
|
|
1066
|
+
const description_107: string;
|
|
1067
|
+
export { description_107 as description };
|
|
1068
|
+
const type_51: string;
|
|
1069
|
+
export { type_51 as type };
|
|
1058
1070
|
const additionalProperties_16: boolean;
|
|
1059
1071
|
export { additionalProperties_16 as additionalProperties };
|
|
1060
1072
|
export namespace properties_14 {
|
|
@@ -1062,10 +1074,14 @@ export declare namespace definitions {
|
|
|
1062
1074
|
const $ref_12: string;
|
|
1063
1075
|
export { $ref_12 as $ref };
|
|
1064
1076
|
}
|
|
1065
|
-
export namespace
|
|
1077
|
+
export namespace clean {
|
|
1066
1078
|
const $ref_13: string;
|
|
1067
1079
|
export { $ref_13 as $ref };
|
|
1068
1080
|
}
|
|
1081
|
+
export namespace assetModuleFilename {
|
|
1082
|
+
const $ref_14: string;
|
|
1083
|
+
export { $ref_14 as $ref };
|
|
1084
|
+
}
|
|
1069
1085
|
export namespace auxiliaryComment_1 {
|
|
1070
1086
|
const oneOf_11: {
|
|
1071
1087
|
$ref: string;
|
|
@@ -1074,50 +1090,54 @@ export declare namespace definitions {
|
|
|
1074
1090
|
}
|
|
1075
1091
|
export { auxiliaryComment_1 as auxiliaryComment };
|
|
1076
1092
|
export namespace chunkFilename {
|
|
1077
|
-
const $ref_14: string;
|
|
1078
|
-
export { $ref_14 as $ref };
|
|
1079
|
-
}
|
|
1080
|
-
export namespace cssChunkFilename {
|
|
1081
1093
|
const $ref_15: string;
|
|
1082
1094
|
export { $ref_15 as $ref };
|
|
1083
1095
|
}
|
|
1084
|
-
export namespace
|
|
1096
|
+
export namespace crossOriginLoading {
|
|
1085
1097
|
const $ref_16: string;
|
|
1086
1098
|
export { $ref_16 as $ref };
|
|
1087
1099
|
}
|
|
1088
|
-
export namespace
|
|
1100
|
+
export namespace cssChunkFilename {
|
|
1089
1101
|
const $ref_17: string;
|
|
1090
1102
|
export { $ref_17 as $ref };
|
|
1091
1103
|
}
|
|
1092
|
-
export namespace
|
|
1104
|
+
export namespace cssFilename {
|
|
1093
1105
|
const $ref_18: string;
|
|
1094
1106
|
export { $ref_18 as $ref };
|
|
1095
1107
|
}
|
|
1096
|
-
export
|
|
1097
|
-
export namespace webassemblyModuleFilename {
|
|
1108
|
+
export namespace enabledWasmLoadingTypes {
|
|
1098
1109
|
const $ref_19: string;
|
|
1099
1110
|
export { $ref_19 as $ref };
|
|
1100
1111
|
}
|
|
1101
|
-
export namespace
|
|
1112
|
+
export namespace wasmLoading_1 {
|
|
1102
1113
|
const $ref_20: string;
|
|
1103
1114
|
export { $ref_20 as $ref };
|
|
1104
1115
|
}
|
|
1105
|
-
export
|
|
1116
|
+
export { wasmLoading_1 as wasmLoading };
|
|
1117
|
+
export namespace webassemblyModuleFilename {
|
|
1106
1118
|
const $ref_21: string;
|
|
1107
1119
|
export { $ref_21 as $ref };
|
|
1108
1120
|
}
|
|
1109
|
-
export namespace
|
|
1121
|
+
export namespace enabledLibraryTypes {
|
|
1110
1122
|
const $ref_22: string;
|
|
1111
1123
|
export { $ref_22 as $ref };
|
|
1112
1124
|
}
|
|
1113
|
-
export namespace
|
|
1125
|
+
export namespace filename {
|
|
1114
1126
|
const $ref_23: string;
|
|
1115
1127
|
export { $ref_23 as $ref };
|
|
1116
1128
|
}
|
|
1117
|
-
export namespace
|
|
1129
|
+
export namespace globalObject {
|
|
1118
1130
|
const $ref_24: string;
|
|
1119
1131
|
export { $ref_24 as $ref };
|
|
1120
1132
|
}
|
|
1133
|
+
export namespace importFunctionName {
|
|
1134
|
+
const $ref_25: string;
|
|
1135
|
+
export { $ref_25 as $ref };
|
|
1136
|
+
}
|
|
1137
|
+
export namespace library {
|
|
1138
|
+
const $ref_26: string;
|
|
1139
|
+
export { $ref_26 as $ref };
|
|
1140
|
+
}
|
|
1121
1141
|
export namespace libraryExport {
|
|
1122
1142
|
const oneOf_12: {
|
|
1123
1143
|
$ref: string;
|
|
@@ -1131,20 +1151,20 @@ export declare namespace definitions {
|
|
|
1131
1151
|
export { oneOf_13 as oneOf };
|
|
1132
1152
|
}
|
|
1133
1153
|
export namespace module {
|
|
1134
|
-
const $
|
|
1135
|
-
export { $
|
|
1154
|
+
const $ref_27: string;
|
|
1155
|
+
export { $ref_27 as $ref };
|
|
1136
1156
|
}
|
|
1137
1157
|
export namespace path {
|
|
1138
|
-
const $
|
|
1139
|
-
export { $
|
|
1158
|
+
const $ref_28: string;
|
|
1159
|
+
export { $ref_28 as $ref };
|
|
1140
1160
|
}
|
|
1141
1161
|
export namespace publicPath {
|
|
1142
|
-
const $
|
|
1143
|
-
export { $
|
|
1162
|
+
const $ref_29: string;
|
|
1163
|
+
export { $ref_29 as $ref };
|
|
1144
1164
|
}
|
|
1145
1165
|
export namespace strictModuleErrorHandling {
|
|
1146
|
-
const $
|
|
1147
|
-
export { $
|
|
1166
|
+
const $ref_30: string;
|
|
1167
|
+
export { $ref_30 as $ref };
|
|
1148
1168
|
}
|
|
1149
1169
|
export namespace umdNamedDefine_1 {
|
|
1150
1170
|
const oneOf_14: {
|
|
@@ -1154,54 +1174,58 @@ export declare namespace definitions {
|
|
|
1154
1174
|
}
|
|
1155
1175
|
export { umdNamedDefine_1 as umdNamedDefine };
|
|
1156
1176
|
export namespace uniqueName {
|
|
1157
|
-
const $
|
|
1158
|
-
export { $
|
|
1177
|
+
const $ref_31: string;
|
|
1178
|
+
export { $ref_31 as $ref };
|
|
1179
|
+
}
|
|
1180
|
+
export namespace chunkLoadingGlobal {
|
|
1181
|
+
const $ref_32: string;
|
|
1182
|
+
export { $ref_32 as $ref };
|
|
1159
1183
|
}
|
|
1160
1184
|
}
|
|
1161
1185
|
export { properties_14 as properties };
|
|
1162
1186
|
}
|
|
1163
1187
|
namespace OutputModule {
|
|
1164
|
-
const
|
|
1165
|
-
export {
|
|
1166
|
-
const type_51: string;
|
|
1167
|
-
export { type_51 as type };
|
|
1168
|
-
}
|
|
1169
|
-
namespace ParserOptionsByModuleType {
|
|
1170
|
-
const description_107: string;
|
|
1171
|
-
export { description_107 as description };
|
|
1188
|
+
const description_108: string;
|
|
1189
|
+
export { description_108 as description };
|
|
1172
1190
|
const type_52: string;
|
|
1173
1191
|
export { type_52 as type };
|
|
1192
|
+
}
|
|
1193
|
+
namespace ParserOptionsByModuleType {
|
|
1194
|
+
const description_109: string;
|
|
1195
|
+
export { description_109 as description };
|
|
1196
|
+
const type_53: string;
|
|
1197
|
+
export { type_53 as type };
|
|
1174
1198
|
export namespace additionalProperties_17 {
|
|
1175
|
-
const
|
|
1176
|
-
export {
|
|
1177
|
-
const
|
|
1178
|
-
export {
|
|
1199
|
+
const description_110: string;
|
|
1200
|
+
export { description_110 as description };
|
|
1201
|
+
const type_54: string;
|
|
1202
|
+
export { type_54 as type };
|
|
1179
1203
|
const additionalProperties_18: boolean;
|
|
1180
1204
|
export { additionalProperties_18 as additionalProperties };
|
|
1181
1205
|
}
|
|
1182
1206
|
export { additionalProperties_17 as additionalProperties };
|
|
1183
1207
|
export namespace properties_15 {
|
|
1184
1208
|
namespace asset {
|
|
1185
|
-
const $
|
|
1186
|
-
export { $
|
|
1209
|
+
const $ref_33: string;
|
|
1210
|
+
export { $ref_33 as $ref };
|
|
1187
1211
|
}
|
|
1188
1212
|
}
|
|
1189
1213
|
export { properties_15 as properties };
|
|
1190
1214
|
}
|
|
1191
1215
|
namespace Path {
|
|
1192
|
-
const
|
|
1193
|
-
export {
|
|
1194
|
-
const type_54: string;
|
|
1195
|
-
export { type_54 as type };
|
|
1196
|
-
}
|
|
1197
|
-
namespace Plugins {
|
|
1198
|
-
const description_110: string;
|
|
1199
|
-
export { description_110 as description };
|
|
1216
|
+
const description_111: string;
|
|
1217
|
+
export { description_111 as description };
|
|
1200
1218
|
const type_55: string;
|
|
1201
1219
|
export { type_55 as type };
|
|
1220
|
+
}
|
|
1221
|
+
namespace Plugins {
|
|
1222
|
+
const description_112: string;
|
|
1223
|
+
export { description_112 as description };
|
|
1224
|
+
const type_56: string;
|
|
1225
|
+
export { type_56 as type };
|
|
1202
1226
|
export namespace items_4 {
|
|
1203
|
-
const
|
|
1204
|
-
export {
|
|
1227
|
+
const description_113: string;
|
|
1228
|
+
export { description_113 as description };
|
|
1205
1229
|
const anyOf_35: {
|
|
1206
1230
|
$ref: string;
|
|
1207
1231
|
}[];
|
|
@@ -1210,8 +1234,8 @@ export declare namespace definitions {
|
|
|
1210
1234
|
export { items_4 as items };
|
|
1211
1235
|
}
|
|
1212
1236
|
namespace PublicPath {
|
|
1213
|
-
const
|
|
1214
|
-
export {
|
|
1237
|
+
const description_114: string;
|
|
1238
|
+
export { description_114 as description };
|
|
1215
1239
|
const anyOf_36: ({
|
|
1216
1240
|
enum: string[];
|
|
1217
1241
|
$ref?: undefined;
|
|
@@ -1222,24 +1246,24 @@ export declare namespace definitions {
|
|
|
1222
1246
|
export { anyOf_36 as anyOf };
|
|
1223
1247
|
}
|
|
1224
1248
|
namespace RawPublicPath {
|
|
1225
|
-
const
|
|
1226
|
-
export {
|
|
1249
|
+
const description_115: string;
|
|
1250
|
+
export { description_115 as description };
|
|
1227
1251
|
const anyOf_37: {
|
|
1228
1252
|
type: string;
|
|
1229
1253
|
}[];
|
|
1230
1254
|
export { anyOf_37 as anyOf };
|
|
1231
1255
|
}
|
|
1232
1256
|
namespace Resolve {
|
|
1233
|
-
const
|
|
1234
|
-
export {
|
|
1257
|
+
const description_116: string;
|
|
1258
|
+
export { description_116 as description };
|
|
1235
1259
|
const oneOf_15: {
|
|
1236
1260
|
$ref: string;
|
|
1237
1261
|
}[];
|
|
1238
1262
|
export { oneOf_15 as oneOf };
|
|
1239
1263
|
}
|
|
1240
1264
|
namespace ResolveAlias {
|
|
1241
|
-
const
|
|
1242
|
-
export {
|
|
1265
|
+
const description_117: string;
|
|
1266
|
+
export { description_117 as description };
|
|
1243
1267
|
const anyOf_38: {
|
|
1244
1268
|
type: string;
|
|
1245
1269
|
additionalProperties: {
|
|
@@ -1272,65 +1296,71 @@ export declare namespace definitions {
|
|
|
1272
1296
|
export { anyOf_38 as anyOf };
|
|
1273
1297
|
}
|
|
1274
1298
|
namespace ResolveOptions {
|
|
1275
|
-
const
|
|
1276
|
-
export {
|
|
1277
|
-
const
|
|
1278
|
-
export {
|
|
1299
|
+
const description_118: string;
|
|
1300
|
+
export { description_118 as description };
|
|
1301
|
+
const type_57: string;
|
|
1302
|
+
export { type_57 as type };
|
|
1279
1303
|
const additionalProperties_19: boolean;
|
|
1280
1304
|
export { additionalProperties_19 as additionalProperties };
|
|
1281
1305
|
export namespace properties_16 {
|
|
1282
1306
|
namespace alias {
|
|
1283
|
-
const $
|
|
1284
|
-
export { $
|
|
1307
|
+
const $ref_34: string;
|
|
1308
|
+
export { $ref_34 as $ref };
|
|
1285
1309
|
}
|
|
1286
1310
|
namespace browserField {
|
|
1287
|
-
const
|
|
1288
|
-
export {
|
|
1289
|
-
const type_57: string;
|
|
1290
|
-
export { type_57 as type };
|
|
1291
|
-
}
|
|
1292
|
-
namespace conditionNames {
|
|
1293
|
-
const description_118: string;
|
|
1294
|
-
export { description_118 as description };
|
|
1311
|
+
const description_119: string;
|
|
1312
|
+
export { description_119 as description };
|
|
1295
1313
|
const type_58: string;
|
|
1296
1314
|
export { type_58 as type };
|
|
1315
|
+
}
|
|
1316
|
+
namespace conditionNames {
|
|
1317
|
+
const description_120: string;
|
|
1318
|
+
export { description_120 as description };
|
|
1319
|
+
const type_59: string;
|
|
1320
|
+
export { type_59 as type };
|
|
1297
1321
|
export namespace items_5 {
|
|
1298
|
-
const
|
|
1299
|
-
export {
|
|
1300
|
-
const
|
|
1301
|
-
export {
|
|
1322
|
+
const description_121: string;
|
|
1323
|
+
export { description_121 as description };
|
|
1324
|
+
const type_60: string;
|
|
1325
|
+
export { type_60 as type };
|
|
1302
1326
|
}
|
|
1303
1327
|
export { items_5 as items };
|
|
1304
1328
|
}
|
|
1305
1329
|
namespace extensions {
|
|
1306
|
-
const
|
|
1307
|
-
export {
|
|
1308
|
-
const
|
|
1309
|
-
export {
|
|
1330
|
+
const description_122: string;
|
|
1331
|
+
export { description_122 as description };
|
|
1332
|
+
const type_61: string;
|
|
1333
|
+
export { type_61 as type };
|
|
1310
1334
|
export namespace items_6 {
|
|
1311
|
-
const
|
|
1312
|
-
export {
|
|
1313
|
-
const
|
|
1314
|
-
export {
|
|
1335
|
+
const description_123: string;
|
|
1336
|
+
export { description_123 as description };
|
|
1337
|
+
const type_62: string;
|
|
1338
|
+
export { type_62 as type };
|
|
1315
1339
|
}
|
|
1316
1340
|
export { items_6 as items };
|
|
1317
1341
|
}
|
|
1318
1342
|
namespace fallback {
|
|
1319
|
-
const
|
|
1320
|
-
export {
|
|
1343
|
+
const description_124: string;
|
|
1344
|
+
export { description_124 as description };
|
|
1321
1345
|
const oneOf_16: {
|
|
1322
1346
|
$ref: string;
|
|
1323
1347
|
}[];
|
|
1324
1348
|
export { oneOf_16 as oneOf };
|
|
1325
1349
|
}
|
|
1350
|
+
namespace fullySpecified {
|
|
1351
|
+
const description_125: string;
|
|
1352
|
+
export { description_125 as description };
|
|
1353
|
+
const type_63: string;
|
|
1354
|
+
export { type_63 as type };
|
|
1355
|
+
}
|
|
1326
1356
|
namespace mainFields {
|
|
1327
|
-
const
|
|
1328
|
-
export {
|
|
1329
|
-
const
|
|
1330
|
-
export {
|
|
1357
|
+
const description_126: string;
|
|
1358
|
+
export { description_126 as description };
|
|
1359
|
+
const type_64: string;
|
|
1360
|
+
export { type_64 as type };
|
|
1331
1361
|
export namespace items_7 {
|
|
1332
|
-
const
|
|
1333
|
-
export {
|
|
1362
|
+
const description_127: string;
|
|
1363
|
+
export { description_127 as description };
|
|
1334
1364
|
const anyOf_39: ({
|
|
1335
1365
|
type: string;
|
|
1336
1366
|
items: {
|
|
@@ -1349,49 +1379,49 @@ export declare namespace definitions {
|
|
|
1349
1379
|
export { items_7 as items };
|
|
1350
1380
|
}
|
|
1351
1381
|
namespace mainFiles {
|
|
1352
|
-
const
|
|
1353
|
-
export {
|
|
1354
|
-
const
|
|
1355
|
-
export {
|
|
1382
|
+
const description_128: string;
|
|
1383
|
+
export { description_128 as description };
|
|
1384
|
+
const type_65: string;
|
|
1385
|
+
export { type_65 as type };
|
|
1356
1386
|
export namespace items_8 {
|
|
1357
|
-
const
|
|
1358
|
-
export {
|
|
1359
|
-
const
|
|
1360
|
-
export {
|
|
1387
|
+
const description_129: string;
|
|
1388
|
+
export { description_129 as description };
|
|
1389
|
+
const type_66: string;
|
|
1390
|
+
export { type_66 as type };
|
|
1361
1391
|
const minLength_3: number;
|
|
1362
1392
|
export { minLength_3 as minLength };
|
|
1363
1393
|
}
|
|
1364
1394
|
export { items_8 as items };
|
|
1365
1395
|
}
|
|
1366
1396
|
namespace modules {
|
|
1367
|
-
const
|
|
1368
|
-
export {
|
|
1369
|
-
const
|
|
1370
|
-
export {
|
|
1397
|
+
const description_130: string;
|
|
1398
|
+
export { description_130 as description };
|
|
1399
|
+
const type_67: string;
|
|
1400
|
+
export { type_67 as type };
|
|
1371
1401
|
export namespace items_9 {
|
|
1372
|
-
const
|
|
1373
|
-
export {
|
|
1374
|
-
const
|
|
1375
|
-
export {
|
|
1402
|
+
const description_131: string;
|
|
1403
|
+
export { description_131 as description };
|
|
1404
|
+
const type_68: string;
|
|
1405
|
+
export { type_68 as type };
|
|
1376
1406
|
const minLength_4: number;
|
|
1377
1407
|
export { minLength_4 as minLength };
|
|
1378
1408
|
}
|
|
1379
1409
|
export { items_9 as items };
|
|
1380
1410
|
}
|
|
1381
1411
|
namespace preferRelative {
|
|
1382
|
-
const
|
|
1383
|
-
export {
|
|
1384
|
-
const
|
|
1385
|
-
export {
|
|
1412
|
+
const description_132: string;
|
|
1413
|
+
export { description_132 as description };
|
|
1414
|
+
const type_69: string;
|
|
1415
|
+
export { type_69 as type };
|
|
1386
1416
|
}
|
|
1387
1417
|
namespace byDependency {
|
|
1388
|
-
const
|
|
1389
|
-
export {
|
|
1390
|
-
const
|
|
1391
|
-
export {
|
|
1418
|
+
const description_133: string;
|
|
1419
|
+
export { description_133 as description };
|
|
1420
|
+
const type_70: string;
|
|
1421
|
+
export { type_70 as type };
|
|
1392
1422
|
export namespace additionalProperties_20 {
|
|
1393
|
-
const
|
|
1394
|
-
export {
|
|
1423
|
+
const description_134: string;
|
|
1424
|
+
export { description_134 as description };
|
|
1395
1425
|
const oneOf_17: {
|
|
1396
1426
|
$ref: string;
|
|
1397
1427
|
}[];
|
|
@@ -1400,17 +1430,17 @@ export declare namespace definitions {
|
|
|
1400
1430
|
export { additionalProperties_20 as additionalProperties };
|
|
1401
1431
|
}
|
|
1402
1432
|
namespace tsConfigPath {
|
|
1403
|
-
const
|
|
1404
|
-
export {
|
|
1405
|
-
const
|
|
1406
|
-
export {
|
|
1433
|
+
const description_135: string;
|
|
1434
|
+
export { description_135 as description };
|
|
1435
|
+
const type_71: string;
|
|
1436
|
+
export { type_71 as type };
|
|
1407
1437
|
}
|
|
1408
1438
|
}
|
|
1409
1439
|
export { properties_16 as properties };
|
|
1410
1440
|
}
|
|
1411
1441
|
namespace RuleSetCondition {
|
|
1412
|
-
const
|
|
1413
|
-
export {
|
|
1442
|
+
const description_136: string;
|
|
1443
|
+
export { description_136 as description };
|
|
1414
1444
|
const anyOf_40: ({
|
|
1415
1445
|
instanceof: string;
|
|
1416
1446
|
type?: undefined;
|
|
@@ -1427,21 +1457,21 @@ export declare namespace definitions {
|
|
|
1427
1457
|
export { anyOf_40 as anyOf };
|
|
1428
1458
|
}
|
|
1429
1459
|
namespace RuleSetConditionOrConditions {
|
|
1430
|
-
const
|
|
1431
|
-
export {
|
|
1460
|
+
const description_137: string;
|
|
1461
|
+
export { description_137 as description };
|
|
1432
1462
|
const anyOf_41: {
|
|
1433
1463
|
$ref: string;
|
|
1434
1464
|
}[];
|
|
1435
1465
|
export { anyOf_41 as anyOf };
|
|
1436
1466
|
}
|
|
1437
1467
|
namespace RuleSetConditions {
|
|
1438
|
-
const
|
|
1439
|
-
export {
|
|
1440
|
-
const
|
|
1441
|
-
export {
|
|
1468
|
+
const description_138: string;
|
|
1469
|
+
export { description_138 as description };
|
|
1470
|
+
const type_72: string;
|
|
1471
|
+
export { type_72 as type };
|
|
1442
1472
|
export namespace items_10 {
|
|
1443
|
-
const
|
|
1444
|
-
export {
|
|
1473
|
+
const description_139: string;
|
|
1474
|
+
export { description_139 as description };
|
|
1445
1475
|
const oneOf_18: {
|
|
1446
1476
|
$ref: string;
|
|
1447
1477
|
}[];
|
|
@@ -1450,48 +1480,48 @@ export declare namespace definitions {
|
|
|
1450
1480
|
export { items_10 as items };
|
|
1451
1481
|
}
|
|
1452
1482
|
namespace RuleSetLoader {
|
|
1453
|
-
const
|
|
1454
|
-
export {
|
|
1455
|
-
const
|
|
1456
|
-
export {
|
|
1483
|
+
const description_140: string;
|
|
1484
|
+
export { description_140 as description };
|
|
1485
|
+
const type_73: string;
|
|
1486
|
+
export { type_73 as type };
|
|
1457
1487
|
const minLength_5: number;
|
|
1458
1488
|
export { minLength_5 as minLength };
|
|
1459
1489
|
}
|
|
1460
1490
|
namespace RuleSetLoaderOptions {
|
|
1461
|
-
const
|
|
1462
|
-
export {
|
|
1491
|
+
const description_141: string;
|
|
1492
|
+
export { description_141 as description };
|
|
1463
1493
|
const anyOf_42: {
|
|
1464
1494
|
type: string;
|
|
1465
1495
|
}[];
|
|
1466
1496
|
export { anyOf_42 as anyOf };
|
|
1467
1497
|
}
|
|
1468
1498
|
namespace RuleSetLogicalConditions {
|
|
1469
|
-
const
|
|
1470
|
-
export {
|
|
1471
|
-
const
|
|
1472
|
-
export {
|
|
1499
|
+
const description_142: string;
|
|
1500
|
+
export { description_142 as description };
|
|
1501
|
+
const type_74: string;
|
|
1502
|
+
export { type_74 as type };
|
|
1473
1503
|
const additionalProperties_21: boolean;
|
|
1474
1504
|
export { additionalProperties_21 as additionalProperties };
|
|
1475
1505
|
export namespace properties_17 {
|
|
1476
1506
|
namespace and {
|
|
1477
|
-
const
|
|
1478
|
-
export {
|
|
1507
|
+
const description_143: string;
|
|
1508
|
+
export { description_143 as description };
|
|
1479
1509
|
const oneOf_19: {
|
|
1480
1510
|
$ref: string;
|
|
1481
1511
|
}[];
|
|
1482
1512
|
export { oneOf_19 as oneOf };
|
|
1483
1513
|
}
|
|
1484
1514
|
namespace not {
|
|
1485
|
-
const
|
|
1486
|
-
export {
|
|
1515
|
+
const description_144: string;
|
|
1516
|
+
export { description_144 as description };
|
|
1487
1517
|
const oneOf_20: {
|
|
1488
1518
|
$ref: string;
|
|
1489
1519
|
}[];
|
|
1490
1520
|
export { oneOf_20 as oneOf };
|
|
1491
1521
|
}
|
|
1492
1522
|
namespace or {
|
|
1493
|
-
const
|
|
1494
|
-
export {
|
|
1523
|
+
const description_145: string;
|
|
1524
|
+
export { description_145 as description };
|
|
1495
1525
|
const oneOf_21: {
|
|
1496
1526
|
$ref: string;
|
|
1497
1527
|
}[];
|
|
@@ -1501,59 +1531,70 @@ export declare namespace definitions {
|
|
|
1501
1531
|
export { properties_17 as properties };
|
|
1502
1532
|
}
|
|
1503
1533
|
namespace RuleSetRule {
|
|
1504
|
-
const
|
|
1505
|
-
export {
|
|
1506
|
-
const
|
|
1507
|
-
export {
|
|
1534
|
+
const description_146: string;
|
|
1535
|
+
export { description_146 as description };
|
|
1536
|
+
const type_75: string;
|
|
1537
|
+
export { type_75 as type };
|
|
1508
1538
|
const additionalProperties_22: boolean;
|
|
1509
1539
|
export { additionalProperties_22 as additionalProperties };
|
|
1510
1540
|
export namespace properties_18 {
|
|
1511
1541
|
export namespace exclude {
|
|
1512
|
-
const
|
|
1513
|
-
export {
|
|
1542
|
+
const description_147: string;
|
|
1543
|
+
export { description_147 as description };
|
|
1514
1544
|
const oneOf_22: {
|
|
1515
1545
|
$ref: string;
|
|
1516
1546
|
}[];
|
|
1517
1547
|
export { oneOf_22 as oneOf };
|
|
1518
1548
|
}
|
|
1519
1549
|
export namespace generator {
|
|
1520
|
-
const
|
|
1521
|
-
export {
|
|
1522
|
-
const
|
|
1523
|
-
export {
|
|
1550
|
+
const description_148: string;
|
|
1551
|
+
export { description_148 as description };
|
|
1552
|
+
const type_76: string;
|
|
1553
|
+
export { type_76 as type };
|
|
1524
1554
|
}
|
|
1525
1555
|
export namespace include {
|
|
1526
|
-
const
|
|
1527
|
-
export {
|
|
1556
|
+
const description_149: string;
|
|
1557
|
+
export { description_149 as description };
|
|
1528
1558
|
const oneOf_23: {
|
|
1529
1559
|
$ref: string;
|
|
1530
1560
|
}[];
|
|
1531
1561
|
export { oneOf_23 as oneOf };
|
|
1532
1562
|
}
|
|
1533
1563
|
export namespace issuer {
|
|
1534
|
-
const
|
|
1535
|
-
export {
|
|
1564
|
+
const description_150: string;
|
|
1565
|
+
export { description_150 as description };
|
|
1536
1566
|
const oneOf_24: {
|
|
1537
1567
|
$ref: string;
|
|
1538
1568
|
}[];
|
|
1539
1569
|
export { oneOf_24 as oneOf };
|
|
1540
1570
|
}
|
|
1541
1571
|
export namespace dependency {
|
|
1542
|
-
const
|
|
1543
|
-
export {
|
|
1572
|
+
const description_151: string;
|
|
1573
|
+
export { description_151 as description };
|
|
1544
1574
|
const oneOf_25: {
|
|
1545
1575
|
$ref: string;
|
|
1546
1576
|
}[];
|
|
1547
1577
|
export { oneOf_25 as oneOf };
|
|
1548
1578
|
}
|
|
1579
|
+
export namespace descriptionData {
|
|
1580
|
+
const description_152: string;
|
|
1581
|
+
export { description_152 as description };
|
|
1582
|
+
const type_77: string;
|
|
1583
|
+
export { type_77 as type };
|
|
1584
|
+
export namespace additionalProperties_23 {
|
|
1585
|
+
const $ref_35: string;
|
|
1586
|
+
export { $ref_35 as $ref };
|
|
1587
|
+
}
|
|
1588
|
+
export { additionalProperties_23 as additionalProperties };
|
|
1589
|
+
}
|
|
1549
1590
|
export namespace oneOf_26 {
|
|
1550
|
-
const
|
|
1551
|
-
export {
|
|
1552
|
-
const
|
|
1553
|
-
export {
|
|
1591
|
+
const description_153: string;
|
|
1592
|
+
export { description_153 as description };
|
|
1593
|
+
const type_78: string;
|
|
1594
|
+
export { type_78 as type };
|
|
1554
1595
|
export namespace items_11 {
|
|
1555
|
-
const
|
|
1556
|
-
export {
|
|
1596
|
+
const description_154: string;
|
|
1597
|
+
export { description_154 as description };
|
|
1557
1598
|
const oneOf_27: {
|
|
1558
1599
|
$ref: string;
|
|
1559
1600
|
}[];
|
|
@@ -1563,56 +1604,56 @@ export declare namespace definitions {
|
|
|
1563
1604
|
}
|
|
1564
1605
|
export { oneOf_26 as oneOf };
|
|
1565
1606
|
export namespace parser_1 {
|
|
1566
|
-
const
|
|
1567
|
-
export {
|
|
1568
|
-
const
|
|
1569
|
-
export {
|
|
1570
|
-
const
|
|
1571
|
-
export {
|
|
1607
|
+
const description_155: string;
|
|
1608
|
+
export { description_155 as description };
|
|
1609
|
+
const type_79: string;
|
|
1610
|
+
export { type_79 as type };
|
|
1611
|
+
const additionalProperties_24: boolean;
|
|
1612
|
+
export { additionalProperties_24 as additionalProperties };
|
|
1572
1613
|
}
|
|
1573
1614
|
export { parser_1 as parser };
|
|
1574
1615
|
export namespace resolve {
|
|
1575
|
-
const
|
|
1576
|
-
export {
|
|
1577
|
-
const
|
|
1578
|
-
export {
|
|
1616
|
+
const description_156: string;
|
|
1617
|
+
export { description_156 as description };
|
|
1618
|
+
const type_80: string;
|
|
1619
|
+
export { type_80 as type };
|
|
1579
1620
|
const oneOf_28: {
|
|
1580
1621
|
$ref: string;
|
|
1581
1622
|
}[];
|
|
1582
1623
|
export { oneOf_28 as oneOf };
|
|
1583
1624
|
}
|
|
1584
1625
|
export namespace resource {
|
|
1585
|
-
const
|
|
1586
|
-
export {
|
|
1626
|
+
const description_157: string;
|
|
1627
|
+
export { description_157 as description };
|
|
1587
1628
|
const oneOf_29: {
|
|
1588
1629
|
$ref: string;
|
|
1589
1630
|
}[];
|
|
1590
1631
|
export { oneOf_29 as oneOf };
|
|
1591
1632
|
}
|
|
1592
1633
|
export namespace resourceFragment {
|
|
1593
|
-
const
|
|
1594
|
-
export {
|
|
1634
|
+
const description_158: string;
|
|
1635
|
+
export { description_158 as description };
|
|
1595
1636
|
const oneOf_30: {
|
|
1596
1637
|
$ref: string;
|
|
1597
1638
|
}[];
|
|
1598
1639
|
export { oneOf_30 as oneOf };
|
|
1599
1640
|
}
|
|
1600
1641
|
export namespace resourceQuery {
|
|
1601
|
-
const
|
|
1602
|
-
export {
|
|
1642
|
+
const description_159: string;
|
|
1643
|
+
export { description_159 as description };
|
|
1603
1644
|
const oneOf_31: {
|
|
1604
1645
|
$ref: string;
|
|
1605
1646
|
}[];
|
|
1606
1647
|
export { oneOf_31 as oneOf };
|
|
1607
1648
|
}
|
|
1608
1649
|
export namespace rules_1 {
|
|
1609
|
-
const
|
|
1610
|
-
export {
|
|
1611
|
-
const
|
|
1612
|
-
export {
|
|
1650
|
+
const description_160: string;
|
|
1651
|
+
export { description_160 as description };
|
|
1652
|
+
const type_81: string;
|
|
1653
|
+
export { type_81 as type };
|
|
1613
1654
|
export namespace items_12 {
|
|
1614
|
-
const
|
|
1615
|
-
export {
|
|
1655
|
+
const description_161: string;
|
|
1656
|
+
export { description_161 as description };
|
|
1616
1657
|
const oneOf_32: {
|
|
1617
1658
|
$ref: string;
|
|
1618
1659
|
}[];
|
|
@@ -1622,31 +1663,31 @@ export declare namespace definitions {
|
|
|
1622
1663
|
}
|
|
1623
1664
|
export { rules_1 as rules };
|
|
1624
1665
|
export namespace sideEffects_1 {
|
|
1625
|
-
const
|
|
1626
|
-
export {
|
|
1627
|
-
const
|
|
1628
|
-
export {
|
|
1666
|
+
const description_162: string;
|
|
1667
|
+
export { description_162 as description };
|
|
1668
|
+
const type_82: string;
|
|
1669
|
+
export { type_82 as type };
|
|
1629
1670
|
}
|
|
1630
1671
|
export { sideEffects_1 as sideEffects };
|
|
1631
1672
|
export namespace test_1 {
|
|
1632
|
-
const
|
|
1633
|
-
export {
|
|
1673
|
+
const description_163: string;
|
|
1674
|
+
export { description_163 as description };
|
|
1634
1675
|
const oneOf_33: {
|
|
1635
1676
|
$ref: string;
|
|
1636
1677
|
}[];
|
|
1637
1678
|
export { oneOf_33 as oneOf };
|
|
1638
1679
|
}
|
|
1639
1680
|
export { test_1 as test };
|
|
1640
|
-
export namespace
|
|
1641
|
-
const
|
|
1642
|
-
export {
|
|
1643
|
-
const
|
|
1644
|
-
export {
|
|
1681
|
+
export namespace type_83 {
|
|
1682
|
+
const description_164: string;
|
|
1683
|
+
export { description_164 as description };
|
|
1684
|
+
const type_84: string;
|
|
1685
|
+
export { type_84 as type };
|
|
1645
1686
|
}
|
|
1646
|
-
export {
|
|
1687
|
+
export { type_83 as type };
|
|
1647
1688
|
export namespace use {
|
|
1648
|
-
const
|
|
1649
|
-
export {
|
|
1689
|
+
const description_165: string;
|
|
1690
|
+
export { description_165 as description };
|
|
1650
1691
|
const oneOf_34: {
|
|
1651
1692
|
$ref: string;
|
|
1652
1693
|
}[];
|
|
@@ -1656,13 +1697,13 @@ export declare namespace definitions {
|
|
|
1656
1697
|
export { properties_18 as properties };
|
|
1657
1698
|
}
|
|
1658
1699
|
namespace RuleSetRules {
|
|
1659
|
-
const
|
|
1660
|
-
export {
|
|
1661
|
-
const
|
|
1662
|
-
export {
|
|
1700
|
+
const description_166: string;
|
|
1701
|
+
export { description_166 as description };
|
|
1702
|
+
const type_85: string;
|
|
1703
|
+
export { type_85 as type };
|
|
1663
1704
|
export namespace items_13 {
|
|
1664
|
-
const
|
|
1665
|
-
export {
|
|
1705
|
+
const description_167: string;
|
|
1706
|
+
export { description_167 as description };
|
|
1666
1707
|
const anyOf_43: ({
|
|
1667
1708
|
enum: string[];
|
|
1668
1709
|
$ref?: undefined;
|
|
@@ -1675,8 +1716,8 @@ export declare namespace definitions {
|
|
|
1675
1716
|
export { items_13 as items };
|
|
1676
1717
|
}
|
|
1677
1718
|
namespace RuleSetUse {
|
|
1678
|
-
const
|
|
1679
|
-
export {
|
|
1719
|
+
const description_168: string;
|
|
1720
|
+
export { description_168 as description };
|
|
1680
1721
|
const anyOf_44: ({
|
|
1681
1722
|
type: string;
|
|
1682
1723
|
items: {
|
|
@@ -1694,8 +1735,8 @@ export declare namespace definitions {
|
|
|
1694
1735
|
export { anyOf_44 as anyOf };
|
|
1695
1736
|
}
|
|
1696
1737
|
namespace RuleSetUseItem {
|
|
1697
|
-
const
|
|
1698
|
-
export {
|
|
1738
|
+
const description_169: string;
|
|
1739
|
+
export { description_169 as description };
|
|
1699
1740
|
const anyOf_45: ({
|
|
1700
1741
|
type: string;
|
|
1701
1742
|
additionalProperties: boolean;
|
|
@@ -1723,57 +1764,57 @@ export declare namespace definitions {
|
|
|
1723
1764
|
export { anyOf_45 as anyOf };
|
|
1724
1765
|
}
|
|
1725
1766
|
namespace SnapshotOptions {
|
|
1726
|
-
const
|
|
1727
|
-
export {
|
|
1728
|
-
const
|
|
1729
|
-
export {
|
|
1730
|
-
const
|
|
1731
|
-
export {
|
|
1767
|
+
const description_170: string;
|
|
1768
|
+
export { description_170 as description };
|
|
1769
|
+
const type_86: string;
|
|
1770
|
+
export { type_86 as type };
|
|
1771
|
+
const additionalProperties_25: boolean;
|
|
1772
|
+
export { additionalProperties_25 as additionalProperties };
|
|
1732
1773
|
export namespace properties_19 {
|
|
1733
1774
|
export namespace module_1 {
|
|
1734
|
-
const
|
|
1735
|
-
export {
|
|
1736
|
-
const
|
|
1737
|
-
export {
|
|
1738
|
-
const
|
|
1739
|
-
export {
|
|
1775
|
+
const description_171: string;
|
|
1776
|
+
export { description_171 as description };
|
|
1777
|
+
const type_87: string;
|
|
1778
|
+
export { type_87 as type };
|
|
1779
|
+
const additionalProperties_26: boolean;
|
|
1780
|
+
export { additionalProperties_26 as additionalProperties };
|
|
1740
1781
|
export namespace properties_20 {
|
|
1741
1782
|
namespace hash {
|
|
1742
|
-
const
|
|
1743
|
-
export {
|
|
1744
|
-
const
|
|
1745
|
-
export {
|
|
1783
|
+
const description_172: string;
|
|
1784
|
+
export { description_172 as description };
|
|
1785
|
+
const type_88: string;
|
|
1786
|
+
export { type_88 as type };
|
|
1746
1787
|
}
|
|
1747
1788
|
namespace timestamp {
|
|
1748
|
-
const
|
|
1749
|
-
export {
|
|
1750
|
-
const
|
|
1751
|
-
export {
|
|
1789
|
+
const description_173: string;
|
|
1790
|
+
export { description_173 as description };
|
|
1791
|
+
const type_89: string;
|
|
1792
|
+
export { type_89 as type };
|
|
1752
1793
|
}
|
|
1753
1794
|
}
|
|
1754
1795
|
export { properties_20 as properties };
|
|
1755
1796
|
}
|
|
1756
1797
|
export { module_1 as module };
|
|
1757
1798
|
export namespace resolve_1 {
|
|
1758
|
-
const
|
|
1759
|
-
export {
|
|
1760
|
-
const
|
|
1761
|
-
export {
|
|
1762
|
-
const
|
|
1763
|
-
export {
|
|
1799
|
+
const description_174: string;
|
|
1800
|
+
export { description_174 as description };
|
|
1801
|
+
const type_90: string;
|
|
1802
|
+
export { type_90 as type };
|
|
1803
|
+
const additionalProperties_27: boolean;
|
|
1804
|
+
export { additionalProperties_27 as additionalProperties };
|
|
1764
1805
|
export namespace properties_21 {
|
|
1765
1806
|
export namespace hash_1 {
|
|
1766
|
-
const
|
|
1767
|
-
export {
|
|
1768
|
-
const
|
|
1769
|
-
export {
|
|
1807
|
+
const description_175: string;
|
|
1808
|
+
export { description_175 as description };
|
|
1809
|
+
const type_91: string;
|
|
1810
|
+
export { type_91 as type };
|
|
1770
1811
|
}
|
|
1771
1812
|
export { hash_1 as hash };
|
|
1772
1813
|
export namespace timestamp_1 {
|
|
1773
|
-
const
|
|
1774
|
-
export {
|
|
1775
|
-
const
|
|
1776
|
-
export {
|
|
1814
|
+
const description_176: string;
|
|
1815
|
+
export { description_176 as description };
|
|
1816
|
+
const type_92: string;
|
|
1817
|
+
export { type_92 as type };
|
|
1777
1818
|
}
|
|
1778
1819
|
export { timestamp_1 as timestamp };
|
|
1779
1820
|
}
|
|
@@ -1784,152 +1825,152 @@ export declare namespace definitions {
|
|
|
1784
1825
|
export { properties_19 as properties };
|
|
1785
1826
|
}
|
|
1786
1827
|
namespace StatsOptions {
|
|
1787
|
-
const
|
|
1788
|
-
export {
|
|
1789
|
-
const
|
|
1790
|
-
export {
|
|
1791
|
-
const
|
|
1792
|
-
export {
|
|
1828
|
+
const description_177: string;
|
|
1829
|
+
export { description_177 as description };
|
|
1830
|
+
const type_93: string;
|
|
1831
|
+
export { type_93 as type };
|
|
1832
|
+
const additionalProperties_28: boolean;
|
|
1833
|
+
export { additionalProperties_28 as additionalProperties };
|
|
1793
1834
|
export namespace properties_22 {
|
|
1794
1835
|
export namespace all {
|
|
1795
|
-
const description_174: string;
|
|
1796
|
-
export { description_174 as description };
|
|
1797
|
-
const type_91: string;
|
|
1798
|
-
export { type_91 as type };
|
|
1799
|
-
}
|
|
1800
|
-
export namespace assets {
|
|
1801
|
-
const description_175: string;
|
|
1802
|
-
export { description_175 as description };
|
|
1803
|
-
const type_92: string;
|
|
1804
|
-
export { type_92 as type };
|
|
1805
|
-
}
|
|
1806
|
-
export namespace chunkGroups {
|
|
1807
|
-
const description_176: string;
|
|
1808
|
-
export { description_176 as description };
|
|
1809
|
-
const type_93: string;
|
|
1810
|
-
export { type_93 as type };
|
|
1811
|
-
}
|
|
1812
|
-
export namespace chunks_2 {
|
|
1813
|
-
const description_177: string;
|
|
1814
|
-
export { description_177 as description };
|
|
1815
|
-
const type_94: string;
|
|
1816
|
-
export { type_94 as type };
|
|
1817
|
-
}
|
|
1818
|
-
export { chunks_2 as chunks };
|
|
1819
|
-
export namespace colors_1 {
|
|
1820
1836
|
const description_178: string;
|
|
1821
1837
|
export { description_178 as description };
|
|
1822
|
-
const
|
|
1823
|
-
export {
|
|
1838
|
+
const type_94: string;
|
|
1839
|
+
export { type_94 as type };
|
|
1824
1840
|
}
|
|
1825
|
-
export
|
|
1826
|
-
export namespace entrypoints {
|
|
1841
|
+
export namespace assets {
|
|
1827
1842
|
const description_179: string;
|
|
1828
1843
|
export { description_179 as description };
|
|
1829
|
-
const
|
|
1830
|
-
|
|
1831
|
-
type?: undefined;
|
|
1832
|
-
} | {
|
|
1833
|
-
type: string;
|
|
1834
|
-
enum?: undefined;
|
|
1835
|
-
})[];
|
|
1836
|
-
export { anyOf_46 as anyOf };
|
|
1844
|
+
const type_95: string;
|
|
1845
|
+
export { type_95 as type };
|
|
1837
1846
|
}
|
|
1838
|
-
export namespace
|
|
1847
|
+
export namespace chunkGroups {
|
|
1839
1848
|
const description_180: string;
|
|
1840
1849
|
export { description_180 as description };
|
|
1841
1850
|
const type_96: string;
|
|
1842
1851
|
export { type_96 as type };
|
|
1843
1852
|
}
|
|
1844
|
-
export namespace
|
|
1853
|
+
export namespace chunks_2 {
|
|
1845
1854
|
const description_181: string;
|
|
1846
1855
|
export { description_181 as description };
|
|
1847
1856
|
const type_97: string;
|
|
1848
1857
|
export { type_97 as type };
|
|
1849
1858
|
}
|
|
1850
|
-
export
|
|
1859
|
+
export { chunks_2 as chunks };
|
|
1860
|
+
export namespace colors_1 {
|
|
1851
1861
|
const description_182: string;
|
|
1852
1862
|
export { description_182 as description };
|
|
1853
1863
|
const type_98: string;
|
|
1854
1864
|
export { type_98 as type };
|
|
1855
1865
|
}
|
|
1856
|
-
export {
|
|
1857
|
-
export namespace
|
|
1866
|
+
export { colors_1 as colors };
|
|
1867
|
+
export namespace entrypoints {
|
|
1858
1868
|
const description_183: string;
|
|
1859
1869
|
export { description_183 as description };
|
|
1860
|
-
const
|
|
1861
|
-
|
|
1870
|
+
const anyOf_46: ({
|
|
1871
|
+
enum: string[];
|
|
1872
|
+
type?: undefined;
|
|
1873
|
+
} | {
|
|
1874
|
+
type: string;
|
|
1875
|
+
enum?: undefined;
|
|
1876
|
+
})[];
|
|
1877
|
+
export { anyOf_46 as anyOf };
|
|
1862
1878
|
}
|
|
1863
|
-
export
|
|
1864
|
-
export namespace preset {
|
|
1879
|
+
export namespace errors {
|
|
1865
1880
|
const description_184: string;
|
|
1866
1881
|
export { description_184 as description };
|
|
1867
|
-
const
|
|
1868
|
-
|
|
1869
|
-
}[];
|
|
1870
|
-
export { anyOf_47 as anyOf };
|
|
1882
|
+
const type_99: string;
|
|
1883
|
+
export { type_99 as type };
|
|
1871
1884
|
}
|
|
1872
|
-
export namespace
|
|
1885
|
+
export namespace errorsCount {
|
|
1873
1886
|
const description_185: string;
|
|
1874
1887
|
export { description_185 as description };
|
|
1875
1888
|
const type_100: string;
|
|
1876
1889
|
export { type_100 as type };
|
|
1877
1890
|
}
|
|
1878
|
-
export
|
|
1879
|
-
export namespace reasons {
|
|
1891
|
+
export namespace hash_2 {
|
|
1880
1892
|
const description_186: string;
|
|
1881
1893
|
export { description_186 as description };
|
|
1882
1894
|
const type_101: string;
|
|
1883
1895
|
export { type_101 as type };
|
|
1884
1896
|
}
|
|
1885
|
-
export
|
|
1897
|
+
export { hash_2 as hash };
|
|
1898
|
+
export namespace modules_1 {
|
|
1886
1899
|
const description_187: string;
|
|
1887
1900
|
export { description_187 as description };
|
|
1888
1901
|
const type_102: string;
|
|
1889
1902
|
export { type_102 as type };
|
|
1890
1903
|
}
|
|
1891
|
-
export
|
|
1904
|
+
export { modules_1 as modules };
|
|
1905
|
+
export namespace preset {
|
|
1892
1906
|
const description_188: string;
|
|
1893
1907
|
export { description_188 as description };
|
|
1894
|
-
const
|
|
1895
|
-
|
|
1908
|
+
const anyOf_47: {
|
|
1909
|
+
type: string;
|
|
1910
|
+
}[];
|
|
1911
|
+
export { anyOf_47 as anyOf };
|
|
1896
1912
|
}
|
|
1897
|
-
export namespace
|
|
1913
|
+
export namespace publicPath_1 {
|
|
1898
1914
|
const description_189: string;
|
|
1899
1915
|
export { description_189 as description };
|
|
1900
|
-
const
|
|
1901
|
-
export {
|
|
1916
|
+
const type_103: string;
|
|
1917
|
+
export { type_103 as type };
|
|
1902
1918
|
}
|
|
1903
|
-
export
|
|
1919
|
+
export { publicPath_1 as publicPath };
|
|
1920
|
+
export namespace reasons {
|
|
1904
1921
|
const description_190: string;
|
|
1905
1922
|
export { description_190 as description };
|
|
1906
|
-
const
|
|
1907
|
-
export {
|
|
1923
|
+
const type_104: string;
|
|
1924
|
+
export { type_104 as type };
|
|
1908
1925
|
}
|
|
1909
|
-
export namespace
|
|
1926
|
+
export namespace warnings {
|
|
1910
1927
|
const description_191: string;
|
|
1911
1928
|
export { description_191 as description };
|
|
1912
|
-
const
|
|
1913
|
-
export {
|
|
1929
|
+
const type_105: string;
|
|
1930
|
+
export { type_105 as type };
|
|
1914
1931
|
}
|
|
1915
|
-
export namespace
|
|
1932
|
+
export namespace warningsCount {
|
|
1916
1933
|
const description_192: string;
|
|
1917
1934
|
export { description_192 as description };
|
|
1918
|
-
const
|
|
1919
|
-
export {
|
|
1935
|
+
const type_106: string;
|
|
1936
|
+
export { type_106 as type };
|
|
1920
1937
|
}
|
|
1921
|
-
export namespace
|
|
1938
|
+
export namespace outputPath {
|
|
1922
1939
|
const description_193: string;
|
|
1923
1940
|
export { description_193 as description };
|
|
1941
|
+
const type_107: string;
|
|
1942
|
+
export { type_107 as type };
|
|
1943
|
+
}
|
|
1944
|
+
export namespace chunkModules {
|
|
1945
|
+
const description_194: string;
|
|
1946
|
+
export { description_194 as description };
|
|
1924
1947
|
const type_108: string;
|
|
1925
1948
|
export { type_108 as type };
|
|
1926
1949
|
}
|
|
1950
|
+
export namespace chunkRelations {
|
|
1951
|
+
const description_195: string;
|
|
1952
|
+
export { description_195 as description };
|
|
1953
|
+
const type_109: string;
|
|
1954
|
+
export { type_109 as type };
|
|
1955
|
+
}
|
|
1956
|
+
export namespace timings {
|
|
1957
|
+
const description_196: string;
|
|
1958
|
+
export { description_196 as description };
|
|
1959
|
+
const type_110: string;
|
|
1960
|
+
export { type_110 as type };
|
|
1961
|
+
}
|
|
1962
|
+
export namespace builtAt {
|
|
1963
|
+
const description_197: string;
|
|
1964
|
+
export { description_197 as description };
|
|
1965
|
+
const type_111: string;
|
|
1966
|
+
export { type_111 as type };
|
|
1967
|
+
}
|
|
1927
1968
|
}
|
|
1928
1969
|
export { properties_22 as properties };
|
|
1929
1970
|
}
|
|
1930
1971
|
namespace StatsValue {
|
|
1931
|
-
const
|
|
1932
|
-
export {
|
|
1972
|
+
const description_198: string;
|
|
1973
|
+
export { description_198 as description };
|
|
1933
1974
|
const anyOf_48: ({
|
|
1934
1975
|
enum: string[];
|
|
1935
1976
|
type?: undefined;
|
|
@@ -1946,14 +1987,14 @@ export declare namespace definitions {
|
|
|
1946
1987
|
export { anyOf_48 as anyOf };
|
|
1947
1988
|
}
|
|
1948
1989
|
namespace StrictModuleErrorHandling {
|
|
1949
|
-
const
|
|
1950
|
-
export {
|
|
1951
|
-
const
|
|
1952
|
-
export {
|
|
1990
|
+
const description_199: string;
|
|
1991
|
+
export { description_199 as description };
|
|
1992
|
+
const type_112: string;
|
|
1993
|
+
export { type_112 as type };
|
|
1953
1994
|
}
|
|
1954
1995
|
namespace Target {
|
|
1955
|
-
const
|
|
1956
|
-
export {
|
|
1996
|
+
const description_200: string;
|
|
1997
|
+
export { description_200 as description };
|
|
1957
1998
|
const anyOf_49: ({
|
|
1958
1999
|
type: string;
|
|
1959
2000
|
items: {
|
|
@@ -1980,48 +2021,56 @@ export declare namespace definitions {
|
|
|
1980
2021
|
export { anyOf_49 as anyOf };
|
|
1981
2022
|
}
|
|
1982
2023
|
namespace UmdNamedDefine {
|
|
1983
|
-
const
|
|
1984
|
-
export {
|
|
1985
|
-
const
|
|
1986
|
-
export {
|
|
2024
|
+
const description_201: string;
|
|
2025
|
+
export { description_201 as description };
|
|
2026
|
+
const type_113: string;
|
|
2027
|
+
export { type_113 as type };
|
|
1987
2028
|
}
|
|
1988
2029
|
namespace UniqueName {
|
|
1989
|
-
const
|
|
1990
|
-
export {
|
|
1991
|
-
const
|
|
1992
|
-
export {
|
|
2030
|
+
const description_202: string;
|
|
2031
|
+
export { description_202 as description };
|
|
2032
|
+
const type_114: string;
|
|
2033
|
+
export { type_114 as type };
|
|
1993
2034
|
const minLength_6: number;
|
|
1994
2035
|
export { minLength_6 as minLength };
|
|
1995
2036
|
}
|
|
2037
|
+
namespace ChunkLoadingGlobal {
|
|
2038
|
+
const description_203: string;
|
|
2039
|
+
export { description_203 as description };
|
|
2040
|
+
const type_115: string;
|
|
2041
|
+
export { type_115 as type };
|
|
2042
|
+
const minLength_7: number;
|
|
2043
|
+
export { minLength_7 as minLength };
|
|
2044
|
+
}
|
|
1996
2045
|
namespace Watch {
|
|
1997
|
-
const
|
|
1998
|
-
export {
|
|
1999
|
-
const
|
|
2000
|
-
export {
|
|
2046
|
+
const description_204: string;
|
|
2047
|
+
export { description_204 as description };
|
|
2048
|
+
const type_116: string;
|
|
2049
|
+
export { type_116 as type };
|
|
2001
2050
|
}
|
|
2002
2051
|
namespace WatchOptions {
|
|
2003
|
-
const
|
|
2004
|
-
export {
|
|
2005
|
-
const
|
|
2006
|
-
export {
|
|
2007
|
-
const
|
|
2008
|
-
export {
|
|
2052
|
+
const description_205: string;
|
|
2053
|
+
export { description_205 as description };
|
|
2054
|
+
const type_117: string;
|
|
2055
|
+
export { type_117 as type };
|
|
2056
|
+
const additionalProperties_29: boolean;
|
|
2057
|
+
export { additionalProperties_29 as additionalProperties };
|
|
2009
2058
|
export namespace properties_23 {
|
|
2010
2059
|
namespace aggregateTimeout {
|
|
2011
|
-
const
|
|
2012
|
-
export {
|
|
2013
|
-
const
|
|
2014
|
-
export {
|
|
2060
|
+
const description_206: string;
|
|
2061
|
+
export { description_206 as description };
|
|
2062
|
+
const type_118: string;
|
|
2063
|
+
export { type_118 as type };
|
|
2015
2064
|
}
|
|
2016
2065
|
namespace followSymlinks {
|
|
2017
|
-
const
|
|
2018
|
-
export {
|
|
2019
|
-
const
|
|
2020
|
-
export {
|
|
2066
|
+
const description_207: string;
|
|
2067
|
+
export { description_207 as description };
|
|
2068
|
+
const type_119: string;
|
|
2069
|
+
export { type_119 as type };
|
|
2021
2070
|
}
|
|
2022
2071
|
namespace ignored {
|
|
2023
|
-
const
|
|
2024
|
-
export {
|
|
2072
|
+
const description_208: string;
|
|
2073
|
+
export { description_208 as description };
|
|
2025
2074
|
const anyOf_50: ({
|
|
2026
2075
|
type: string;
|
|
2027
2076
|
items: {
|
|
@@ -2048,8 +2097,8 @@ export declare namespace definitions {
|
|
|
2048
2097
|
export { anyOf_50 as anyOf };
|
|
2049
2098
|
}
|
|
2050
2099
|
namespace poll {
|
|
2051
|
-
const
|
|
2052
|
-
export {
|
|
2100
|
+
const description_209: string;
|
|
2101
|
+
export { description_209 as description };
|
|
2053
2102
|
const anyOf_51: {
|
|
2054
2103
|
description: string;
|
|
2055
2104
|
type: string;
|
|
@@ -2057,31 +2106,31 @@ export declare namespace definitions {
|
|
|
2057
2106
|
export { anyOf_51 as anyOf };
|
|
2058
2107
|
}
|
|
2059
2108
|
namespace stdin {
|
|
2060
|
-
const
|
|
2061
|
-
export {
|
|
2062
|
-
const
|
|
2063
|
-
export {
|
|
2109
|
+
const description_210: string;
|
|
2110
|
+
export { description_210 as description };
|
|
2111
|
+
const type_120: string;
|
|
2112
|
+
export { type_120 as type };
|
|
2064
2113
|
}
|
|
2065
2114
|
}
|
|
2066
2115
|
export { properties_23 as properties };
|
|
2067
2116
|
}
|
|
2068
2117
|
namespace RspackPluginFunction {
|
|
2069
|
-
const
|
|
2070
|
-
export {
|
|
2118
|
+
const description_211: string;
|
|
2119
|
+
export { description_211 as description };
|
|
2071
2120
|
const _instanceof: string;
|
|
2072
2121
|
export { _instanceof as instanceof };
|
|
2073
2122
|
}
|
|
2074
2123
|
namespace RspackPluginInstance {
|
|
2075
|
-
const
|
|
2076
|
-
export {
|
|
2077
|
-
const
|
|
2078
|
-
export {
|
|
2079
|
-
const
|
|
2080
|
-
export {
|
|
2124
|
+
const description_212: string;
|
|
2125
|
+
export { description_212 as description };
|
|
2126
|
+
const type_121: string;
|
|
2127
|
+
export { type_121 as type };
|
|
2128
|
+
const additionalProperties_30: boolean;
|
|
2129
|
+
export { additionalProperties_30 as additionalProperties };
|
|
2081
2130
|
export namespace properties_24 {
|
|
2082
2131
|
namespace apply {
|
|
2083
|
-
const
|
|
2084
|
-
export {
|
|
2132
|
+
const description_213: string;
|
|
2133
|
+
export { description_213 as description };
|
|
2085
2134
|
const _instanceof_1: string;
|
|
2086
2135
|
export { _instanceof_1 as instanceof };
|
|
2087
2136
|
}
|
|
@@ -2092,118 +2141,118 @@ export declare namespace definitions {
|
|
|
2092
2141
|
}
|
|
2093
2142
|
}
|
|
2094
2143
|
export declare const title: string;
|
|
2095
|
-
declare const
|
|
2096
|
-
declare const
|
|
2097
|
-
declare const
|
|
2144
|
+
declare const description_214: string;
|
|
2145
|
+
declare const type_122: string;
|
|
2146
|
+
declare const additionalProperties_31: boolean;
|
|
2098
2147
|
export declare namespace properties_25 {
|
|
2099
2148
|
export namespace cache {
|
|
2100
|
-
const $ref_32: string;
|
|
2101
|
-
export { $ref_32 as $ref };
|
|
2102
|
-
}
|
|
2103
|
-
export namespace context {
|
|
2104
|
-
const $ref_33: string;
|
|
2105
|
-
export { $ref_33 as $ref };
|
|
2106
|
-
}
|
|
2107
|
-
export namespace dependencies {
|
|
2108
|
-
const $ref_34: string;
|
|
2109
|
-
export { $ref_34 as $ref };
|
|
2110
|
-
}
|
|
2111
|
-
export namespace devServer {
|
|
2112
|
-
const $ref_35: string;
|
|
2113
|
-
export { $ref_35 as $ref };
|
|
2114
|
-
}
|
|
2115
|
-
export namespace devtool {
|
|
2116
2149
|
const $ref_36: string;
|
|
2117
2150
|
export { $ref_36 as $ref };
|
|
2118
2151
|
}
|
|
2119
|
-
export namespace
|
|
2152
|
+
export namespace context {
|
|
2120
2153
|
const $ref_37: string;
|
|
2121
2154
|
export { $ref_37 as $ref };
|
|
2122
2155
|
}
|
|
2123
|
-
export namespace
|
|
2156
|
+
export namespace dependencies {
|
|
2124
2157
|
const $ref_38: string;
|
|
2125
2158
|
export { $ref_38 as $ref };
|
|
2126
2159
|
}
|
|
2127
|
-
export namespace
|
|
2160
|
+
export namespace devServer {
|
|
2128
2161
|
const $ref_39: string;
|
|
2129
2162
|
export { $ref_39 as $ref };
|
|
2130
2163
|
}
|
|
2131
|
-
export namespace
|
|
2164
|
+
export namespace devtool {
|
|
2132
2165
|
const $ref_40: string;
|
|
2133
2166
|
export { $ref_40 as $ref };
|
|
2134
2167
|
}
|
|
2135
|
-
export namespace
|
|
2168
|
+
export namespace entry {
|
|
2136
2169
|
const $ref_41: string;
|
|
2137
2170
|
export { $ref_41 as $ref };
|
|
2138
2171
|
}
|
|
2139
|
-
export namespace
|
|
2172
|
+
export namespace experiments {
|
|
2140
2173
|
const $ref_42: string;
|
|
2141
2174
|
export { $ref_42 as $ref };
|
|
2142
2175
|
}
|
|
2143
|
-
export namespace
|
|
2176
|
+
export namespace externals {
|
|
2144
2177
|
const $ref_43: string;
|
|
2145
2178
|
export { $ref_43 as $ref };
|
|
2146
2179
|
}
|
|
2147
|
-
export namespace
|
|
2180
|
+
export namespace externalsType {
|
|
2148
2181
|
const $ref_44: string;
|
|
2149
2182
|
export { $ref_44 as $ref };
|
|
2150
2183
|
}
|
|
2151
|
-
export
|
|
2152
|
-
export namespace name_2 {
|
|
2184
|
+
export namespace externalsPresets {
|
|
2153
2185
|
const $ref_45: string;
|
|
2154
2186
|
export { $ref_45 as $ref };
|
|
2155
2187
|
}
|
|
2156
|
-
export
|
|
2157
|
-
export namespace node_1 {
|
|
2188
|
+
export namespace infrastructureLogging {
|
|
2158
2189
|
const $ref_46: string;
|
|
2159
2190
|
export { $ref_46 as $ref };
|
|
2160
2191
|
}
|
|
2161
|
-
export
|
|
2162
|
-
export namespace optimization {
|
|
2192
|
+
export namespace mode {
|
|
2163
2193
|
const $ref_47: string;
|
|
2164
2194
|
export { $ref_47 as $ref };
|
|
2165
2195
|
}
|
|
2166
|
-
export namespace
|
|
2196
|
+
export namespace module_2 {
|
|
2167
2197
|
const $ref_48: string;
|
|
2168
2198
|
export { $ref_48 as $ref };
|
|
2169
2199
|
}
|
|
2170
|
-
export
|
|
2200
|
+
export { module_2 as module };
|
|
2201
|
+
export namespace name_2 {
|
|
2171
2202
|
const $ref_49: string;
|
|
2172
2203
|
export { $ref_49 as $ref };
|
|
2173
2204
|
}
|
|
2174
|
-
export
|
|
2205
|
+
export { name_2 as name };
|
|
2206
|
+
export namespace node_1 {
|
|
2175
2207
|
const $ref_50: string;
|
|
2176
2208
|
export { $ref_50 as $ref };
|
|
2177
2209
|
}
|
|
2178
|
-
export {
|
|
2179
|
-
export namespace
|
|
2210
|
+
export { node_1 as node };
|
|
2211
|
+
export namespace optimization {
|
|
2180
2212
|
const $ref_51: string;
|
|
2181
2213
|
export { $ref_51 as $ref };
|
|
2182
2214
|
}
|
|
2183
|
-
export namespace
|
|
2215
|
+
export namespace output {
|
|
2184
2216
|
const $ref_52: string;
|
|
2185
2217
|
export { $ref_52 as $ref };
|
|
2186
2218
|
}
|
|
2187
|
-
export namespace
|
|
2219
|
+
export namespace plugins {
|
|
2188
2220
|
const $ref_53: string;
|
|
2189
2221
|
export { $ref_53 as $ref };
|
|
2190
2222
|
}
|
|
2191
|
-
export namespace
|
|
2223
|
+
export namespace resolve_2 {
|
|
2192
2224
|
const $ref_54: string;
|
|
2193
2225
|
export { $ref_54 as $ref };
|
|
2194
2226
|
}
|
|
2195
|
-
export
|
|
2227
|
+
export { resolve_2 as resolve };
|
|
2228
|
+
export namespace snapshot {
|
|
2196
2229
|
const $ref_55: string;
|
|
2197
2230
|
export { $ref_55 as $ref };
|
|
2198
2231
|
}
|
|
2232
|
+
export namespace stats {
|
|
2233
|
+
const $ref_56: string;
|
|
2234
|
+
export { $ref_56 as $ref };
|
|
2235
|
+
}
|
|
2236
|
+
export namespace target {
|
|
2237
|
+
const $ref_57: string;
|
|
2238
|
+
export { $ref_57 as $ref };
|
|
2239
|
+
}
|
|
2240
|
+
export namespace watch {
|
|
2241
|
+
const $ref_58: string;
|
|
2242
|
+
export { $ref_58 as $ref };
|
|
2243
|
+
}
|
|
2244
|
+
export namespace watchOptions {
|
|
2245
|
+
const $ref_59: string;
|
|
2246
|
+
export { $ref_59 as $ref };
|
|
2247
|
+
}
|
|
2199
2248
|
export namespace builtins {
|
|
2200
|
-
const
|
|
2201
|
-
export {
|
|
2202
|
-
const
|
|
2203
|
-
export {
|
|
2204
|
-
const
|
|
2205
|
-
export {
|
|
2249
|
+
const description_215: string;
|
|
2250
|
+
export { description_215 as description };
|
|
2251
|
+
const type_123: string;
|
|
2252
|
+
export { type_123 as type };
|
|
2253
|
+
const additionalProperties_32: boolean;
|
|
2254
|
+
export { additionalProperties_32 as additionalProperties };
|
|
2206
2255
|
}
|
|
2207
2256
|
}
|
|
2208
|
-
export {
|
|
2257
|
+
export { description_214 as description, type_122 as type, additionalProperties_31 as additionalProperties, properties_25 as properties };
|
|
2209
2258
|
//# sourceMappingURL=schema.d.ts.map
|