@kubb/core 3.16.2 → 3.16.3

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 (106) hide show
  1. package/dist/FileManager-Dk759iZ3.js +918 -0
  2. package/dist/FileManager-Dk759iZ3.js.map +1 -0
  3. package/dist/FileManager-DsRjYJa_.cjs +1031 -0
  4. package/dist/FileManager-DsRjYJa_.cjs.map +1 -0
  5. package/dist/PluginManager-1jPxuyQK.d.ts +511 -0
  6. package/dist/PluginManager-Cvj5AlsU.d.cts +511 -0
  7. package/dist/chunk-DWy1uDak.cjs +39 -0
  8. package/dist/chunk-DbvY3SJr.js +33 -0
  9. package/dist/fs-BacxV1CO.js +87 -0
  10. package/dist/fs-BacxV1CO.js.map +1 -0
  11. package/dist/fs-BazSaf2y.cjs +129 -0
  12. package/dist/fs-BazSaf2y.cjs.map +1 -0
  13. package/dist/fs.cjs +15 -39
  14. package/dist/fs.d.cts +2 -19
  15. package/dist/fs.d.ts +2 -19
  16. package/dist/fs.js +4 -3
  17. package/dist/index-BKHQGQVq.d.ts +140 -0
  18. package/dist/index-BfD6z1P5.d.cts +141 -0
  19. package/dist/index-Cb4pChs8.d.ts +180 -0
  20. package/dist/index-D2ptHzfn.d.cts +180 -0
  21. package/dist/index.cjs +997 -1077
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +107 -89
  24. package/dist/index.d.ts +107 -89
  25. package/dist/index.js +1020 -864
  26. package/dist/index.js.map +1 -1
  27. package/dist/logger-BxvJpQMX.cjs +1115 -0
  28. package/dist/logger-BxvJpQMX.cjs.map +1 -0
  29. package/dist/logger-Cs45J4yy.js +1085 -0
  30. package/dist/logger-Cs45J4yy.js.map +1 -0
  31. package/dist/logger-OWS6fqk0.d.cts +69 -0
  32. package/dist/logger-xcdTETKy.d.ts +69 -0
  33. package/dist/logger.cjs +6 -24
  34. package/dist/logger.d.cts +2 -3
  35. package/dist/logger.d.ts +2 -3
  36. package/dist/logger.js +4 -4
  37. package/dist/mocks.cjs +49 -65
  38. package/dist/mocks.cjs.map +1 -1
  39. package/dist/mocks.d.cts +6 -6
  40. package/dist/mocks.d.ts +6 -6
  41. package/dist/mocks.js +48 -59
  42. package/dist/mocks.js.map +1 -1
  43. package/dist/prompt-DwEAzq0q.js +853 -0
  44. package/dist/prompt-DwEAzq0q.js.map +1 -0
  45. package/dist/prompt-qiwl6Be9.cjs +855 -0
  46. package/dist/prompt-qiwl6Be9.cjs.map +1 -0
  47. package/dist/transformers-B3CHtwuB.cjs +948 -0
  48. package/dist/transformers-B3CHtwuB.cjs.map +1 -0
  49. package/dist/transformers-CJqBQFIl.js +829 -0
  50. package/dist/transformers-CJqBQFIl.js.map +1 -0
  51. package/dist/transformers.cjs +33 -88
  52. package/dist/transformers.d.cts +75 -54
  53. package/dist/transformers.d.ts +75 -54
  54. package/dist/transformers.js +4 -3
  55. package/dist/utils.cjs +20 -73
  56. package/dist/utils.d.cts +5 -126
  57. package/dist/utils.d.ts +5 -126
  58. package/dist/utils.js +6 -5
  59. package/dist/write-CLTPlucv.js +42 -0
  60. package/dist/write-CLTPlucv.js.map +1 -0
  61. package/dist/write-l_NzIqyy.cjs +48 -0
  62. package/dist/write-l_NzIqyy.cjs.map +1 -0
  63. package/package.json +25 -32
  64. package/src/BarrelManager.ts +1 -0
  65. package/src/PromiseManager.ts +1 -7
  66. package/src/build.ts +9 -11
  67. package/src/index.ts +5 -5
  68. package/src/logger.ts +10 -10
  69. package/src/utils/FunctionParams.ts +3 -1
  70. package/src/utils/TreeNode.ts +3 -1
  71. package/dist/PluginManager-E3SghPP9.d.cts +0 -458
  72. package/dist/PluginManager-PDmRCu9k.d.ts +0 -458
  73. package/dist/chunk-4V7HK7PT.js +0 -1199
  74. package/dist/chunk-4V7HK7PT.js.map +0 -1
  75. package/dist/chunk-BHSTNFNQ.cjs +0 -701
  76. package/dist/chunk-BHSTNFNQ.cjs.map +0 -1
  77. package/dist/chunk-CAZ37TGB.js +0 -918
  78. package/dist/chunk-CAZ37TGB.js.map +0 -1
  79. package/dist/chunk-E4XLCCPK.cjs +0 -170
  80. package/dist/chunk-E4XLCCPK.cjs.map +0 -1
  81. package/dist/chunk-GBYHPDPK.js +0 -595
  82. package/dist/chunk-GBYHPDPK.js.map +0 -1
  83. package/dist/chunk-L3A3DTAX.cjs +0 -1074
  84. package/dist/chunk-L3A3DTAX.cjs.map +0 -1
  85. package/dist/chunk-MCNA6SYG.cjs +0 -1231
  86. package/dist/chunk-MCNA6SYG.cjs.map +0 -1
  87. package/dist/chunk-YRPOID7E.js +0 -157
  88. package/dist/chunk-YRPOID7E.js.map +0 -1
  89. package/dist/fs.cjs.map +0 -1
  90. package/dist/fs.js.map +0 -1
  91. package/dist/logger-BWq-oJU_.d.cts +0 -63
  92. package/dist/logger-BWq-oJU_.d.ts +0 -63
  93. package/dist/logger.cjs.map +0 -1
  94. package/dist/logger.js.map +0 -1
  95. package/dist/parser-C1vOjVEd.d.ts +0 -41
  96. package/dist/parser-D6vU1kA9.d.cts +0 -41
  97. package/dist/prompt-ELTHGQK6.js +0 -753
  98. package/dist/prompt-ELTHGQK6.js.map +0 -1
  99. package/dist/prompt-U7M5G25C.cjs +0 -761
  100. package/dist/prompt-U7M5G25C.cjs.map +0 -1
  101. package/dist/transformers.cjs.map +0 -1
  102. package/dist/transformers.js.map +0 -1
  103. package/dist/types-CA8nQKwM.d.cts +0 -132
  104. package/dist/types-CA8nQKwM.d.ts +0 -132
  105. package/dist/utils.cjs.map +0 -1
  106. package/dist/utils.js.map +0 -1
@@ -0,0 +1,948 @@
1
+ const require_chunk = require('./chunk-DWy1uDak.cjs');
2
+ const remeda = require_chunk.__toESM(require("remeda"));
3
+
4
+ //#region ../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/umd/natural-orderby.production.min.js
5
+ var require_natural_orderby_production_min = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/umd/natural-orderby.production.min.js": ((exports, module) => {
6
+ /**
7
+ * natural-orderby v5.0.0
8
+ *
9
+ * Copyright (c) Olaf Ennen
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE.md file in the root directory of this source tree.
13
+ *
14
+ * @license MIT
15
+ */
16
+ (function(r, n) {
17
+ "object" == typeof exports && "undefined" != typeof module ? n(exports) : "function" == typeof define && define.amd ? define(["exports"], n) : n((r = "undefined" != typeof globalThis ? globalThis : r || self).naturalOrderBy = {});
18
+ })(exports, (function(r) {
19
+ var n = function(r$1, n$1) {
20
+ return r$1 < n$1 ? -1 : r$1 > n$1 ? 1 : 0;
21
+ }, e = function(r$1, n$1, e$1) {
22
+ var t$1 = r$1.localeCompare(n$1, e$1);
23
+ return t$1 ? t$1 / Math.abs(t$1) : 0;
24
+ }, t = /(^0x[\da-fA-F]+$|^([+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?!\.\d+)(?=\D|\s|$))|\d+)/g, i = /^\s+|\s+$/g, o = /\s+/g, u = /^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/, a = /(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/, s = /^0+[1-9]{1}[0-9]*$/, c = /[^\x00-\x80]/, f = function(r$1, n$1) {
25
+ return r$1 < n$1 ? -1 : r$1 > n$1 ? 1 : 0;
26
+ }, l = function(r$1, t$1, i$1) {
27
+ return r$1.value === t$1.value ? 0 : void 0 !== r$1.parsedNumber && void 0 !== t$1.parsedNumber ? n(r$1.parsedNumber, t$1.parsedNumber) : r$1.chunks && t$1.chunks ? function(r$2, t$2, i$2) {
28
+ for (var o$1 = r$2.length, u$1 = t$2.length, a$1 = Math.min(o$1, u$1), s$1 = 0; s$1 < a$1; s$1++) {
29
+ var l$1 = r$2[s$1], d$1 = t$2[s$1];
30
+ if (l$1.normalizedString !== d$1.normalizedString) {
31
+ if ("" === l$1.normalizedString != ("" === d$1.normalizedString)) return "" === l$1.normalizedString ? -1 : 1;
32
+ if (void 0 !== l$1.parsedNumber && void 0 !== d$1.parsedNumber) {
33
+ var m$1 = n(l$1.parsedNumber, d$1.parsedNumber);
34
+ return 0 === m$1 ? f(l$1.normalizedString, d$1.normalizedString) : m$1;
35
+ }
36
+ return void 0 !== l$1.parsedNumber || void 0 !== d$1.parsedNumber ? void 0 !== l$1.parsedNumber ? -1 : 1 : c.test(l$1.normalizedString + d$1.normalizedString) ? e(l$1.normalizedString, d$1.normalizedString, i$2) : f(l$1.normalizedString, d$1.normalizedString);
37
+ }
38
+ }
39
+ return o$1 > a$1 || u$1 > a$1 ? o$1 <= a$1 ? -1 : 1 : 0;
40
+ }(r$1.chunks, t$1.chunks, i$1) : function(r$2, n$1) {
41
+ return (r$2.chunks ? !n$1.chunks : n$1.chunks) ? r$2.chunks ? -1 : 1 : (r$2.isNaN ? !n$1.isNaN : n$1.isNaN) ? r$2.isNaN ? -1 : 1 : (r$2.isSymbol ? !n$1.isSymbol : n$1.isSymbol) ? r$2.isSymbol ? -1 : 1 : (r$2.isObject ? !n$1.isObject : n$1.isObject) ? r$2.isObject ? -1 : 1 : (r$2.isArray ? !n$1.isArray : n$1.isArray) ? r$2.isArray ? -1 : 1 : (r$2.isFunction ? !n$1.isFunction : n$1.isFunction) ? r$2.isFunction ? -1 : 1 : (r$2.isNull ? !n$1.isNull : n$1.isNull) ? r$2.isNull ? -1 : 1 : 0;
42
+ }(r$1, t$1);
43
+ }, d = function(r$1) {
44
+ return r$1.replace(o, " ").replace(i, "");
45
+ }, m = function(r$1) {
46
+ if (0 !== r$1.length) {
47
+ var n$1 = Number(r$1.replace(/_/g, ""));
48
+ if (!Number.isNaN(n$1)) return n$1;
49
+ }
50
+ }, p = function(r$1, n$1, e$1) {
51
+ if (u.test(r$1) && (!s.test(r$1) || 0 === n$1 || "." !== e$1[n$1 - 1])) return m(r$1) || 0;
52
+ }, y = function(r$1, n$1, e$1) {
53
+ return {
54
+ parsedNumber: p(r$1, n$1, e$1),
55
+ normalizedString: d(r$1)
56
+ };
57
+ }, b = function(r$1) {
58
+ var n$1 = function(r$2) {
59
+ return r$2.replace(t, "\0$1\0").replace(/\0$/, "").replace(/^\0/, "").split("\0");
60
+ }(r$1).map(y);
61
+ return n$1;
62
+ }, N = function(r$1) {
63
+ return "function" == typeof r$1;
64
+ }, v = function(r$1) {
65
+ return Number.isNaN(r$1) || r$1 instanceof Number && Number.isNaN(r$1.valueOf());
66
+ }, g = function(r$1) {
67
+ return null === r$1;
68
+ }, S = function(r$1) {
69
+ return !(null === r$1 || "object" != typeof r$1 || Array.isArray(r$1) || r$1 instanceof Number || r$1 instanceof String || r$1 instanceof Boolean || r$1 instanceof Date);
70
+ }, h = function(r$1) {
71
+ return "symbol" == typeof r$1;
72
+ }, A = function(r$1) {
73
+ return void 0 === r$1;
74
+ }, z = function(r$1) {
75
+ var n$1 = m(r$1);
76
+ return void 0 !== n$1 ? n$1 : function(r$2) {
77
+ try {
78
+ var n$2 = Date.parse(r$2);
79
+ return !Number.isNaN(n$2) && a.test(r$2) ? n$2 : void 0;
80
+ } catch (r$3) {
81
+ return;
82
+ }
83
+ }(r$1);
84
+ }, j = function(r$1) {
85
+ if ("string" == typeof r$1 || r$1 instanceof String || ("number" == typeof r$1 || r$1 instanceof Number) && !v(r$1) || "boolean" == typeof r$1 || r$1 instanceof Boolean || r$1 instanceof Date) {
86
+ var n$1 = function(r$2) {
87
+ return "boolean" == typeof r$2 || r$2 instanceof Boolean ? Number(r$2).toString() : "number" == typeof r$2 || r$2 instanceof Number ? r$2.toString() : r$2 instanceof Date ? r$2.getTime().toString() : "string" == typeof r$2 || r$2 instanceof String ? r$2.toLowerCase().replace(i, "") : "";
88
+ }(r$1), e$1 = z(n$1);
89
+ return {
90
+ parsedNumber: e$1,
91
+ chunks: b(e$1 ? "" + e$1 : n$1),
92
+ value: r$1
93
+ };
94
+ }
95
+ return {
96
+ isArray: Array.isArray(r$1),
97
+ isFunction: N(r$1),
98
+ isNaN: v(r$1),
99
+ isNull: g(r$1),
100
+ isObject: S(r$1),
101
+ isSymbol: h(r$1),
102
+ isUndefined: A(r$1),
103
+ value: r$1
104
+ };
105
+ }, x = function(r$1) {
106
+ return "string" == typeof r$1 && ("asc" === r$1 || "desc" === r$1);
107
+ };
108
+ var k = function(r$1) {
109
+ return "function" == typeof r$1 ? r$1 : function(n$1) {
110
+ if (Array.isArray(n$1)) {
111
+ var e$1 = Number(r$1);
112
+ if (Number.isInteger(e$1)) return n$1[e$1];
113
+ } else if (n$1 && "object" == typeof n$1) {
114
+ var t$1 = Object.getOwnPropertyDescriptor(n$1, r$1);
115
+ return null == t$1 ? void 0 : t$1.value;
116
+ }
117
+ return n$1;
118
+ };
119
+ }, w = function(r$1, n$1, e$1, t$1) {
120
+ var i$1 = n$1.length ? n$1.map(k) : [function(r$2) {
121
+ return r$2;
122
+ }], o$1 = r$1.map((function(r$2, n$2) {
123
+ return {
124
+ index: n$2,
125
+ values: i$1.map((function(n$3) {
126
+ return n$3(r$2);
127
+ })).map(j)
128
+ };
129
+ }));
130
+ return o$1.sort((function(r$2, n$2) {
131
+ return function(r$3, n$3, e$2, t$2) {
132
+ for (var i$2 = r$3.index, o$2 = r$3.values, u$1 = n$3.index, a$1 = n$3.values, s$1 = o$2.length, c$1 = e$2.length, f$1 = 0; f$1 < s$1; f$1++) {
133
+ var d$1 = f$1 < c$1 ? e$2[f$1] : null;
134
+ if (d$1 && "function" == typeof d$1) {
135
+ var m$1 = d$1(o$2[f$1].value, a$1[f$1].value);
136
+ if (m$1) return m$1;
137
+ } else {
138
+ var p$1 = l(o$2[f$1], a$1[f$1], t$2);
139
+ if (p$1) return p$1 * ("desc" === d$1 ? -1 : 1);
140
+ }
141
+ }
142
+ return i$2 - u$1;
143
+ }(r$2, n$2, e$1, t$1);
144
+ })), o$1.map((function(n$2) {
145
+ return function(r$2, n$3) {
146
+ return r$2[n$3];
147
+ }(r$1, n$2.index);
148
+ }));
149
+ };
150
+ r.compare = function(r$1) {
151
+ var n$1, e$1, t$1;
152
+ return function(r$2) {
153
+ return function(n$2, e$2) {
154
+ var t$2 = j(n$2), i$1 = j(e$2);
155
+ return l(t$2, i$1, r$2.locale) * ("desc" === r$2.order ? -1 : 1);
156
+ };
157
+ }((t$1 = "asc", "string" == typeof (n$1 = r$1) && x(n$1) ? t$1 = n$1 : n$1 && "object" == typeof n$1 && (n$1.order && x(n$1.order) && (t$1 = n$1.order), n$1.locale && n$1.locale.length > 0 && (e$1 = n$1.locale)), {
158
+ order: t$1,
159
+ locale: e$1
160
+ }));
161
+ }, r.orderBy = function(r$1, n$1, e$1, t$1) {
162
+ if (!r$1 || !Array.isArray(r$1)) return [];
163
+ var i$1 = function(r$2) {
164
+ if (!r$2) return [];
165
+ var n$2 = Array.isArray(r$2) ? [].concat(r$2) : [r$2];
166
+ return n$2.some((function(r$3) {
167
+ return "string" != typeof r$3 && "number" != typeof r$3 && "function" != typeof r$3;
168
+ })) ? [] : n$2;
169
+ }(n$1), o$1 = function(r$2) {
170
+ if (!r$2) return [];
171
+ var n$2 = Array.isArray(r$2) ? [].concat(r$2) : [r$2];
172
+ return n$2.some((function(r$3) {
173
+ return "asc" !== r$3 && "desc" !== r$3 && "function" != typeof r$3;
174
+ })) ? [] : n$2;
175
+ }(e$1);
176
+ return w(r$1, i$1, o$1, t$1);
177
+ };
178
+ }));
179
+ }) });
180
+
181
+ //#endregion
182
+ //#region ../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/umd/natural-orderby.development.js
183
+ var require_natural_orderby_development = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/umd/natural-orderby.development.js": ((exports, module) => {
184
+ /**
185
+ * natural-orderby v5.0.0
186
+ *
187
+ * Copyright (c) Olaf Ennen
188
+ *
189
+ * This source code is licensed under the MIT license found in the
190
+ * LICENSE.md file in the root directory of this source tree.
191
+ *
192
+ * @license MIT
193
+ */
194
+ (function(global, factory) {
195
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.naturalOrderBy = {}));
196
+ })(exports, (function(exports$1) {
197
+ var compareNumbers = function compareNumbers$1(numberA, numberB) {
198
+ if (numberA < numberB) return -1;
199
+ if (numberA > numberB) return 1;
200
+ return 0;
201
+ };
202
+ var compareUnicode = function compareUnicode$1(stringA, stringB, locale) {
203
+ var result = stringA.localeCompare(stringB, locale);
204
+ return result ? result / Math.abs(result) : 0;
205
+ };
206
+ var RE_NUMBERS = /(^0x[\da-fA-F]+$|^([+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?!\.\d+)(?=\D|\s|$))|\d+)/g;
207
+ var RE_LEADING_OR_TRAILING_WHITESPACES = /^\s+|\s+$/g;
208
+ var RE_WHITESPACES = /\s+/g;
209
+ var RE_INT_OR_FLOAT = /^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/;
210
+ var RE_DATE = /(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/;
211
+ var RE_LEADING_ZERO = /^0+[1-9]{1}[0-9]*$/;
212
+ var RE_UNICODE_CHARACTERS = /[^\x00-\x80]/;
213
+ var stringCompare = function stringCompare$1(stringA, stringB) {
214
+ if (stringA < stringB) return -1;
215
+ if (stringA > stringB) return 1;
216
+ return 0;
217
+ };
218
+ var compareChunks = function compareChunks$1(chunksA, chunksB, locale) {
219
+ var lengthA = chunksA.length;
220
+ var lengthB = chunksB.length;
221
+ var size = Math.min(lengthA, lengthB);
222
+ for (var i = 0; i < size; i++) {
223
+ var chunkA = chunksA[i];
224
+ var chunkB = chunksB[i];
225
+ if (chunkA.normalizedString !== chunkB.normalizedString) {
226
+ if (chunkA.normalizedString === "" !== (chunkB.normalizedString === "")) return chunkA.normalizedString === "" ? -1 : 1;
227
+ if (chunkA.parsedNumber !== void 0 && chunkB.parsedNumber !== void 0) {
228
+ var result = compareNumbers(chunkA.parsedNumber, chunkB.parsedNumber);
229
+ if (result === 0) return stringCompare(chunkA.normalizedString, chunkB.normalizedString);
230
+ return result;
231
+ } else if (chunkA.parsedNumber !== void 0 || chunkB.parsedNumber !== void 0) return chunkA.parsedNumber !== void 0 ? -1 : 1;
232
+ else if (RE_UNICODE_CHARACTERS.test(chunkA.normalizedString + chunkB.normalizedString)) return compareUnicode(chunkA.normalizedString, chunkB.normalizedString, locale);
233
+ else return stringCompare(chunkA.normalizedString, chunkB.normalizedString);
234
+ }
235
+ }
236
+ if (lengthA > size || lengthB > size) return lengthA <= size ? -1 : 1;
237
+ return 0;
238
+ };
239
+ var compareOtherTypes = function compareOtherTypes$1(valueA, valueB) {
240
+ if (!valueA.chunks ? valueB.chunks : !valueB.chunks) return !valueA.chunks ? 1 : -1;
241
+ if (valueA.isNaN ? !valueB.isNaN : valueB.isNaN) return valueA.isNaN ? -1 : 1;
242
+ if (valueA.isSymbol ? !valueB.isSymbol : valueB.isSymbol) return valueA.isSymbol ? -1 : 1;
243
+ if (valueA.isObject ? !valueB.isObject : valueB.isObject) return valueA.isObject ? -1 : 1;
244
+ if (valueA.isArray ? !valueB.isArray : valueB.isArray) return valueA.isArray ? -1 : 1;
245
+ if (valueA.isFunction ? !valueB.isFunction : valueB.isFunction) return valueA.isFunction ? -1 : 1;
246
+ if (valueA.isNull ? !valueB.isNull : valueB.isNull) return valueA.isNull ? -1 : 1;
247
+ return 0;
248
+ };
249
+ var compareValues = function compareValues$1(valueA, valueB, locale) {
250
+ if (valueA.value === valueB.value) return 0;
251
+ if (valueA.parsedNumber !== void 0 && valueB.parsedNumber !== void 0) return compareNumbers(valueA.parsedNumber, valueB.parsedNumber);
252
+ if (valueA.chunks && valueB.chunks) return compareChunks(valueA.chunks, valueB.chunks, locale);
253
+ return compareOtherTypes(valueA, valueB);
254
+ };
255
+ var normalizeAlphaChunk = function normalizeAlphaChunk$1(chunk) {
256
+ return chunk.replace(RE_WHITESPACES, " ").replace(RE_LEADING_OR_TRAILING_WHITESPACES, "");
257
+ };
258
+ var parseNumber = function parseNumber$1(value) {
259
+ if (value.length !== 0) {
260
+ var parsedNumber = Number(value.replace(/_/g, ""));
261
+ if (!Number.isNaN(parsedNumber)) return parsedNumber;
262
+ }
263
+ return void 0;
264
+ };
265
+ var normalizeNumericChunk = function normalizeNumericChunk$1(chunk, index, chunks) {
266
+ if (RE_INT_OR_FLOAT.test(chunk)) {
267
+ if (!RE_LEADING_ZERO.test(chunk) || index === 0 || chunks[index - 1] !== ".") return parseNumber(chunk) || 0;
268
+ }
269
+ return void 0;
270
+ };
271
+ var createChunkMap = function createChunkMap$1(chunk, index, chunks) {
272
+ return {
273
+ parsedNumber: normalizeNumericChunk(chunk, index, chunks),
274
+ normalizedString: normalizeAlphaChunk(chunk)
275
+ };
276
+ };
277
+ var createChunks = function createChunks$1(value) {
278
+ return value.replace(RE_NUMBERS, "\0$1\0").replace(/\0$/, "").replace(/^\0/, "").split("\0");
279
+ };
280
+ var createChunkMaps = function createChunkMaps$1(value) {
281
+ var chunksMaps = createChunks(value).map(createChunkMap);
282
+ return chunksMaps;
283
+ };
284
+ var isFunction = function isFunction$1(value) {
285
+ return typeof value === "function";
286
+ };
287
+ var isNaN = function isNaN$1(value) {
288
+ return Number.isNaN(value) || value instanceof Number && Number.isNaN(value.valueOf());
289
+ };
290
+ var isNull = function isNull$1(value) {
291
+ return value === null;
292
+ };
293
+ var isObject = function isObject$1(value) {
294
+ return value !== null && typeof value === "object" && !Array.isArray(value) && !(value instanceof Number) && !(value instanceof String) && !(value instanceof Boolean) && !(value instanceof Date);
295
+ };
296
+ var isSymbol = function isSymbol$1(value) {
297
+ return typeof value === "symbol";
298
+ };
299
+ var isUndefined = function isUndefined$1(value) {
300
+ return value === void 0;
301
+ };
302
+ var parseDate = function parseDate$1(value) {
303
+ try {
304
+ var parsedDate = Date.parse(value);
305
+ if (!Number.isNaN(parsedDate)) {
306
+ if (RE_DATE.test(value)) return parsedDate;
307
+ }
308
+ return void 0;
309
+ } catch (_unused) {
310
+ return void 0;
311
+ }
312
+ };
313
+ var numberify = function numberify$1(value) {
314
+ var parsedNumber = parseNumber(value);
315
+ if (parsedNumber !== void 0) return parsedNumber;
316
+ return parseDate(value);
317
+ };
318
+ var stringify$1 = function stringify$2(value) {
319
+ if (typeof value === "boolean" || value instanceof Boolean) return Number(value).toString();
320
+ if (typeof value === "number" || value instanceof Number) return value.toString();
321
+ if (value instanceof Date) return value.getTime().toString();
322
+ if (typeof value === "string" || value instanceof String) return value.toLowerCase().replace(RE_LEADING_OR_TRAILING_WHITESPACES, "");
323
+ return "";
324
+ };
325
+ var getMappedValueRecord = function getMappedValueRecord$1(value) {
326
+ if (typeof value === "string" || value instanceof String || (typeof value === "number" || value instanceof Number) && !isNaN(value) || typeof value === "boolean" || value instanceof Boolean || value instanceof Date) {
327
+ var stringValue = stringify$1(value);
328
+ var parsedNumber = numberify(stringValue);
329
+ var chunks = createChunkMaps(parsedNumber ? "" + parsedNumber : stringValue);
330
+ return {
331
+ parsedNumber,
332
+ chunks,
333
+ value
334
+ };
335
+ }
336
+ return {
337
+ isArray: Array.isArray(value),
338
+ isFunction: isFunction(value),
339
+ isNaN: isNaN(value),
340
+ isNull: isNull(value),
341
+ isObject: isObject(value),
342
+ isSymbol: isSymbol(value),
343
+ isUndefined: isUndefined(value),
344
+ value
345
+ };
346
+ };
347
+ var baseCompare = function baseCompare$1(options) {
348
+ return function(valueA, valueB) {
349
+ var a = getMappedValueRecord(valueA);
350
+ var b = getMappedValueRecord(valueB);
351
+ var result = compareValues(a, b, options.locale);
352
+ return result * (options.order === "desc" ? -1 : 1);
353
+ };
354
+ };
355
+ var isValidOrder = function isValidOrder$1(value) {
356
+ return typeof value === "string" && (value === "asc" || value === "desc");
357
+ };
358
+ var getOptions = function getOptions$1(customOptions) {
359
+ var order = "asc";
360
+ var locale;
361
+ if (typeof customOptions === "string" && isValidOrder(customOptions)) order = customOptions;
362
+ else if (customOptions && typeof customOptions === "object") {
363
+ if (customOptions.order && isValidOrder(customOptions.order)) order = customOptions.order;
364
+ if (customOptions.locale && customOptions.locale.length > 0) locale = customOptions.locale;
365
+ }
366
+ return {
367
+ order,
368
+ locale
369
+ };
370
+ };
371
+ /**
372
+ * Creates a compare function that defines the natural sort order considering
373
+ * the given `options` which may be passed to [`Array.prototype.sort()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort).
374
+ */
375
+ function compare(options) {
376
+ var validatedOptions = getOptions(options);
377
+ return baseCompare(validatedOptions);
378
+ }
379
+ var compareMultiple = function compareMultiple$1(recordA, recordB, orders, locale) {
380
+ var indexA = recordA.index, valuesA = recordA.values;
381
+ var indexB = recordB.index, valuesB = recordB.values;
382
+ var length = valuesA.length;
383
+ var ordersLength = orders.length;
384
+ for (var i = 0; i < length; i++) {
385
+ var order = i < ordersLength ? orders[i] : null;
386
+ if (order && typeof order === "function") {
387
+ var result = order(valuesA[i].value, valuesB[i].value);
388
+ if (result) return result;
389
+ } else {
390
+ var _result = compareValues(valuesA[i], valuesB[i], locale);
391
+ if (_result) return _result * (order === "desc" ? -1 : 1);
392
+ }
393
+ }
394
+ return indexA - indexB;
395
+ };
396
+ var createIdentifierFn = function createIdentifierFn$1(identifier) {
397
+ if (typeof identifier === "function") return identifier;
398
+ return function(value) {
399
+ if (Array.isArray(value)) {
400
+ var index = Number(identifier);
401
+ if (Number.isInteger(index)) return value[index];
402
+ } else if (value && typeof value === "object") {
403
+ var result = Object.getOwnPropertyDescriptor(value, identifier);
404
+ return result == null ? void 0 : result.value;
405
+ }
406
+ return value;
407
+ };
408
+ };
409
+ var getElementByIndex = function getElementByIndex$1(collection, index) {
410
+ return collection[index];
411
+ };
412
+ var getValueByIdentifier = function getValueByIdentifier$1(value, getValue) {
413
+ return getValue(value);
414
+ };
415
+ var baseOrderBy = function baseOrderBy$1(collection, identifiers, orders, locale) {
416
+ var identifierFns = identifiers.length ? identifiers.map(createIdentifierFn) : [function(value) {
417
+ return value;
418
+ }];
419
+ var mappedCollection = collection.map(function(element, index) {
420
+ var values = identifierFns.map(function(identifier) {
421
+ return getValueByIdentifier(element, identifier);
422
+ }).map(getMappedValueRecord);
423
+ return {
424
+ index,
425
+ values
426
+ };
427
+ });
428
+ mappedCollection.sort(function(recordA, recordB) {
429
+ return compareMultiple(recordA, recordB, orders, locale);
430
+ });
431
+ return mappedCollection.map(function(element) {
432
+ return getElementByIndex(collection, element.index);
433
+ });
434
+ };
435
+ var getIdentifiers = function getIdentifiers$1(identifiers) {
436
+ if (!identifiers) return [];
437
+ var identifierList = !Array.isArray(identifiers) ? [identifiers] : [].concat(identifiers);
438
+ if (identifierList.some(function(identifier) {
439
+ return typeof identifier !== "string" && typeof identifier !== "number" && typeof identifier !== "function";
440
+ })) return [];
441
+ return identifierList;
442
+ };
443
+ var getOrders = function getOrders$1(orders) {
444
+ if (!orders) return [];
445
+ var orderList = !Array.isArray(orders) ? [orders] : [].concat(orders);
446
+ if (orderList.some(function(order) {
447
+ return order !== "asc" && order !== "desc" && typeof order !== "function";
448
+ })) return [];
449
+ return orderList;
450
+ };
451
+ /**
452
+ * Creates an array of elements, natural sorted by specified identifiers and
453
+ * the corresponding sort orders. This method implements a stable sort
454
+ * algorithm, which means the original sort order of equal elements is
455
+ * preserved.
456
+ */
457
+ function orderBy$2(collection, identifiers, orders, locale) {
458
+ if (!collection || !Array.isArray(collection)) return [];
459
+ var validatedIdentifiers = getIdentifiers(identifiers);
460
+ var validatedOrders = getOrders(orders);
461
+ return baseOrderBy(collection, validatedIdentifiers, validatedOrders, locale);
462
+ }
463
+ exports$1.compare = compare;
464
+ exports$1.orderBy = orderBy$2;
465
+ }));
466
+ }) });
467
+
468
+ //#endregion
469
+ //#region ../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/main.js
470
+ var require_main = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/.pnpm/natural-orderby@5.0.0/node_modules/natural-orderby/dist/main.js": ((exports, module) => {
471
+ if (process.env.NODE_ENV === "production") module.exports = require_natural_orderby_production_min();
472
+ else module.exports = require_natural_orderby_development();
473
+ }) });
474
+
475
+ //#endregion
476
+ //#region ../../node_modules/.pnpm/camelcase@8.0.0/node_modules/camelcase/index.js
477
+ const UPPERCASE = /[\p{Lu}]/u;
478
+ const LOWERCASE = /[\p{Ll}]/u;
479
+ const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
480
+ const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
481
+ const SEPARATORS = /[_.\- ]+/;
482
+ const LEADING_SEPARATORS = /* @__PURE__ */ new RegExp("^" + SEPARATORS.source);
483
+ const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, "gu");
484
+ const NUMBERS_AND_IDENTIFIER = new RegExp("\\d+" + IDENTIFIER.source, "gu");
485
+ const preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase$1) => {
486
+ let isLastCharLower = false;
487
+ let isLastCharUpper = false;
488
+ let isLastLastCharUpper = false;
489
+ let isLastLastCharPreserved = false;
490
+ for (let index = 0; index < string.length; index++) {
491
+ const character = string[index];
492
+ isLastLastCharPreserved = index > 2 ? string[index - 3] === "-" : true;
493
+ if (isLastCharLower && UPPERCASE.test(character)) {
494
+ string = string.slice(0, index) + "-" + string.slice(index);
495
+ isLastCharLower = false;
496
+ isLastLastCharUpper = isLastCharUpper;
497
+ isLastCharUpper = true;
498
+ index++;
499
+ } else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character) && (!isLastLastCharPreserved || preserveConsecutiveUppercase$1)) {
500
+ string = string.slice(0, index - 1) + "-" + string.slice(index - 1);
501
+ isLastLastCharUpper = isLastCharUpper;
502
+ isLastCharUpper = false;
503
+ isLastCharLower = true;
504
+ } else {
505
+ isLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;
506
+ isLastLastCharUpper = isLastCharUpper;
507
+ isLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;
508
+ }
509
+ }
510
+ return string;
511
+ };
512
+ const preserveConsecutiveUppercase = (input, toLowerCase) => {
513
+ LEADING_CAPITAL.lastIndex = 0;
514
+ return input.replaceAll(LEADING_CAPITAL, (match) => toLowerCase(match));
515
+ };
516
+ const postProcess = (input, toUpperCase) => {
517
+ SEPARATORS_AND_IDENTIFIER.lastIndex = 0;
518
+ NUMBERS_AND_IDENTIFIER.lastIndex = 0;
519
+ return input.replaceAll(NUMBERS_AND_IDENTIFIER, (match, pattern, offset) => ["_", "-"].includes(input.charAt(offset + match.length)) ? match : toUpperCase(match)).replaceAll(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier));
520
+ };
521
+ function camelCase$1(input, options) {
522
+ if (!(typeof input === "string" || Array.isArray(input))) throw new TypeError("Expected the input to be `string | string[]`");
523
+ options = {
524
+ pascalCase: false,
525
+ preserveConsecutiveUppercase: false,
526
+ ...options
527
+ };
528
+ if (Array.isArray(input)) input = input.map((x) => x.trim()).filter((x) => x.length).join("-");
529
+ else input = input.trim();
530
+ if (input.length === 0) return "";
531
+ const toLowerCase = options.locale === false ? (string) => string.toLowerCase() : (string) => string.toLocaleLowerCase(options.locale);
532
+ const toUpperCase = options.locale === false ? (string) => string.toUpperCase() : (string) => string.toLocaleUpperCase(options.locale);
533
+ if (input.length === 1) {
534
+ if (SEPARATORS.test(input)) return "";
535
+ return options.pascalCase ? toUpperCase(input) : toLowerCase(input);
536
+ }
537
+ const hasUpperCase = input !== toLowerCase(input);
538
+ if (hasUpperCase) input = preserveCamelCase(input, toLowerCase, toUpperCase, options.preserveConsecutiveUppercase);
539
+ input = input.replace(LEADING_SEPARATORS, "");
540
+ input = options.preserveConsecutiveUppercase ? preserveConsecutiveUppercase(input, toLowerCase) : toLowerCase(input);
541
+ if (options.pascalCase) input = toUpperCase(input.charAt(0)) + input.slice(1);
542
+ return postProcess(input, toUpperCase);
543
+ }
544
+
545
+ //#endregion
546
+ //#region src/transformers/casing.ts
547
+ function camelCase(text, { isFile, prefix = "", suffix = "" } = {}) {
548
+ if (isFile) {
549
+ const splitArray = text.split(".");
550
+ return splitArray.map((item, i) => i === splitArray.length - 1 ? camelCase(item, {
551
+ prefix,
552
+ suffix
553
+ }) : camelCase(item)).join("/");
554
+ }
555
+ return camelCase$1(`${prefix} ${text} ${suffix}`, {
556
+ pascalCase: false,
557
+ preserveConsecutiveUppercase: true
558
+ }).replace(/[^a-zA-Z0-9]/g, "");
559
+ }
560
+ function pascalCase(text, { isFile, prefix = "", suffix = "" } = {}) {
561
+ if (isFile) {
562
+ const splitArray = text.split(".");
563
+ return splitArray.map((item, i) => i === splitArray.length - 1 ? pascalCase(item, {
564
+ prefix,
565
+ suffix
566
+ }) : camelCase(item)).join("/");
567
+ }
568
+ return camelCase$1(`${prefix} ${text} ${suffix}`, {
569
+ pascalCase: true,
570
+ preserveConsecutiveUppercase: true
571
+ }).replace(/[^a-zA-Z0-9]/g, "");
572
+ }
573
+
574
+ //#endregion
575
+ //#region src/transformers/combineCodes.ts
576
+ function combineCodes(codes) {
577
+ return codes.join("\n");
578
+ }
579
+
580
+ //#endregion
581
+ //#region src/transformers/createJSDocBlockText.ts
582
+ function createJSDocBlockText({ comments }) {
583
+ const filteredComments = comments.filter(Boolean);
584
+ if (!filteredComments.length) return "";
585
+ return `/**\n * ${filteredComments.join("\n * ")}\n */`;
586
+ }
587
+
588
+ //#endregion
589
+ //#region src/transformers/escape.ts
590
+ function escape(text) {
591
+ return text ? text.replaceAll("`", "\\`") : "";
592
+ }
593
+ /**
594
+ * Escape all characters not included in SingleStringCharacters and DoubleStringCharacters on
595
+ * @link http://www.ecma-international.org/ecma-262/5.1/#sec-7.8.4
596
+ * @link https://github.com/joliss/js-string-escape/blob/master/index.js
597
+ */
598
+ function jsStringEscape(input) {
599
+ return `${input}`.replace(/["'\\\n\r\u2028\u2029]/g, (character) => {
600
+ switch (character) {
601
+ case "\"":
602
+ case "'":
603
+ case "\\": return `\\${character}`;
604
+ case "\n": return "\\n";
605
+ case "\r": return "\\r";
606
+ case "\u2028": return "\\u2028";
607
+ case "\u2029": return "\\u2029";
608
+ default: return "";
609
+ }
610
+ });
611
+ }
612
+
613
+ //#endregion
614
+ //#region src/transformers/indent.ts
615
+ function createIndent(size) {
616
+ return Array.from({ length: size + 1 }).join(" ");
617
+ }
618
+
619
+ //#endregion
620
+ //#region src/transformers/nameSorter.ts
621
+ function nameSorter(a, b) {
622
+ if (a.name < b.name) return -1;
623
+ if (a.name > b.name) return 1;
624
+ return 0;
625
+ }
626
+
627
+ //#endregion
628
+ //#region src/transformers/searchAndReplace.ts
629
+ function searchAndReplace(options) {
630
+ const { text, replaceBy, prefix = "", key } = options;
631
+ const searchValues = options.searchValues?.(prefix, key) || [
632
+ `${prefix}["${key}"]`,
633
+ `${prefix}['${key}']`,
634
+ `${prefix}[\`${key}\`]`,
635
+ `${prefix}"${key}"`,
636
+ `${prefix}'${key}'`,
637
+ `${prefix}\`${key}\``,
638
+ new RegExp(`${prefix}${key}`, "g")
639
+ ];
640
+ return searchValues.reduce((prev, searchValue) => {
641
+ return prev.toString().replaceAll(searchValue, replaceBy);
642
+ }, text);
643
+ }
644
+
645
+ //#endregion
646
+ //#region src/transformers/trim.ts
647
+ function trim(text) {
648
+ return text.replaceAll(/\n/g, "").trim();
649
+ }
650
+ function trimQuotes(text) {
651
+ if (text.match(/^"(.*)"$/)) return text.replace(/^"(.*)"$/, "$1");
652
+ if (text.match(/^'(.*)'$/)) return text.replace(/^'(.*)'$/, "$1");
653
+ if (text.match(/^`(.*)`$/)) return text.replace(/^`(.*)`$/, "$1");
654
+ return text;
655
+ }
656
+
657
+ //#endregion
658
+ //#region src/transformers/stringify.ts
659
+ function stringify(value) {
660
+ if (value === void 0 || value === null) return "\"\"";
661
+ return JSON.stringify(trimQuotes(value.toString()));
662
+ }
663
+ function stringifyObject(value) {
664
+ const items = Object.entries(value).map(([key, value$1]) => {
665
+ if (typeof value$1 === "object") return `${key}: {
666
+ ${stringifyObject(value$1)}
667
+ }`;
668
+ return `${key}: ${value$1}`;
669
+ }).filter(Boolean);
670
+ return items.join(",\n");
671
+ }
672
+
673
+ //#endregion
674
+ //#region src/transformers/toRegExp.ts
675
+ function stringToRegex(text) {
676
+ const isStartWithSlash = text.startsWith("/");
677
+ const isEndWithSlash = text.endsWith("/");
678
+ return new RegExp(text.slice(isStartWithSlash ? 1 : 0, isEndWithSlash ? -1 : void 0));
679
+ }
680
+ /**
681
+ * @experimental
682
+ */
683
+ function toRegExp(text) {
684
+ if (typeof text === "string") {
685
+ const source = trimQuotes(text);
686
+ return stringToRegex(source);
687
+ }
688
+ return stringToRegex(text.toString());
689
+ }
690
+ function toRegExpString(text, func = "RegExp") {
691
+ const isStartWithSlash = text.startsWith("/");
692
+ const isEndWithSlash = text.endsWith("/");
693
+ if (func === null) return `/${text.slice(isStartWithSlash ? 1 : 0, isEndWithSlash ? -1 : void 0).replaceAll("/", "\\/")}/`;
694
+ const regexp = `new ${func}('${jsStringEscape(text.slice(isStartWithSlash ? 1 : 0, isEndWithSlash ? -1 : void 0))}')`;
695
+ return regexp;
696
+ }
697
+
698
+ //#endregion
699
+ //#region src/transformers/transformReservedWord.ts
700
+ /**
701
+ * @link https://github.com/jonschlinkert/reserved/blob/master/index.js
702
+ */
703
+ const reservedWords = [
704
+ "abstract",
705
+ "arguments",
706
+ "boolean",
707
+ "break",
708
+ "byte",
709
+ "case",
710
+ "catch",
711
+ "char",
712
+ "class",
713
+ "const",
714
+ "continue",
715
+ "debugger",
716
+ "default",
717
+ "delete",
718
+ "do",
719
+ "double",
720
+ "else",
721
+ "enum",
722
+ "eval",
723
+ "export",
724
+ "extends",
725
+ "false",
726
+ "final",
727
+ "finally",
728
+ "float",
729
+ "for",
730
+ "function",
731
+ "goto",
732
+ "if",
733
+ "implements",
734
+ "import",
735
+ "in",
736
+ "instanceof",
737
+ "int",
738
+ "interface",
739
+ "let",
740
+ "long",
741
+ "native",
742
+ "new",
743
+ "null",
744
+ "package",
745
+ "private",
746
+ "protected",
747
+ "public",
748
+ "return",
749
+ "short",
750
+ "static",
751
+ "super",
752
+ "switch",
753
+ "synchronized",
754
+ "this",
755
+ "throw",
756
+ "throws",
757
+ "transient",
758
+ "true",
759
+ "try",
760
+ "typeof",
761
+ "var",
762
+ "void",
763
+ "volatile",
764
+ "while",
765
+ "with",
766
+ "yield",
767
+ "Array",
768
+ "Date",
769
+ "eval",
770
+ "function",
771
+ "hasOwnProperty",
772
+ "Infinity",
773
+ "isFinite",
774
+ "isNaN",
775
+ "isPrototypeOf",
776
+ "length",
777
+ "Math",
778
+ "name",
779
+ "NaN",
780
+ "Number",
781
+ "Object",
782
+ "prototype",
783
+ "String",
784
+ "toString",
785
+ "undefined",
786
+ "valueOf"
787
+ ];
788
+ function transformReservedWord(word) {
789
+ if (word && reservedWords.includes(word) || word?.match(/^\d/)) return `_${word}`;
790
+ return word;
791
+ }
792
+ function isValidVarName(name) {
793
+ try {
794
+ Function(`var ${name}`);
795
+ } catch (_e) {
796
+ return false;
797
+ }
798
+ return true;
799
+ }
800
+
801
+ //#endregion
802
+ //#region src/transformers/index.ts
803
+ var import_main = /* @__PURE__ */ require_chunk.__toESM(require_main(), 1);
804
+ var import_main$1 = /* @__PURE__ */ require_chunk.__toESM(require_main(), 1);
805
+ var transformers_default = {
806
+ combineCodes,
807
+ escape,
808
+ jsStringEscape,
809
+ createIndent,
810
+ transformReservedWord,
811
+ isValidVarName,
812
+ nameSorter,
813
+ searchAndReplace,
814
+ stringify,
815
+ stringifyObject,
816
+ toRegExp,
817
+ toRegExpString,
818
+ trim,
819
+ trimQuotes,
820
+ JSDoc: { createJSDocBlockText },
821
+ orderBy: import_main.orderBy,
822
+ merge: remeda.merge,
823
+ camelCase,
824
+ pascalCase
825
+ };
826
+
827
+ //#endregion
828
+ Object.defineProperty(exports, 'camelCase', {
829
+ enumerable: true,
830
+ get: function () {
831
+ return camelCase;
832
+ }
833
+ });
834
+ Object.defineProperty(exports, 'combineCodes', {
835
+ enumerable: true,
836
+ get: function () {
837
+ return combineCodes;
838
+ }
839
+ });
840
+ Object.defineProperty(exports, 'createIndent', {
841
+ enumerable: true,
842
+ get: function () {
843
+ return createIndent;
844
+ }
845
+ });
846
+ Object.defineProperty(exports, 'createJSDocBlockText', {
847
+ enumerable: true,
848
+ get: function () {
849
+ return createJSDocBlockText;
850
+ }
851
+ });
852
+ Object.defineProperty(exports, 'escape', {
853
+ enumerable: true,
854
+ get: function () {
855
+ return escape;
856
+ }
857
+ });
858
+ Object.defineProperty(exports, 'import_main', {
859
+ enumerable: true,
860
+ get: function () {
861
+ return import_main$1;
862
+ }
863
+ });
864
+ Object.defineProperty(exports, 'isValidVarName', {
865
+ enumerable: true,
866
+ get: function () {
867
+ return isValidVarName;
868
+ }
869
+ });
870
+ Object.defineProperty(exports, 'jsStringEscape', {
871
+ enumerable: true,
872
+ get: function () {
873
+ return jsStringEscape;
874
+ }
875
+ });
876
+ Object.defineProperty(exports, 'nameSorter', {
877
+ enumerable: true,
878
+ get: function () {
879
+ return nameSorter;
880
+ }
881
+ });
882
+ Object.defineProperty(exports, 'pascalCase', {
883
+ enumerable: true,
884
+ get: function () {
885
+ return pascalCase;
886
+ }
887
+ });
888
+ Object.defineProperty(exports, 'require_main', {
889
+ enumerable: true,
890
+ get: function () {
891
+ return require_main;
892
+ }
893
+ });
894
+ Object.defineProperty(exports, 'searchAndReplace', {
895
+ enumerable: true,
896
+ get: function () {
897
+ return searchAndReplace;
898
+ }
899
+ });
900
+ Object.defineProperty(exports, 'stringify', {
901
+ enumerable: true,
902
+ get: function () {
903
+ return stringify;
904
+ }
905
+ });
906
+ Object.defineProperty(exports, 'stringifyObject', {
907
+ enumerable: true,
908
+ get: function () {
909
+ return stringifyObject;
910
+ }
911
+ });
912
+ Object.defineProperty(exports, 'toRegExp', {
913
+ enumerable: true,
914
+ get: function () {
915
+ return toRegExp;
916
+ }
917
+ });
918
+ Object.defineProperty(exports, 'toRegExpString', {
919
+ enumerable: true,
920
+ get: function () {
921
+ return toRegExpString;
922
+ }
923
+ });
924
+ Object.defineProperty(exports, 'transformReservedWord', {
925
+ enumerable: true,
926
+ get: function () {
927
+ return transformReservedWord;
928
+ }
929
+ });
930
+ Object.defineProperty(exports, 'transformers_default', {
931
+ enumerable: true,
932
+ get: function () {
933
+ return transformers_default;
934
+ }
935
+ });
936
+ Object.defineProperty(exports, 'trim', {
937
+ enumerable: true,
938
+ get: function () {
939
+ return trim;
940
+ }
941
+ });
942
+ Object.defineProperty(exports, 'trimQuotes', {
943
+ enumerable: true,
944
+ get: function () {
945
+ return trimQuotes;
946
+ }
947
+ });
948
+ //# sourceMappingURL=transformers-B3CHtwuB.cjs.map