@shell-shock/preset-cli 0.9.13 → 0.9.15

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/components/command-entry.cjs +2 -5
  2. package/dist/components/command-entry.mjs +2 -5
  3. package/dist/components/command-entry.mjs.map +1 -1
  4. package/dist/components/virtual-command-entry.cjs +2 -5
  5. package/dist/components/virtual-command-entry.mjs +2 -5
  6. package/dist/components/virtual-command-entry.mjs.map +1 -1
  7. package/dist/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.cjs +8 -0
  8. package/dist/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.mjs +8 -0
  9. package/dist/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.mjs.map +1 -0
  10. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.cjs +14 -0
  11. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.mjs +15 -0
  12. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.mjs.map +1 -0
  13. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.cjs +655 -0
  14. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.mjs +651 -0
  15. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.mjs.map +1 -0
  16. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.cjs +48 -0
  17. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.mjs +47 -0
  18. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.mjs.map +1 -0
  19. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.cjs +24 -0
  20. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.mjs +24 -0
  21. package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.mjs.map +1 -0
  22. package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.cjs +65 -0
  23. package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.mjs +66 -0
  24. package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.mjs.map +1 -0
  25. package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.cjs +12 -0
  26. package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.mjs +13 -0
  27. package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.mjs.map +1 -0
  28. package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.cjs +290 -3
  29. package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.mjs +287 -1
  30. package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.mjs.map +1 -1
  31. package/dist/packages/plugin-changelog/dist/components/changelog-command.cjs +5 -5
  32. package/dist/packages/plugin-changelog/dist/components/changelog-command.mjs +5 -5
  33. package/dist/packages/plugin-changelog/dist/components/changelog-command.mjs.map +1 -1
  34. package/dist/packages/plugin-changelog/dist/helpers/resolve-changelog.cjs +51 -0
  35. package/dist/packages/plugin-changelog/dist/helpers/resolve-changelog.mjs +51 -0
  36. package/dist/packages/plugin-changelog/dist/helpers/resolve-changelog.mjs.map +1 -0
  37. package/dist/packages/plugin-changelog/dist/index.cjs +32 -20
  38. package/dist/packages/plugin-changelog/dist/index.mjs +32 -20
  39. package/dist/packages/plugin-changelog/dist/index.mjs.map +1 -1
  40. package/dist/packages/plugin-changelog/dist/types/plugin.d.cts +48 -0
  41. package/dist/packages/plugin-changelog/dist/types/plugin.d.cts.map +1 -1
  42. package/dist/packages/plugin-changelog/dist/types/plugin.d.mts +48 -0
  43. package/dist/packages/plugin-changelog/dist/types/plugin.d.mts.map +1 -1
  44. package/dist/packages/unified/dist/html-Dw6VvFHa.cjs +612 -0
  45. package/dist/packages/unified/dist/html-Dw6VvFHa.mjs +613 -0
  46. package/dist/packages/unified/dist/html-Dw6VvFHa.mjs.map +1 -0
  47. package/dist/packages/unified/dist/markdown/index.cjs +1 -1
  48. package/dist/packages/unified/dist/markdown/index.mjs +1 -1
  49. package/dist/packages/unified/dist/{markdown-BiaU4FQg.cjs → markdown-BGGlzivq.cjs} +14 -50
  50. package/dist/packages/unified/dist/{markdown-BiaU4FQg.mjs → markdown-BGGlzivq.mjs} +16 -52
  51. package/dist/packages/unified/dist/markdown-BGGlzivq.mjs.map +1 -0
  52. package/package.json +20 -16
  53. package/dist/packages/unified/dist/html-DzncQodH.cjs +0 -156
  54. package/dist/packages/unified/dist/html-DzncQodH.mjs +0 -157
  55. package/dist/packages/unified/dist/html-DzncQodH.mjs.map +0 -1
  56. package/dist/packages/unified/dist/markdown-BiaU4FQg.mjs.map +0 -1
@@ -0,0 +1,651 @@
1
+ //#region ../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.js
2
+ const ambiguousRanges = [
3
+ 161,
4
+ 161,
5
+ 164,
6
+ 164,
7
+ 167,
8
+ 168,
9
+ 170,
10
+ 170,
11
+ 173,
12
+ 174,
13
+ 176,
14
+ 180,
15
+ 182,
16
+ 186,
17
+ 188,
18
+ 191,
19
+ 198,
20
+ 198,
21
+ 208,
22
+ 208,
23
+ 215,
24
+ 216,
25
+ 222,
26
+ 225,
27
+ 230,
28
+ 230,
29
+ 232,
30
+ 234,
31
+ 236,
32
+ 237,
33
+ 240,
34
+ 240,
35
+ 242,
36
+ 243,
37
+ 247,
38
+ 250,
39
+ 252,
40
+ 252,
41
+ 254,
42
+ 254,
43
+ 257,
44
+ 257,
45
+ 273,
46
+ 273,
47
+ 275,
48
+ 275,
49
+ 283,
50
+ 283,
51
+ 294,
52
+ 295,
53
+ 299,
54
+ 299,
55
+ 305,
56
+ 307,
57
+ 312,
58
+ 312,
59
+ 319,
60
+ 322,
61
+ 324,
62
+ 324,
63
+ 328,
64
+ 331,
65
+ 333,
66
+ 333,
67
+ 338,
68
+ 339,
69
+ 358,
70
+ 359,
71
+ 363,
72
+ 363,
73
+ 462,
74
+ 462,
75
+ 464,
76
+ 464,
77
+ 466,
78
+ 466,
79
+ 468,
80
+ 468,
81
+ 470,
82
+ 470,
83
+ 472,
84
+ 472,
85
+ 474,
86
+ 474,
87
+ 476,
88
+ 476,
89
+ 593,
90
+ 593,
91
+ 609,
92
+ 609,
93
+ 708,
94
+ 708,
95
+ 711,
96
+ 711,
97
+ 713,
98
+ 715,
99
+ 717,
100
+ 717,
101
+ 720,
102
+ 720,
103
+ 728,
104
+ 731,
105
+ 733,
106
+ 733,
107
+ 735,
108
+ 735,
109
+ 768,
110
+ 879,
111
+ 913,
112
+ 929,
113
+ 931,
114
+ 937,
115
+ 945,
116
+ 961,
117
+ 963,
118
+ 969,
119
+ 1025,
120
+ 1025,
121
+ 1040,
122
+ 1103,
123
+ 1105,
124
+ 1105,
125
+ 8208,
126
+ 8208,
127
+ 8211,
128
+ 8214,
129
+ 8216,
130
+ 8217,
131
+ 8220,
132
+ 8221,
133
+ 8224,
134
+ 8226,
135
+ 8228,
136
+ 8231,
137
+ 8240,
138
+ 8240,
139
+ 8242,
140
+ 8243,
141
+ 8245,
142
+ 8245,
143
+ 8251,
144
+ 8251,
145
+ 8254,
146
+ 8254,
147
+ 8308,
148
+ 8308,
149
+ 8319,
150
+ 8319,
151
+ 8321,
152
+ 8324,
153
+ 8364,
154
+ 8364,
155
+ 8451,
156
+ 8451,
157
+ 8453,
158
+ 8453,
159
+ 8457,
160
+ 8457,
161
+ 8467,
162
+ 8467,
163
+ 8470,
164
+ 8470,
165
+ 8481,
166
+ 8482,
167
+ 8486,
168
+ 8486,
169
+ 8491,
170
+ 8491,
171
+ 8531,
172
+ 8532,
173
+ 8539,
174
+ 8542,
175
+ 8544,
176
+ 8555,
177
+ 8560,
178
+ 8569,
179
+ 8585,
180
+ 8585,
181
+ 8592,
182
+ 8601,
183
+ 8632,
184
+ 8633,
185
+ 8658,
186
+ 8658,
187
+ 8660,
188
+ 8660,
189
+ 8679,
190
+ 8679,
191
+ 8704,
192
+ 8704,
193
+ 8706,
194
+ 8707,
195
+ 8711,
196
+ 8712,
197
+ 8715,
198
+ 8715,
199
+ 8719,
200
+ 8719,
201
+ 8721,
202
+ 8721,
203
+ 8725,
204
+ 8725,
205
+ 8730,
206
+ 8730,
207
+ 8733,
208
+ 8736,
209
+ 8739,
210
+ 8739,
211
+ 8741,
212
+ 8741,
213
+ 8743,
214
+ 8748,
215
+ 8750,
216
+ 8750,
217
+ 8756,
218
+ 8759,
219
+ 8764,
220
+ 8765,
221
+ 8776,
222
+ 8776,
223
+ 8780,
224
+ 8780,
225
+ 8786,
226
+ 8786,
227
+ 8800,
228
+ 8801,
229
+ 8804,
230
+ 8807,
231
+ 8810,
232
+ 8811,
233
+ 8814,
234
+ 8815,
235
+ 8834,
236
+ 8835,
237
+ 8838,
238
+ 8839,
239
+ 8853,
240
+ 8853,
241
+ 8857,
242
+ 8857,
243
+ 8869,
244
+ 8869,
245
+ 8895,
246
+ 8895,
247
+ 8978,
248
+ 8978,
249
+ 9312,
250
+ 9449,
251
+ 9451,
252
+ 9547,
253
+ 9552,
254
+ 9587,
255
+ 9600,
256
+ 9615,
257
+ 9618,
258
+ 9621,
259
+ 9632,
260
+ 9633,
261
+ 9635,
262
+ 9641,
263
+ 9650,
264
+ 9651,
265
+ 9654,
266
+ 9655,
267
+ 9660,
268
+ 9661,
269
+ 9664,
270
+ 9665,
271
+ 9670,
272
+ 9672,
273
+ 9675,
274
+ 9675,
275
+ 9678,
276
+ 9681,
277
+ 9698,
278
+ 9701,
279
+ 9711,
280
+ 9711,
281
+ 9733,
282
+ 9734,
283
+ 9737,
284
+ 9737,
285
+ 9742,
286
+ 9743,
287
+ 9756,
288
+ 9756,
289
+ 9758,
290
+ 9758,
291
+ 9792,
292
+ 9792,
293
+ 9794,
294
+ 9794,
295
+ 9824,
296
+ 9825,
297
+ 9827,
298
+ 9829,
299
+ 9831,
300
+ 9834,
301
+ 9836,
302
+ 9837,
303
+ 9839,
304
+ 9839,
305
+ 9886,
306
+ 9887,
307
+ 9919,
308
+ 9919,
309
+ 9926,
310
+ 9933,
311
+ 9935,
312
+ 9939,
313
+ 9941,
314
+ 9953,
315
+ 9955,
316
+ 9955,
317
+ 9960,
318
+ 9961,
319
+ 9963,
320
+ 9969,
321
+ 9972,
322
+ 9972,
323
+ 9974,
324
+ 9977,
325
+ 9979,
326
+ 9980,
327
+ 9982,
328
+ 9983,
329
+ 10045,
330
+ 10045,
331
+ 10102,
332
+ 10111,
333
+ 11094,
334
+ 11097,
335
+ 12872,
336
+ 12879,
337
+ 57344,
338
+ 63743,
339
+ 65024,
340
+ 65039,
341
+ 65533,
342
+ 65533,
343
+ 127232,
344
+ 127242,
345
+ 127248,
346
+ 127277,
347
+ 127280,
348
+ 127337,
349
+ 127344,
350
+ 127373,
351
+ 127375,
352
+ 127376,
353
+ 127387,
354
+ 127404,
355
+ 917760,
356
+ 917999,
357
+ 983040,
358
+ 1048573,
359
+ 1048576,
360
+ 1114109
361
+ ];
362
+ const fullwidthRanges = [
363
+ 12288,
364
+ 12288,
365
+ 65281,
366
+ 65376,
367
+ 65504,
368
+ 65510
369
+ ];
370
+ const halfwidthRanges = [
371
+ 8361,
372
+ 8361,
373
+ 65377,
374
+ 65470,
375
+ 65474,
376
+ 65479,
377
+ 65482,
378
+ 65487,
379
+ 65490,
380
+ 65495,
381
+ 65498,
382
+ 65500,
383
+ 65512,
384
+ 65518
385
+ ];
386
+ const narrowRanges = [
387
+ 32,
388
+ 126,
389
+ 162,
390
+ 163,
391
+ 165,
392
+ 166,
393
+ 172,
394
+ 172,
395
+ 175,
396
+ 175,
397
+ 10214,
398
+ 10221,
399
+ 10629,
400
+ 10630
401
+ ];
402
+ const wideRanges = [
403
+ 4352,
404
+ 4447,
405
+ 8986,
406
+ 8987,
407
+ 9001,
408
+ 9002,
409
+ 9193,
410
+ 9196,
411
+ 9200,
412
+ 9200,
413
+ 9203,
414
+ 9203,
415
+ 9725,
416
+ 9726,
417
+ 9748,
418
+ 9749,
419
+ 9776,
420
+ 9783,
421
+ 9800,
422
+ 9811,
423
+ 9855,
424
+ 9855,
425
+ 9866,
426
+ 9871,
427
+ 9875,
428
+ 9875,
429
+ 9889,
430
+ 9889,
431
+ 9898,
432
+ 9899,
433
+ 9917,
434
+ 9918,
435
+ 9924,
436
+ 9925,
437
+ 9934,
438
+ 9934,
439
+ 9940,
440
+ 9940,
441
+ 9962,
442
+ 9962,
443
+ 9970,
444
+ 9971,
445
+ 9973,
446
+ 9973,
447
+ 9978,
448
+ 9978,
449
+ 9981,
450
+ 9981,
451
+ 9989,
452
+ 9989,
453
+ 9994,
454
+ 9995,
455
+ 10024,
456
+ 10024,
457
+ 10060,
458
+ 10060,
459
+ 10062,
460
+ 10062,
461
+ 10067,
462
+ 10069,
463
+ 10071,
464
+ 10071,
465
+ 10133,
466
+ 10135,
467
+ 10160,
468
+ 10160,
469
+ 10175,
470
+ 10175,
471
+ 11035,
472
+ 11036,
473
+ 11088,
474
+ 11088,
475
+ 11093,
476
+ 11093,
477
+ 11904,
478
+ 11929,
479
+ 11931,
480
+ 12019,
481
+ 12032,
482
+ 12245,
483
+ 12272,
484
+ 12287,
485
+ 12289,
486
+ 12350,
487
+ 12353,
488
+ 12438,
489
+ 12441,
490
+ 12543,
491
+ 12549,
492
+ 12591,
493
+ 12593,
494
+ 12686,
495
+ 12688,
496
+ 12773,
497
+ 12783,
498
+ 12830,
499
+ 12832,
500
+ 12871,
501
+ 12880,
502
+ 42124,
503
+ 42128,
504
+ 42182,
505
+ 43360,
506
+ 43388,
507
+ 44032,
508
+ 55203,
509
+ 63744,
510
+ 64255,
511
+ 65040,
512
+ 65049,
513
+ 65072,
514
+ 65106,
515
+ 65108,
516
+ 65126,
517
+ 65128,
518
+ 65131,
519
+ 94176,
520
+ 94180,
521
+ 94192,
522
+ 94198,
523
+ 94208,
524
+ 101589,
525
+ 101631,
526
+ 101662,
527
+ 101760,
528
+ 101874,
529
+ 110576,
530
+ 110579,
531
+ 110581,
532
+ 110587,
533
+ 110589,
534
+ 110590,
535
+ 110592,
536
+ 110882,
537
+ 110898,
538
+ 110898,
539
+ 110928,
540
+ 110930,
541
+ 110933,
542
+ 110933,
543
+ 110948,
544
+ 110951,
545
+ 110960,
546
+ 111355,
547
+ 119552,
548
+ 119638,
549
+ 119648,
550
+ 119670,
551
+ 126980,
552
+ 126980,
553
+ 127183,
554
+ 127183,
555
+ 127374,
556
+ 127374,
557
+ 127377,
558
+ 127386,
559
+ 127488,
560
+ 127490,
561
+ 127504,
562
+ 127547,
563
+ 127552,
564
+ 127560,
565
+ 127568,
566
+ 127569,
567
+ 127584,
568
+ 127589,
569
+ 127744,
570
+ 127776,
571
+ 127789,
572
+ 127797,
573
+ 127799,
574
+ 127868,
575
+ 127870,
576
+ 127891,
577
+ 127904,
578
+ 127946,
579
+ 127951,
580
+ 127955,
581
+ 127968,
582
+ 127984,
583
+ 127988,
584
+ 127988,
585
+ 127992,
586
+ 128062,
587
+ 128064,
588
+ 128064,
589
+ 128066,
590
+ 128252,
591
+ 128255,
592
+ 128317,
593
+ 128331,
594
+ 128334,
595
+ 128336,
596
+ 128359,
597
+ 128378,
598
+ 128378,
599
+ 128405,
600
+ 128406,
601
+ 128420,
602
+ 128420,
603
+ 128507,
604
+ 128591,
605
+ 128640,
606
+ 128709,
607
+ 128716,
608
+ 128716,
609
+ 128720,
610
+ 128722,
611
+ 128725,
612
+ 128728,
613
+ 128732,
614
+ 128735,
615
+ 128747,
616
+ 128748,
617
+ 128756,
618
+ 128764,
619
+ 128992,
620
+ 129003,
621
+ 129008,
622
+ 129008,
623
+ 129292,
624
+ 129338,
625
+ 129340,
626
+ 129349,
627
+ 129351,
628
+ 129535,
629
+ 129648,
630
+ 129660,
631
+ 129664,
632
+ 129674,
633
+ 129678,
634
+ 129734,
635
+ 129736,
636
+ 129736,
637
+ 129741,
638
+ 129756,
639
+ 129759,
640
+ 129770,
641
+ 129775,
642
+ 129784,
643
+ 131072,
644
+ 196605,
645
+ 196608,
646
+ 262141
647
+ ];
648
+
649
+ //#endregion
650
+ export { ambiguousRanges, fullwidthRanges, halfwidthRanges, narrowRanges, wideRanges };
651
+ //# sourceMappingURL=lookup-data.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup-data.mjs","names":[],"sources":["../../../../../../../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.js"],"sourcesContent":["// Generated by scripts/build.js\n\n// prettier-ignore\nconst ambiguousRanges = [161, 161, 164, 164, 167, 168, 170, 170, 173, 174, 176, 180, 182, 186, 188, 191, 198, 198, 208, 208, 215, 216, 222, 225, 230, 230, 232, 234, 236, 237, 240, 240, 242, 243, 247, 250, 252, 252, 254, 254, 257, 257, 273, 273, 275, 275, 283, 283, 294, 295, 299, 299, 305, 307, 312, 312, 319, 322, 324, 324, 328, 331, 333, 333, 338, 339, 358, 359, 363, 363, 462, 462, 464, 464, 466, 466, 468, 468, 470, 470, 472, 472, 474, 474, 476, 476, 593, 593, 609, 609, 708, 708, 711, 711, 713, 715, 717, 717, 720, 720, 728, 731, 733, 733, 735, 735, 768, 879, 913, 929, 931, 937, 945, 961, 963, 969, 1025, 1025, 1040, 1103, 1105, 1105, 8208, 8208, 8211, 8214, 8216, 8217, 8220, 8221, 8224, 8226, 8228, 8231, 8240, 8240, 8242, 8243, 8245, 8245, 8251, 8251, 8254, 8254, 8308, 8308, 8319, 8319, 8321, 8324, 8364, 8364, 8451, 8451, 8453, 8453, 8457, 8457, 8467, 8467, 8470, 8470, 8481, 8482, 8486, 8486, 8491, 8491, 8531, 8532, 8539, 8542, 8544, 8555, 8560, 8569, 8585, 8585, 8592, 8601, 8632, 8633, 8658, 8658, 8660, 8660, 8679, 8679, 8704, 8704, 8706, 8707, 8711, 8712, 8715, 8715, 8719, 8719, 8721, 8721, 8725, 8725, 8730, 8730, 8733, 8736, 8739, 8739, 8741, 8741, 8743, 8748, 8750, 8750, 8756, 8759, 8764, 8765, 8776, 8776, 8780, 8780, 8786, 8786, 8800, 8801, 8804, 8807, 8810, 8811, 8814, 8815, 8834, 8835, 8838, 8839, 8853, 8853, 8857, 8857, 8869, 8869, 8895, 8895, 8978, 8978, 9312, 9449, 9451, 9547, 9552, 9587, 9600, 9615, 9618, 9621, 9632, 9633, 9635, 9641, 9650, 9651, 9654, 9655, 9660, 9661, 9664, 9665, 9670, 9672, 9675, 9675, 9678, 9681, 9698, 9701, 9711, 9711, 9733, 9734, 9737, 9737, 9742, 9743, 9756, 9756, 9758, 9758, 9792, 9792, 9794, 9794, 9824, 9825, 9827, 9829, 9831, 9834, 9836, 9837, 9839, 9839, 9886, 9887, 9919, 9919, 9926, 9933, 9935, 9939, 9941, 9953, 9955, 9955, 9960, 9961, 9963, 9969, 9972, 9972, 9974, 9977, 9979, 9980, 9982, 9983, 10045, 10045, 10102, 10111, 11094, 11097, 12872, 12879, 57344, 63743, 65024, 65039, 65533, 65533, 127232, 127242, 127248, 127277, 127280, 127337, 127344, 127373, 127375, 127376, 127387, 127404, 917760, 917999, 983040, 1048573, 1048576, 1114109];\n\n// prettier-ignore\nconst fullwidthRanges = [12288, 12288, 65281, 65376, 65504, 65510];\n\n// prettier-ignore\nconst halfwidthRanges = [8361, 8361, 65377, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500, 65512, 65518];\n\n// prettier-ignore\nconst narrowRanges = [32, 126, 162, 163, 165, 166, 172, 172, 175, 175, 10214, 10221, 10629, 10630];\n\n// prettier-ignore\nconst wideRanges = [4352, 4447, 8986, 8987, 9001, 9002, 9193, 9196, 9200, 9200, 9203, 9203, 9725, 9726, 9748, 9749, 9776, 9783, 9800, 9811, 9855, 9855, 9866, 9871, 9875, 9875, 9889, 9889, 9898, 9899, 9917, 9918, 9924, 9925, 9934, 9934, 9940, 9940, 9962, 9962, 9970, 9971, 9973, 9973, 9978, 9978, 9981, 9981, 9989, 9989, 9994, 9995, 10024, 10024, 10060, 10060, 10062, 10062, 10067, 10069, 10071, 10071, 10133, 10135, 10160, 10160, 10175, 10175, 11035, 11036, 11088, 11088, 11093, 11093, 11904, 11929, 11931, 12019, 12032, 12245, 12272, 12287, 12289, 12350, 12353, 12438, 12441, 12543, 12549, 12591, 12593, 12686, 12688, 12773, 12783, 12830, 12832, 12871, 12880, 42124, 42128, 42182, 43360, 43388, 44032, 55203, 63744, 64255, 65040, 65049, 65072, 65106, 65108, 65126, 65128, 65131, 94176, 94180, 94192, 94198, 94208, 101589, 101631, 101662, 101760, 101874, 110576, 110579, 110581, 110587, 110589, 110590, 110592, 110882, 110898, 110898, 110928, 110930, 110933, 110933, 110948, 110951, 110960, 111355, 119552, 119638, 119648, 119670, 126980, 126980, 127183, 127183, 127374, 127374, 127377, 127386, 127488, 127490, 127504, 127547, 127552, 127560, 127568, 127569, 127584, 127589, 127744, 127776, 127789, 127797, 127799, 127868, 127870, 127891, 127904, 127946, 127951, 127955, 127968, 127984, 127988, 127988, 127992, 128062, 128064, 128064, 128066, 128252, 128255, 128317, 128331, 128334, 128336, 128359, 128378, 128378, 128405, 128406, 128420, 128420, 128507, 128591, 128640, 128709, 128716, 128716, 128720, 128722, 128725, 128728, 128732, 128735, 128747, 128748, 128756, 128764, 128992, 129003, 129008, 129008, 129292, 129338, 129340, 129349, 129351, 129535, 129648, 129660, 129664, 129674, 129678, 129734, 129736, 129736, 129741, 129756, 129759, 129770, 129775, 129784, 131072, 196605, 196608, 262141];\n\nexport {ambiguousRanges, fullwidthRanges, halfwidthRanges, narrowRanges, wideRanges};\n"],"x_google_ignoreList":[0],"mappings":";AAGA,MAAM,kBAAkB;CAAC;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAS;CAAS;CAAQ;AAG7jE,MAAM,kBAAkB;CAAC;CAAO;CAAO;CAAO;CAAO;CAAO;CAAM;AAGlE,MAAM,kBAAkB;CAAC;CAAM;CAAM;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAM;AAGxH,MAAM,eAAe;CAAC;CAAI;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAO;CAAO;CAAO;CAAM;AAGlG,MAAM,aAAa;CAAC;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAQ;CAAO"}
@@ -0,0 +1,48 @@
1
+ const require_lookup_data = require('./lookup-data.cjs');
2
+ const require_utilities = require('./utilities.cjs');
3
+
4
+ //#region ../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.js
5
+ const minimumAmbiguousCodePoint = require_lookup_data.ambiguousRanges[0];
6
+ const maximumAmbiguousCodePoint = require_lookup_data.ambiguousRanges.at(-1);
7
+ const minimumFullWidthCodePoint = require_lookup_data.fullwidthRanges[0];
8
+ const maximumFullWidthCodePoint = require_lookup_data.fullwidthRanges.at(-1);
9
+ const minimumHalfWidthCodePoint = require_lookup_data.halfwidthRanges[0];
10
+ const maximumHalfWidthCodePoint = require_lookup_data.halfwidthRanges.at(-1);
11
+ const minimumNarrowCodePoint = require_lookup_data.narrowRanges[0];
12
+ const maximumNarrowCodePoint = require_lookup_data.narrowRanges.at(-1);
13
+ const minimumWideCodePoint = require_lookup_data.wideRanges[0];
14
+ const maximumWideCodePoint = require_lookup_data.wideRanges.at(-1);
15
+ const commonCjkCodePoint = 19968;
16
+ const [wideFastPathStart, wideFastPathEnd] = findWideFastPathRange(require_lookup_data.wideRanges);
17
+ function findWideFastPathRange(ranges) {
18
+ let fastPathStart = ranges[0];
19
+ let fastPathEnd = ranges[1];
20
+ for (let index = 0; index < ranges.length; index += 2) {
21
+ const start = ranges[index];
22
+ const end = ranges[index + 1];
23
+ if (commonCjkCodePoint >= start && commonCjkCodePoint <= end) return [start, end];
24
+ if (end - start > fastPathEnd - fastPathStart) {
25
+ fastPathStart = start;
26
+ fastPathEnd = end;
27
+ }
28
+ }
29
+ return [fastPathStart, fastPathEnd];
30
+ }
31
+ const isAmbiguous = (codePoint) => {
32
+ if (codePoint < minimumAmbiguousCodePoint || codePoint > maximumAmbiguousCodePoint) return false;
33
+ return require_utilities.isInRange(require_lookup_data.ambiguousRanges, codePoint);
34
+ };
35
+ const isFullWidth = (codePoint) => {
36
+ if (codePoint < minimumFullWidthCodePoint || codePoint > maximumFullWidthCodePoint) return false;
37
+ return require_utilities.isInRange(require_lookup_data.fullwidthRanges, codePoint);
38
+ };
39
+ const isWide = (codePoint) => {
40
+ if (codePoint >= wideFastPathStart && codePoint <= wideFastPathEnd) return true;
41
+ if (codePoint < minimumWideCodePoint || codePoint > maximumWideCodePoint) return false;
42
+ return require_utilities.isInRange(require_lookup_data.wideRanges, codePoint);
43
+ };
44
+
45
+ //#endregion
46
+ exports.isAmbiguous = isAmbiguous;
47
+ exports.isFullWidth = isFullWidth;
48
+ exports.isWide = isWide;