@rsdoctor/client 0.1.9 → 0.2.0

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 (56) hide show
  1. package/dist/index.html +1 -1
  2. package/dist/resource/css/{index.e0959e33.css → index.fb881e51.css} +1 -1
  3. package/dist/resource/css/monaco-0.535483b8.css +1 -0
  4. package/dist/resource/css/monaco-1.19b5ab97.css +1 -0
  5. package/dist/resource/css/monaco-10.9ae50643.css +1 -0
  6. package/dist/resource/css/monaco-11.2416f84b.css +1 -0
  7. package/dist/resource/css/monaco-12.d38f1964.css +1 -0
  8. package/dist/resource/css/monaco-13.86c79c6e.css +1 -0
  9. package/dist/resource/css/monaco-14.f69f0e8c.css +1 -0
  10. package/dist/resource/css/monaco-2.bc87f9b2.css +1 -0
  11. package/dist/resource/css/monaco-3.37d5626c.css +1 -0
  12. package/dist/resource/css/monaco-4.b782cd98.css +1 -0
  13. package/dist/resource/css/monaco-5.3f11493c.css +1 -0
  14. package/dist/resource/css/monaco-6.25aae788.css +1 -0
  15. package/dist/resource/css/monaco-7.681f0305.css +1 -0
  16. package/dist/resource/css/monaco-8.29ff9088.css +1 -0
  17. package/dist/resource/css/monaco-9.e09f4a76.css +1 -0
  18. package/dist/resource/font/codicon.f866ab84.ttf +0 -0
  19. package/dist/resource/js/117.510490e1.js +461 -0
  20. package/dist/resource/js/{226.64d4cab7.js.LICENSE.txt → 117.510490e1.js.LICENSE.txt} +8201 -8145
  21. package/dist/resource/js/index.93b99658.js +157 -0
  22. package/dist/resource/js/{index.44e5cd50.js.LICENSE.txt → index.93b99658.js.LICENSE.txt} +975 -863
  23. package/dist/resource/js/monaco-0.a466c0d5.js +3 -0
  24. package/dist/resource/js/monaco-0.a466c0d5.js.LICENSE.txt +420 -0
  25. package/dist/resource/js/monaco-1.6a6d9fbd.js +5 -0
  26. package/dist/resource/js/monaco-1.6a6d9fbd.js.LICENSE.txt +684 -0
  27. package/dist/resource/js/monaco-10.6f5b38ef.js +2 -0
  28. package/dist/resource/js/monaco-10.6f5b38ef.js.LICENSE.txt +545 -0
  29. package/dist/resource/js/monaco-11.81ae21be.js +2 -0
  30. package/dist/resource/js/monaco-11.81ae21be.js.LICENSE.txt +633 -0
  31. package/dist/resource/js/monaco-12.6dc645fd.js +23 -0
  32. package/dist/resource/js/monaco-12.6dc645fd.js.LICENSE.txt +512 -0
  33. package/dist/resource/js/monaco-13.dd2ff536.js +6 -0
  34. package/dist/resource/js/monaco-13.dd2ff536.js.LICENSE.txt +600 -0
  35. package/dist/resource/js/monaco-14.2fef89fc.js +2 -0
  36. package/dist/resource/js/monaco-14.2fef89fc.js.LICENSE.txt +534 -0
  37. package/dist/resource/js/monaco-2.89e3d3e1.js +4 -0
  38. package/dist/resource/js/monaco-2.89e3d3e1.js.LICENSE.txt +513 -0
  39. package/dist/resource/js/monaco-3.ae0e86c1.js +26 -0
  40. package/dist/resource/js/monaco-3.ae0e86c1.js.LICENSE.txt +668 -0
  41. package/dist/resource/js/monaco-4.afbf6d73.js +2 -0
  42. package/dist/resource/js/monaco-4.afbf6d73.js.LICENSE.txt +635 -0
  43. package/dist/resource/js/monaco-5.521603f3.js +22 -0
  44. package/dist/resource/js/monaco-5.521603f3.js.LICENSE.txt +515 -0
  45. package/dist/resource/js/monaco-6.72f2d298.js +30 -0
  46. package/dist/resource/js/monaco-6.72f2d298.js.LICENSE.txt +991 -0
  47. package/dist/resource/js/monaco-7.8e6e32f9.js +25 -0
  48. package/dist/resource/js/monaco-7.8e6e32f9.js.LICENSE.txt +627 -0
  49. package/dist/resource/js/monaco-8.e8d2f2de.js +395 -0
  50. package/dist/resource/js/monaco-8.e8d2f2de.js.LICENSE.txt +562 -0
  51. package/dist/resource/js/monaco-9.d66d09e1.js +71 -0
  52. package/dist/resource/js/monaco-9.d66d09e1.js.LICENSE.txt +800 -0
  53. package/package.json +3 -3
  54. package/dist/resource/js/226.64d4cab7.js +0 -461
  55. package/dist/resource/js/index.44e5cd50.js +0 -150
  56. /package/dist/resource/css/{226.75ade4fc.css → 117.75ade4fc.css} +0 -0
@@ -4,689 +4,863 @@
4
4
 
5
5
  /*! ../../../constants */
6
6
 
7
- /*! process */
8
-
9
- /*! ./tree-shaking */
10
-
11
- /*! react/jsx-runtime */
12
-
13
- /*! ../TextDrawer */
7
+ /*! ../../../utils */
14
8
 
15
- /*! ./baseCompiler */
9
+ /*! lodash-es */
16
10
 
17
- /*! react */
11
+ /*! ../CodeViewer */
18
12
 
19
13
  /*! ../../../constants */
20
14
 
21
- /*! lodash-es */
15
+ /*! @rsdoctor/graph */
22
16
 
23
- /*! ../Card */
17
+ /*! ./menus */
24
18
 
25
- /*! ./Charts/TimelineCharts */
19
+ /*! react/jsx-runtime */
26
20
 
27
- /*! ../../constants */
21
+ /*! @monaco-editor/react */
28
22
 
29
- /*! path */
23
+ /*! react */
30
24
 
31
- /*! @rsdoctor/types */
25
+ /*! monaco-editor */
32
26
 
33
- /*! antd */
27
+ /*! ./loader.css */
34
28
 
35
29
  /*! react/jsx-runtime */
36
30
 
37
- /*! react */
31
+ /*! ./vscode */
32
+
33
+ /*! echarts/core */
38
34
 
39
35
  /*! ../../constants */
40
36
 
41
- /*! ./local */
37
+ /*! @ant-design/icons */
42
38
 
43
- /*! react/jsx-runtime */
39
+ /*! dayjs */
44
40
 
45
- /*! ../CodeViewer */
41
+ /*! react/jsx-runtime */
46
42
 
47
- /*! ../../../components/Form/keyword */
43
+ /*! antd */
48
44
 
49
- /*! ./locale */
45
+ /*! ./hooks */
50
46
 
51
47
  /*! ../../utils */
52
48
 
53
- /*! react/jsx-runtime */
49
+ /*! ../Form/keyword */
54
50
 
55
51
  /*! ../Badge */
56
52
 
57
- /*! ../../../components/Charts */
53
+ /*! ../../constants */
58
54
 
59
- /*! antd */
55
+ /*! ../Configuration */
60
56
 
61
- /*! react/jsx-runtime */
57
+ /*! ./index.css */
62
58
 
63
- /*! ./thirdparty */
59
+ /*! lodash-es */
64
60
 
65
- /*! ../../../components/Keyword */
61
+ /*! ./utils/hooks */
66
62
 
67
- /*! react */
63
+ /*! @rsdoctor/components */
68
64
 
69
- /*! react */
65
+ /*! react/jsx-runtime */
70
66
 
71
67
  /*! react/jsx-runtime */
72
68
 
73
69
  /*! ./packages */
74
70
 
75
- /*! @ant-design/icons */
71
+ /*! react/jsx-runtime */
76
72
 
77
- /*! ../../utils */
73
+ /*! react */
78
74
 
79
- /*! ./components */
75
+ /*! ./utils */
80
76
 
81
- /*! ../TextDrawer */
77
+ /*! react */
82
78
 
83
- /*! react/jsx-runtime */
79
+ /*! ./dependency */
84
80
 
85
- /*! lodash-es */
81
+ /*! ./chunk-graph */
82
+
83
+ /*! ./asset */
86
84
 
87
85
  /*! @ant-design/icons */
88
86
 
89
- /*! ./WebpackPlugins */
87
+ /*! antd */
90
88
 
91
89
  /*! @rsdoctor/types */
92
90
 
93
- /*! ./dependency */
94
-
95
- /*! path */
91
+ /*! ../../utils */
96
92
 
97
- /*! ../../constants */
93
+ /*! @rsdoctor/types */
98
94
 
99
- /*! ../FileTree */
95
+ /*! react/jsx-runtime */
100
96
 
101
- /*! ../Manifest */
97
+ /*! ./module */
102
98
 
103
- /*! ../../constants */
99
+ /*! core-js/modules/esnext.iterator.map.js */
104
100
 
105
- /*! ./loader.css */
101
+ /*! ../Card */
106
102
 
107
- /*! ../config */
103
+ /*! lodash */
108
104
 
109
- /*! ./assets */
105
+ /*! @ant-design/icons */
110
106
 
111
- /*! lodash-es */
107
+ /*! ../Select */
112
108
 
113
- /*! @rsdoctor/utils/common */
109
+ /*! ./Form/keyword */
114
110
 
115
- /*! ../../Manifest */
111
+ /*! lodash-es */
116
112
 
117
- /*! ./index.css */
113
+ /*! ../../constants */
118
114
 
119
- /*! ./constants */
115
+ /*! react/jsx-runtime */
120
116
 
121
- /*! ../Card */
117
+ /*! ../constants */
122
118
 
123
- /*! ./DiffContainer */
119
+ /*! ./sdk */
124
120
 
125
121
  /*! ../Badge */
126
122
 
127
- /*! ./remote */
123
+ /*! ../Manifest */
128
124
 
129
- /*! ./tooltips.css */
125
+ /*! @monaco-editor/react */
130
126
 
131
- /*! @rsdoctor/utils/common */
127
+ /*! react */
132
128
 
133
129
  /*! lodash */
134
130
 
135
- /*! ../error */
131
+ /*! react */
136
132
 
137
- /*! antd */
133
+ /*! ../../components/Plugins/webpack */
138
134
 
139
- /*! ./package-graph */
135
+ /*! ./loader.css */
140
136
 
141
- /*! ../TextDrawer */
137
+ /*! acorn-import-assertions */
142
138
 
143
- /*! ./loader */
139
+ /*! ../../constants */
144
140
 
145
- /*! antd */
141
+ /*! lodash-es */
146
142
 
147
- /*! ./NumberButton.module */
143
+ /*! path */
148
144
 
149
145
  /*! @rsdoctor/components/utils */
150
146
 
151
- /*! ./bundle */
147
+ /*! react */
152
148
 
153
- /*! ./algorithm */
149
+ /*! ./constants */
154
150
 
155
- /*! ./statement */
151
+ /*! @rsdoctor/types */
156
152
 
157
- /*! react/jsx-runtime */
153
+ /*! path-browserify */
158
154
 
159
- /*! react/jsx-runtime */
155
+ /*! ../../../constants */
160
156
 
161
- /*! react/jsx-runtime */
157
+ /*! ../Card */
162
158
 
163
- /*! ./NumberButton.module */
159
+ /*! react-router-dom */
164
160
 
165
- /*! @rsdoctor/types */
161
+ /*! lines-and-columns */
166
162
 
167
- /*! ./list.module */
163
+ /*! rc-dialog/assets/index.css */
168
164
 
169
- /*! @rsdoctor/types */
165
+ /*! ../../../components/Card */
170
166
 
171
167
  /*! ../../../constants */
172
168
 
173
- /*! ../../../components/Configuration */
174
-
175
- /*! ../../utils */
169
+ /*! ./tooltips.css */
176
170
 
177
- /*! @rsdoctor/types */
171
+ /*! react/jsx-runtime */
178
172
 
179
- /*! rc-dialog/assets/index.css */
173
+ /*! ./index.css */
180
174
 
181
- /*! ../../../constants */
175
+ /*! ./components */
182
176
 
183
- /*! ./worker */
177
+ /*! react */
184
178
 
185
179
  /*! ../Manifest */
186
180
 
187
181
  /*! ./package-relation */
188
182
 
189
- /*! ./NumberButton */
183
+ /*! ../../components/Card */
190
184
 
191
- /*! ../../constants */
185
+ /*! ../../components/CodeViewer */
192
186
 
193
- /*! react */
187
+ /*! react-markdown */
194
188
 
195
- /*! ../Status */
189
+ /*! ../Opener */
196
190
 
197
- /*! ../Alerts */
191
+ /*! ../FileTree */
198
192
 
199
- /*! ../../../constants */
193
+ /*! react */
194
+
195
+ /*! ../Form/keyword */
200
196
 
201
197
  /*! ../../../constants */
202
198
 
203
- /*! ../storage */
199
+ /*! @ant-design/icons */
204
200
 
205
- /*! react/jsx-runtime */
201
+ /*! ./common */
206
202
 
207
- /*! ./card.module */
203
+ /*! ./table */
208
204
 
209
- /*! ./E1001 */
205
+ /*! lodash-es */
210
206
 
211
- /*! ./loader */
207
+ /*! @rsdoctor/types */
212
208
 
213
- /*! @rsdoctor/components/elements */
209
+ /*! ../../../components/Title */
210
+
211
+ /*! @rsdoctor/types */
214
212
 
215
213
  /*! react */
216
214
 
217
- /*! ../../utils/loader */
215
+ /*! ../../../components/Card/size */
218
216
 
219
- /*! @rsdoctor/types */
217
+ /*! ./E1002 */
220
218
 
221
- /*! ./common */
219
+ /*! react */
222
220
 
223
- /*! @ant-design/icons */
221
+ /*! react/jsx-runtime */
224
222
 
225
- /*! react-router-dom */
223
+ /*! ./worker */
226
224
 
227
- /*! ./loader.css */
225
+ /*! @ant-design/icons */
228
226
 
229
- /*! antd */
227
+ /*! @rsdoctor/utils/common */
230
228
 
231
- /*! ../Opener */
229
+ /*! ../../utils */
232
230
 
233
- /*! @rsdoctor/utils/common */
231
+ /*! ../Alert/package-relation */
234
232
 
235
- /*! ./storage */
233
+ /*! @ant-design/icons */
236
234
 
237
- /*! ./graph */
235
+ /*! ./constants */
238
236
 
239
- /*! @rsdoctor/types */
237
+ /*! ./error */
240
238
 
241
- /*! ../../utils/file */
239
+ /*! @rsdoctor/types */
242
240
 
243
241
  /*! @rsdoctor/utils/common */
244
242
 
245
- /*! ../Manifest */
243
+ /*! ../TextDrawer */
246
244
 
247
- /*! path */
245
+ /*! react/jsx-runtime */
246
+
247
+ /*! @rsdoctor/utils/common */
248
248
 
249
249
  /*! ../Title */
250
250
 
251
- /*! react/jsx-runtime */
251
+ /*! ../Manifest */
252
252
 
253
- /*! ./list_module.css */
253
+ /*! ./package */
254
254
 
255
- /*! ../../constants */
255
+ /*! @ant-design/icons */
256
256
 
257
- /*! ../../../components/TextDrawer */
257
+ /*! ./statement */
258
258
 
259
- /*! @rsdoctor/utils/common */
259
+ /*! ./common */
260
260
 
261
- /*! ./api */
261
+ /*! antd */
262
262
 
263
- /*! react/jsx-runtime */
263
+ /*! lodash-es */
264
+
265
+ /*! ./graph */
264
266
 
265
267
  /*! react/jsx-runtime */
266
268
 
267
- /*! ./statistic.css */
269
+ /*! ./components/fileTreeCom */
268
270
 
269
- /*! ./request */
271
+ /*! ../Title */
270
272
 
271
- /*! @rsdoctor/types */
273
+ /*! ../../utils */
272
274
 
273
- /*! ./base */
275
+ /*! ../../utils/loader */
274
276
 
275
- /*! react/jsx-runtime */
277
+ /*! lodash */
276
278
 
277
- /*! ../../components/Manifest */
279
+ /*! ../../utils */
278
280
 
279
- /*! ./Badge */
281
+ /*! react/jsx-runtime */
280
282
 
281
- /*! rc-dialog */
283
+ /*! ../../assets/connection-point.3b3c78ca.svg */
282
284
 
283
- /*! ../../components/Configuration */
285
+ /*! antd */
284
286
 
285
- /*! ./Alert */
287
+ /*! react/jsx-runtime */
286
288
 
287
289
  /*! react */
288
290
 
289
- /*! ../../utils */
291
+ /*! ./loader.css */
290
292
 
291
- /*! ./storage */
293
+ /*! ../../../utils */
292
294
 
293
- /*! ./router */
295
+ /*! ./diff */
294
296
 
295
- /*! ./tooltips.css */
297
+ /*! react/jsx-runtime */
296
298
 
297
- /*! ../constants */
298
-
299
- /*! ../../../constants */
300
-
301
- /*! ../Title */
302
-
303
- /*! antd */
304
-
305
- /*! antd */
299
+ /*! lodash-es */
306
300
 
307
- /*! react/jsx-runtime */
301
+ /*! acorn */
308
302
 
309
- /*! ../Charts/done */
303
+ /*! ./module */
310
304
 
311
- /*! ./header.css */
305
+ /*! ./monaco */
312
306
 
313
- /*! antd */
307
+ /*! ./fileTreeCom.css */
314
308
 
315
- /*! antd */
309
+ /*! rc-dialog */
316
310
 
317
311
  /*! react/jsx-runtime */
318
312
 
319
- /*! ../../../utils */
320
-
321
- /*! ./dependency */
322
-
323
- /*! @rsdoctor/types */
313
+ /*! ./code */
324
314
 
325
- /*! ../Charts/minify */
315
+ /*! ../../BundleSize/config */
326
316
 
327
- /*! ./constants */
317
+ /*! react/jsx-runtime */
328
318
 
329
- /*! ../../../components/Badge */
319
+ /*! ./index */
330
320
 
331
- /*! react */
321
+ /*! ./module-graph */
332
322
 
333
- /*! ../TextDrawer */
323
+ /*! lodash-es */
334
324
 
335
- /*! ./data */
325
+ /*! ./export */
336
326
 
337
- /*! ./module */
327
+ /*! path */
338
328
 
339
- /*! react */
329
+ /*! ./index.css */
340
330
 
341
- /*! @ant-design/icons */
331
+ /*! @rsdoctor/types */
342
332
 
343
- /*! lodash */
333
+ /*! react/jsx-runtime */
344
334
 
345
- /*! ../../../constants */
335
+ /*! @monaco-editor/react */
346
336
 
347
- /*! ./utils */
337
+ /*! @rsdoctor/types */
348
338
 
349
- /*! ../Manifest */
339
+ /*! ../../../components/Manifest */
350
340
 
351
341
  /*! react */
352
342
 
353
- /*! @rsdoctor/utils/common */
343
+ /*! ../resolver */
354
344
 
355
345
  /*! @rsdoctor/types */
356
346
 
357
- /*! lodash-es */
358
-
359
- /*! @monaco-editor/react */
360
-
361
- /*! ./sdk */
347
+ /*! ./NumberButton */
362
348
 
363
- /*! ../../utils */
349
+ /*! react */
364
350
 
365
- /*! ./cn */
351
+ /*! @rsdoctor/components/utils */
366
352
 
367
- /*! @ant-design/icons */
353
+ /*! ./bundle */
368
354
 
369
- /*! @rsdoctor/types */
355
+ /*! ./constants */
370
356
 
371
- /*! @ant-design/icons */
357
+ /*! antd */
372
358
 
373
- /*! ./card.module */
359
+ /*! ../Charts/bootstrap */
374
360
 
375
- /*! lodash */
361
+ /*! ./local */
376
362
 
377
- /*! react */
363
+ /*! ./TextDrawer */
378
364
 
379
365
  /*! @rsdoctor/types */
380
366
 
381
- /*! acorn-import-assertions */
382
-
383
- /*! lodash-es */
384
-
385
- /*! ./tooltips.css */
386
-
387
- /*! path */
367
+ /*! react */
388
368
 
389
- /*! axios */
369
+ /*! ./utils */
390
370
 
391
- /*! ../TextDrawer */
371
+ /*! ../../utils */
392
372
 
393
- /*! dayjs */
373
+ /*! ./config */
394
374
 
395
- /*! antd */
375
+ /*! ./locale */
396
376
 
397
- /*! lines-and-columns */
377
+ /*! react */
398
378
 
399
- /*! ../../utils */
379
+ /*! ./modules */
400
380
 
401
- /*! antd */
381
+ /*! ./WebpackLoaders/Analysis */
402
382
 
403
- /*! @rsdoctor/utils/common */
383
+ /*! ./code */
404
384
 
405
- /*! antd */
385
+ /*! ../../../utils/worker */
406
386
 
407
- /*! @ant-design/icons */
387
+ /*! ../Card */
408
388
 
409
- /*! ../../worker/ecmaversion/client */
389
+ /*! react/jsx-runtime */
410
390
 
411
391
  /*! react/jsx-runtime */
412
392
 
413
- /*! ../../../utils */
393
+ /*! ./TreeShaking */
414
394
 
415
- /*! ./compile */
395
+ /*! react */
416
396
 
417
- /*! react-router-dom */
397
+ /*! lodash-es */
418
398
 
419
- /*! ../Plugins/webpack */
399
+ /*! ./ModuleResolve */
420
400
 
421
- /*! react/jsx-runtime */
401
+ /*! @ant-design/icons */
422
402
 
423
- /*! ../storage */
403
+ /*! ../../FileTree */
424
404
 
425
- /*! @rsdoctor/components/pages */
405
+ /*! lodash-es */
426
406
 
427
- /*! @ant-design/icons */
407
+ /*! react */
428
408
 
429
409
  /*! react/jsx-runtime */
430
410
 
431
- /*! ../constants */
432
-
433
- /*! @rsdoctor/types */
434
-
435
- /*! antd */
411
+ /*! ../TextDrawer */
436
412
 
437
- /*! url-parse */
413
+ /*! ../../utils */
438
414
 
439
415
  /*! react */
440
416
 
441
- /*! ../TextDrawer */
442
-
443
- /*! @rsdoctor/types */
417
+ /*! ../../../components/Card/statistic */
444
418
 
445
- /*! ./viewer */
419
+ /*! ../../constants */
446
420
 
447
- /*! ./E1002 */
421
+ /*! react-hyper-tree */
448
422
 
449
423
  /*! axios */
450
424
 
451
- /*! @rsdoctor/types */
425
+ /*! antd */
452
426
 
453
- /*! ./responsiveGridList */
427
+ /*! react/jsx-runtime */
454
428
 
455
- /*! @rsdoctor/types */
429
+ /*! antd */
456
430
 
457
- /*! ./error */
431
+ /*! ./pagination */
458
432
 
459
- /*! react/jsx-runtime */
433
+ /*! lodash-es */
460
434
 
461
- /*! ./storage */
435
+ /*! ./summary */
462
436
 
463
437
  /*! react */
464
438
 
465
- /*! @ant-design/icons */
466
-
467
439
  /*! @rsdoctor/types */
468
440
 
469
- /*! react/jsx-runtime */
441
+ /*! antd */
470
442
 
471
- /*! ./package */
443
+ /*! path */
472
444
 
473
- /*! ../Alert */
445
+ /*! ../../utils */
474
446
 
475
- /*! lodash-es */
447
+ /*! ../../utils */
476
448
 
477
- /*! ./graph */
449
+ /*! react */
478
450
 
479
- /*! ../../components/Overall */
451
+ /*! ../../../components/Configuration */
480
452
 
481
453
  /*! @rsdoctor/utils/common */
482
454
 
455
+ /*! ./remote */
456
+
483
457
  /*! @ant-design/icons */
484
458
 
485
- /*! ../../constants */
459
+ /*! ../../components/Resolver/analysis */
486
460
 
487
- /*! react/jsx-runtime */
461
+ /*! react */
488
462
 
489
- /*! ./statement */
463
+ /*! react/jsx-runtime */
490
464
 
491
- /*! lodash */
465
+ /*! ../../../utils */
492
466
 
493
- /*! @rsdoctor/types */
467
+ /*! ./apis */
494
468
 
495
- /*! ./constants */
469
+ /*! ./NumberButton_module.css */
496
470
 
497
- /*! react/jsx-runtime */
471
+ /*! antd */
498
472
 
499
- /*! ./Layout */
473
+ /*! ../../ModuleAnalyze */
500
474
 
501
- /*! ./files */
475
+ /*! @rsdoctor/types */
502
476
 
503
- /*! ./time */
477
+ /*! @ant-design/icons */
504
478
 
505
- /*! acorn */
479
+ /*! ../../utils */
506
480
 
507
- /*! core-js/modules/esnext.async-iterator.map.js */
481
+ /*! ../TextDrawer */
508
482
 
509
- /*! ../../constants */
483
+ /*! ./plugin */
510
484
 
511
- /*! ./dependncy */
485
+ /*! ./Overall */
512
486
 
513
487
  /*! react/jsx-runtime */
514
488
 
515
- /*! ./code */
516
-
517
- /*! antd */
489
+ /*! ../../../components/Manifest */
518
490
 
519
- /*! @monaco-editor/react */
491
+ /*! ./url */
520
492
 
521
- /*! ./module */
493
+ /*! ../../constants */
522
494
 
523
- /*! ./tooltips.css */
495
+ /*! @ant-design/icons */
524
496
 
525
497
  /*! react/jsx-runtime */
526
498
 
527
- /*! react */
499
+ /*! @ant-design/icons */
528
500
 
529
- /*! ./data */
501
+ /*! @rsdoctor/components/elements */
530
502
 
531
- /*! ../../utils */
503
+ /*! ../../Badge */
532
504
 
533
- /*! react/jsx-runtime */
505
+ /*! antd */
534
506
 
535
- /*! @rsdoctor/types */
507
+ /*! antd */
536
508
 
537
509
  /*! lodash-es */
538
510
 
539
- /*! ../../../constants */
540
-
541
- /*! ./statistic */
511
+ /*! ./asserts */
542
512
 
543
513
  /*! antd */
544
514
 
545
- /*! react/jsx-runtime */
546
-
547
- /*! ../resolver */
548
-
549
- /*! react/jsx-runtime */
515
+ /*! @ant-design/icons */
550
516
 
551
- /*! ./bundle */
517
+ /*! @rsdoctor/types */
552
518
 
553
- /*! antd */
519
+ /*! ../TextDrawer */
554
520
 
555
- /*! ../Card */
521
+ /*! ./statement */
556
522
 
557
- /*! ./utils */
523
+ /*! @rsdoctor/types */
558
524
 
559
- /*! antd */
525
+ /*! ../FileTree */
560
526
 
561
- /*! ../../../utils */
527
+ /*! react-router-dom */
562
528
 
563
529
  /*! @rsdoctor/types */
564
530
 
565
- /*! ../../../constants */
531
+ /*! ../../Select */
566
532
 
567
- /*! ./modules */
533
+ /*! ../../constants */
534
+
535
+ /*! ./loader.css */
568
536
 
569
537
  /*! antd */
570
538
 
571
539
  /*! react */
572
540
 
573
- /*! ./Alerts */
541
+ /*! ./E1003 */
574
542
 
575
- /*! @rsdoctor/components/utils */
543
+ /*! @rsdoctor/types */
576
544
 
577
- /*! antd */
545
+ /*! ../../Manifest */
578
546
 
579
- /*! ../../constants */
547
+ /*! ./parser */
580
548
 
581
549
  /*! react */
582
550
 
583
- /*! ../DiffServerAPIProvider */
551
+ /*! ../graph */
584
552
 
585
- /*! ./header */
553
+ /*! ./fileTree */
586
554
 
587
- /*! ../Opener */
555
+ /*! ./DiffContainer */
588
556
 
589
- /*! react */
557
+ /*! react/jsx-runtime */
590
558
 
591
- /*! ./constants */
559
+ /*! ./utils */
592
560
 
593
- /*! @rsdoctor/components/utils */
561
+ /*! ../storage */
594
562
 
595
- /*! @rsdoctor/utils/common */
563
+ /*! ../Alert */
596
564
 
597
- /*! ../../utils */
565
+ /*! ./tooltips.css */
598
566
 
599
- /*! ../../../utils */
567
+ /*! ../Manifest */
600
568
 
601
- /*! @rsdoctor/types */
569
+ /*! ./package-graph */
602
570
 
603
- /*! ./pagination */
571
+ /*! ./loader */
572
+
573
+ /*! react/jsx-runtime */
574
+
575
+ /*! ../TextDrawer */
576
+
577
+ /*! ./dependency */
578
+
579
+ /*! ./ModuleAnalyze */
580
+
581
+ /*! @ant-design/icons */
582
+
583
+ /*! ./plugin */
584
+
585
+ /*! react/jsx-runtime */
586
+
587
+ /*! . */
588
+
589
+ /*! react/jsx-runtime */
590
+
591
+ /*! ./constants */
592
+
593
+ /*! ../../utils */
604
594
 
605
595
  /*! @rsdoctor/types */
606
596
 
607
- /*! ./summary */
597
+ /*! @rsdoctor/utils/common */
598
+
599
+ /*! lodash-es */
600
+
601
+ /*! ./worker */
602
+
603
+ /*! react/jsx-runtime */
604
+
605
+ /*! antd */
606
+
607
+ /*! ./plugin */
608
+
609
+ /*! ../../../constants */
610
+
611
+ /*! ./storage */
612
+
613
+ /*! ./sideEffect */
614
+
615
+ /*! react/jsx-runtime */
616
+
617
+ /*! url-parse */
618
+
619
+ /*! ../../components/Manifest */
608
620
 
609
621
  /*! react */
610
622
 
611
- /*! @rsdoctor/components */
623
+ /*! ./index.css */
624
+
625
+ /*! ../Alerts */
612
626
 
613
627
  /*! lodash-es */
614
628
 
615
629
  /*! ../../utils */
616
630
 
617
- /*! ./url */
618
-
619
- /*! ./modules */
631
+ /*! ./router */
620
632
 
621
633
  /*! path */
622
634
 
623
- /*! core-js/modules/esnext.iterator.constructor.js */
635
+ /*! ../../utils */
624
636
 
625
- /*! @ant-design/icons */
637
+ /*! ../../../constants */
638
+
639
+ /*! ../../../components/Title */
640
+
641
+ /*! react/jsx-runtime */
642
+
643
+ /*! @rsdoctor/utils/common */
644
+
645
+ /*! ./graph */
646
+
647
+ /*! ./compile_module.css */
648
+
649
+ /*! react */
626
650
 
627
651
  /*! antd */
628
652
 
629
- /*! ./TimelineCharts */
653
+ /*! ./request */
630
654
 
631
655
  /*! react */
632
656
 
633
- /*! ./Resources/RuleIndex */
657
+ /*! @rsdoctor/types */
634
658
 
635
- /*! ./apis */
659
+ /*! ./base */
660
+
661
+ /*! ../../utils/loader */
662
+
663
+ /*! path */
664
+
665
+ /*! ../../components/Manifest */
666
+
667
+ /*! antd */
668
+
669
+ /*! react */
670
+
671
+ /*! ./data */
672
+
673
+ /*! lodash-es */
674
+
675
+ /*! ./loader.css */
676
+
677
+ /*! ../TextDrawer */
678
+
679
+ /*! ../Card */
680
+
681
+ /*! lodash-es */
682
+
683
+ /*! ./storage */
684
+
685
+ /*! @rsdoctor/types */
686
+
687
+ /*! ../../utils/file */
688
+
689
+ /*! @rsdoctor/components/utils */
690
+
691
+ /*! ../../utils */
692
+
693
+ /*! @rsdoctor/graph */
636
694
 
637
695
  /*! antd */
638
696
 
697
+ /*! ./document */
698
+
699
+ /*! react */
700
+
701
+ /*! ../DiffServerAPIProvider */
702
+
703
+ /*! ../../../components/CodeViewer */
704
+
705
+ /*! react/jsx-runtime */
706
+
707
+ /*! @monaco-editor/react */
708
+
709
+ /*! react/jsx-runtime */
710
+
711
+ /*! ../../constants */
712
+
713
+ /*! ../Opener */
714
+
715
+ /*! ./data */
716
+
717
+ /*! ./card_module.css */
718
+
719
+ /*! ./dependency */
720
+
721
+ /*! ./dependency */
722
+
723
+ /*! path */
724
+
725
+ /*! react/jsx-runtime */
726
+
727
+ /*! ./statistic.css */
728
+
729
+ /*! @rsdoctor/components/utils */
730
+
731
+ /*! ../../components/Alerts */
732
+
733
+ /*! ./instance */
734
+
735
+ /*! /home/runner/work/rsdoctor/rsdoctor/node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js */
736
+
737
+ /*! ./data */
738
+
639
739
  /*! react/jsx-runtime */
640
740
 
641
741
  /*! ../../utils */
642
742
 
643
- /*! ./plugin */
743
+ /*! ./Card */
644
744
 
645
- /*! ./url */
745
+ /*! react/jsx-runtime */
646
746
 
647
- /*! antd */
747
+ /*! @rsdoctor/utils/common */
648
748
 
649
- /*! ./cards */
749
+ /*! @rsdoctor/types */
750
+
751
+ /*! ./utils */
650
752
 
651
753
  /*! react/jsx-runtime */
652
754
 
653
- /*! lodash-es */
755
+ /*! ./parser */
654
756
 
655
- /*! ./asserts */
757
+ /*! ./time */
656
758
 
657
759
  /*! @rsdoctor/types */
658
760
 
659
- /*! socket.io-client */
761
+ /*! react/jsx-runtime */
660
762
 
661
- /*! ../../components/Plugins/webpack */
763
+ /*! ../FileTree */
764
+
765
+ /*! @rsdoctor/components */
766
+
767
+ /*! @rsdoctor/types */
768
+
769
+ /*! lodash */
770
+
771
+ /*! ./modules */
772
+
773
+ /*! ./cn */
774
+
775
+ /*! react */
776
+
777
+ /*! ./vscode */
778
+
779
+ /*! ./result */
780
+
781
+ /*! lodash */
782
+
783
+ /*! ./tooltips.css */
784
+
785
+ /*! ./client */
786
+
787
+ /*! ./algorithm */
788
+
789
+ /*! antd */
790
+
791
+ /*! @rsdoctor/components/pages */
792
+
793
+ /*! antd */
662
794
 
663
795
  /*! ./statement */
664
796
 
797
+ /*! ../Card */
798
+
799
+ /*! @rsdoctor/types */
800
+
801
+ /*! ./Charts/TimelineCharts */
802
+
803
+ /*! ../../../components/Form/keyword */
804
+
805
+ /*! react/jsx-runtime */
806
+
807
+ /*! ./header.css */
808
+
809
+ /*! antd */
810
+
811
+ /*! react/jsx-runtime */
812
+
813
+ /*! react/jsx-runtime */
814
+
815
+ /*! react/jsx-runtime */
816
+
817
+ /*! react/jsx-runtime */
818
+
819
+ /*! ../CodeViewer */
820
+
821
+ /*! ./algorithm */
822
+
823
+ /*! ./alerts */
824
+
665
825
  /*! ./constants */
666
826
 
827
+ /*! ../TextDrawer */
828
+
829
+ /*! @rsdoctor/types */
830
+
831
+ /*! ./open-tag */
832
+
833
+ /*! antd */
834
+
667
835
  /*! react/jsx-runtime */
668
836
 
669
- /*! ./project */
837
+ /*! ../../../components/Keyword */
670
838
 
671
- /*! ./E1003 */
839
+ /*! react */
672
840
 
673
- /*! @rsdoctor/components/utils */
841
+ /*! ./space */
674
842
 
675
- /*! ./parser */
843
+ /*! ../worker/jsequal/client */
844
+
845
+ /*! ../Manifest */
846
+
847
+ /*! @rsdoctor/utils/common */
848
+
849
+ /*! ./E1004 */
676
850
 
677
851
  /*! ./common */
678
852
 
679
- /*! ../graph */
853
+ /*! ../../utils */
680
854
 
681
- /*! ../../../components/Card */
855
+ /*! ../storage */
682
856
 
683
- /*! ./utils/storage */
857
+ /*! ./components */
684
858
 
685
- /*! react-i18next */
859
+ /*! axios */
686
860
 
687
- /*! antd */
861
+ /*! lodash-es */
688
862
 
689
- /*! @ant-design/icons */
863
+ /*! ../../constants */
690
864
 
691
865
  /*! @rsdoctor/types */
692
866
 
@@ -694,455 +868,485 @@
694
868
 
695
869
  /*! ../../utils */
696
870
 
697
- /*! antd */
871
+ /*! @rsdoctor/types */
698
872
 
699
- /*! ./dependency */
873
+ /*! ./storage */
700
874
 
701
- /*! react/jsx-runtime */
875
+ /*! ./index.css */
702
876
 
703
- /*! ./plugin */
877
+ /*! ./tooltips.css */
704
878
 
705
- /*! ../../../components/Form/keyword */
879
+ /*! ../Status */
706
880
 
707
881
  /*! ./bundle */
708
882
 
709
- /*! ./progress */
883
+ /*! ../Manifest */
710
884
 
711
- /*! ./utils */
885
+ /*! ../config */
712
886
 
713
- /*! core-js/modules/esnext.iterator.filter.js */
887
+ /*! ../TextDrawer */
714
888
 
715
- /*! react */
889
+ /*! dayjs */
716
890
 
717
- /*! ../CodeViewer */
891
+ /*! ./utils */
718
892
 
719
- /*! @rsdoctor/types */
893
+ /*! react */
720
894
 
721
- /*! ./plugin */
895
+ /*! core-js/modules/esnext.async-iterator.map.js */
722
896
 
723
897
  /*! ../CodeViewer */
724
898
 
725
- /*! ../../constants */
726
-
727
- /*! ../../../components/FileTree */
899
+ /*! ./resolver */
728
900
 
729
901
  /*! ../TextDrawer */
730
902
 
731
- /*! ./WebpackLoaders/Overall */
903
+ /*! @rsdoctor/utils/common */
732
904
 
733
- /*! ./list.module */
905
+ /*! ../../constants */
734
906
 
735
- /*! react/jsx-runtime */
907
+ /*! monaco-editor */
736
908
 
737
- /*! react-router-dom */
909
+ /*! antd */
738
910
 
739
- /*! ./constants */
911
+ /*! ../Plugins/webpack */
740
912
 
741
- /*! ../Manifest */
913
+ /*! antd */
742
914
 
743
- /*! lodash-es */
915
+ /*! ./NumberButton.module */
744
916
 
745
- /*! react-dom/client */
917
+ /*! ./file-relation */
746
918
 
747
- /*! antd */
919
+ /*! ./bundle */
748
920
 
749
- /*! @rsdoctor/graph */
921
+ /*! @ant-design/icons */
750
922
 
751
- /*! ./hightlight */
923
+ /*! ./diff */
752
924
 
753
- /*! ./file-relation */
925
+ /*! ./document */
754
926
 
755
- /*! @rsdoctor/types */
927
+ /*! ./NumberButton.module */
756
928
 
757
- /*! ./diff */
929
+ /*! react */
758
930
 
759
- /*! ./card.module */
931
+ /*! ../constants */
760
932
 
761
- /*! @ant-design/icons */
933
+ /*! ./list.module */
762
934
 
763
- /*! ./utils */
935
+ /*! antd */
764
936
 
765
- /*! ./builder-select */
937
+ /*! ./server */
766
938
 
767
939
  /*! react */
768
940
 
769
- /*! @rsdoctor/utils/common */
941
+ /*! @rsdoctor/types */
942
+
943
+ /*! @monaco-editor/react */
944
+
945
+ /*! ./viewer */
770
946
 
771
947
  /*! ../../constants */
772
948
 
773
- /*! lodash-es */
949
+ /*! ../../Manifest */
774
950
 
775
- /*! ./Overall */
951
+ /*! ./time */
776
952
 
777
- /*! ./graph */
953
+ /*! lodash */
778
954
 
779
- /*! react/jsx-runtime */
955
+ /*! ../Manifest */
780
956
 
781
- /*! ../../constants */
957
+ /*! ./NumberButton */
782
958
 
783
- /*! @rsdoctor/utils/common */
959
+ /*! lodash-es */
784
960
 
785
- /*! ./data */
961
+ /*! ../../../constants */
786
962
 
787
- /*! ../Manifest */
963
+ /*! ../../constants */
788
964
 
789
965
  /*! react */
790
966
 
791
- /*! ./BundleSize */
967
+ /*! ../Status */
792
968
 
793
- /*! ./utils */
969
+ /*! react/jsx-runtime */
794
970
 
795
- /*! react-error-boundary */
971
+ /*! ./constants */
796
972
 
797
973
  /*! ../Manifest */
798
974
 
799
- /*! ../constants */
975
+ /*! ./diagnostic */
800
976
 
801
- /*! ../../constants */
977
+ /*! react/jsx-runtime */
802
978
 
803
- /*! ../../utils */
979
+ /*! ./card.module */
804
980
 
805
- /*! ./i18n */
981
+ /*! @rsdoctor/types */
806
982
 
807
- /*! react/jsx-runtime */
983
+ /*! ./index.css */
808
984
 
809
- /*! ./utils */
985
+ /*! antd */
810
986
 
811
- /*! url-parse */
987
+ /*! @rsdoctor/utils/common */
812
988
 
813
- /*! ../../../components/Badge */
989
+ /*! ../../constants */
814
990
 
815
- /*! lodash-es */
991
+ /*! react/jsx-runtime */
816
992
 
817
- /*! ./TimelineCharts */
993
+ /*! react/jsx-runtime */
818
994
 
819
- /*! ./document */
995
+ /*! ../loader */
820
996
 
821
- /*! ./CodeViewer */
997
+ /*! ../../utils */
822
998
 
823
- /*! antd */
999
+ /*! ./utils */
824
1000
 
825
- /*! ./data */
1001
+ /*! ../../components/Manifest */
826
1002
 
827
1003
  /*! react/jsx-runtime */
828
1004
 
829
- /*! ../../../components/FileTree */
1005
+ /*! ./asserts */
830
1006
 
831
- /*! ../Alerts */
1007
+ /*! react/jsx-runtime */
832
1008
 
833
- /*! antd */
1009
+ /*! ../../constants */
834
1010
 
835
- /*! antd */
1011
+ /*! ../Manifest */
1012
+
1013
+ /*! ./server */
836
1014
 
837
1015
  /*! react/jsx-runtime */
838
1016
 
839
- /*! ./instance */
1017
+ /*! ../../../constants */
840
1018
 
841
- /*! /home/runner/work/rsdoctor/rsdoctor/node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js */
1019
+ /*! ../../../utils */
842
1020
 
843
- /*! ./dependency */
1021
+ /*! core-js/modules/esnext.iterator.constructor.js */
844
1022
 
845
- /*! ./parser */
1023
+ /*! ../../../components/TextDrawer */
846
1024
 
847
- /*! ./time */
1025
+ /*! ./graph */
848
1026
 
849
- /*! ../Manifest */
1027
+ /*! ./tooltips.css */
850
1028
 
851
- /*! ../../../constants */
1029
+ /*! react/jsx-runtime */
852
1030
 
853
- /*! antd */
1031
+ /*! ./list_module.css */
854
1032
 
855
- /*! ../constants */
1033
+ /*! ./modules */
856
1034
 
857
- /*! ../../../components/Manifest */
1035
+ /*! ./statistic */
858
1036
 
859
- /*! lodash */
1037
+ /*! ../../Manifest */
860
1038
 
861
- /*! lodash-es */
1039
+ /*! react */
862
1040
 
863
- /*! @rsdoctor/types */
1041
+ /*! antd */
864
1042
 
865
- /*! ./result */
1043
+ /*! ../../components/Manifest */
866
1044
 
867
1045
  /*! ../../utils */
868
1046
 
869
- /*! ./client */
870
-
871
- /*! ./algorithm */
1047
+ /*! react/jsx-runtime */
872
1048
 
873
- /*! react */
1049
+ /*! ./api */
874
1050
 
875
- /*! @ant-design/icons */
1051
+ /*! ../../components/Configuration */
876
1052
 
877
1053
  /*! react/jsx-runtime */
878
1054
 
879
- /*! @rsdoctor/utils/ruleUtils */
1055
+ /*! lodash-es */
880
1056
 
881
- /*! @rsdoctor/types */
1057
+ /*! ./plugin */
882
1058
 
883
- /*! @ant-design/icons */
1059
+ /*! ./url */
884
1060
 
885
- /*! ./diff */
1061
+ /*! ./summary */
886
1062
 
887
- /*! ../Opener */
1063
+ /*! @ant-design/icons */
888
1064
 
889
- /*! rc-tree */
1065
+ /*! ../executions */
890
1066
 
891
- /*! react */
1067
+ /*! ../../utils */
892
1068
 
893
- /*! lodash-es */
1069
+ /*! antd */
894
1070
 
895
- /*! ./algorithm */
1071
+ /*! ./Badge */
896
1072
 
897
- /*! ./alerts */
1073
+ /*! ../../components/Configuration */
898
1074
 
899
- /*! react */
1075
+ /*! ../Opener */
900
1076
 
901
1077
  /*! @rsdoctor/types */
902
1078
 
903
- /*! react/jsx-runtime */
1079
+ /*! ../../../constants */
1080
+
1081
+ /*! antd */
904
1082
 
905
1083
  /*! @rsdoctor/types */
906
1084
 
907
- /*! ./NumberButton.module */
1085
+ /*! react */
908
1086
 
909
- /*! ../../pages */
1087
+ /*! ./Alert */
910
1088
 
911
- /*! ../../utils */
1089
+ /*! ./babel */
912
1090
 
913
- /*! lodash-es */
1091
+ /*! @rsdoctor/components/utils */
914
1092
 
915
- /*! ../socket */
1093
+ /*! ./WebpackPlugins */
916
1094
 
917
- /*! ./E1004 */
1095
+ /*! antd */
1096
+
1097
+ /*! socket.io-client */
1098
+
1099
+ /*! ../../../utils */
918
1100
 
919
1101
  /*! ./view */
920
1102
 
921
1103
  /*! antd */
922
1104
 
923
- /*! react-router-dom */
1105
+ /*! ./asserts */
924
1106
 
925
- /*! ./base */
1107
+ /*! ./header */
1108
+
1109
+ /*! ./constants */
926
1110
 
927
1111
  /*! @rsdoctor/components */
928
1112
 
1113
+ /*! ../Charts/done */
1114
+
929
1115
  /*! ../../Card */
930
1116
 
1117
+ /*! path */
1118
+
931
1119
  /*! ../CodeViewer */
932
1120
 
933
- /*! ../../../components/Configuration */
1121
+ /*! dayjs */
934
1122
 
935
1123
  /*! @rsdoctor/components/elements */
936
1124
 
937
- /*! react */
1125
+ /*! ./types */
938
1126
 
939
- /*! @rsdoctor/types */
1127
+ /*! ../../../components/Card */
940
1128
 
941
- /*! ./compile.module */
1129
+ /*! ../Charts/minify */
942
1130
 
943
- /*! ../../components/Title */
1131
+ /*! @ant-design/icons */
944
1132
 
945
- /*! react/jsx-runtime */
1133
+ /*! ../../../components/Badge */
1134
+
1135
+ /*! ./chunk */
946
1136
 
947
1137
  /*! react/jsx-runtime */
948
1138
 
949
- /*! ../BundleSize/config */
1139
+ /*! core-js/modules/esnext.iterator.filter.js */
950
1140
 
951
- /*! antd */
1141
+ /*! @rsdoctor/types */
1142
+
1143
+ /*! ../plugin */
1144
+
1145
+ /*! ../../components/Form/keyword */
952
1146
 
953
1147
  /*! ./cards */
954
1148
 
955
- /*! ../../constants */
1149
+ /*! ./utils */
956
1150
 
957
- /*! react-json-view */
1151
+ /*! ../../constants */
958
1152
 
959
- /*! ./url */
1153
+ /*! @ant-design/icons */
960
1154
 
961
- /*! @rsdoctor/types */
1155
+ /*! ../../utils */
962
1156
 
963
- /*! react */
1157
+ /*! @monaco-editor/react */
964
1158
 
965
- /*! @ant-design/icons */
1159
+ /*! @rsdoctor/types */
966
1160
 
967
- /*! ./resolver */
1161
+ /*! ./document */
968
1162
 
969
1163
  /*! antd */
970
1164
 
971
1165
  /*! ./index.css */
972
1166
 
973
- /*! ../../components/Manifest */
1167
+ /*! @rsdoctor/types */
974
1168
 
975
- /*! react/jsx-runtime */
1169
+ /*! react-i18next */
976
1170
 
977
- /*! @rsdoctor/types */
1171
+ /*! react-dom/client */
1172
+
1173
+ /*! ./card.module */
1174
+
1175
+ /*! ../../Keyword */
978
1176
 
979
- /*! react */
1177
+ /*! ./TimelineCharts */
980
1178
 
981
1179
  /*! ./compile */
982
1180
 
983
- /*! ../Manifest */
1181
+ /*! react-highlight-words */
984
1182
 
985
- /*! react/jsx-runtime */
1183
+ /*! @rsdoctor/types */
986
1184
 
987
- /*! @ant-design/icons */
1185
+ /*! lodash-es */
988
1186
 
989
- /*! ../../utils/hooks */
1187
+ /*! ./constants */
990
1188
 
991
1189
  /*! antd */
992
1190
 
993
- /*! ./failed */
994
-
995
- /*! ../request */
1191
+ /*! ../../constants */
996
1192
 
997
- /*! ./components/fileTreeCom */
1193
+ /*! @rsdoctor/types */
998
1194
 
999
- /*! ./document */
1195
+ /*! ../../constants */
1000
1196
 
1001
1197
  /*! ./modules */
1002
1198
 
1003
- /*! ../../../constants */
1199
+ /*! @ant-design/icons */
1004
1200
 
1005
- /*! @monaco-editor/react */
1201
+ /*! antd */
1006
1202
 
1007
- /*! react */
1203
+ /*! react/jsx-runtime */
1008
1204
 
1009
- /*! ./server */
1205
+ /*! ./modules */
1206
+
1207
+ /*! @rsdoctor/types */
1208
+
1209
+ /*! ./chunk */
1010
1210
 
1011
1211
  /*! antd */
1012
1212
 
1013
1213
  /*! antd */
1014
1214
 
1015
- /*! @rsdoctor/types */
1215
+ /*! react-error-boundary */
1016
1216
 
1017
- /*! react/jsx-runtime */
1217
+ /*! ./tree-shaking */
1018
1218
 
1019
- /*! react */
1219
+ /*! ./logger */
1020
1220
 
1021
- /*! lodash */
1221
+ /*! react-router-dom */
1022
1222
 
1023
- /*! react/jsx-runtime */
1223
+ /*! ./manifest */
1024
1224
 
1025
- /*! ./Manifest */
1225
+ /*! ./compile */
1026
1226
 
1027
- /*! antd */
1227
+ /*! lodash-es */
1028
1228
 
1029
- /*! react/jsx-runtime */
1229
+ /*! react-router-dom */
1230
+
1231
+ /*! @rsdoctor/components/elements */
1030
1232
 
1031
1233
  /*! react */
1032
1234
 
1033
- /*! @rsdoctor/components/elements */
1235
+ /*! ./manifest */
1034
1236
 
1035
- /*! antd/es/locale/en_GB */
1237
+ /*! @rsdoctor/utils/common */
1036
1238
 
1037
- /*! ../../constants */
1239
+ /*! ./export */
1038
1240
 
1039
- /*! antd */
1241
+ /*! ./responsiveGridList */
1040
1242
 
1041
- /*! antd */
1243
+ /*! ../constants */
1042
1244
 
1043
- /*! ../../constants */
1245
+ /*! ./progress */
1044
1246
 
1045
- /*! ../../../utils */
1247
+ /*! ./algorithm */
1046
1248
 
1047
- /*! ./diagnostic */
1249
+ /*! @rsdoctor/types */
1048
1250
 
1049
- /*! ./types */
1251
+ /*! ../../components/FileTree */
1050
1252
 
1051
- /*! ./master */
1253
+ /*! react */
1052
1254
 
1053
- /*! react/jsx-runtime */
1255
+ /*! zlib */
1054
1256
 
1055
- /*! @ant-design/icons */
1257
+ /*! react */
1056
1258
 
1057
- /*! ./worker */
1259
+ /*! ./rule */
1058
1260
 
1059
- /*! react/jsx-runtime */
1261
+ /*! ../../components/Overall */
1060
1262
 
1061
- /*! ../../utils */
1263
+ /*! ../../constants */
1062
1264
 
1063
1265
  /*! antd */
1064
1266
 
1065
- /*! @rsdoctor/types */
1267
+ /*! ./i18n */
1066
1268
 
1067
- /*! ../../FileTree */
1269
+ /*! react */
1068
1270
 
1069
1271
  /*! lodash-es */
1070
1272
 
1071
- /*! ./loader */
1072
-
1073
- /*! ../loader */
1273
+ /*! ./config */
1074
1274
 
1075
1275
  /*! react/jsx-runtime */
1076
1276
 
1077
- /*! antd/es/locale/zh_CN */
1078
-
1079
- /*! ./chunks */
1277
+ /*! ../../../components/Loader/Analysis */
1080
1278
 
1081
- /*! react */
1279
+ /*! url-parse */
1082
1280
 
1083
- /*! ./asserts */
1281
+ /*! ../Manifest */
1084
1282
 
1085
1283
  /*! antd */
1086
1284
 
1087
- /*! react */
1285
+ /*! ./constants */
1088
1286
 
1089
- /*! ./BundleDiff */
1287
+ /*! ./utils */
1090
1288
 
1091
- /*! ./server */
1289
+ /*! ./hightlight */
1092
1290
 
1093
- /*! ./sideEffect */
1291
+ /*! ./package */
1094
1292
 
1095
- /*! ./duplicate */
1293
+ /*! ./loader */
1096
1294
 
1097
- /*! ../../../utils/worker */
1295
+ /*! ./builder-select */
1098
1296
 
1099
- /*! react/jsx-runtime */
1297
+ /*! @rsdoctor/utils/common */
1100
1298
 
1101
- /*! ./graph */
1299
+ /*! ./dependncy */
1102
1300
 
1103
1301
  /*! lodash-es */
1104
1302
 
1105
- /*! ../../../constants */
1303
+ /*! ../alerts */
1106
1304
 
1107
- /*! ./modules */
1305
+ /*! ../constants */
1108
1306
 
1109
- /*! react/jsx-runtime */
1307
+ /*! ./Layout */
1110
1308
 
1111
- /*! ../Manifest */
1309
+ /*! ../../constants */
1112
1310
 
1113
- /*! lodash-es */
1311
+ /*! ./baseLoader */
1114
1312
 
1115
1313
  /*! react */
1116
1314
 
1117
- /*! @rsdoctor/types */
1315
+ /*! antd */
1118
1316
 
1119
- /*! ./plugin */
1317
+ /*! react/jsx-runtime */
1120
1318
 
1121
- /*! ./routes */
1319
+ /*! ./type */
1122
1320
 
1123
- /*! ./socket */
1321
+ /*! ./utils */
1124
1322
 
1125
- /*! ./summary */
1323
+ /*! antd */
1126
1324
 
1127
- /*! ../../../components/TextDrawer */
1325
+ /*! react/jsx-runtime */
1128
1326
 
1129
1327
  /*! ./constants */
1130
1328
 
1131
- /*! ../../../components/Keyword */
1132
-
1133
- /*! ./babel */
1329
+ /*! ./linter */
1134
1330
 
1135
1331
  /*! lodash-es */
1136
1332
 
1137
1333
  /*! ../../utils */
1138
1334
 
1139
- /*! ../../Select */
1335
+ /*! ./data */
1336
+
1337
+ /*! react */
1338
+
1339
+ /*! ../../utils */
1340
+
1341
+ /*! ./variable */
1140
1342
 
1141
1343
  /*! ../Manifest */
1142
1344
 
1345
+ /*! ./package */
1346
+
1143
1347
  /*! react/jsx-runtime */
1144
1348
 
1145
- /*! ../../utils */
1349
+ /*! lodash-es */
1146
1350
 
1147
1351
  /*! react */
1148
1352
 
@@ -1150,734 +1354,642 @@
1150
1354
 
1151
1355
  /*! @rsdoctor/types */
1152
1356
 
1153
- /*! ../../../utils */
1357
+ /*! react/jsx-runtime */
1154
1358
 
1155
- /*! react */
1359
+ /*! ./TimelineCharts */
1156
1360
 
1157
- /*! react/jsx-runtime */
1361
+ /*! ../Card */
1158
1362
 
1159
- /*! ./asserts */
1363
+ /*! buffer */
1160
1364
 
1161
- /*! ./vscode */
1365
+ /*! ./url */
1162
1366
 
1163
1367
  /*! antd */
1164
1368
 
1165
- /*! react/jsx-runtime */
1166
-
1167
1369
  /*! ./modules */
1168
1370
 
1169
- /*! path */
1170
-
1171
1371
  /*! ./utils */
1172
1372
 
1173
1373
  /*! ./changes */
1174
1374
 
1175
1375
  /*! ../Title */
1176
1376
 
1177
- /*! ../Manifest */
1377
+ /*! antd */
1178
1378
 
1179
1379
  /*! ./packages */
1180
1380
 
1181
- /*! react/jsx-runtime */
1381
+ /*! react */
1182
1382
 
1183
- /*! ../../utils */
1383
+ /*! ./module */
1184
1384
 
1185
- /*! ./types */
1385
+ /*! antd */
1186
1386
 
1187
- /*! ../Form/keyword */
1387
+ /*! ../../../utils */
1188
1388
 
1189
- /*! @rsdoctor/utils/common */
1389
+ /*! react/jsx-runtime */
1190
1390
 
1191
- /*! ./chunk */
1391
+ /*! ../../../constants */
1192
1392
 
1193
- /*! ../Configuration */
1393
+ /*! ./editor */
1194
1394
 
1195
- /*! react/jsx-runtime */
1395
+ /*! ../../constants */
1196
1396
 
1197
- /*! react/jsx-runtime */
1397
+ /*! ./Alerts */
1198
1398
 
1199
1399
  /*! ../../utils */
1200
1400
 
1201
- /*! ../plugin */
1202
-
1203
1401
  /*! react/jsx-runtime */
1204
1402
 
1205
- /*! ./changes */
1206
-
1207
- /*! ./index.css */
1403
+ /*! antd */
1208
1404
 
1209
- /*! ./utils/hooks */
1405
+ /*! ../Manifest */
1210
1406
 
1211
- /*! ../CodeViewer */
1407
+ /*! ./types */
1212
1408
 
1213
- /*! ./utils */
1409
+ /*! antd */
1214
1410
 
1215
- /*! ./document */
1411
+ /*! ./changes */
1216
1412
 
1217
- /*! react */
1413
+ /*! ../socket */
1218
1414
 
1219
1415
  /*! @rsdoctor/types */
1220
1416
 
1221
- /*! @ant-design/icons */
1222
-
1223
- /*! react */
1224
-
1225
- /*! @rsdoctor/components */
1226
-
1227
- /*! ./file */
1228
-
1229
- /*! @rsdoctor/utils/common */
1230
-
1231
- /*! ./constants */
1232
-
1233
- /*! ../../../constants */
1417
+ /*! ./baseStats */
1234
1418
 
1235
1419
  /*! lodash-es */
1236
1420
 
1237
- /*! ./asset */
1238
-
1239
- /*! antd */
1240
-
1241
- /*! @rsdoctor/components/i18n */
1242
-
1243
- /*! react/jsx-runtime */
1244
-
1245
- /*! react/jsx-runtime */
1246
-
1247
- /*! @monaco-editor/react */
1248
-
1249
- /*! ./Form/keyword */
1250
-
1251
- /*! react/jsx-runtime */
1252
-
1253
- /*! react/jsx-runtime */
1254
-
1255
- /*! react/jsx-runtime */
1421
+ /*! ../CodeViewer */
1256
1422
 
1257
- /*! ../../../utils */
1423
+ /*! ./base */
1258
1424
 
1259
- /*! ./WebpackLoaders/Analysis */
1425
+ /*! ../../utils */
1260
1426
 
1261
- /*! ./modules */
1427
+ /*! antd */
1262
1428
 
1263
- /*! ../Manifest */
1429
+ /*! react */
1264
1430
 
1265
- /*! react/jsx-runtime */
1431
+ /*! @ant-design/icons */
1266
1432
 
1267
- /*! react */
1433
+ /*! ./constants */
1268
1434
 
1269
- /*! react */
1435
+ /*! @rsdoctor/components */
1270
1436
 
1271
- /*! ./overlay */
1437
+ /*! @rsdoctor/utils/common */
1272
1438
 
1273
- /*! ./chunk */
1439
+ /*! ./constants */
1274
1440
 
1275
- /*! i18next */
1441
+ /*! ../../../constants */
1276
1442
 
1277
- /*! ./common/styles/base.scss */
1443
+ /*! ./url */
1278
1444
 
1279
1445
  /*! react */
1280
1446
 
1281
- /*! ./logger */
1447
+ /*! @rsdoctor/utils/common */
1282
1448
 
1283
- /*! ./manifest */
1449
+ /*! react/jsx-runtime */
1284
1450
 
1285
- /*! antd */
1451
+ /*! @ant-design/icons */
1286
1452
 
1287
- /*! ../../constants */
1453
+ /*! ../config */
1288
1454
 
1289
- /*! ./builder */
1455
+ /*! react/jsx-runtime */
1290
1456
 
1291
- /*! ./ModuleResolve */
1457
+ /*! react/jsx-runtime */
1292
1458
 
1293
- /*! ../../utils */
1459
+ /*! ../../../utils */
1294
1460
 
1295
- /*! ./module */
1461
+ /*! ./diff */
1296
1462
 
1297
- /*! ./tree-shaking */
1463
+ /*! react/jsx-runtime */
1298
1464
 
1299
- /*! ./manifest */
1465
+ /*! rc-tree */
1300
1466
 
1301
- /*! ../Card */
1467
+ /*! lodash-es */
1302
1468
 
1303
- /*! ../Card */
1469
+ /*! ../../../utils */
1304
1470
 
1305
- /*! ../../constants */
1471
+ /*! @rsdoctor/types */
1306
1472
 
1307
- /*! ./algorithm */
1473
+ /*! react/jsx-runtime */
1308
1474
 
1309
- /*! ./config */
1475
+ /*! @ant-design/icons */
1310
1476
 
1311
- /*! ./utils */
1477
+ /*! ./overlay */
1312
1478
 
1313
- /*! ../FileTree */
1479
+ /*! ./esbuild */
1314
1480
 
1315
- /*! ./components */
1481
+ /*! ../Opener */
1316
1482
 
1317
- /*! ../Form/keyword */
1483
+ /*! ./treeShaking */
1318
1484
 
1319
- /*! zlib */
1485
+ /*! ../../pages */
1320
1486
 
1321
- /*! react-markdown */
1487
+ /*! react */
1322
1488
 
1323
- /*! ./rule */
1489
+ /*! ../../utils */
1324
1490
 
1325
- /*! react/jsx-runtime */
1491
+ /*! lodash-es */
1326
1492
 
1327
- /*! ../../pages/Overall/constants */
1493
+ /*! ./cards */
1328
1494
 
1329
- /*! ../Plugins/webpack */
1495
+ /*! ../../../components/Charts */
1330
1496
 
1331
- /*! ./config */
1497
+ /*! path-browserify */
1332
1498
 
1333
- /*! ./row */
1499
+ /*! ../../utils */
1334
1500
 
1335
- /*! ../../../utils */
1501
+ /*! ../request */
1336
1502
 
1337
- /*! ./link */
1503
+ /*! react-router-dom */
1338
1504
 
1339
- /*! ../../../components/Title */
1505
+ /*! path-browserify */
1340
1506
 
1341
- /*! react/jsx-runtime */
1507
+ /*! ./utils */
1342
1508
 
1343
- /*! react-i18next */
1509
+ /*! ./project */
1344
1510
 
1345
- /*! @rsdoctor/utils/common */
1511
+ /*! antd */
1346
1512
 
1347
- /*! ../../utils */
1513
+ /*! react-json-view */
1348
1514
 
1349
- /*! ./Overall */
1515
+ /*! @rsdoctor/types */
1350
1516
 
1351
- /*! ./App */
1517
+ /*! antd */
1352
1518
 
1353
- /*! ../Alert/package-relation */
1519
+ /*! ./resolver */
1354
1520
 
1355
- /*! ../../../components/Card/size */
1521
+ /*! antd/es/locale/en_GB */
1356
1522
 
1357
1523
  /*! ./constants */
1358
1524
 
1359
- /*! ./package */
1525
+ /*! ./utils */
1360
1526
 
1361
- /*! ./loader */
1527
+ /*! antd */
1362
1528
 
1363
- /*! ../TextDrawer */
1529
+ /*! ./utils/storage */
1364
1530
 
1365
- /*! react */
1531
+ /*! react/jsx-runtime */
1366
1532
 
1367
- /*! ./utils */
1533
+ /*! react/jsx-runtime */
1368
1534
 
1369
- /*! antd */
1535
+ /*! ./chunk */
1370
1536
 
1371
- /*! ../alerts */
1537
+ /*! @ant-design/icons */
1372
1538
 
1373
- /*! ./constants */
1539
+ /*! ./row */
1374
1540
 
1375
- /*! @rsdoctor/utils/common */
1541
+ /*! ../Manifest */
1542
+
1543
+ /*! ./rspack */
1544
+
1545
+ /*! ./link */
1376
1546
 
1377
1547
  /*! @rsdoctor/utils/common */
1378
1548
 
1379
- /*! ./baseLoader */
1549
+ /*! ../../../components/Form/keyword */
1380
1550
 
1381
- /*! ../../utils/manifest */
1551
+ /*! ../Title */
1382
1552
 
1383
1553
  /*! @rsdoctor/types */
1384
1554
 
1385
- /*! react/jsx-runtime */
1555
+ /*! ../../../constants */
1386
1556
 
1387
- /*! ./type */
1557
+ /*! antd/es/locale/zh_CN */
1388
1558
 
1389
- /*! react/jsx-runtime */
1559
+ /*! react */
1390
1560
 
1391
- /*! ../../utils */
1561
+ /*! ../../../components/FileTree */
1392
1562
 
1393
- /*! ./linter */
1563
+ /*! ./utils */
1394
1564
 
1395
- /*! lodash-es */
1565
+ /*! ./request */
1396
1566
 
1397
- /*! @rsdoctor/utils/common */
1567
+ /*! antd */
1398
1568
 
1399
- /*! ../../components/Manifest */
1569
+ /*! acorn-walk */
1400
1570
 
1401
- /*! ../../assets/webpack.98604d64.svg */
1571
+ /*! ../../../components/Configuration */
1402
1572
 
1403
- /*! ./components/fileTreeCom */
1573
+ /*! react */
1404
1574
 
1405
- /*! antd */
1575
+ /*! @rsdoctor/types */
1406
1576
 
1407
- /*! ./package */
1577
+ /*! ../../constants */
1408
1578
 
1409
- /*! ../worker/jsequal/client */
1579
+ /*! ./sideEffect */
1410
1580
 
1411
- /*! ./url */
1581
+ /*! acorn */
1412
1582
 
1413
- /*! ./ModuleAnalyze */
1583
+ /*! ./list.module */
1414
1584
 
1415
- /*! @rsdoctor/components/elements */
1585
+ /*! @rsdoctor/types */
1416
1586
 
1417
- /*! ./asset */
1587
+ /*! ./constants */
1418
1588
 
1419
1589
  /*! react */
1420
1590
 
1421
1591
  /*! lodash-es */
1422
1592
 
1423
- /*! lodash-es */
1424
-
1425
- /*! ./en */
1426
-
1427
- /*! buffer */
1428
-
1429
- /*! @ant-design/icons */
1593
+ /*! react */
1430
1594
 
1431
- /*! ./url */
1595
+ /*! antd */
1432
1596
 
1433
- /*! ./common */
1597
+ /*! antd */
1434
1598
 
1435
- /*! react */
1599
+ /*! ./card.module */
1436
1600
 
1437
- /*! ../../../utils */
1601
+ /*! ../../../constants */
1438
1602
 
1439
- /*! @rsdoctor/types */
1603
+ /*! @ant-design/icons */
1440
1604
 
1441
- /*! echarts-for-react */
1605
+ /*! ./master */
1442
1606
 
1443
- /*! ./index */
1607
+ /*! antd */
1444
1608
 
1445
- /*! ../config */
1609
+ /*! ./rule */
1446
1610
 
1447
- /*! ./change */
1611
+ /*! ./types */
1448
1612
 
1449
- /*! ../../constants */
1613
+ /*! react */
1450
1614
 
1451
- /*! ../TextDrawer */
1615
+ /*! ./chunk */
1452
1616
 
1453
- /*! ./fileTreeCom.css */
1617
+ /*! ./worker */
1454
1618
 
1455
- /*! core-js/modules/esnext.async-iterator.filter.js */
1619
+ /*! ./Overall */
1456
1620
 
1457
- /*! lodash-es */
1621
+ /*! ./open-tag */
1458
1622
 
1459
- /*! ../../BundleSize/config */
1623
+ /*! ./package */
1460
1624
 
1461
- /*! ./size */
1625
+ /*! ../../utils */
1462
1626
 
1463
- /*! ../Status */
1627
+ /*! @rsdoctor/components/elements */
1464
1628
 
1465
1629
  /*! react/jsx-runtime */
1466
1630
 
1467
- /*! @rsdoctor/components/utils */
1631
+ /*! lodash-es */
1468
1632
 
1469
- /*! ./types */
1633
+ /*! antd */
1470
1634
 
1471
- /*! ./NumberButton */
1635
+ /*! ./routes */
1472
1636
 
1473
- /*! ./menus */
1637
+ /*! ./socket */
1474
1638
 
1475
- /*! @monaco-editor/react */
1639
+ /*! ./loader */
1476
1640
 
1477
1641
  /*! @rsdoctor/types */
1478
1642
 
1479
- /*! ./index.css */
1643
+ /*! ./context */
1480
1644
 
1481
- /*! ./baseStats */
1645
+ /*! ../../components/Keyword */
1482
1646
 
1483
- /*! react */
1647
+ /*! ./change */
1484
1648
 
1485
- /*! ../../components/Configuration */
1649
+ /*! ../../constants */
1486
1650
 
1487
- /*! ./loader.css */
1651
+ /*! ./constants */
1488
1652
 
1489
- /*! ../../../components/Manifest */
1653
+ /*! ../../../components/Badge */
1490
1654
 
1491
- /*! echarts/core */
1655
+ /*! lodash-es */
1492
1656
 
1493
- /*! ../Charts/bootstrap */
1657
+ /*! react/jsx-runtime */
1494
1658
 
1495
- /*! ./TextDrawer */
1659
+ /*! @rsdoctor/components/utils */
1496
1660
 
1497
- /*! dayjs */
1661
+ /*! @rsdoctor/types */
1498
1662
 
1499
1663
  /*! react/jsx-runtime */
1500
1664
 
1501
1665
  /*! antd */
1502
1666
 
1503
- /*! react */
1667
+ /*! ../../worker/ecmaversion/client */
1504
1668
 
1505
1669
  /*! ./constants */
1506
1670
 
1507
- /*! ./code */
1508
-
1509
- /*! ../../../utils/worker */
1671
+ /*! ./CodeViewer */
1510
1672
 
1511
- /*! ../Card */
1673
+ /*! lodash-es */
1512
1674
 
1513
- /*! ansi-to-react */
1675
+ /*! ../../../components/FileTree */
1514
1676
 
1515
- /*! ./manifest */
1677
+ /*! ../Alerts */
1516
1678
 
1517
1679
  /*! react/jsx-runtime */
1518
1680
 
1519
- /*! @rsdoctor/components/config */
1520
-
1521
- /*! ../../../components/Card */
1522
-
1523
- /*! ./utils */
1524
-
1525
- /*! react */
1526
-
1527
- /*! ../../Manifest */
1528
-
1529
- /*! ./esbuild */
1681
+ /*! ../Manifest */
1530
1682
 
1531
1683
  /*! @ant-design/icons */
1532
1684
 
1533
- /*! ./chunk-graph */
1534
-
1535
- /*! ./treeShaking */
1536
-
1537
- /*! lodash-es */
1685
+ /*! @rsdoctor/components/i18n */
1538
1686
 
1539
- /*! ../../utils */
1687
+ /*! ./hooks */
1540
1688
 
1541
- /*! react */
1689
+ /*! react/jsx-runtime */
1542
1690
 
1543
1691
  /*! @rsdoctor/types */
1544
1692
 
1545
- /*! ../../utils */
1546
-
1547
- /*! antd */
1693
+ /*! ./entrypoints */
1548
1694
 
1549
- /*! ../Card */
1695
+ /*! ../../../components/Manifest */
1550
1696
 
1551
- /*! @ant-design/icons */
1697
+ /*! ansi-to-react */
1552
1698
 
1553
- /*! ../../../components/Card/statistic */
1699
+ /*! ./Resources/RuleIndex */
1554
1700
 
1555
- /*! ../Select */
1701
+ /*! lodash-es */
1556
1702
 
1557
- /*! ./sideEffect */
1703
+ /*! @ant-design/icons */
1558
1704
 
1559
- /*! ./constants */
1705
+ /*! ./common/styles/base.scss */
1560
1706
 
1561
- /*! lodash-es */
1707
+ /*! ../../utils */
1562
1708
 
1563
1709
  /*! @rsdoctor/types */
1564
1710
 
1565
- /*! ../../constants */
1566
-
1567
- /*! react-hyper-tree */
1711
+ /*! ./dependency */
1568
1712
 
1569
- /*! react/jsx-runtime */
1713
+ /*! @ant-design/icons */
1570
1714
 
1571
- /*! ./hooks */
1715
+ /*! ./file */
1572
1716
 
1573
- /*! react */
1717
+ /*! @rsdoctor/types */
1574
1718
 
1575
1719
  /*! antd */
1576
1720
 
1577
- /*! ./request */
1578
-
1579
- /*! @monaco-editor/react */
1721
+ /*! @rsdoctor/utils/ruleUtils */
1580
1722
 
1581
1723
  /*! lodash-es */
1582
1724
 
1583
- /*! ./constants */
1725
+ /*! ./utils */
1584
1726
 
1585
- /*! ./NumberButton_module.css */
1727
+ /*! ./constants */
1586
1728
 
1587
- /*! ./loader.css */
1729
+ /*! ./envinfo */
1588
1730
 
1589
1731
  /*! antd */
1590
1732
 
1591
- /*! lodash-es */
1592
-
1593
- /*! ../../ModuleAnalyze */
1594
-
1595
- /*! ../../components/Resolver/analysis */
1733
+ /*! @rsdoctor/utils/common */
1596
1734
 
1597
- /*! ../../../components/Manifest */
1735
+ /*! process */
1598
1736
 
1599
- /*! ./resolver */
1737
+ /*! i18next */
1600
1738
 
1601
- /*! react */
1739
+ /*! ./baseCompiler */
1602
1740
 
1603
- /*! ./constants */
1741
+ /*! ./NumberButton.module */
1604
1742
 
1605
- /*! @ant-design/icons */
1743
+ /*! ./files */
1606
1744
 
1607
- /*! ../../Badge */
1745
+ /*! react */
1608
1746
 
1609
1747
  /*! @rsdoctor/types */
1610
1748
 
1611
- /*! ./chunk */
1612
-
1613
- /*! ./tooltips.css */
1614
-
1615
- /*! ../../../utils */
1749
+ /*! ../../components/Title */
1616
1750
 
1617
- /*! ../../constants */
1751
+ /*! react */
1618
1752
 
1619
- /*! ./rspack */
1753
+ /*! ./App */
1620
1754
 
1621
1755
  /*! react/jsx-runtime */
1622
1756
 
1623
- /*! ./index.css */
1624
-
1625
- /*! antd */
1757
+ /*! ../BundleSize/config */
1626
1758
 
1627
- /*! antd */
1759
+ /*! ./compile.module */
1628
1760
 
1629
1761
  /*! lodash-es */
1630
1762
 
1631
- /*! ../Opener */
1632
-
1633
- /*! @rsdoctor/components */
1763
+ /*! ./module */
1634
1764
 
1635
- /*! ../../Manifest */
1765
+ /*! @monaco-editor/react */
1636
1766
 
1637
- /*! @rsdoctor/components */
1767
+ /*! ./WebpackLoaders/Overall */
1638
1768
 
1639
- /*! @ant-design/icons */
1769
+ /*! ./thirdparty */
1640
1770
 
1641
- /*! ./common */
1771
+ /*! @rsdoctor/components */
1642
1772
 
1643
- /*! react */
1773
+ /*! ../../components/Manifest */
1644
1774
 
1645
1775
  /*! ../../utils */
1646
1776
 
1647
- /*! @rsdoctor/types */
1648
-
1649
- /*! acorn-walk */
1650
-
1651
- /*! lodash-es */
1777
+ /*! react */
1652
1778
 
1653
- /*! @rsdoctor/types */
1779
+ /*! react */
1654
1780
 
1655
1781
  /*! ../../utils */
1656
1782
 
1657
- /*! @ant-design/icons */
1658
-
1659
- /*! ../executions */
1660
-
1661
- /*! acorn */
1783
+ /*! ../../utils/hooks */
1662
1784
 
1663
1785
  /*! @ant-design/icons */
1664
1786
 
1665
1787
  /*! ../../../constants */
1666
1788
 
1667
- /*! ./fileTree */
1789
+ /*! antd */
1668
1790
 
1669
- /*! react/jsx-runtime */
1791
+ /*! ./components/fileTreeCom */
1670
1792
 
1671
1793
  /*! ./overview */
1672
1794
 
1673
- /*! react */
1795
+ /*! ./builder */
1674
1796
 
1675
- /*! @rsdoctor/types */
1797
+ /*! antd */
1798
+
1799
+ /*! react-i18next */
1800
+
1801
+ /*! ../../utils */
1802
+
1803
+ /*! react */
1676
1804
 
1677
1805
  /*! @rsdoctor/utils/common */
1678
1806
 
1679
1807
  /*! @rsdoctor/types */
1680
1808
 
1681
- /*! @ant-design/icons */
1682
-
1683
- /*! ../../utils */
1809
+ /*! react/jsx-runtime */
1684
1810
 
1685
- /*! ./dependency */
1811
+ /*! antd */
1686
1812
 
1687
- /*! react */
1813
+ /*! @ant-design/icons */
1688
1814
 
1689
1815
  /*! @rsdoctor/types */
1690
1816
 
1691
- /*! ./rule */
1817
+ /*! ./failed */
1692
1818
 
1693
- /*! core-js/modules/esnext.iterator.map.js */
1819
+ /*! @rsdoctor/utils/common */
1694
1820
 
1695
- /*! @rsdoctor/types */
1821
+ /*! ./assets */
1696
1822
 
1697
- /*! ./chunk */
1823
+ /*! @rsdoctor/types */
1698
1824
 
1699
- /*! react/jsx-runtime */
1825
+ /*! ../Card */
1700
1826
 
1701
- /*! . */
1827
+ /*! ./statement */
1702
1828
 
1703
- /*! antd */
1829
+ /*! ./BundleSize */
1704
1830
 
1705
1831
  /*! react/jsx-runtime */
1706
1832
 
1707
- /*! ./constants */
1833
+ /*! @rsdoctor/utils/common */
1708
1834
 
1709
- /*! ./package */
1835
+ /*! @rsdoctor/utils/common */
1710
1836
 
1711
- /*! ../Title */
1837
+ /*! ../../utils */
1712
1838
 
1713
- /*! lodash-es */
1839
+ /*! react */
1714
1840
 
1715
- /*! ../../../components/Loader/Analysis */
1841
+ /*! ./config */
1716
1842
 
1717
- /*! ../Manifest */
1843
+ /*! ../error */
1718
1844
 
1719
- /*! react/jsx-runtime */
1845
+ /*! core-js/modules/esnext.async-iterator.filter.js */
1720
1846
 
1721
- /*! @ant-design/icons */
1847
+ /*! ./Manifest */
1722
1848
 
1723
- /*! ../../utils */
1849
+ /*! @rsdoctor/types */
1724
1850
 
1725
- /*! react */
1851
+ /*! react/jsx-runtime */
1726
1852
 
1727
- /*! ./common */
1853
+ /*! ../../../utils */
1728
1854
 
1729
- /*! antd */
1855
+ /*! ./tree-shaking */
1730
1856
 
1731
- /*! ../../../constants */
1857
+ /*! ./loader */
1732
1858
 
1733
- /*! ./context */
1859
+ /*! ./algorithm */
1734
1860
 
1735
- /*! ../../utils */
1861
+ /*! antd */
1736
1862
 
1737
- /*! dayjs */
1863
+ /*! @ant-design/icons */
1738
1864
 
1739
- /*! path */
1865
+ /*! ../../constants */
1740
1866
 
1741
- /*! ../../utils/loader */
1867
+ /*! react/jsx-runtime */
1742
1868
 
1743
- /*! ../../utils */
1869
+ /*! @rsdoctor/types */
1744
1870
 
1745
- /*! ./index.css */
1871
+ /*! react/jsx-runtime */
1746
1872
 
1747
- /*! ./constants */
1873
+ /*! ../../pages/Overall/constants */
1748
1874
 
1749
- /*! antd */
1875
+ /*! react/jsx-runtime */
1750
1876
 
1751
- /*! lodash-es */
1877
+ /*! ../../constants */
1752
1878
 
1753
- /*! ../../assets/connection-point.3b3c78ca.svg */
1879
+ /*! @rsdoctor/types */
1754
1880
 
1755
1881
  /*! react/jsx-runtime */
1756
1882
 
1757
- /*! ./compile_module.css */
1758
-
1759
1883
  /*! ./changes */
1760
1884
 
1761
- /*! ./loader.css */
1885
+ /*! ../Plugins/webpack */
1762
1886
 
1763
- /*! react-router-dom */
1887
+ /*! react/jsx-runtime */
1764
1888
 
1765
- /*! ../TextDrawer */
1889
+ /*! ../../../utils */
1766
1890
 
1767
- /*! ./diff */
1891
+ /*! ./url */
1768
1892
 
1769
- /*! path */
1893
+ /*! react/jsx-runtime */
1770
1894
 
1771
- /*! ../../../components/Title */
1895
+ /*! ../TextDrawer */
1772
1896
 
1773
1897
  /*! ./common */
1774
1898
 
1775
- /*! ./worker */
1899
+ /*! ../../utils */
1776
1900
 
1777
- /*! @rsdoctor/utils/common */
1901
+ /*! ./en */
1778
1902
 
1779
1903
  /*! @rsdoctor/utils/common */
1780
1904
 
1781
- /*! lodash-es */
1905
+ /*! ./chunks */
1782
1906
 
1783
1907
  /*! react */
1784
1908
 
1785
- /*! react/jsx-runtime */
1786
-
1787
1909
  /*! ../Title */
1788
1910
 
1789
- /*! antd */
1790
-
1791
- /*! ../TextDrawer */
1792
-
1793
1911
  /*! ./assets */
1794
1912
 
1795
1913
  /*! ./row */
1796
1914
 
1797
- /*! @rsdoctor/utils/common */
1915
+ /*! ./utils */
1798
1916
 
1799
- /*! ../../Keyword */
1917
+ /*! react/jsx-runtime */
1800
1918
 
1801
- /*! ../../components/Manifest */
1919
+ /*! react */
1802
1920
 
1803
1921
  /*! @rsdoctor/types */
1804
1922
 
1805
- /*! antd */
1806
-
1807
1923
  /*! ../Alert/package-relation */
1808
1924
 
1809
- /*! lodash-es */
1925
+ /*! antd */
1810
1926
 
1811
1927
  /*! react */
1812
1928
 
1813
- /*! ./module */
1814
-
1815
- /*! ./module-graph */
1929
+ /*! lodash-es */
1816
1930
 
1817
- /*! ./hooks */
1931
+ /*! antd */
1818
1932
 
1819
- /*! react/jsx-runtime */
1933
+ /*! ./size */
1820
1934
 
1821
- /*! ../../utils */
1935
+ /*! ./E1001 */
1822
1936
 
1823
- /*! ./entrypoints */
1937
+ /*! ./BundleDiff */
1824
1938
 
1825
- /*! ../../constants */
1939
+ /*! lodash-es */
1826
1940
 
1827
1941
  /*! @rsdoctor/types */
1828
1942
 
1829
- /*! antd */
1943
+ /*! ../../utils/manifest */
1830
1944
 
1831
- /*! ../../constants */
1945
+ /*! ./duplicate */
1832
1946
 
1833
- /*! @rsdoctor/components/utils */
1947
+ /*! ../../../utils/worker */
1834
1948
 
1835
- /*! react/jsx-runtime */
1949
+ /*! @rsdoctor/components/config */
1950
+
1951
+ /*! ../../../constants */
1836
1952
 
1837
1953
  /*! @rsdoctor/components/utils */
1838
1954
 
1839
- /*! ./card_module.css */
1955
+ /*! ./utils */
1840
1956
 
1841
- /*! ../../../components/CodeViewer */
1957
+ /*! ./variable */
1842
1958
 
1843
- /*! @rsdoctor/types */
1959
+ /*! react/jsx-runtime */
1844
1960
 
1845
- /*! react */
1961
+ /*! ./common */
1846
1962
 
1847
- /*! ./config */
1963
+ /*! @rsdoctor/utils/common */
1848
1964
 
1849
- /*! @rsdoctor/types */
1965
+ /*! ../../assets/webpack.98604d64.svg */
1850
1966
 
1851
1967
  /*! @rsdoctor/types */
1852
1968
 
1853
- /*! ./Card */
1969
+ /*! ./graph */
1854
1970
 
1855
1971
  /*! react/jsx-runtime */
1856
1972
 
1857
- /*! lodash-es */
1858
-
1859
- /*! @rsdoctor/utils/common */
1973
+ /*! ./asset */
1860
1974
 
1861
1975
  /*! react */
1862
1976
 
1863
- /*! ./monaco */
1864
-
1865
- /*! ./statement */
1977
+ /*! @ant-design/icons */
1866
1978
 
1867
- /*! react/jsx-runtime */
1979
+ /*! ./common */
1868
1980
 
1869
- /*! @rsdoctor/types */
1981
+ /*! path */
1870
1982
 
1871
- /*! ../FileTree */
1983
+ /*! antd */
1872
1984
 
1873
- /*! ./utils */
1985
+ /*! ../../../components/Keyword */
1874
1986
 
1875
- /*! ../../components/Alerts */
1987
+ /*! echarts-for-react */
1876
1988
 
1877
- /*! @rsdoctor/types */
1989
+ /*! ./manifest */
1878
1990
 
1879
- /*! ./envinfo */
1991
+ /*! ../../../components/TextDrawer */
1880
1992
 
1881
- /*! ./utils */
1993
+ /*! ../TextDrawer */
1882
1994
 
1883
- /*! ./vscode */
1995
+ /*! ../../utils */