@rspack/core 0.3.1 → 0.3.2

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