rolldown 1.0.0-beta.9-commit.273d50e → 1.0.0-beta.9-commit.b174110

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 (35) hide show
  1. package/dist/cli.cjs +10 -10
  2. package/dist/cli.mjs +55 -44
  3. package/dist/config.cjs +2 -2
  4. package/dist/config.d.cts +2 -2
  5. package/dist/config.d.mts +2 -2
  6. package/dist/config.mjs +4 -4
  7. package/dist/experimental-index.cjs +1 -1
  8. package/dist/experimental-index.d.cts +2 -2
  9. package/dist/experimental-index.d.mts +2 -2
  10. package/dist/experimental-index.mjs +4 -3
  11. package/dist/filter-index.d.cts +2 -2
  12. package/dist/filter-index.d.mts +2 -2
  13. package/dist/filter-index.mjs +2 -1
  14. package/dist/index.cjs +1 -1
  15. package/dist/index.d.cts +2 -2
  16. package/dist/index.d.mts +2 -2
  17. package/dist/index.mjs +3 -3
  18. package/dist/parallel-plugin-worker.cjs +1 -1
  19. package/dist/parallel-plugin-worker.mjs +3 -3
  20. package/dist/parallel-plugin.d.cts +2 -2
  21. package/dist/parallel-plugin.d.mts +2 -2
  22. package/dist/parse-ast-index.d.cts +1 -1
  23. package/dist/parse-ast-index.d.mts +1 -1
  24. package/dist/parse-ast-index.mjs +1 -1
  25. package/dist/shared/{binding.d-D3r4zbxz.d.mts → binding.d-Dz3qQrbl.d.mts} +20 -2
  26. package/dist/shared/{binding.d-p8euY1Wh.d.cts → binding.d-QXzDcVmm.d.cts} +20 -2
  27. package/dist/shared/{define-config.d-DsyTAkf3.d.cts → define-config.d-CUcDq_vm.d.cts} +2 -2
  28. package/dist/shared/{define-config.d-CPoyfJeO.d.mts → define-config.d-qV1PzX_C.d.mts} +2 -2
  29. package/dist/shared/{load-config-GL1xItfo.cjs → load-config-CVg_Wj3v.cjs} +1 -1
  30. package/dist/shared/{load-config-BK3hMJOe.mjs → load-config-DMJR1pU4.mjs} +1 -1
  31. package/dist/shared/{misc-F8g_dc1D.mjs → misc-DGAe2XOW.mjs} +4 -1
  32. package/dist/shared/{parse-ast-index-Bnh8Dob0.mjs → parse-ast-index-0m6JgGc9.mjs} +13 -3
  33. package/dist/shared/{src-ndIZkCCf.cjs → src-UU-XHmbh.cjs} +8 -8
  34. package/dist/shared/{src-CG2mUfiN.mjs → src-XD6ewjt7.mjs} +193 -976
  35. package/package.json +15 -15
@@ -1,6 +1,6 @@
1
1
  import { __esm, __toESM } from "./chunk--iN_1bjD.mjs";
2
- import { augmentCodeLocation, error, init_logs, init_parse_ast_index, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, require_binding } from "./parse-ast-index-Bnh8Dob0.mjs";
3
- import { arraify, isNullish, noop, unimplemented, unreachable, unsupported } from "./misc-F8g_dc1D.mjs";
2
+ import { augmentCodeLocation, error, init_logs, init_parse_ast_index, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, require_binding } from "./parse-ast-index-0m6JgGc9.mjs";
3
+ import { arraify, init_misc, isNullish, noop, unimplemented, unreachable, unsupported } from "./misc-DGAe2XOW.mjs";
4
4
  import path from "node:path";
5
5
  import { fileURLToPath } from "node:url";
6
6
  import colors from "ansis";
@@ -9,7 +9,7 @@ import os from "node:os";
9
9
  import { Worker } from "node:worker_threads";
10
10
 
11
11
  //#region package.json
12
- var version = "1.0.0-beta.9-commit.273d50e";
12
+ var version = "1.0.0-beta.9-commit.b174110";
13
13
  var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
14
14
 
15
15
  //#endregion
@@ -145,6 +145,7 @@ function getLogHandler(level, code, logger, pluginName, logLevel) {
145
145
  }
146
146
  var normalizeLog;
147
147
  var init_log_handler = __esm({ "src/log/log-handler.ts"() {
148
+ init_misc();
148
149
  init_logging();
149
150
  init_logs();
150
151
  normalizeLog = (log) => typeof log === "string" ? { message: log } : typeof log === "function" ? normalizeLog(log()) : log;
@@ -252,7 +253,9 @@ function normalizeHook(hook) {
252
253
  }
253
254
  unreachable("Invalid hook type");
254
255
  }
255
- var init_normalize_hook = __esm({ "src/utils/normalize-hook.ts"() {} });
256
+ var init_normalize_hook = __esm({ "src/utils/normalize-hook.ts"() {
257
+ init_misc();
258
+ } });
256
259
 
257
260
  //#endregion
258
261
  //#region src/constants/plugin.ts
@@ -324,6 +327,7 @@ async function asyncFlatten(array$1) {
324
327
  while (array$1.some((v) => v?.then));
325
328
  return array$1;
326
329
  }
330
+ var init_async_flatten = __esm({ "src/utils/async-flatten.ts"() {} });
327
331
 
328
332
  //#endregion
329
333
  //#region src/utils/normalize-plugin-option.ts
@@ -348,6 +352,7 @@ var init_normalize_plugin_option = __esm({ "src/utils/normalize-plugin-option.ts
348
352
  init_plugin$1();
349
353
  init_logging();
350
354
  init_logs();
355
+ init_async_flatten();
351
356
  normalizePluginOption = async (plugins) => (await asyncFlatten([plugins])).filter(Boolean);
352
357
  ANONYMOUS_PLUGIN_PREFIX = "at position ";
353
358
  ANONYMOUS_OUTPUT_PLUGIN_PREFIX = "at output position ";
@@ -463,7 +468,6 @@ var init_plugin_driver = __esm({ "src/plugin/plugin-driver.ts"() {
463
468
 
464
469
  //#endregion
465
470
  //#region ../../node_modules/.pnpm/valibot@1.1.0_typescript@5.8.3/node_modules/valibot/dist/index.js
466
- var store$1;
467
471
  /* @__NO_SIDE_EFFECTS__ */
468
472
  function getGlobalConfig(config2) {
469
473
  return {
@@ -473,17 +477,14 @@ function getGlobalConfig(config2) {
473
477
  abortPipeEarly: config2?.abortPipeEarly ?? store$1?.abortPipeEarly
474
478
  };
475
479
  }
476
- var store2;
477
480
  /* @__NO_SIDE_EFFECTS__ */
478
481
  function getGlobalMessage(lang) {
479
482
  return store2?.get(lang);
480
483
  }
481
- var store3;
482
484
  /* @__NO_SIDE_EFFECTS__ */
483
485
  function getSchemaMessage(lang) {
484
486
  return store3?.get(lang);
485
487
  }
486
- var store4;
487
488
  /* @__NO_SIDE_EFFECTS__ */
488
489
  function getSpecificMessage(reference, lang) {
489
490
  return store4?.get(reference)?.get(lang);
@@ -541,18 +542,6 @@ function _joinExpects(values2, separator) {
541
542
  if (list.length > 1) return `(${list.join(` ${separator} `)})`;
542
543
  return list[0] ?? "never";
543
544
  }
544
- var ValiError = class extends Error {
545
- /**
546
- * Creates a Valibot error with useful information.
547
- *
548
- * @param issues The error issues.
549
- */
550
- constructor(issues) {
551
- super(issues[0].message);
552
- this.name = "ValiError";
553
- this.issues = issues;
554
- }
555
- };
556
545
  /* @__NO_SIDE_EFFECTS__ */
557
546
  function args(schema) {
558
547
  return {
@@ -1430,6 +1419,21 @@ function safeParse(schema, input, config2) {
1430
1419
  issues: dataset.issues
1431
1420
  };
1432
1421
  }
1422
+ var store$1, store2, store3, store4, ValiError;
1423
+ var init_dist$2 = __esm({ "../../node_modules/.pnpm/valibot@1.1.0_typescript@5.8.3/node_modules/valibot/dist/index.js"() {
1424
+ ValiError = class extends Error {
1425
+ /**
1426
+ * Creates a Valibot error with useful information.
1427
+ *
1428
+ * @param issues The error issues.
1429
+ */
1430
+ constructor(issues) {
1431
+ super(issues[0].message);
1432
+ this.name = "ValiError";
1433
+ this.issues = issues;
1434
+ }
1435
+ };
1436
+ } });
1433
1437
 
1434
1438
  //#endregion
1435
1439
  //#region ../../node_modules/.pnpm/@valibot+to-json-schema@1.2.0_valibot@1.1.0_typescript@5.8.3_/node_modules/@valibot/to-json-schema/dist/index.js
@@ -1795,6 +1799,7 @@ function toJsonSchema(schema, config) {
1795
1799
  }
1796
1800
  var store, refCount;
1797
1801
  var init_dist$1 = __esm({ "../../node_modules/.pnpm/@valibot+to-json-schema@1.2.0_valibot@1.1.0_typescript@5.8.3_/node_modules/@valibot/to-json-schema/dist/index.js"() {
1802
+ init_dist$2();
1798
1803
  refCount = 0;
1799
1804
  } });
1800
1805
 
@@ -1815,7 +1820,7 @@ function validateOption(key, options) {
1815
1820
  const issuePaths = issue.path.map((path$1) => path$1.key);
1816
1821
  let issueMsg = issue.message;
1817
1822
  if (issue.type === "union") {
1818
- const subIssue = issue.issues?.find((i$16) => !(i$16.type !== issue.received && i$16.input === issue.input));
1823
+ const subIssue = issue.issues?.find((i$1) => !(i$1.type !== issue.received && i$1.input === issue.input));
1819
1824
  if (subIssue) {
1820
1825
  if (subIssue.path) issuePaths.push(subIssue.path.map((path$1) => path$1.key));
1821
1826
  issueMsg = subIssue.message;
@@ -1841,6 +1846,7 @@ function getJsonSchema() {
1841
1846
  var StringOrRegExpSchema, LogLevelSchema, LogLevelOptionSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, InputOptionSchema, ExternalSchema, ModuleTypesSchema, JsxOptionsSchema, HelperModeSchema, DecoratorOptionSchema, HelpersSchema, RewriteImportExtensionsSchema, TypescriptSchema, AssumptionsSchema, TransformOptionsSchema, WatchOptionsSchema, ChecksOptionsSchema, MinifyOptionsSchema, ResolveOptionsSchema, TreeshakingOptionsSchema, OnLogSchema, OnwarnSchema, HmrSchema, InputOptionsSchema, InputCliOverrideSchema, InputCliOptionsSchema, ModuleFormatSchema, AddonFunctionSchema, ChunkFileNamesSchema, AssetFileNamesSchema, SanitizeFileNameSchema, GlobalsFunctionSchema, AdvancedChunksSchema, OutputOptionsSchema, getAddonDescription, OutputCliOverrideSchema, OutputCliOptionsSchema, CliOptionsSchema, inputHelperMsgRecord, outputHelperMsgRecord;
1842
1847
  var init_validator = __esm({ "src/utils/validator.ts"() {
1843
1848
  init_dist$1();
1849
+ init_dist$2();
1844
1850
  StringOrRegExpSchema = union([string(), instance(RegExp)]);
1845
1851
  LogLevelSchema = union([
1846
1852
  literal("debug"),
@@ -2183,41 +2189,45 @@ var init_plugin_context$1 = __esm({ "src/constants/plugin-context.ts"() {
2183
2189
 
2184
2190
  //#endregion
2185
2191
  //#region src/options/normalized-input-options.ts
2186
- var NormalizedInputOptionsImpl = class {
2187
- inner;
2188
- constructor(inner, onLog) {
2189
- this.onLog = onLog;
2190
- this.inner = inner;
2191
- }
2192
- get shimMissingExports() {
2193
- return this.inner.shimMissingExports;
2194
- }
2195
- get input() {
2196
- return this.inner.input;
2197
- }
2198
- get cwd() {
2199
- return this.inner.cwd ?? void 0;
2200
- }
2201
- get platform() {
2202
- return this.inner.platform;
2203
- }
2204
- };
2192
+ var NormalizedInputOptionsImpl;
2193
+ var init_normalized_input_options = __esm({ "src/options/normalized-input-options.ts"() {
2194
+ NormalizedInputOptionsImpl = class {
2195
+ inner;
2196
+ constructor(inner, onLog) {
2197
+ this.onLog = onLog;
2198
+ this.inner = inner;
2199
+ }
2200
+ get shimMissingExports() {
2201
+ return this.inner.shimMissingExports;
2202
+ }
2203
+ get input() {
2204
+ return this.inner.input;
2205
+ }
2206
+ get cwd() {
2207
+ return this.inner.cwd ?? void 0;
2208
+ }
2209
+ get platform() {
2210
+ return this.inner.platform;
2211
+ }
2212
+ };
2213
+ } });
2205
2214
 
2206
2215
  //#endregion
2207
2216
  //#region src/types/sourcemap.ts
2208
- function bindingifySourcemap$1(map) {
2217
+ function bindingifySourcemap(map) {
2209
2218
  if (map == null) return;
2210
2219
  return { inner: typeof map === "string" ? map : {
2211
2220
  file: map.file ?? void 0,
2212
2221
  mappings: map.mappings,
2213
2222
  sourceRoot: "sourceRoot" in map ? map.sourceRoot ?? void 0 : void 0,
2214
- sources: map.sources?.map((s$7) => s$7 ?? void 0),
2215
- sourcesContent: map.sourcesContent?.map((s$7) => s$7 ?? void 0),
2223
+ sources: map.sources?.map((s) => s ?? void 0),
2224
+ sourcesContent: map.sourcesContent?.map((s) => s ?? void 0),
2216
2225
  names: map.names,
2217
2226
  x_google_ignoreList: map.x_google_ignoreList,
2218
2227
  debugId: "debugId" in map ? map.debugId : void 0
2219
2228
  } };
2220
2229
  }
2230
+ var init_sourcemap = __esm({ "src/types/sourcemap.ts"() {} });
2221
2231
 
2222
2232
  //#endregion
2223
2233
  //#region src/utils/error.ts
@@ -2228,13 +2238,13 @@ function normalizeErrors(rawErrors) {
2228
2238
  stack: void 0
2229
2239
  }));
2230
2240
  let summary = `Build failed with ${errors.length} error${errors.length < 2 ? "" : "s"}:\n`;
2231
- for (let i$16 = 0; i$16 < errors.length; i$16++) {
2241
+ for (let i$1 = 0; i$1 < errors.length; i$1++) {
2232
2242
  summary += "\n";
2233
- if (i$16 >= 5) {
2243
+ if (i$1 >= 5) {
2234
2244
  summary += "...";
2235
2245
  break;
2236
2246
  }
2237
- summary += getErrorMessage(errors[i$16]);
2247
+ summary += getErrorMessage(errors[i$1]);
2238
2248
  }
2239
2249
  const wrapper = new Error(summary);
2240
2250
  Object.defineProperty(wrapper, "errors", {
@@ -2251,23 +2261,24 @@ function normalizeErrors(rawErrors) {
2251
2261
  }
2252
2262
  function getErrorMessage(e) {
2253
2263
  if (Object.hasOwn(e, "kind")) return e.message;
2254
- let s$7 = "";
2255
- if (e.plugin) s$7 += `[plugin ${e.plugin}]`;
2264
+ let s = "";
2265
+ if (e.plugin) s += `[plugin ${e.plugin}]`;
2256
2266
  const id = e.id ?? e.loc?.file;
2257
2267
  if (id) {
2258
- s$7 += " " + id;
2259
- if (e.loc) s$7 += `:${e.loc.line}:${e.loc.column}`;
2268
+ s += " " + id;
2269
+ if (e.loc) s += `:${e.loc.line}:${e.loc.column}`;
2260
2270
  }
2261
- if (s$7) s$7 += "\n";
2271
+ if (s) s += "\n";
2262
2272
  const message = `${e.name ?? "Error"}: ${e.message}`;
2263
- s$7 += message;
2264
- if (e.frame) s$7 = joinNewLine(s$7, e.frame);
2265
- if (e.stack) s$7 = joinNewLine(s$7, e.stack.replace(message, ""));
2266
- return s$7;
2273
+ s += message;
2274
+ if (e.frame) s = joinNewLine(s, e.frame);
2275
+ if (e.stack) s = joinNewLine(s, e.stack.replace(message, ""));
2276
+ return s;
2267
2277
  }
2268
2278
  function joinNewLine(s1, s2) {
2269
2279
  return s1.replace(/\n+$/, "") + "\n" + s2.replace(/^\n+/, "");
2270
2280
  }
2281
+ var init_error = __esm({ "src/utils/error.ts"() {} });
2271
2282
 
2272
2283
  //#endregion
2273
2284
  //#region src/utils/transform-module-info.ts
@@ -2289,7 +2300,9 @@ function transformModuleInfo(info, option) {
2289
2300
  ...option
2290
2301
  };
2291
2302
  }
2292
- var init_transform_module_info = __esm({ "src/utils/transform-module-info.ts"() {} });
2303
+ var init_transform_module_info = __esm({ "src/utils/transform-module-info.ts"() {
2304
+ init_misc();
2305
+ } });
2293
2306
 
2294
2307
  //#endregion
2295
2308
  //#region src/utils/transform-side-effects.ts
@@ -2322,896 +2335,70 @@ function normalizeTransformHookSourcemap(id, originalCode, rawMap) {
2322
2335
  if (isEmptySourcemapFiled(map.sources) || map.sources && map.sources.length === 1 && map.sources[0] !== id) map.sources = [id];
2323
2336
  return map;
2324
2337
  }
2325
-
2326
- //#endregion
2327
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3GOCSNFN.js
2328
- var init_chunk_3GOCSNFN = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3GOCSNFN.js"() {} });
2329
-
2330
- //#endregion
2331
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LFJW7BOT.js
2332
- var init_chunk_LFJW7BOT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LFJW7BOT.js"() {
2333
- init_chunk_3GOCSNFN();
2334
- } });
2335
-
2336
- //#endregion
2337
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-7ZI6JRPB.js
2338
- var init_chunk_7ZI6JRPB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-7ZI6JRPB.js"() {
2339
- init_chunk_LFJW7BOT();
2340
- } });
2341
-
2342
- //#endregion
2343
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OXJMERKM.js
2344
- var init_chunk_OXJMERKM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OXJMERKM.js"() {
2345
- init_chunk_LFJW7BOT();
2346
- } });
2338
+ var init_transform_sourcemap = __esm({ "src/utils/transform-sourcemap.ts"() {} });
2347
2339
 
2348
2340
  //#endregion
2349
2341
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-D6FCK2GA.js
2350
- function u$13(o$5, n$2, a$12) {
2351
- let t$8 = (r$7) => o$5(r$7, ...n$2);
2352
- return a$12 === void 0 ? t$8 : Object.assign(t$8, {
2353
- lazy: a$12,
2354
- lazyArgs: n$2
2342
+ function u$1(o, n, a) {
2343
+ let t$1 = (r) => o(r, ...n);
2344
+ return a === void 0 ? t$1 : Object.assign(t$1, {
2345
+ lazy: a,
2346
+ lazyArgs: n
2355
2347
  });
2356
2348
  }
2349
+ var init_chunk_D6FCK2GA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-D6FCK2GA.js"() {} });
2357
2350
 
2358
2351
  //#endregion
2359
2352
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js
2360
- function u$12(r$7, n$2, o$5) {
2361
- let a$12 = r$7.length - n$2.length;
2362
- if (a$12 === 0) return r$7(...n$2);
2363
- if (a$12 === 1) return u$13(r$7, n$2, o$5);
2353
+ function u(r, n, o) {
2354
+ let a = r.length - n.length;
2355
+ if (a === 0) return r(...n);
2356
+ if (a === 1) return u$1(r, n, o);
2364
2357
  throw new Error("Wrong number of arguments");
2365
2358
  }
2366
- var init_chunk_WIMGWYZL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js"() {} });
2367
-
2368
- //#endregion
2369
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-BSLJB6JE.js
2370
- var init_chunk_BSLJB6JE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-BSLJB6JE.js"() {
2371
- init_chunk_WIMGWYZL();
2372
- } });
2373
-
2374
- //#endregion
2375
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RKHJ2CP.js
2376
- var init_chunk_6RKHJ2CP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RKHJ2CP.js"() {
2377
- init_chunk_WIMGWYZL();
2378
- } });
2379
-
2380
- //#endregion
2381
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QDGUNRDA.js
2382
- var init_chunk_QDGUNRDA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QDGUNRDA.js"() {} });
2383
-
2384
- //#endregion
2385
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MYLLMFC7.js
2386
- var init_chunk_MYLLMFC7 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MYLLMFC7.js"() {
2387
- init_chunk_WIMGWYZL();
2388
- } });
2389
-
2390
- //#endregion
2391
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-N4JUOEMS.js
2392
- var init_chunk_N4JUOEMS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-N4JUOEMS.js"() {} });
2393
-
2394
- //#endregion
2395
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YRJ25UV2.js
2396
- var init_chunk_YRJ25UV2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YRJ25UV2.js"() {
2397
- init_chunk_WIMGWYZL();
2398
- } });
2399
-
2400
- //#endregion
2401
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Q5ASJ5N7.js
2402
- var init_chunk_Q5ASJ5N7 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Q5ASJ5N7.js"() {
2403
- init_chunk_WIMGWYZL();
2404
- } });
2405
-
2406
- //#endregion
2407
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WZOX4VKU.js
2408
- var init_chunk_WZOX4VKU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WZOX4VKU.js"() {
2409
- init_chunk_WIMGWYZL();
2359
+ var init_chunk_WIMGWYZL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js"() {
2360
+ init_chunk_D6FCK2GA();
2410
2361
  } });
2411
2362
 
2412
- //#endregion
2413
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Y3VKZ3P5.js
2414
- var init_chunk_Y3VKZ3P5 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Y3VKZ3P5.js"() {
2415
- init_chunk_WIMGWYZL();
2416
- } });
2417
-
2418
- //#endregion
2419
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZRKG4NSC.js
2420
- var init_chunk_ZRKG4NSC = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZRKG4NSC.js"() {
2421
- init_chunk_WIMGWYZL();
2422
- } });
2423
-
2424
- //#endregion
2425
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJLMYOTX.js
2426
- var init_chunk_QJLMYOTX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJLMYOTX.js"() {
2427
- init_chunk_LFJW7BOT();
2428
- } });
2429
-
2430
- //#endregion
2431
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DM52TTEP.js
2432
- var init_chunk_DM52TTEP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DM52TTEP.js"() {
2433
- init_chunk_WIMGWYZL();
2434
- } });
2435
-
2436
- //#endregion
2437
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2P44HXVH.js
2438
- var init_chunk_2P44HXVH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2P44HXVH.js"() {
2439
- init_chunk_WIMGWYZL();
2440
- } });
2441
-
2442
- //#endregion
2443
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZJS5DNQW.js
2444
- var init_chunk_ZJS5DNQW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZJS5DNQW.js"() {
2445
- init_chunk_WIMGWYZL();
2446
- } });
2447
-
2448
- //#endregion
2449
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-AIG3BDKO.js
2450
- var init_chunk_AIG3BDKO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-AIG3BDKO.js"() {
2451
- init_chunk_WIMGWYZL();
2452
- } });
2453
-
2454
- //#endregion
2455
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZPVGOJQV.js
2456
- var init_chunk_ZPVGOJQV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZPVGOJQV.js"() {
2457
- init_chunk_AIG3BDKO();
2458
- } });
2459
-
2460
- //#endregion
2461
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R3YJIBPV.js
2462
- var init_chunk_R3YJIBPV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R3YJIBPV.js"() {
2463
- init_chunk_ZPVGOJQV();
2464
- } });
2465
-
2466
- //#endregion
2467
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4UEQNEAO.js
2468
- var init_chunk_4UEQNEAO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4UEQNEAO.js"() {
2469
- init_chunk_WIMGWYZL();
2470
- } });
2471
-
2472
- //#endregion
2473
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4PLMLCP.js
2474
- var init_chunk_T4PLMLCP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4PLMLCP.js"() {
2475
- init_chunk_WIMGWYZL();
2476
- } });
2477
-
2478
- //#endregion
2479
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-SSDL7ATG.js
2480
- var init_chunk_SSDL7ATG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-SSDL7ATG.js"() {
2481
- init_chunk_WIMGWYZL();
2482
- } });
2483
-
2484
- //#endregion
2485
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EVIH3PFY.js
2486
- var init_chunk_EVIH3PFY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EVIH3PFY.js"() {
2487
- init_chunk_WIMGWYZL();
2488
- } });
2489
-
2490
- //#endregion
2491
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-S52RID4A.js
2492
- var init_chunk_S52RID4A = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-S52RID4A.js"() {
2493
- init_chunk_WIMGWYZL();
2494
- } });
2495
-
2496
- //#endregion
2497
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WWPMIW33.js
2498
- var init_chunk_WWPMIW33 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WWPMIW33.js"() {
2499
- init_chunk_WIMGWYZL();
2500
- } });
2501
-
2502
- //#endregion
2503
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-57KROWWS.js
2504
- var init_chunk_57KROWWS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-57KROWWS.js"() {
2505
- init_chunk_WIMGWYZL();
2506
- } });
2507
-
2508
- //#endregion
2509
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ALS6JP7S.js
2510
- var init_chunk_ALS6JP7S = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ALS6JP7S.js"() {
2511
- init_chunk_WIMGWYZL();
2512
- } });
2513
-
2514
- //#endregion
2515
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QTQTP2VB.js
2516
- var init_chunk_QTQTP2VB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QTQTP2VB.js"() {
2517
- init_chunk_WIMGWYZL();
2518
- } });
2519
-
2520
- //#endregion
2521
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NFFV4IQT.js
2522
- var init_chunk_NFFV4IQT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NFFV4IQT.js"() {
2523
- init_chunk_WIMGWYZL();
2524
- } });
2525
-
2526
- //#endregion
2527
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FDH4IRIM.js
2528
- var init_chunk_FDH4IRIM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FDH4IRIM.js"() {} });
2529
-
2530
- //#endregion
2531
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YDIA5YQI.js
2532
- var init_chunk_YDIA5YQI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YDIA5YQI.js"() {
2533
- init_chunk_WIMGWYZL();
2534
- } });
2535
-
2536
- //#endregion
2537
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6OEKBHIX.js
2538
- var init_chunk_6OEKBHIX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6OEKBHIX.js"() {
2539
- init_chunk_WIMGWYZL();
2540
- } });
2541
-
2542
- //#endregion
2543
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GDGEDZJG.js
2544
- var init_chunk_GDGEDZJG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GDGEDZJG.js"() {
2545
- init_chunk_WIMGWYZL();
2546
- } });
2547
-
2548
- //#endregion
2549
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XE3XIKTJ.js
2550
- var init_chunk_XE3XIKTJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XE3XIKTJ.js"() {
2551
- init_chunk_WIMGWYZL();
2552
- } });
2553
-
2554
- //#endregion
2555
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HVJXDSOP.js
2556
- var init_chunk_HVJXDSOP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HVJXDSOP.js"() {
2557
- init_chunk_WIMGWYZL();
2558
- } });
2559
-
2560
- //#endregion
2561
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MSOX5OUI.js
2562
- var init_chunk_MSOX5OUI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MSOX5OUI.js"() {
2563
- init_chunk_WIMGWYZL();
2564
- } });
2565
-
2566
- //#endregion
2567
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-C4OZY4Z2.js
2568
- var init_chunk_C4OZY4Z2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-C4OZY4Z2.js"() {
2569
- init_chunk_WIMGWYZL();
2570
- } });
2571
-
2572
- //#endregion
2573
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P2PQB7KO.js
2574
- var init_chunk_P2PQB7KO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P2PQB7KO.js"() {
2575
- init_chunk_WIMGWYZL();
2576
- } });
2577
-
2578
- //#endregion
2579
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHZ33J57.js
2580
- var init_chunk_UHZ33J57 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHZ33J57.js"() {
2581
- init_chunk_WIMGWYZL();
2582
- } });
2583
-
2584
- //#endregion
2585
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RL33UFT.js
2586
- var init_chunk_6RL33UFT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RL33UFT.js"() {
2587
- init_chunk_WIMGWYZL();
2588
- } });
2589
-
2590
- //#endregion
2591
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YNNF733L.js
2592
- var init_chunk_YNNF733L = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YNNF733L.js"() {
2593
- init_chunk_WIMGWYZL();
2594
- } });
2595
-
2596
- //#endregion
2597
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4YLWJIJ6.js
2598
- var init_chunk_4YLWJIJ6 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4YLWJIJ6.js"() {
2599
- init_chunk_WIMGWYZL();
2600
- } });
2601
-
2602
- //#endregion
2603
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KVHF7QRD.js
2604
- var init_chunk_KVHF7QRD = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KVHF7QRD.js"() {
2605
- init_chunk_WIMGWYZL();
2606
- } });
2607
-
2608
- //#endregion
2609
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-G5B2IDWB.js
2610
- var init_chunk_G5B2IDWB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-G5B2IDWB.js"() {
2611
- init_chunk_WIMGWYZL();
2612
- } });
2613
-
2614
- //#endregion
2615
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3FKP6OOU.js
2616
- var init_chunk_3FKP6OOU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3FKP6OOU.js"() {
2617
- init_chunk_WIMGWYZL();
2618
- } });
2619
-
2620
- //#endregion
2621
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LE6I3KC6.js
2622
- var init_chunk_LE6I3KC6 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LE6I3KC6.js"() {
2623
- init_chunk_WIMGWYZL();
2624
- } });
2625
-
2626
- //#endregion
2627
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ENS7GPLZ.js
2628
- var init_chunk_ENS7GPLZ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ENS7GPLZ.js"() {
2629
- init_chunk_WIMGWYZL();
2630
- } });
2631
-
2632
- //#endregion
2633
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DSLWSGID.js
2634
- var init_chunk_DSLWSGID = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DSLWSGID.js"() {} });
2635
-
2636
2363
  //#endregion
2637
2364
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3IFJP4R5.js
2638
- function d$2(...r$7) {
2639
- return u$12(i$15, r$7);
2365
+ function d(...r) {
2366
+ return u(i, r);
2640
2367
  }
2641
- var i$15;
2368
+ var i;
2642
2369
  var init_chunk_3IFJP4R5 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3IFJP4R5.js"() {
2643
2370
  init_chunk_WIMGWYZL();
2644
- i$15 = (r$7, t$8) => {
2645
- let a$12 = [[], []];
2646
- for (let [o$5, e] of r$7.entries()) t$8(e, o$5, r$7) ? a$12[0].push(e) : a$12[1].push(e);
2647
- return a$12;
2371
+ i = (r, t$1) => {
2372
+ let a = [[], []];
2373
+ for (let [o, e] of r.entries()) t$1(e, o, r) ? a[0].push(e) : a[1].push(e);
2374
+ return a;
2648
2375
  };
2649
2376
  } });
2650
2377
 
2651
- //#endregion
2652
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J4EKWFDW.js
2653
- var init_chunk_J4EKWFDW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J4EKWFDW.js"() {
2654
- init_chunk_WIMGWYZL();
2655
- } });
2656
-
2657
- //#endregion
2658
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PGMPBC5Q.js
2659
- var init_chunk_PGMPBC5Q = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PGMPBC5Q.js"() {
2660
- init_chunk_WIMGWYZL();
2661
- } });
2662
-
2663
- //#endregion
2664
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GGYFZTDW.js
2665
- var init_chunk_GGYFZTDW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GGYFZTDW.js"() {
2666
- init_chunk_WIMGWYZL();
2667
- } });
2668
-
2669
- //#endregion
2670
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EDOGCRPU.js
2671
- var init_chunk_EDOGCRPU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EDOGCRPU.js"() {
2672
- init_chunk_3GOCSNFN();
2673
- } });
2674
-
2675
- //#endregion
2676
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4NRWDO7P.js
2677
- var init_chunk_4NRWDO7P = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4NRWDO7P.js"() {
2678
- init_chunk_WIMGWYZL();
2679
- } });
2680
-
2681
- //#endregion
2682
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W6ZHPGFP.js
2683
- var init_chunk_W6ZHPGFP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W6ZHPGFP.js"() {
2684
- init_chunk_WIMGWYZL();
2685
- } });
2686
-
2687
- //#endregion
2688
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J3IRE4DI.js
2689
- var init_chunk_J3IRE4DI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J3IRE4DI.js"() {} });
2690
-
2691
- //#endregion
2692
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-RZUYD7QY.js
2693
- var init_chunk_RZUYD7QY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-RZUYD7QY.js"() {
2694
- init_chunk_WIMGWYZL();
2695
- } });
2696
-
2697
- //#endregion
2698
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5X74E2.js
2699
- var init_chunk_KI5X74E2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5X74E2.js"() {
2700
- init_chunk_AIG3BDKO();
2701
- init_chunk_WIMGWYZL();
2702
- } });
2703
-
2704
- //#endregion
2705
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4ZFFLFWV.js
2706
- var init_chunk_4ZFFLFWV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4ZFFLFWV.js"() {
2707
- init_chunk_WIMGWYZL();
2708
- } });
2709
-
2710
- //#endregion
2711
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NS6ZBRLP.js
2712
- var init_chunk_NS6ZBRLP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NS6ZBRLP.js"() {
2713
- init_chunk_WIMGWYZL();
2714
- } });
2715
-
2716
- //#endregion
2717
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3ZJAREUD.js
2718
- var init_chunk_3ZJAREUD = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3ZJAREUD.js"() {
2719
- init_chunk_WIMGWYZL();
2720
- } });
2721
-
2722
- //#endregion
2723
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZXVA7VDE.js
2724
- var init_chunk_ZXVA7VDE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZXVA7VDE.js"() {
2725
- init_chunk_LFJW7BOT();
2726
- } });
2727
-
2728
- //#endregion
2729
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-567G5ZXL.js
2730
- var init_chunk_567G5ZXL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-567G5ZXL.js"() {
2731
- init_chunk_WIMGWYZL();
2732
- } });
2733
-
2734
- //#endregion
2735
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KQRZQWDE.js
2736
- var init_chunk_KQRZQWDE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KQRZQWDE.js"() {
2737
- init_chunk_567G5ZXL();
2738
- init_chunk_WIMGWYZL();
2739
- } });
2740
-
2741
- //#endregion
2742
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3D3RWAVJ.js
2743
- var init_chunk_3D3RWAVJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3D3RWAVJ.js"() {
2744
- init_chunk_WIMGWYZL();
2745
- } });
2746
-
2747
- //#endregion
2748
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-K2FFNW24.js
2749
- var init_chunk_K2FFNW24 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-K2FFNW24.js"() {
2750
- init_chunk_WIMGWYZL();
2751
- } });
2752
-
2753
- //#endregion
2754
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5S4PYKVY.js
2755
- var init_chunk_5S4PYKVY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5S4PYKVY.js"() {
2756
- init_chunk_WIMGWYZL();
2757
- } });
2758
-
2759
- //#endregion
2760
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PDQFB3TV.js
2761
- var init_chunk_PDQFB3TV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PDQFB3TV.js"() {
2762
- init_chunk_WIMGWYZL();
2763
- } });
2764
-
2765
- //#endregion
2766
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GMMLSO2N.js
2767
- var init_chunk_GMMLSO2N = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GMMLSO2N.js"() {
2768
- init_chunk_WIMGWYZL();
2769
- } });
2770
-
2771
2378
  //#endregion
2772
2379
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5NQBDF4H.js
2773
- function t$4(...n$2) {
2774
- return u$12(Object.keys, n$2);
2380
+ function t(...n) {
2381
+ return u(Object.keys, n);
2775
2382
  }
2776
2383
  var init_chunk_5NQBDF4H = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5NQBDF4H.js"() {
2777
2384
  init_chunk_WIMGWYZL();
2778
2385
  } });
2779
2386
 
2780
- //#endregion
2781
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PFSVCZNE.js
2782
- var init_chunk_PFSVCZNE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PFSVCZNE.js"() {
2783
- init_chunk_WIMGWYZL();
2784
- } });
2785
-
2786
- //#endregion
2787
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VO5MRBXA.js
2788
- var init_chunk_VO5MRBXA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VO5MRBXA.js"() {
2789
- init_chunk_WIMGWYZL();
2790
- } });
2791
-
2792
- //#endregion
2793
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XUX3ZEXI.js
2794
- var init_chunk_XUX3ZEXI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XUX3ZEXI.js"() {
2795
- init_chunk_WIMGWYZL();
2796
- } });
2797
-
2798
- //#endregion
2799
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KZIKCQ56.js
2800
- var init_chunk_KZIKCQ56 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KZIKCQ56.js"() {
2801
- init_chunk_WIMGWYZL();
2802
- } });
2803
-
2804
- //#endregion
2805
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P3DXEVTH.js
2806
- var init_chunk_P3DXEVTH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P3DXEVTH.js"() {
2807
- init_chunk_WIMGWYZL();
2808
- } });
2809
-
2810
- //#endregion
2811
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OLNQBNAJ.js
2812
- var init_chunk_OLNQBNAJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OLNQBNAJ.js"() {
2813
- init_chunk_WIMGWYZL();
2814
- } });
2815
-
2816
- //#endregion
2817
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QOEIYQAG.js
2818
- var init_chunk_QOEIYQAG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QOEIYQAG.js"() {
2819
- init_chunk_WIMGWYZL();
2820
- } });
2821
-
2822
- //#endregion
2823
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T45O7BFY.js
2824
- var init_chunk_T45O7BFY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T45O7BFY.js"() {
2825
- init_chunk_LFJW7BOT();
2826
- } });
2827
-
2828
- //#endregion
2829
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OP5ZF26D.js
2830
- var init_chunk_OP5ZF26D = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OP5ZF26D.js"() {
2831
- init_chunk_WIMGWYZL();
2832
- } });
2833
-
2834
- //#endregion
2835
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JN2GYTBI.js
2836
- var init_chunk_JN2GYTBI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JN2GYTBI.js"() {
2837
- init_chunk_WIMGWYZL();
2838
- } });
2839
-
2840
- //#endregion
2841
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HGKLN5KY.js
2842
- var init_chunk_HGKLN5KY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HGKLN5KY.js"() {
2843
- init_chunk_WIMGWYZL();
2844
- } });
2845
-
2846
- //#endregion
2847
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R7PILVSQ.js
2848
- var init_chunk_R7PILVSQ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R7PILVSQ.js"() {
2849
- init_chunk_HGKLN5KY();
2850
- init_chunk_WIMGWYZL();
2851
- } });
2852
-
2853
- //#endregion
2854
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-B6PG574O.js
2855
- var init_chunk_B6PG574O = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-B6PG574O.js"() {
2856
- init_chunk_WIMGWYZL();
2857
- } });
2858
-
2859
- //#endregion
2860
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ICBBHOCR.js
2861
- var init_chunk_ICBBHOCR = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ICBBHOCR.js"() {
2862
- init_chunk_LFJW7BOT();
2863
- } });
2864
-
2865
- //#endregion
2866
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JEUUQSE4.js
2867
- var init_chunk_JEUUQSE4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JEUUQSE4.js"() {
2868
- init_chunk_AIG3BDKO();
2869
- } });
2870
-
2871
- //#endregion
2872
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XPCYQPKH.js
2873
- var init_chunk_XPCYQPKH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XPCYQPKH.js"() {} });
2874
-
2875
- //#endregion
2876
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FRNNS7AX.js
2877
- var init_chunk_FRNNS7AX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FRNNS7AX.js"() {
2878
- init_chunk_WIMGWYZL();
2879
- } });
2880
-
2881
- //#endregion
2882
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJOWZFYO.js
2883
- var init_chunk_QJOWZFYO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJOWZFYO.js"() {
2884
- init_chunk_WIMGWYZL();
2885
- } });
2886
-
2887
- //#endregion
2888
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VIBSXWWU.js
2889
- var init_chunk_VIBSXWWU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VIBSXWWU.js"() {
2890
- init_chunk_WIMGWYZL();
2891
- } });
2892
-
2893
- //#endregion
2894
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4H4IOYC.js
2895
- var init_chunk_T4H4IOYC = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4H4IOYC.js"() {
2896
- init_chunk_WIMGWYZL();
2897
- } });
2898
-
2899
- //#endregion
2900
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GPLTWAVR.js
2901
- var init_chunk_GPLTWAVR = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GPLTWAVR.js"() {
2902
- init_chunk_WIMGWYZL();
2903
- } });
2904
-
2905
- //#endregion
2906
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PIX5OHMW.js
2907
- var init_chunk_PIX5OHMW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PIX5OHMW.js"() {
2908
- init_chunk_WIMGWYZL();
2909
- } });
2910
-
2911
- //#endregion
2912
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VVM5DH6Z.js
2913
- var init_chunk_VVM5DH6Z = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VVM5DH6Z.js"() {
2914
- init_chunk_WIMGWYZL();
2915
- } });
2916
-
2917
- //#endregion
2918
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PVYOMZ3I.js
2919
- var init_chunk_PVYOMZ3I = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PVYOMZ3I.js"() {
2920
- init_chunk_WIMGWYZL();
2921
- } });
2922
-
2923
- //#endregion
2924
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P6LAFGAN.js
2925
- var init_chunk_P6LAFGAN = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P6LAFGAN.js"() {
2926
- init_chunk_WIMGWYZL();
2927
- } });
2928
-
2929
- //#endregion
2930
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MQDP6CFS.js
2931
- var init_chunk_MQDP6CFS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MQDP6CFS.js"() {
2932
- init_chunk_WIMGWYZL();
2933
- } });
2934
-
2935
- //#endregion
2936
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UZ6BOIAH.js
2937
- var init_chunk_UZ6BOIAH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UZ6BOIAH.js"() {
2938
- init_chunk_WIMGWYZL();
2939
- } });
2940
-
2941
- //#endregion
2942
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5UAETW.js
2943
- var init_chunk_KI5UAETW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5UAETW.js"() {
2944
- init_chunk_WIMGWYZL();
2945
- } });
2946
-
2947
- //#endregion
2948
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GYH2VCL4.js
2949
- var init_chunk_GYH2VCL4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GYH2VCL4.js"() {
2950
- init_chunk_WIMGWYZL();
2951
- } });
2952
-
2953
- //#endregion
2954
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-26ILFTOP.js
2955
- var init_chunk_26ILFTOP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-26ILFTOP.js"() {
2956
- init_chunk_WIMGWYZL();
2957
- } });
2958
-
2959
- //#endregion
2960
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2KIKGHAO.js
2961
- var init_chunk_2KIKGHAO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2KIKGHAO.js"() {
2962
- init_chunk_WIMGWYZL();
2963
- } });
2964
-
2965
- //#endregion
2966
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-TSGKWRXX.js
2967
- var init_chunk_TSGKWRXX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-TSGKWRXX.js"() {
2968
- init_chunk_WIMGWYZL();
2969
- } });
2970
-
2971
- //#endregion
2972
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6NCEKWMJ.js
2973
- var init_chunk_6NCEKWMJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6NCEKWMJ.js"() {
2974
- init_chunk_ZPVGOJQV();
2975
- } });
2976
-
2977
- //#endregion
2978
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J7R2OSHS.js
2979
- var init_chunk_J7R2OSHS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J7R2OSHS.js"() {
2980
- init_chunk_WIMGWYZL();
2981
- } });
2982
-
2983
- //#endregion
2984
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GIKF2ZNG.js
2985
- var init_chunk_GIKF2ZNG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GIKF2ZNG.js"() {
2986
- init_chunk_WIMGWYZL();
2987
- } });
2988
-
2989
- //#endregion
2990
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XWBKJZIP.js
2991
- var init_chunk_XWBKJZIP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XWBKJZIP.js"() {
2992
- init_chunk_WIMGWYZL();
2993
- } });
2994
-
2995
- //#endregion
2996
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XHPQVWZM.js
2997
- var init_chunk_XHPQVWZM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XHPQVWZM.js"() {
2998
- init_chunk_WIMGWYZL();
2999
- } });
3000
-
3001
- //#endregion
3002
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2OQBQB3V.js
3003
- var init_chunk_2OQBQB3V = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2OQBQB3V.js"() {
3004
- init_chunk_WIMGWYZL();
3005
- } });
3006
-
3007
- //#endregion
3008
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-H4OTHZJB.js
3009
- var init_chunk_H4OTHZJB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-H4OTHZJB.js"() {
3010
- init_chunk_WIMGWYZL();
3011
- } });
3012
-
3013
- //#endregion
3014
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZTNFU7RH.js
3015
- var init_chunk_ZTNFU7RH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZTNFU7RH.js"() {
3016
- init_chunk_WIMGWYZL();
3017
- } });
3018
-
3019
- //#endregion
3020
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GKXRNLHM.js
3021
- var init_chunk_GKXRNLHM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GKXRNLHM.js"() {
3022
- init_chunk_LFJW7BOT();
3023
- } });
3024
-
3025
- //#endregion
3026
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NYIWN625.js
3027
- var init_chunk_NYIWN625 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NYIWN625.js"() {
3028
- init_chunk_LFJW7BOT();
3029
- } });
3030
-
3031
- //#endregion
3032
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WPTI67A4.js
3033
- var init_chunk_WPTI67A4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WPTI67A4.js"() {
3034
- init_chunk_WIMGWYZL();
3035
- } });
3036
-
3037
- //#endregion
3038
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W2ARC73P.js
3039
- var init_chunk_W2ARC73P = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W2ARC73P.js"() {
3040
- init_chunk_WIMGWYZL();
3041
- } });
3042
-
3043
- //#endregion
3044
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3UBK2BVM.js
3045
- var init_chunk_3UBK2BVM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3UBK2BVM.js"() {
3046
- init_chunk_WIMGWYZL();
3047
- } });
3048
-
3049
- //#endregion
3050
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VFECZ57D.js
3051
- var init_chunk_VFECZ57D = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VFECZ57D.js"() {
3052
- init_chunk_WIMGWYZL();
3053
- } });
3054
-
3055
- //#endregion
3056
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VG2NVNXT.js
3057
- var init_chunk_VG2NVNXT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VG2NVNXT.js"() {
3058
- init_chunk_WIMGWYZL();
3059
- } });
3060
-
3061
- //#endregion
3062
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HJSE36CH.js
3063
- var init_chunk_HJSE36CH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HJSE36CH.js"() {
3064
- init_chunk_WIMGWYZL();
3065
- } });
3066
-
3067
- //#endregion
3068
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-IERM7LX4.js
3069
- var init_chunk_IERM7LX4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-IERM7LX4.js"() {
3070
- init_chunk_WIMGWYZL();
3071
- } });
3072
-
3073
- //#endregion
3074
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHDYHGOF.js
3075
- var init_chunk_UHDYHGOF = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHDYHGOF.js"() {
3076
- init_chunk_WIMGWYZL();
3077
- } });
3078
-
3079
2387
  //#endregion
3080
2388
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/index.js
3081
2389
  var init_dist = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/index.js"() {
3082
- init_chunk_7ZI6JRPB();
3083
- init_chunk_OXJMERKM();
3084
- init_chunk_BSLJB6JE();
3085
- init_chunk_6RKHJ2CP();
3086
- init_chunk_QDGUNRDA();
3087
- init_chunk_MYLLMFC7();
3088
- init_chunk_N4JUOEMS();
3089
- init_chunk_YRJ25UV2();
3090
- init_chunk_Q5ASJ5N7();
3091
- init_chunk_WZOX4VKU();
3092
- init_chunk_Y3VKZ3P5();
3093
- init_chunk_ZRKG4NSC();
3094
- init_chunk_QJLMYOTX();
3095
- init_chunk_DM52TTEP();
3096
- init_chunk_2P44HXVH();
3097
- init_chunk_ZJS5DNQW();
3098
- init_chunk_R3YJIBPV();
3099
- init_chunk_4UEQNEAO();
3100
- init_chunk_T4PLMLCP();
3101
- init_chunk_SSDL7ATG();
3102
- init_chunk_EVIH3PFY();
3103
- init_chunk_S52RID4A();
3104
- init_chunk_WWPMIW33();
3105
- init_chunk_57KROWWS();
3106
- init_chunk_ALS6JP7S();
3107
- init_chunk_QTQTP2VB();
3108
- init_chunk_NFFV4IQT();
3109
- init_chunk_FDH4IRIM();
3110
- init_chunk_YDIA5YQI();
3111
- init_chunk_6OEKBHIX();
3112
- init_chunk_GDGEDZJG();
3113
- init_chunk_XE3XIKTJ();
3114
- init_chunk_HVJXDSOP();
3115
- init_chunk_MSOX5OUI();
3116
- init_chunk_C4OZY4Z2();
3117
- init_chunk_P2PQB7KO();
3118
- init_chunk_UHZ33J57();
3119
- init_chunk_6RL33UFT();
3120
- init_chunk_YNNF733L();
3121
- init_chunk_4YLWJIJ6();
3122
- init_chunk_KVHF7QRD();
3123
- init_chunk_G5B2IDWB();
3124
- init_chunk_3FKP6OOU();
3125
- init_chunk_LE6I3KC6();
3126
- init_chunk_ENS7GPLZ();
3127
- init_chunk_DSLWSGID();
3128
2390
  init_chunk_3IFJP4R5();
3129
- init_chunk_J4EKWFDW();
3130
- init_chunk_PGMPBC5Q();
3131
- init_chunk_GGYFZTDW();
3132
- init_chunk_EDOGCRPU();
3133
- init_chunk_4NRWDO7P();
3134
- init_chunk_W6ZHPGFP();
3135
- init_chunk_J3IRE4DI();
3136
- init_chunk_RZUYD7QY();
3137
- init_chunk_KI5X74E2();
3138
- init_chunk_4ZFFLFWV();
3139
- init_chunk_NS6ZBRLP();
3140
- init_chunk_3ZJAREUD();
3141
- init_chunk_ZXVA7VDE();
3142
- init_chunk_KQRZQWDE();
3143
- init_chunk_567G5ZXL();
3144
- init_chunk_3D3RWAVJ();
3145
- init_chunk_K2FFNW24();
3146
- init_chunk_5S4PYKVY();
3147
- init_chunk_PDQFB3TV();
3148
- init_chunk_GMMLSO2N();
3149
2391
  init_chunk_5NQBDF4H();
3150
- init_chunk_PFSVCZNE();
3151
- init_chunk_VO5MRBXA();
3152
- init_chunk_XUX3ZEXI();
3153
- init_chunk_KZIKCQ56();
3154
- init_chunk_P3DXEVTH();
3155
- init_chunk_OLNQBNAJ();
3156
- init_chunk_QOEIYQAG();
3157
- init_chunk_T45O7BFY();
3158
- init_chunk_OP5ZF26D();
3159
- init_chunk_JN2GYTBI();
3160
- init_chunk_R7PILVSQ();
3161
- init_chunk_HGKLN5KY();
3162
- init_chunk_B6PG574O();
3163
- init_chunk_ICBBHOCR();
3164
- init_chunk_JEUUQSE4();
3165
- init_chunk_XPCYQPKH();
3166
- init_chunk_FRNNS7AX();
3167
- init_chunk_QJOWZFYO();
3168
- init_chunk_VIBSXWWU();
3169
- init_chunk_T4H4IOYC();
3170
- init_chunk_GPLTWAVR();
3171
- init_chunk_PIX5OHMW();
3172
- init_chunk_VVM5DH6Z();
3173
- init_chunk_PVYOMZ3I();
3174
- init_chunk_P6LAFGAN();
3175
- init_chunk_MQDP6CFS();
3176
- init_chunk_UZ6BOIAH();
3177
- init_chunk_KI5UAETW();
3178
- init_chunk_GYH2VCL4();
3179
- init_chunk_26ILFTOP();
3180
- init_chunk_2KIKGHAO();
3181
- init_chunk_TSGKWRXX();
3182
- init_chunk_6NCEKWMJ();
3183
- init_chunk_ZPVGOJQV();
3184
- init_chunk_AIG3BDKO();
3185
- init_chunk_J7R2OSHS();
3186
- init_chunk_GIKF2ZNG();
3187
- init_chunk_XWBKJZIP();
3188
- init_chunk_XHPQVWZM();
3189
- init_chunk_2OQBQB3V();
3190
- init_chunk_H4OTHZJB();
3191
- init_chunk_ZTNFU7RH();
3192
- init_chunk_GKXRNLHM();
3193
- init_chunk_NYIWN625();
3194
- init_chunk_LFJW7BOT();
3195
- init_chunk_3GOCSNFN();
3196
- init_chunk_WPTI67A4();
3197
- init_chunk_W2ARC73P();
3198
- init_chunk_3UBK2BVM();
3199
- init_chunk_VFECZ57D();
3200
- init_chunk_VG2NVNXT();
3201
- init_chunk_HJSE36CH();
3202
- init_chunk_IERM7LX4();
3203
- init_chunk_UHDYHGOF();
3204
- init_chunk_WIMGWYZL();
3205
2392
  } });
3206
2393
 
3207
2394
  //#endregion
3208
2395
  //#region src/plugin/bindingify-hook-filter.ts
3209
2396
  function generalHookFilterMatcherToFilterExprs(matcher, stringKind) {
3210
2397
  if (typeof matcher === "string" || matcher instanceof RegExp) return [filter.include(generateAtomMatcher(stringKind, matcher))];
3211
- if (Array.isArray(matcher)) return matcher.map((m$10) => filter.include(generateAtomMatcher(stringKind, m$10)));
2398
+ if (Array.isArray(matcher)) return matcher.map((m) => filter.include(generateAtomMatcher(stringKind, m)));
3212
2399
  let ret = [];
3213
- if (matcher.exclude) ret.push(...arraify(matcher.exclude).map((m$10) => filter.exclude(generateAtomMatcher(stringKind, m$10))));
3214
- if (matcher.include) ret.push(...arraify(matcher.include).map((m$10) => filter.include(generateAtomMatcher(stringKind, m$10))));
2400
+ if (matcher.exclude) ret.push(...arraify(matcher.exclude).map((m) => filter.exclude(generateAtomMatcher(stringKind, m))));
2401
+ if (matcher.include) ret.push(...arraify(matcher.include).map((m) => filter.include(generateAtomMatcher(stringKind, m))));
3215
2402
  return ret;
3216
2403
  }
3217
2404
  function generateAtomMatcher(kind, matcher) {
@@ -3226,14 +2413,14 @@ function transformFilterMatcherToFilterExprs(filterOption) {
3226
2413
  let idExcludes = [];
3227
2414
  let codeIncludes = [];
3228
2415
  let codeExcludes = [];
3229
- if (id) [idIncludes, idExcludes] = d$2(generalHookFilterMatcherToFilterExprs(id, "id") ?? [], (m$10) => m$10.kind === "include");
3230
- if (code) [codeIncludes, codeExcludes] = d$2(generalHookFilterMatcherToFilterExprs(code, "code") ?? [], (m$10) => m$10.kind === "include");
2416
+ if (id) [idIncludes, idExcludes] = d(generalHookFilterMatcherToFilterExprs(id, "id") ?? [], (m) => m.kind === "include");
2417
+ if (code) [codeIncludes, codeExcludes] = d(generalHookFilterMatcherToFilterExprs(code, "code") ?? [], (m) => m.kind === "include");
3231
2418
  ret.push(...idExcludes);
3232
2419
  ret.push(...codeExcludes);
3233
2420
  let andExprList = [];
3234
2421
  if (moduleType) {
3235
2422
  let moduleTypes = Array.isArray(moduleType) ? moduleType : moduleType.include ?? [];
3236
- andExprList.push(filter.or(...moduleTypes.map((m$10) => filter.moduleType(m$10))));
2423
+ andExprList.push(filter.or(...moduleTypes.map((m) => filter.moduleType(m))));
3237
2424
  }
3238
2425
  if (idIncludes.length) andExprList.push(filter.or(...idIncludes.map((item) => item.expr)));
3239
2426
  if (codeIncludes.length) andExprList.push(filter.or(...codeIncludes.map((item) => item.expr)));
@@ -3255,7 +2442,7 @@ function bindingifyFilterExprImpl(expr, list) {
3255
2442
  switch (expr.kind) {
3256
2443
  case "and": {
3257
2444
  let args$1 = expr.args;
3258
- for (let i$16 = args$1.length - 1; i$16 >= 0; i$16--) bindingifyFilterExprImpl(args$1[i$16], list);
2445
+ for (let i$1 = args$1.length - 1; i$1 >= 0; i$1--) bindingifyFilterExprImpl(args$1[i$1], list);
3259
2446
  list.push({
3260
2447
  kind: "And",
3261
2448
  payload: args$1.length
@@ -3264,7 +2451,7 @@ function bindingifyFilterExprImpl(expr, list) {
3264
2451
  }
3265
2452
  case "or": {
3266
2453
  let args$1 = expr.args;
3267
- for (let i$16 = args$1.length - 1; i$16 >= 0; i$16--) bindingifyFilterExprImpl(args$1[i$16], list);
2454
+ for (let i$1 = args$1.length - 1; i$1 >= 0; i$1--) bindingifyFilterExprImpl(args$1[i$1], list);
3268
2455
  list.push({
3269
2456
  kind: "Or",
3270
2457
  payload: args$1.length
@@ -3346,6 +2533,7 @@ function bindingifyRenderChunkFilter(filterOption) {
3346
2533
  }
3347
2534
  var init_bindingify_hook_filter = __esm({ "src/plugin/bindingify-hook-filter.ts"() {
3348
2535
  init_dist();
2536
+ init_misc();
3349
2537
  } });
3350
2538
 
3351
2539
  //#endregion
@@ -3375,6 +2563,7 @@ function transformAssetSource(bindingAssetSource$1) {
3375
2563
  function bindingAssetSource(source) {
3376
2564
  return { inner: source };
3377
2565
  }
2566
+ var init_asset_source = __esm({ "src/utils/asset-source.ts"() {} });
3378
2567
 
3379
2568
  //#endregion
3380
2569
  //#region src/plugin/plugin-context.ts
@@ -3384,6 +2573,8 @@ var init_plugin_context = __esm({ "src/plugin/plugin-context.ts"() {
3384
2573
  init_logs();
3385
2574
  init_parse_ast_index();
3386
2575
  init_minimal_plugin_context();
2576
+ init_asset_source();
2577
+ init_misc();
3387
2578
  init_transform_side_effects();
3388
2579
  PluginContextImpl = class extends MinimalPluginContextImpl {
3389
2580
  getModuleInfo;
@@ -3620,7 +2811,7 @@ function bindingifyTransform(args$1) {
3620
2811
  });
3621
2812
  return {
3622
2813
  code: ret.code,
3623
- map: bindingifySourcemap$1(normalizeTransformHookSourcemap(id, code, ret.map)),
2814
+ map: bindingifySourcemap(normalizeTransformHookSourcemap(id, code, ret.map)),
3624
2815
  sideEffects: bindingifySideEffects(moduleOption.moduleSideEffects),
3625
2816
  moduleType: ret.moduleType
3626
2817
  };
@@ -3646,7 +2837,7 @@ function bindingifyLoad(args$1) {
3646
2837
  let map = preProcessSourceMap(ret, id);
3647
2838
  return {
3648
2839
  code: ret.code,
3649
- map: bindingifySourcemap$1(map),
2840
+ map: bindingifySourcemap(map),
3650
2841
  moduleType: ret.moduleType,
3651
2842
  sideEffects: bindingifySideEffects(moduleOption.moduleSideEffects)
3652
2843
  };
@@ -3679,8 +2870,12 @@ function bindingifyModuleParsed(args$1) {
3679
2870
  var init_bindingify_build_hooks = __esm({ "src/plugin/bindingify-build-hooks.ts"() {
3680
2871
  init_normalize_hook();
3681
2872
  init_plugin_context$1();
2873
+ init_normalized_input_options();
2874
+ init_sourcemap();
2875
+ init_error();
3682
2876
  init_transform_module_info();
3683
2877
  init_transform_side_effects();
2878
+ init_transform_sourcemap();
3684
2879
  init_bindingify_hook_filter();
3685
2880
  init_bindingify_plugin_hook_meta();
3686
2881
  init_plugin_context();
@@ -3702,6 +2897,7 @@ function transformToRenderedModule(bindingRenderedModule) {
3702
2897
  }
3703
2898
  };
3704
2899
  }
2900
+ var init_transform_rendered_module = __esm({ "src/utils/transform-rendered-module.ts"() {} });
3705
2901
 
3706
2902
  //#endregion
3707
2903
  //#region src/utils/transform-rendered-chunk.ts
@@ -3744,14 +2940,16 @@ function transformRenderedChunk(chunk) {
3744
2940
  }
3745
2941
  function transformChunkModules(modules) {
3746
2942
  const result = {};
3747
- for (let i$16 = 0; i$16 < modules.values.length; i$16++) {
3748
- let key = modules.keys[i$16];
3749
- const mod = modules.values[i$16];
2943
+ for (let i$1 = 0; i$1 < modules.values.length; i$1++) {
2944
+ let key = modules.keys[i$1];
2945
+ const mod = modules.values[i$1];
3750
2946
  result[key] = transformToRenderedModule(mod);
3751
2947
  }
3752
2948
  return result;
3753
2949
  }
3754
- var init_transform_rendered_chunk = __esm({ "src/utils/transform-rendered-chunk.ts"() {} });
2950
+ var init_transform_rendered_chunk = __esm({ "src/utils/transform-rendered-chunk.ts"() {
2951
+ init_transform_rendered_module();
2952
+ } });
3755
2953
 
3756
2954
  //#endregion
3757
2955
  //#region src/utils/bindingify-output-options.ts
@@ -3763,7 +2961,7 @@ function bindingifyOutputOptions(outputOptions) {
3763
2961
  format: bindingifyFormat(format),
3764
2962
  exports,
3765
2963
  hashCharacters,
3766
- sourcemap: bindingifySourcemap(sourcemap),
2964
+ sourcemap: bindingifySourcemap$1(sourcemap),
3767
2965
  sourcemapDebugIds,
3768
2966
  sourcemapIgnoreList: bindingifySourcemapIgnoreList(sourcemapIgnoreList),
3769
2967
  sourcemapPathTransform,
@@ -3813,7 +3011,7 @@ function bindingifyFormat(format) {
3813
3011
  default: unimplemented(`output.format: ${format}`);
3814
3012
  }
3815
3013
  }
3816
- function bindingifySourcemap(sourcemap) {
3014
+ function bindingifySourcemap$1(sourcemap) {
3817
3015
  switch (sourcemap) {
3818
3016
  case true: return "file";
3819
3017
  case "inline": return "inline";
@@ -3838,6 +3036,8 @@ function bindingifyAssetFilenames(assetFileNames) {
3838
3036
  return assetFileNames;
3839
3037
  }
3840
3038
  var init_bindingify_output_options = __esm({ "src/utils/bindingify-output-options.ts"() {
3039
+ init_asset_source();
3040
+ init_misc();
3841
3041
  init_transform_rendered_chunk();
3842
3042
  } });
3843
3043
 
@@ -4002,20 +3202,20 @@ function transformToRollupOutputChunk(bindingChunk, changed) {
4002
3202
  };
4003
3203
  const cache = {};
4004
3204
  return new Proxy(chunk, {
4005
- get(target, p$3) {
4006
- if (p$3 in cache) return cache[p$3];
4007
- const value = target[p$3];
4008
- cache[p$3] = value;
3205
+ get(target, p) {
3206
+ if (p in cache) return cache[p];
3207
+ const value = target[p];
3208
+ cache[p] = value;
4009
3209
  return value;
4010
3210
  },
4011
- set(target, p$3, newValue) {
4012
- cache[p$3] = newValue;
3211
+ set(target, p, newValue) {
3212
+ cache[p] = newValue;
4013
3213
  changed?.updated.add(bindingChunk.fileName);
4014
3214
  return true;
4015
3215
  },
4016
- has(target, p$3) {
4017
- if (p$3 in cache) return true;
4018
- return p$3 in target;
3216
+ has(target, p) {
3217
+ if (p in cache) return true;
3218
+ return p in target;
4019
3219
  }
4020
3220
  });
4021
3221
  }
@@ -4033,14 +3233,14 @@ function transformToRollupOutputAsset(bindingAsset, changed) {
4033
3233
  };
4034
3234
  const cache = {};
4035
3235
  return new Proxy(asset, {
4036
- get(target, p$3) {
4037
- if (p$3 in cache) return cache[p$3];
4038
- const value = target[p$3];
4039
- cache[p$3] = value;
3236
+ get(target, p) {
3237
+ if (p in cache) return cache[p];
3238
+ const value = target[p];
3239
+ cache[p] = value;
4040
3240
  return value;
4041
3241
  },
4042
- set(target, p$3, newValue) {
4043
- cache[p$3] = newValue;
3242
+ set(target, p, newValue) {
3243
+ cache[p] = newValue;
4044
3244
  changed?.updated.add(bindingAsset.fileName);
4045
3245
  return true;
4046
3246
  }
@@ -4086,7 +3286,7 @@ function collectChangedBundle(changed, bundle) {
4086
3286
  facadeModuleId: item.facadeModuleId || void 0,
4087
3287
  isDynamicEntry: item.isDynamicEntry,
4088
3288
  moduleIds: item.moduleIds,
4089
- map: bindingifySourcemap$1(item.map),
3289
+ map: bindingifySourcemap(item.map),
4090
3290
  sourcemapFilename: item.sourcemapFileName || void 0,
4091
3291
  preliminaryFilename: item.preliminaryFileName
4092
3292
  });
@@ -4098,6 +3298,9 @@ function collectChangedBundle(changed, bundle) {
4098
3298
  };
4099
3299
  }
4100
3300
  var init_transform_to_rollup_output = __esm({ "src/utils/transform-to-rollup-output.ts"() {
3301
+ init_sourcemap();
3302
+ init_asset_source();
3303
+ init_error();
4101
3304
  init_transform_rendered_chunk();
4102
3305
  } });
4103
3306
 
@@ -4127,7 +3330,7 @@ function bindingifyRenderChunk(args$1) {
4127
3330
  if (!ret.map) return { code: ret.code };
4128
3331
  return {
4129
3332
  code: ret.code,
4130
- map: bindingifySourcemap$1(ret.map)
3333
+ map: bindingifySourcemap(ret.map)
4131
3334
  };
4132
3335
  },
4133
3336
  meta: bindingifyPluginHookMeta(meta),
@@ -4250,7 +3453,10 @@ function bindingifyOutro(args$1) {
4250
3453
  };
4251
3454
  }
4252
3455
  var init_bindingify_output_hooks = __esm({ "src/plugin/bindingify-output-hooks.ts"() {
3456
+ init_normalized_input_options();
4253
3457
  init_normalized_output_options();
3458
+ init_sourcemap();
3459
+ init_error();
4254
3460
  init_normalize_hook();
4255
3461
  init_transform_rendered_chunk();
4256
3462
  init_transform_to_rollup_output();
@@ -4291,40 +3497,6 @@ var init_bindingify_watch_hooks = __esm({ "src/plugin/bindingify-watch-hooks.ts"
4291
3497
 
4292
3498
  //#endregion
4293
3499
  //#region src/plugin/generated/hook-usage.ts
4294
- let HookUsageKind = /* @__PURE__ */ function(HookUsageKind$1) {
4295
- HookUsageKind$1[HookUsageKind$1["buildStart"] = 1] = "buildStart";
4296
- HookUsageKind$1[HookUsageKind$1["resolveId"] = 2] = "resolveId";
4297
- HookUsageKind$1[HookUsageKind$1["resolveDynamicImport"] = 4] = "resolveDynamicImport";
4298
- HookUsageKind$1[HookUsageKind$1["load"] = 8] = "load";
4299
- HookUsageKind$1[HookUsageKind$1["transform"] = 16] = "transform";
4300
- HookUsageKind$1[HookUsageKind$1["moduleParsed"] = 32] = "moduleParsed";
4301
- HookUsageKind$1[HookUsageKind$1["buildEnd"] = 64] = "buildEnd";
4302
- HookUsageKind$1[HookUsageKind$1["renderStart"] = 128] = "renderStart";
4303
- HookUsageKind$1[HookUsageKind$1["renderError"] = 256] = "renderError";
4304
- HookUsageKind$1[HookUsageKind$1["renderChunk"] = 512] = "renderChunk";
4305
- HookUsageKind$1[HookUsageKind$1["augmentChunkHash"] = 1024] = "augmentChunkHash";
4306
- HookUsageKind$1[HookUsageKind$1["generateBundle"] = 2048] = "generateBundle";
4307
- HookUsageKind$1[HookUsageKind$1["writeBundle"] = 4096] = "writeBundle";
4308
- HookUsageKind$1[HookUsageKind$1["closeBundle"] = 8192] = "closeBundle";
4309
- HookUsageKind$1[HookUsageKind$1["watchChange"] = 16384] = "watchChange";
4310
- HookUsageKind$1[HookUsageKind$1["closeWatcher"] = 32768] = "closeWatcher";
4311
- HookUsageKind$1[HookUsageKind$1["transformAst"] = 65536] = "transformAst";
4312
- HookUsageKind$1[HookUsageKind$1["banner"] = 131072] = "banner";
4313
- HookUsageKind$1[HookUsageKind$1["footer"] = 262144] = "footer";
4314
- HookUsageKind$1[HookUsageKind$1["intro"] = 524288] = "intro";
4315
- HookUsageKind$1[HookUsageKind$1["outro"] = 1048576] = "outro";
4316
- return HookUsageKind$1;
4317
- }({});
4318
- var HookUsage = class {
4319
- bitflag = BigInt(0);
4320
- constructor() {}
4321
- union(kind) {
4322
- this.bitflag |= BigInt(kind);
4323
- }
4324
- inner() {
4325
- return Number(this.bitflag);
4326
- }
4327
- };
4328
3500
  function extractHookUsage(plugin) {
4329
3501
  let hookUsage = new HookUsage();
4330
3502
  if (plugin.buildStart) hookUsage.union(HookUsageKind.buildStart);
@@ -4349,6 +3521,43 @@ function extractHookUsage(plugin) {
4349
3521
  if (plugin.outro) hookUsage.union(HookUsageKind.outro);
4350
3522
  return hookUsage;
4351
3523
  }
3524
+ var HookUsageKind, HookUsage;
3525
+ var init_hook_usage = __esm({ "src/plugin/generated/hook-usage.ts"() {
3526
+ HookUsageKind = /* @__PURE__ */ function(HookUsageKind$1) {
3527
+ HookUsageKind$1[HookUsageKind$1["buildStart"] = 1] = "buildStart";
3528
+ HookUsageKind$1[HookUsageKind$1["resolveId"] = 2] = "resolveId";
3529
+ HookUsageKind$1[HookUsageKind$1["resolveDynamicImport"] = 4] = "resolveDynamicImport";
3530
+ HookUsageKind$1[HookUsageKind$1["load"] = 8] = "load";
3531
+ HookUsageKind$1[HookUsageKind$1["transform"] = 16] = "transform";
3532
+ HookUsageKind$1[HookUsageKind$1["moduleParsed"] = 32] = "moduleParsed";
3533
+ HookUsageKind$1[HookUsageKind$1["buildEnd"] = 64] = "buildEnd";
3534
+ HookUsageKind$1[HookUsageKind$1["renderStart"] = 128] = "renderStart";
3535
+ HookUsageKind$1[HookUsageKind$1["renderError"] = 256] = "renderError";
3536
+ HookUsageKind$1[HookUsageKind$1["renderChunk"] = 512] = "renderChunk";
3537
+ HookUsageKind$1[HookUsageKind$1["augmentChunkHash"] = 1024] = "augmentChunkHash";
3538
+ HookUsageKind$1[HookUsageKind$1["generateBundle"] = 2048] = "generateBundle";
3539
+ HookUsageKind$1[HookUsageKind$1["writeBundle"] = 4096] = "writeBundle";
3540
+ HookUsageKind$1[HookUsageKind$1["closeBundle"] = 8192] = "closeBundle";
3541
+ HookUsageKind$1[HookUsageKind$1["watchChange"] = 16384] = "watchChange";
3542
+ HookUsageKind$1[HookUsageKind$1["closeWatcher"] = 32768] = "closeWatcher";
3543
+ HookUsageKind$1[HookUsageKind$1["transformAst"] = 65536] = "transformAst";
3544
+ HookUsageKind$1[HookUsageKind$1["banner"] = 131072] = "banner";
3545
+ HookUsageKind$1[HookUsageKind$1["footer"] = 262144] = "footer";
3546
+ HookUsageKind$1[HookUsageKind$1["intro"] = 524288] = "intro";
3547
+ HookUsageKind$1[HookUsageKind$1["outro"] = 1048576] = "outro";
3548
+ return HookUsageKind$1;
3549
+ }({});
3550
+ HookUsage = class {
3551
+ bitflag = BigInt(0);
3552
+ constructor() {}
3553
+ union(kind) {
3554
+ this.bitflag |= BigInt(kind);
3555
+ }
3556
+ inner() {
3557
+ return Number(this.bitflag);
3558
+ }
3559
+ };
3560
+ } });
4352
3561
 
4353
3562
  //#endregion
4354
3563
  //#region src/plugin/bindingify-plugin.ts
@@ -4476,6 +3685,7 @@ var init_bindingify_plugin = __esm({ "src/plugin/bindingify-plugin.ts"() {
4476
3685
  init_bindingify_output_hooks();
4477
3686
  init_logs();
4478
3687
  init_bindingify_watch_hooks();
3688
+ init_hook_usage();
4479
3689
  } });
4480
3690
 
4481
3691
  //#endregion
@@ -4581,6 +3791,7 @@ function normalizedStringOrRegex(pattern) {
4581
3791
  function isReadonlyArray(input) {
4582
3792
  return Array.isArray(input);
4583
3793
  }
3794
+ var init_normalize_string_or_regex = __esm({ "src/utils/normalize-string-or-regex.ts"() {} });
4584
3795
 
4585
3796
  //#endregion
4586
3797
  //#region src/utils/bindingify-input-options.ts
@@ -4766,6 +3977,8 @@ var init_bindingify_input_options = __esm({ "src/utils/bindingify-input-options.
4766
3977
  init_utils();
4767
3978
  init_bindingify_plugin();
4768
3979
  init_plugin_context_data();
3980
+ init_misc();
3981
+ init_normalize_string_or_regex();
4769
3982
  init_transform_side_effects();
4770
3983
  } });
4771
3984
 
@@ -4793,7 +4006,7 @@ function createComposedPlugin(plugins) {
4793
4006
  plugins.forEach((plugin, index) => {
4794
4007
  const pluginName = plugin.name || `Anonymous(index: ${index})`;
4795
4008
  names.push(pluginName);
4796
- t$4(plugin).forEach((pluginProp) => {
4009
+ t(plugin).forEach((pluginProp) => {
4797
4010
  if (isUnsupportedHooks(pluginProp)) throw new Error(`Failed to compose js plugins. Plugin ${pluginName} has an unsupported hook: ${pluginProp}`);
4798
4011
  if (!isPluginHookName(pluginProp)) return;
4799
4012
  switch (pluginProp) {
@@ -4901,7 +4114,7 @@ function createComposedPlugin(plugins) {
4901
4114
  }
4902
4115
  };
4903
4116
  }
4904
- t$4(batchedHooks).forEach((hookName) => {
4117
+ t(batchedHooks).forEach((hookName) => {
4905
4118
  switch (hookName) {
4906
4119
  case "resolveId": break;
4907
4120
  case "buildStart": {
@@ -5042,7 +4255,7 @@ function createComposedPlugin(plugins) {
5042
4255
  function isComposablePlugin(plugin) {
5043
4256
  if (plugin instanceof BuiltinPlugin) return false;
5044
4257
  if ("_parallel" in plugin) return false;
5045
- const hasNotComposablePattern = t$4(plugin).some((hookName) => {
4258
+ const hasNotComposablePattern = t(plugin).some((hookName) => {
5046
4259
  if (!isPluginHookName(hookName)) return false;
5047
4260
  const OK_TO_COMPOSE = false;
5048
4261
  if (isUnsupportedHooks(hookName)) return !OK_TO_COMPOSE;
@@ -5081,6 +4294,7 @@ var init_compose_js_plugins = __esm({ "src/utils/compose-js-plugins.ts"() {
5081
4294
  init_dist();
5082
4295
  init_constructors();
5083
4296
  init_plugin_context$1();
4297
+ init_misc();
5084
4298
  init_normalize_hook();
5085
4299
  init_plugin();
5086
4300
  unsupportedHookName = [
@@ -5124,7 +4338,7 @@ async function initializeParallelPlugins(plugins) {
5124
4338
  };
5125
4339
  }
5126
4340
  function initializeWorkers(registryId, count, pluginInfos) {
5127
- return Promise.all(Array.from({ length: count }, (_, i$16) => initializeWorker(registryId, pluginInfos, i$16)));
4341
+ return Promise.all(Array.from({ length: count }, (_, i$1) => initializeWorker(registryId, pluginInfos, i$1)));
5128
4342
  }
5129
4343
  async function initializeWorker(registryId, pluginInfos, threadNumber) {
5130
4344
  const urlString = import.meta.resolve("#parallel-plugin-worker");
@@ -5326,6 +4540,7 @@ var init_build = __esm({ "src/api/build.ts"() {
5326
4540
  //#region src/api/watch/watch-emitter.ts
5327
4541
  var WatcherEmitter;
5328
4542
  var init_watch_emitter = __esm({ "src/api/watch/watch-emitter.ts"() {
4543
+ init_error();
5329
4544
  WatcherEmitter = class {
5330
4545
  listeners = new Map();
5331
4546
  timer;
@@ -5425,6 +4640,7 @@ var init_watcher = __esm({ "src/api/watch/watcher.ts"() {
5425
4640
  init_logs();
5426
4641
  init_plugin_driver();
5427
4642
  init_create_bundler_option();
4643
+ init_misc();
5428
4644
  Watcher = class {
5429
4645
  closed;
5430
4646
  inner;
@@ -5472,6 +4688,7 @@ var init_watch = __esm({ "src/api/watch/index.ts"() {
5472
4688
  function defineConfig(config) {
5473
4689
  return config;
5474
4690
  }
4691
+ var init_define_config = __esm({ "src/utils/define-config.ts"() {} });
5475
4692
 
5476
4693
  //#endregion
5477
4694
  //#region src/index.ts
@@ -5484,4 +4701,4 @@ var init_src = __esm({ "src/index.ts"() {
5484
4701
  } });
5485
4702
 
5486
4703
  //#endregion
5487
- export { BuiltinPlugin, PluginContextData, VERSION, assetPlugin, bindingifyPlugin, build, buildImportAnalysisPlugin, composeJsPlugins, createBundler, defineConfig, description$1 as description, dynamicImportVarsPlugin, getInputCliKeys, getJsonSchema, getOutputCliKeys, handleOutputErrors, importGlobPlugin, init_bindingify_plugin, init_compose_js_plugins, init_constructors, init_create_bundler, init_plugin_context_data, init_rolldown, init_src, init_transform_to_rollup_output, init_validator, init_watch, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, rolldown, validateCliOptions, version, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, watch, webWorkerPostPlugin };
4704
+ export { BuiltinPlugin, PluginContextData, VERSION, assetPlugin, bindingifyPlugin, build, buildImportAnalysisPlugin, composeJsPlugins, createBundler, defineConfig, description$1 as description, dynamicImportVarsPlugin, getInputCliKeys, getJsonSchema, getOutputCliKeys, handleOutputErrors, importGlobPlugin, init_bindingify_plugin, init_compose_js_plugins, init_constructors, init_create_bundler, init_normalize_string_or_regex, init_plugin_context_data, init_rolldown, init_src, init_transform_to_rollup_output, init_validator, init_watch, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, rolldown, validateCliOptions, version, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, watch, webWorkerPostPlugin };