@rolldown/browser 1.0.0-beta.9-commit.273d50e → 1.0.0-beta.9-commit.ca4e9dd

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 (36) 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 +1 -1
  5. package/dist/config.d.mts +1 -1
  6. package/dist/config.mjs +4 -4
  7. package/dist/experimental-index.browser.mjs +1 -1
  8. package/dist/experimental-index.cjs +1 -1
  9. package/dist/experimental-index.d.cts +1 -1
  10. package/dist/experimental-index.d.mts +1 -1
  11. package/dist/experimental-index.mjs +4 -3
  12. package/dist/filter-index.d.cts +1 -1
  13. package/dist/filter-index.d.mts +1 -1
  14. package/dist/filter-index.mjs +2 -1
  15. package/dist/index.browser.mjs +1 -1
  16. package/dist/index.cjs +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.mts +1 -1
  19. package/dist/index.mjs +3 -3
  20. package/dist/parallel-plugin-worker.cjs +1 -1
  21. package/dist/parallel-plugin-worker.mjs +3 -3
  22. package/dist/parallel-plugin.d.cts +1 -1
  23. package/dist/parallel-plugin.d.mts +1 -1
  24. package/dist/parse-ast-index.mjs +1 -1
  25. package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
  26. package/dist/shared/{define-config.d-gqmzo185.d.cts → define-config.d-D4lKXE9V.d.cts} +19 -19
  27. package/dist/shared/{define-config.d-GTTTro2-.d.mts → define-config.d-Dm9iNdt9.d.mts} +19 -19
  28. package/dist/shared/dist-CAn6dxW6.mjs +153 -0
  29. package/dist/shared/{load-config-xy-ScCWb.cjs → load-config-42uI5RSv.cjs} +1 -1
  30. package/dist/shared/{load-config-gIb0d07e.mjs → load-config-vRugYmJ3.mjs} +1 -1
  31. package/dist/shared/{parse-ast-index-Bx70S80g.mjs → parse-ast-index-vu376yZ1.mjs} +13 -3
  32. package/dist/shared/{src-CA0na5_d.mjs → src-Cu4_wKhx.mjs} +198 -980
  33. package/dist/shared/{src-j8qvGwKp.cjs → src-CzdOBfDC.cjs} +8 -8
  34. package/dist/{src-D3kPdsBX.js → src-DQ33eKZS.js} +8 -8
  35. package/package.json +1 -1
  36. package/dist/shared/dist-DRt7s0oH.mjs +0 -147
@@ -1,6 +1,6 @@
1
1
  import { __esm } from "./chunk-DSsiIF1Z.mjs";
2
- import { and$1 as and, arraify, code$1 as code, exclude$1 as exclude, id$1 as id, include$1 as include, isNullish, moduleType$1 as moduleType, noop, or$1 as or, unimplemented, unreachable, unsupported } from "./dist-DRt7s0oH.mjs";
3
- import { augmentCodeLocation, error, init_logs, init_parse_ast_index, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-Bx70S80g.mjs";
2
+ import { and$1 as and, arraify, code$1 as code, exclude$1 as exclude, id$1 as id, include$1 as include, init_dist, init_misc, isNullish, moduleType$1 as moduleType, noop, or$1 as or, unimplemented, unreachable, unsupported } from "./dist-CAn6dxW6.mjs";
3
+ import { augmentCodeLocation, error, init_logs, init_parse_ast_index, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-vu376yZ1.mjs";
4
4
  import { BindingCallableBuiltinPlugin, BindingHookSideEffects, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, Bundler, ParallelJsPluginRegistry, shutdownAsyncRuntime, startAsyncRuntime } from "../rolldown-binding.wasi.cjs";
5
5
  import path from "node:path";
6
6
  import { fileURLToPath } from "node:url";
@@ -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.ca4e9dd";
13
13
  var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
14
14
 
15
15
  //#endregion
@@ -142,6 +142,7 @@ function getLogHandler(level, code$1, logger, pluginName, logLevel) {
142
142
  }
143
143
  var normalizeLog;
144
144
  var init_log_handler = __esm({ "src/log/log-handler.ts"() {
145
+ init_misc();
145
146
  init_logging();
146
147
  init_logs();
147
148
  normalizeLog = (log) => typeof log === "string" ? { message: log } : typeof log === "function" ? normalizeLog(log()) : log;
@@ -249,7 +250,9 @@ function normalizeHook(hook) {
249
250
  }
250
251
  unreachable("Invalid hook type");
251
252
  }
252
- var init_normalize_hook = __esm({ "src/utils/normalize-hook.ts"() {} });
253
+ var init_normalize_hook = __esm({ "src/utils/normalize-hook.ts"() {
254
+ init_misc();
255
+ } });
253
256
 
254
257
  //#endregion
255
258
  //#region src/constants/plugin.ts
@@ -321,6 +324,7 @@ async function asyncFlatten(array$1) {
321
324
  while (array$1.some((v) => v?.then));
322
325
  return array$1;
323
326
  }
327
+ var init_async_flatten = __esm({ "src/utils/async-flatten.ts"() {} });
324
328
 
325
329
  //#endregion
326
330
  //#region src/utils/normalize-plugin-option.ts
@@ -345,6 +349,7 @@ var init_normalize_plugin_option = __esm({ "src/utils/normalize-plugin-option.ts
345
349
  init_plugin$1();
346
350
  init_logging();
347
351
  init_logs();
352
+ init_async_flatten();
348
353
  normalizePluginOption = async (plugins) => (await asyncFlatten([plugins])).filter(Boolean);
349
354
  ANONYMOUS_PLUGIN_PREFIX = "at position ";
350
355
  ANONYMOUS_OUTPUT_PLUGIN_PREFIX = "at output position ";
@@ -460,7 +465,6 @@ var init_plugin_driver = __esm({ "src/plugin/plugin-driver.ts"() {
460
465
 
461
466
  //#endregion
462
467
  //#region ../../node_modules/.pnpm/valibot@1.1.0_typescript@5.8.3/node_modules/valibot/dist/index.js
463
- var store$1;
464
468
  /* @__NO_SIDE_EFFECTS__ */
465
469
  function getGlobalConfig(config2) {
466
470
  return {
@@ -470,17 +474,14 @@ function getGlobalConfig(config2) {
470
474
  abortPipeEarly: config2?.abortPipeEarly ?? store$1?.abortPipeEarly
471
475
  };
472
476
  }
473
- var store2;
474
477
  /* @__NO_SIDE_EFFECTS__ */
475
478
  function getGlobalMessage(lang) {
476
479
  return store2?.get(lang);
477
480
  }
478
- var store3;
479
481
  /* @__NO_SIDE_EFFECTS__ */
480
482
  function getSchemaMessage(lang) {
481
483
  return store3?.get(lang);
482
484
  }
483
- var store4;
484
485
  /* @__NO_SIDE_EFFECTS__ */
485
486
  function getSpecificMessage(reference, lang) {
486
487
  return store4?.get(reference)?.get(lang);
@@ -538,18 +539,6 @@ function _joinExpects(values2, separator) {
538
539
  if (list.length > 1) return `(${list.join(` ${separator} `)})`;
539
540
  return list[0] ?? "never";
540
541
  }
541
- var ValiError = class extends Error {
542
- /**
543
- * Creates a Valibot error with useful information.
544
- *
545
- * @param issues The error issues.
546
- */
547
- constructor(issues) {
548
- super(issues[0].message);
549
- this.name = "ValiError";
550
- this.issues = issues;
551
- }
552
- };
553
542
  /* @__NO_SIDE_EFFECTS__ */
554
543
  function args(schema) {
555
544
  return {
@@ -1427,6 +1416,21 @@ function safeParse(schema, input, config2) {
1427
1416
  issues: dataset.issues
1428
1417
  };
1429
1418
  }
1419
+ var store$1, store2, store3, store4, ValiError;
1420
+ var init_dist$3 = __esm({ "../../node_modules/.pnpm/valibot@1.1.0_typescript@5.8.3/node_modules/valibot/dist/index.js"() {
1421
+ ValiError = class extends Error {
1422
+ /**
1423
+ * Creates a Valibot error with useful information.
1424
+ *
1425
+ * @param issues The error issues.
1426
+ */
1427
+ constructor(issues) {
1428
+ super(issues[0].message);
1429
+ this.name = "ValiError";
1430
+ this.issues = issues;
1431
+ }
1432
+ };
1433
+ } });
1430
1434
 
1431
1435
  //#endregion
1432
1436
  //#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
@@ -1791,7 +1795,8 @@ function toJsonSchema(schema, config) {
1791
1795
  return jsonSchema;
1792
1796
  }
1793
1797
  var store, refCount;
1794
- 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"() {
1798
+ var init_dist$2 = __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"() {
1799
+ init_dist$3();
1795
1800
  refCount = 0;
1796
1801
  } });
1797
1802
 
@@ -1812,7 +1817,7 @@ function validateOption(key, options) {
1812
1817
  const issuePaths = issue.path.map((path$1) => path$1.key);
1813
1818
  let issueMsg = issue.message;
1814
1819
  if (issue.type === "union") {
1815
- const subIssue = issue.issues?.find((i$16) => !(i$16.type !== issue.received && i$16.input === issue.input));
1820
+ const subIssue = issue.issues?.find((i$1) => !(i$1.type !== issue.received && i$1.input === issue.input));
1816
1821
  if (subIssue) {
1817
1822
  if (subIssue.path) issuePaths.push(subIssue.path.map((path$1) => path$1.key));
1818
1823
  issueMsg = subIssue.message;
@@ -1837,7 +1842,8 @@ function getJsonSchema() {
1837
1842
  }
1838
1843
  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;
1839
1844
  var init_validator = __esm({ "src/utils/validator.ts"() {
1840
- init_dist$1();
1845
+ init_dist$2();
1846
+ init_dist$3();
1841
1847
  StringOrRegExpSchema = union([string(), instance(RegExp)]);
1842
1848
  LogLevelSchema = union([
1843
1849
  literal("debug"),
@@ -2180,41 +2186,45 @@ var init_plugin_context$1 = __esm({ "src/constants/plugin-context.ts"() {
2180
2186
 
2181
2187
  //#endregion
2182
2188
  //#region src/options/normalized-input-options.ts
2183
- var NormalizedInputOptionsImpl = class {
2184
- inner;
2185
- constructor(inner, onLog) {
2186
- this.onLog = onLog;
2187
- this.inner = inner;
2188
- }
2189
- get shimMissingExports() {
2190
- return this.inner.shimMissingExports;
2191
- }
2192
- get input() {
2193
- return this.inner.input;
2194
- }
2195
- get cwd() {
2196
- return this.inner.cwd ?? void 0;
2197
- }
2198
- get platform() {
2199
- return this.inner.platform;
2200
- }
2201
- };
2189
+ var NormalizedInputOptionsImpl;
2190
+ var init_normalized_input_options = __esm({ "src/options/normalized-input-options.ts"() {
2191
+ NormalizedInputOptionsImpl = class {
2192
+ inner;
2193
+ constructor(inner, onLog) {
2194
+ this.onLog = onLog;
2195
+ this.inner = inner;
2196
+ }
2197
+ get shimMissingExports() {
2198
+ return this.inner.shimMissingExports;
2199
+ }
2200
+ get input() {
2201
+ return this.inner.input;
2202
+ }
2203
+ get cwd() {
2204
+ return this.inner.cwd ?? void 0;
2205
+ }
2206
+ get platform() {
2207
+ return this.inner.platform;
2208
+ }
2209
+ };
2210
+ } });
2202
2211
 
2203
2212
  //#endregion
2204
2213
  //#region src/types/sourcemap.ts
2205
- function bindingifySourcemap$1(map) {
2214
+ function bindingifySourcemap(map) {
2206
2215
  if (map == null) return;
2207
2216
  return { inner: typeof map === "string" ? map : {
2208
2217
  file: map.file ?? void 0,
2209
2218
  mappings: map.mappings,
2210
2219
  sourceRoot: "sourceRoot" in map ? map.sourceRoot ?? void 0 : void 0,
2211
- sources: map.sources?.map((s$7) => s$7 ?? void 0),
2212
- sourcesContent: map.sourcesContent?.map((s$7) => s$7 ?? void 0),
2220
+ sources: map.sources?.map((s) => s ?? void 0),
2221
+ sourcesContent: map.sourcesContent?.map((s) => s ?? void 0),
2213
2222
  names: map.names,
2214
2223
  x_google_ignoreList: map.x_google_ignoreList,
2215
2224
  debugId: "debugId" in map ? map.debugId : void 0
2216
2225
  } };
2217
2226
  }
2227
+ var init_sourcemap = __esm({ "src/types/sourcemap.ts"() {} });
2218
2228
 
2219
2229
  //#endregion
2220
2230
  //#region src/utils/error.ts
@@ -2225,13 +2235,13 @@ function normalizeErrors(rawErrors) {
2225
2235
  stack: void 0
2226
2236
  }));
2227
2237
  let summary = `Build failed with ${errors.length} error${errors.length < 2 ? "" : "s"}:\n`;
2228
- for (let i$16 = 0; i$16 < errors.length; i$16++) {
2238
+ for (let i$1 = 0; i$1 < errors.length; i$1++) {
2229
2239
  summary += "\n";
2230
- if (i$16 >= 5) {
2240
+ if (i$1 >= 5) {
2231
2241
  summary += "...";
2232
2242
  break;
2233
2243
  }
2234
- summary += getErrorMessage(errors[i$16]);
2244
+ summary += getErrorMessage(errors[i$1]);
2235
2245
  }
2236
2246
  const wrapper = new Error(summary);
2237
2247
  Object.defineProperty(wrapper, "errors", {
@@ -2248,23 +2258,24 @@ function normalizeErrors(rawErrors) {
2248
2258
  }
2249
2259
  function getErrorMessage(e) {
2250
2260
  if (Object.hasOwn(e, "kind")) return e.message;
2251
- let s$7 = "";
2252
- if (e.plugin) s$7 += `[plugin ${e.plugin}]`;
2261
+ let s = "";
2262
+ if (e.plugin) s += `[plugin ${e.plugin}]`;
2253
2263
  const id$1 = e.id ?? e.loc?.file;
2254
2264
  if (id$1) {
2255
- s$7 += " " + id$1;
2256
- if (e.loc) s$7 += `:${e.loc.line}:${e.loc.column}`;
2265
+ s += " " + id$1;
2266
+ if (e.loc) s += `:${e.loc.line}:${e.loc.column}`;
2257
2267
  }
2258
- if (s$7) s$7 += "\n";
2268
+ if (s) s += "\n";
2259
2269
  const message = `${e.name ?? "Error"}: ${e.message}`;
2260
- s$7 += message;
2261
- if (e.frame) s$7 = joinNewLine(s$7, e.frame);
2262
- if (e.stack) s$7 = joinNewLine(s$7, e.stack.replace(message, ""));
2263
- return s$7;
2270
+ s += message;
2271
+ if (e.frame) s = joinNewLine(s, e.frame);
2272
+ if (e.stack) s = joinNewLine(s, e.stack.replace(message, ""));
2273
+ return s;
2264
2274
  }
2265
2275
  function joinNewLine(s1, s2) {
2266
2276
  return s1.replace(/\n+$/, "") + "\n" + s2.replace(/^\n+/, "");
2267
2277
  }
2278
+ var init_error = __esm({ "src/utils/error.ts"() {} });
2268
2279
 
2269
2280
  //#endregion
2270
2281
  //#region src/utils/transform-module-info.ts
@@ -2286,7 +2297,9 @@ function transformModuleInfo(info, option) {
2286
2297
  ...option
2287
2298
  };
2288
2299
  }
2289
- var init_transform_module_info = __esm({ "src/utils/transform-module-info.ts"() {} });
2300
+ var init_transform_module_info = __esm({ "src/utils/transform-module-info.ts"() {
2301
+ init_misc();
2302
+ } });
2290
2303
 
2291
2304
  //#endregion
2292
2305
  //#region src/utils/transform-side-effects.ts
@@ -2316,896 +2329,70 @@ function normalizeTransformHookSourcemap(id$1, originalCode, rawMap) {
2316
2329
  if (isEmptySourcemapFiled(map.sources) || map.sources && map.sources.length === 1 && map.sources[0] !== id$1) map.sources = [id$1];
2317
2330
  return map;
2318
2331
  }
2319
-
2320
- //#endregion
2321
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3GOCSNFN.js
2322
- var init_chunk_3GOCSNFN = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3GOCSNFN.js"() {} });
2323
-
2324
- //#endregion
2325
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LFJW7BOT.js
2326
- var init_chunk_LFJW7BOT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LFJW7BOT.js"() {
2327
- init_chunk_3GOCSNFN();
2328
- } });
2329
-
2330
- //#endregion
2331
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-7ZI6JRPB.js
2332
- var init_chunk_7ZI6JRPB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-7ZI6JRPB.js"() {
2333
- init_chunk_LFJW7BOT();
2334
- } });
2335
-
2336
- //#endregion
2337
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OXJMERKM.js
2338
- var init_chunk_OXJMERKM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OXJMERKM.js"() {
2339
- init_chunk_LFJW7BOT();
2340
- } });
2332
+ var init_transform_sourcemap = __esm({ "src/utils/transform-sourcemap.ts"() {} });
2341
2333
 
2342
2334
  //#endregion
2343
2335
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-D6FCK2GA.js
2344
- function u$13(o$5, n$2, a$12) {
2345
- let t$8 = (r$7) => o$5(r$7, ...n$2);
2346
- return a$12 === void 0 ? t$8 : Object.assign(t$8, {
2347
- lazy: a$12,
2348
- lazyArgs: n$2
2336
+ function u$1(o, n, a) {
2337
+ let t$1 = (r) => o(r, ...n);
2338
+ return a === void 0 ? t$1 : Object.assign(t$1, {
2339
+ lazy: a,
2340
+ lazyArgs: n
2349
2341
  });
2350
2342
  }
2343
+ var init_chunk_D6FCK2GA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-D6FCK2GA.js"() {} });
2351
2344
 
2352
2345
  //#endregion
2353
2346
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js
2354
- function u$12(r$7, n$2, o$5) {
2355
- let a$12 = r$7.length - n$2.length;
2356
- if (a$12 === 0) return r$7(...n$2);
2357
- if (a$12 === 1) return u$13(r$7, n$2, o$5);
2347
+ function u(r, n, o) {
2348
+ let a = r.length - n.length;
2349
+ if (a === 0) return r(...n);
2350
+ if (a === 1) return u$1(r, n, o);
2358
2351
  throw new Error("Wrong number of arguments");
2359
2352
  }
2360
- var init_chunk_WIMGWYZL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js"() {} });
2361
-
2362
- //#endregion
2363
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-BSLJB6JE.js
2364
- var init_chunk_BSLJB6JE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-BSLJB6JE.js"() {
2365
- init_chunk_WIMGWYZL();
2366
- } });
2367
-
2368
- //#endregion
2369
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RKHJ2CP.js
2370
- var init_chunk_6RKHJ2CP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RKHJ2CP.js"() {
2371
- init_chunk_WIMGWYZL();
2372
- } });
2373
-
2374
- //#endregion
2375
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QDGUNRDA.js
2376
- var init_chunk_QDGUNRDA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QDGUNRDA.js"() {} });
2377
-
2378
- //#endregion
2379
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MYLLMFC7.js
2380
- var init_chunk_MYLLMFC7 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MYLLMFC7.js"() {
2381
- init_chunk_WIMGWYZL();
2382
- } });
2383
-
2384
- //#endregion
2385
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-N4JUOEMS.js
2386
- var init_chunk_N4JUOEMS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-N4JUOEMS.js"() {} });
2387
-
2388
- //#endregion
2389
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YRJ25UV2.js
2390
- var init_chunk_YRJ25UV2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YRJ25UV2.js"() {
2391
- init_chunk_WIMGWYZL();
2392
- } });
2393
-
2394
- //#endregion
2395
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Q5ASJ5N7.js
2396
- var init_chunk_Q5ASJ5N7 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Q5ASJ5N7.js"() {
2397
- init_chunk_WIMGWYZL();
2398
- } });
2399
-
2400
- //#endregion
2401
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WZOX4VKU.js
2402
- var init_chunk_WZOX4VKU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WZOX4VKU.js"() {
2403
- init_chunk_WIMGWYZL();
2404
- } });
2405
-
2406
- //#endregion
2407
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Y3VKZ3P5.js
2408
- var init_chunk_Y3VKZ3P5 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-Y3VKZ3P5.js"() {
2409
- init_chunk_WIMGWYZL();
2410
- } });
2411
-
2412
- //#endregion
2413
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZRKG4NSC.js
2414
- var init_chunk_ZRKG4NSC = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZRKG4NSC.js"() {
2415
- init_chunk_WIMGWYZL();
2416
- } });
2417
-
2418
- //#endregion
2419
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJLMYOTX.js
2420
- var init_chunk_QJLMYOTX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJLMYOTX.js"() {
2421
- init_chunk_LFJW7BOT();
2422
- } });
2423
-
2424
- //#endregion
2425
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DM52TTEP.js
2426
- var init_chunk_DM52TTEP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DM52TTEP.js"() {
2427
- init_chunk_WIMGWYZL();
2428
- } });
2429
-
2430
- //#endregion
2431
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2P44HXVH.js
2432
- var init_chunk_2P44HXVH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2P44HXVH.js"() {
2433
- init_chunk_WIMGWYZL();
2434
- } });
2435
-
2436
- //#endregion
2437
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZJS5DNQW.js
2438
- var init_chunk_ZJS5DNQW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZJS5DNQW.js"() {
2439
- init_chunk_WIMGWYZL();
2440
- } });
2441
-
2442
- //#endregion
2443
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-AIG3BDKO.js
2444
- var init_chunk_AIG3BDKO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-AIG3BDKO.js"() {
2445
- init_chunk_WIMGWYZL();
2446
- } });
2447
-
2448
- //#endregion
2449
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZPVGOJQV.js
2450
- var init_chunk_ZPVGOJQV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZPVGOJQV.js"() {
2451
- init_chunk_AIG3BDKO();
2353
+ var init_chunk_WIMGWYZL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WIMGWYZL.js"() {
2354
+ init_chunk_D6FCK2GA();
2452
2355
  } });
2453
2356
 
2454
- //#endregion
2455
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R3YJIBPV.js
2456
- var init_chunk_R3YJIBPV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R3YJIBPV.js"() {
2457
- init_chunk_ZPVGOJQV();
2458
- } });
2459
-
2460
- //#endregion
2461
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4UEQNEAO.js
2462
- var init_chunk_4UEQNEAO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4UEQNEAO.js"() {
2463
- init_chunk_WIMGWYZL();
2464
- } });
2465
-
2466
- //#endregion
2467
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4PLMLCP.js
2468
- var init_chunk_T4PLMLCP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4PLMLCP.js"() {
2469
- init_chunk_WIMGWYZL();
2470
- } });
2471
-
2472
- //#endregion
2473
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-SSDL7ATG.js
2474
- var init_chunk_SSDL7ATG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-SSDL7ATG.js"() {
2475
- init_chunk_WIMGWYZL();
2476
- } });
2477
-
2478
- //#endregion
2479
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EVIH3PFY.js
2480
- var init_chunk_EVIH3PFY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EVIH3PFY.js"() {
2481
- init_chunk_WIMGWYZL();
2482
- } });
2483
-
2484
- //#endregion
2485
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-S52RID4A.js
2486
- var init_chunk_S52RID4A = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-S52RID4A.js"() {
2487
- init_chunk_WIMGWYZL();
2488
- } });
2489
-
2490
- //#endregion
2491
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WWPMIW33.js
2492
- var init_chunk_WWPMIW33 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WWPMIW33.js"() {
2493
- init_chunk_WIMGWYZL();
2494
- } });
2495
-
2496
- //#endregion
2497
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-57KROWWS.js
2498
- var init_chunk_57KROWWS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-57KROWWS.js"() {
2499
- init_chunk_WIMGWYZL();
2500
- } });
2501
-
2502
- //#endregion
2503
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ALS6JP7S.js
2504
- var init_chunk_ALS6JP7S = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ALS6JP7S.js"() {
2505
- init_chunk_WIMGWYZL();
2506
- } });
2507
-
2508
- //#endregion
2509
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QTQTP2VB.js
2510
- var init_chunk_QTQTP2VB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QTQTP2VB.js"() {
2511
- init_chunk_WIMGWYZL();
2512
- } });
2513
-
2514
- //#endregion
2515
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NFFV4IQT.js
2516
- var init_chunk_NFFV4IQT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NFFV4IQT.js"() {
2517
- init_chunk_WIMGWYZL();
2518
- } });
2519
-
2520
- //#endregion
2521
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FDH4IRIM.js
2522
- var init_chunk_FDH4IRIM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FDH4IRIM.js"() {} });
2523
-
2524
- //#endregion
2525
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YDIA5YQI.js
2526
- var init_chunk_YDIA5YQI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YDIA5YQI.js"() {
2527
- init_chunk_WIMGWYZL();
2528
- } });
2529
-
2530
- //#endregion
2531
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6OEKBHIX.js
2532
- var init_chunk_6OEKBHIX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6OEKBHIX.js"() {
2533
- init_chunk_WIMGWYZL();
2534
- } });
2535
-
2536
- //#endregion
2537
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GDGEDZJG.js
2538
- var init_chunk_GDGEDZJG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GDGEDZJG.js"() {
2539
- init_chunk_WIMGWYZL();
2540
- } });
2541
-
2542
- //#endregion
2543
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XE3XIKTJ.js
2544
- var init_chunk_XE3XIKTJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XE3XIKTJ.js"() {
2545
- init_chunk_WIMGWYZL();
2546
- } });
2547
-
2548
- //#endregion
2549
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HVJXDSOP.js
2550
- var init_chunk_HVJXDSOP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HVJXDSOP.js"() {
2551
- init_chunk_WIMGWYZL();
2552
- } });
2553
-
2554
- //#endregion
2555
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MSOX5OUI.js
2556
- var init_chunk_MSOX5OUI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MSOX5OUI.js"() {
2557
- init_chunk_WIMGWYZL();
2558
- } });
2559
-
2560
- //#endregion
2561
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-C4OZY4Z2.js
2562
- var init_chunk_C4OZY4Z2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-C4OZY4Z2.js"() {
2563
- init_chunk_WIMGWYZL();
2564
- } });
2565
-
2566
- //#endregion
2567
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P2PQB7KO.js
2568
- var init_chunk_P2PQB7KO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P2PQB7KO.js"() {
2569
- init_chunk_WIMGWYZL();
2570
- } });
2571
-
2572
- //#endregion
2573
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHZ33J57.js
2574
- var init_chunk_UHZ33J57 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHZ33J57.js"() {
2575
- init_chunk_WIMGWYZL();
2576
- } });
2577
-
2578
- //#endregion
2579
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RL33UFT.js
2580
- var init_chunk_6RL33UFT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6RL33UFT.js"() {
2581
- init_chunk_WIMGWYZL();
2582
- } });
2583
-
2584
- //#endregion
2585
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YNNF733L.js
2586
- var init_chunk_YNNF733L = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-YNNF733L.js"() {
2587
- init_chunk_WIMGWYZL();
2588
- } });
2589
-
2590
- //#endregion
2591
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4YLWJIJ6.js
2592
- var init_chunk_4YLWJIJ6 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4YLWJIJ6.js"() {
2593
- init_chunk_WIMGWYZL();
2594
- } });
2595
-
2596
- //#endregion
2597
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KVHF7QRD.js
2598
- var init_chunk_KVHF7QRD = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KVHF7QRD.js"() {
2599
- init_chunk_WIMGWYZL();
2600
- } });
2601
-
2602
- //#endregion
2603
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-G5B2IDWB.js
2604
- var init_chunk_G5B2IDWB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-G5B2IDWB.js"() {
2605
- init_chunk_WIMGWYZL();
2606
- } });
2607
-
2608
- //#endregion
2609
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3FKP6OOU.js
2610
- var init_chunk_3FKP6OOU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3FKP6OOU.js"() {
2611
- init_chunk_WIMGWYZL();
2612
- } });
2613
-
2614
- //#endregion
2615
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LE6I3KC6.js
2616
- var init_chunk_LE6I3KC6 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-LE6I3KC6.js"() {
2617
- init_chunk_WIMGWYZL();
2618
- } });
2619
-
2620
- //#endregion
2621
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ENS7GPLZ.js
2622
- var init_chunk_ENS7GPLZ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ENS7GPLZ.js"() {
2623
- init_chunk_WIMGWYZL();
2624
- } });
2625
-
2626
- //#endregion
2627
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DSLWSGID.js
2628
- var init_chunk_DSLWSGID = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-DSLWSGID.js"() {} });
2629
-
2630
2357
  //#endregion
2631
2358
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3IFJP4R5.js
2632
- function d$2(...r$7) {
2633
- return u$12(i$15, r$7);
2359
+ function d(...r) {
2360
+ return u(i, r);
2634
2361
  }
2635
- var i$15;
2362
+ var i;
2636
2363
  var init_chunk_3IFJP4R5 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3IFJP4R5.js"() {
2637
2364
  init_chunk_WIMGWYZL();
2638
- i$15 = (r$7, t$8) => {
2639
- let a$12 = [[], []];
2640
- 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);
2641
- return a$12;
2365
+ i = (r, t$1) => {
2366
+ let a = [[], []];
2367
+ for (let [o, e] of r.entries()) t$1(e, o, r) ? a[0].push(e) : a[1].push(e);
2368
+ return a;
2642
2369
  };
2643
2370
  } });
2644
2371
 
2645
- //#endregion
2646
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J4EKWFDW.js
2647
- var init_chunk_J4EKWFDW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J4EKWFDW.js"() {
2648
- init_chunk_WIMGWYZL();
2649
- } });
2650
-
2651
- //#endregion
2652
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PGMPBC5Q.js
2653
- var init_chunk_PGMPBC5Q = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PGMPBC5Q.js"() {
2654
- init_chunk_WIMGWYZL();
2655
- } });
2656
-
2657
- //#endregion
2658
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GGYFZTDW.js
2659
- var init_chunk_GGYFZTDW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GGYFZTDW.js"() {
2660
- init_chunk_WIMGWYZL();
2661
- } });
2662
-
2663
- //#endregion
2664
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EDOGCRPU.js
2665
- var init_chunk_EDOGCRPU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-EDOGCRPU.js"() {
2666
- init_chunk_3GOCSNFN();
2667
- } });
2668
-
2669
- //#endregion
2670
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4NRWDO7P.js
2671
- var init_chunk_4NRWDO7P = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4NRWDO7P.js"() {
2672
- init_chunk_WIMGWYZL();
2673
- } });
2674
-
2675
- //#endregion
2676
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W6ZHPGFP.js
2677
- var init_chunk_W6ZHPGFP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W6ZHPGFP.js"() {
2678
- init_chunk_WIMGWYZL();
2679
- } });
2680
-
2681
- //#endregion
2682
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J3IRE4DI.js
2683
- var init_chunk_J3IRE4DI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J3IRE4DI.js"() {} });
2684
-
2685
- //#endregion
2686
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-RZUYD7QY.js
2687
- var init_chunk_RZUYD7QY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-RZUYD7QY.js"() {
2688
- init_chunk_WIMGWYZL();
2689
- } });
2690
-
2691
- //#endregion
2692
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5X74E2.js
2693
- var init_chunk_KI5X74E2 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5X74E2.js"() {
2694
- init_chunk_AIG3BDKO();
2695
- init_chunk_WIMGWYZL();
2696
- } });
2697
-
2698
- //#endregion
2699
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4ZFFLFWV.js
2700
- var init_chunk_4ZFFLFWV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-4ZFFLFWV.js"() {
2701
- init_chunk_WIMGWYZL();
2702
- } });
2703
-
2704
- //#endregion
2705
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NS6ZBRLP.js
2706
- var init_chunk_NS6ZBRLP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NS6ZBRLP.js"() {
2707
- init_chunk_WIMGWYZL();
2708
- } });
2709
-
2710
- //#endregion
2711
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3ZJAREUD.js
2712
- var init_chunk_3ZJAREUD = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3ZJAREUD.js"() {
2713
- init_chunk_WIMGWYZL();
2714
- } });
2715
-
2716
- //#endregion
2717
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZXVA7VDE.js
2718
- var init_chunk_ZXVA7VDE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZXVA7VDE.js"() {
2719
- init_chunk_LFJW7BOT();
2720
- } });
2721
-
2722
- //#endregion
2723
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-567G5ZXL.js
2724
- var init_chunk_567G5ZXL = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-567G5ZXL.js"() {
2725
- init_chunk_WIMGWYZL();
2726
- } });
2727
-
2728
- //#endregion
2729
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KQRZQWDE.js
2730
- var init_chunk_KQRZQWDE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KQRZQWDE.js"() {
2731
- init_chunk_567G5ZXL();
2732
- init_chunk_WIMGWYZL();
2733
- } });
2734
-
2735
- //#endregion
2736
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3D3RWAVJ.js
2737
- var init_chunk_3D3RWAVJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3D3RWAVJ.js"() {
2738
- init_chunk_WIMGWYZL();
2739
- } });
2740
-
2741
- //#endregion
2742
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-K2FFNW24.js
2743
- var init_chunk_K2FFNW24 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-K2FFNW24.js"() {
2744
- init_chunk_WIMGWYZL();
2745
- } });
2746
-
2747
- //#endregion
2748
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5S4PYKVY.js
2749
- var init_chunk_5S4PYKVY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5S4PYKVY.js"() {
2750
- init_chunk_WIMGWYZL();
2751
- } });
2752
-
2753
- //#endregion
2754
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PDQFB3TV.js
2755
- var init_chunk_PDQFB3TV = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PDQFB3TV.js"() {
2756
- init_chunk_WIMGWYZL();
2757
- } });
2758
-
2759
- //#endregion
2760
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GMMLSO2N.js
2761
- var init_chunk_GMMLSO2N = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GMMLSO2N.js"() {
2762
- init_chunk_WIMGWYZL();
2763
- } });
2764
-
2765
2372
  //#endregion
2766
2373
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5NQBDF4H.js
2767
- function t$4(...n$2) {
2768
- return u$12(Object.keys, n$2);
2374
+ function t(...n) {
2375
+ return u(Object.keys, n);
2769
2376
  }
2770
2377
  var init_chunk_5NQBDF4H = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-5NQBDF4H.js"() {
2771
2378
  init_chunk_WIMGWYZL();
2772
2379
  } });
2773
2380
 
2774
- //#endregion
2775
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PFSVCZNE.js
2776
- var init_chunk_PFSVCZNE = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PFSVCZNE.js"() {
2777
- init_chunk_WIMGWYZL();
2778
- } });
2779
-
2780
- //#endregion
2781
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VO5MRBXA.js
2782
- var init_chunk_VO5MRBXA = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VO5MRBXA.js"() {
2783
- init_chunk_WIMGWYZL();
2784
- } });
2785
-
2786
- //#endregion
2787
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XUX3ZEXI.js
2788
- var init_chunk_XUX3ZEXI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XUX3ZEXI.js"() {
2789
- init_chunk_WIMGWYZL();
2790
- } });
2791
-
2792
- //#endregion
2793
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KZIKCQ56.js
2794
- var init_chunk_KZIKCQ56 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KZIKCQ56.js"() {
2795
- init_chunk_WIMGWYZL();
2796
- } });
2797
-
2798
- //#endregion
2799
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P3DXEVTH.js
2800
- var init_chunk_P3DXEVTH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P3DXEVTH.js"() {
2801
- init_chunk_WIMGWYZL();
2802
- } });
2803
-
2804
- //#endregion
2805
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OLNQBNAJ.js
2806
- var init_chunk_OLNQBNAJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OLNQBNAJ.js"() {
2807
- init_chunk_WIMGWYZL();
2808
- } });
2809
-
2810
- //#endregion
2811
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QOEIYQAG.js
2812
- var init_chunk_QOEIYQAG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QOEIYQAG.js"() {
2813
- init_chunk_WIMGWYZL();
2814
- } });
2815
-
2816
- //#endregion
2817
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T45O7BFY.js
2818
- var init_chunk_T45O7BFY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T45O7BFY.js"() {
2819
- init_chunk_LFJW7BOT();
2820
- } });
2821
-
2822
- //#endregion
2823
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OP5ZF26D.js
2824
- var init_chunk_OP5ZF26D = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-OP5ZF26D.js"() {
2825
- init_chunk_WIMGWYZL();
2826
- } });
2827
-
2828
- //#endregion
2829
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JN2GYTBI.js
2830
- var init_chunk_JN2GYTBI = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JN2GYTBI.js"() {
2831
- init_chunk_WIMGWYZL();
2832
- } });
2833
-
2834
- //#endregion
2835
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HGKLN5KY.js
2836
- var init_chunk_HGKLN5KY = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HGKLN5KY.js"() {
2837
- init_chunk_WIMGWYZL();
2838
- } });
2839
-
2840
- //#endregion
2841
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R7PILVSQ.js
2842
- var init_chunk_R7PILVSQ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-R7PILVSQ.js"() {
2843
- init_chunk_HGKLN5KY();
2844
- init_chunk_WIMGWYZL();
2845
- } });
2846
-
2847
- //#endregion
2848
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-B6PG574O.js
2849
- var init_chunk_B6PG574O = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-B6PG574O.js"() {
2850
- init_chunk_WIMGWYZL();
2851
- } });
2852
-
2853
- //#endregion
2854
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ICBBHOCR.js
2855
- var init_chunk_ICBBHOCR = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ICBBHOCR.js"() {
2856
- init_chunk_LFJW7BOT();
2857
- } });
2858
-
2859
- //#endregion
2860
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JEUUQSE4.js
2861
- var init_chunk_JEUUQSE4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-JEUUQSE4.js"() {
2862
- init_chunk_AIG3BDKO();
2863
- } });
2864
-
2865
- //#endregion
2866
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XPCYQPKH.js
2867
- var init_chunk_XPCYQPKH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XPCYQPKH.js"() {} });
2868
-
2869
- //#endregion
2870
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FRNNS7AX.js
2871
- var init_chunk_FRNNS7AX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-FRNNS7AX.js"() {
2872
- init_chunk_WIMGWYZL();
2873
- } });
2874
-
2875
- //#endregion
2876
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJOWZFYO.js
2877
- var init_chunk_QJOWZFYO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-QJOWZFYO.js"() {
2878
- init_chunk_WIMGWYZL();
2879
- } });
2880
-
2881
- //#endregion
2882
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VIBSXWWU.js
2883
- var init_chunk_VIBSXWWU = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VIBSXWWU.js"() {
2884
- init_chunk_WIMGWYZL();
2885
- } });
2886
-
2887
- //#endregion
2888
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4H4IOYC.js
2889
- var init_chunk_T4H4IOYC = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-T4H4IOYC.js"() {
2890
- init_chunk_WIMGWYZL();
2891
- } });
2892
-
2893
- //#endregion
2894
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GPLTWAVR.js
2895
- var init_chunk_GPLTWAVR = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GPLTWAVR.js"() {
2896
- init_chunk_WIMGWYZL();
2897
- } });
2898
-
2899
- //#endregion
2900
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PIX5OHMW.js
2901
- var init_chunk_PIX5OHMW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PIX5OHMW.js"() {
2902
- init_chunk_WIMGWYZL();
2903
- } });
2904
-
2905
- //#endregion
2906
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VVM5DH6Z.js
2907
- var init_chunk_VVM5DH6Z = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VVM5DH6Z.js"() {
2908
- init_chunk_WIMGWYZL();
2909
- } });
2910
-
2911
- //#endregion
2912
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PVYOMZ3I.js
2913
- var init_chunk_PVYOMZ3I = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-PVYOMZ3I.js"() {
2914
- init_chunk_WIMGWYZL();
2915
- } });
2916
-
2917
- //#endregion
2918
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P6LAFGAN.js
2919
- var init_chunk_P6LAFGAN = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-P6LAFGAN.js"() {
2920
- init_chunk_WIMGWYZL();
2921
- } });
2922
-
2923
- //#endregion
2924
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MQDP6CFS.js
2925
- var init_chunk_MQDP6CFS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-MQDP6CFS.js"() {
2926
- init_chunk_WIMGWYZL();
2927
- } });
2928
-
2929
- //#endregion
2930
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UZ6BOIAH.js
2931
- var init_chunk_UZ6BOIAH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UZ6BOIAH.js"() {
2932
- init_chunk_WIMGWYZL();
2933
- } });
2934
-
2935
- //#endregion
2936
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5UAETW.js
2937
- var init_chunk_KI5UAETW = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-KI5UAETW.js"() {
2938
- init_chunk_WIMGWYZL();
2939
- } });
2940
-
2941
- //#endregion
2942
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GYH2VCL4.js
2943
- var init_chunk_GYH2VCL4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GYH2VCL4.js"() {
2944
- init_chunk_WIMGWYZL();
2945
- } });
2946
-
2947
- //#endregion
2948
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-26ILFTOP.js
2949
- var init_chunk_26ILFTOP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-26ILFTOP.js"() {
2950
- init_chunk_WIMGWYZL();
2951
- } });
2952
-
2953
- //#endregion
2954
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2KIKGHAO.js
2955
- var init_chunk_2KIKGHAO = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2KIKGHAO.js"() {
2956
- init_chunk_WIMGWYZL();
2957
- } });
2958
-
2959
- //#endregion
2960
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-TSGKWRXX.js
2961
- var init_chunk_TSGKWRXX = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-TSGKWRXX.js"() {
2962
- init_chunk_WIMGWYZL();
2963
- } });
2964
-
2965
- //#endregion
2966
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6NCEKWMJ.js
2967
- var init_chunk_6NCEKWMJ = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-6NCEKWMJ.js"() {
2968
- init_chunk_ZPVGOJQV();
2969
- } });
2970
-
2971
- //#endregion
2972
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J7R2OSHS.js
2973
- var init_chunk_J7R2OSHS = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-J7R2OSHS.js"() {
2974
- init_chunk_WIMGWYZL();
2975
- } });
2976
-
2977
- //#endregion
2978
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GIKF2ZNG.js
2979
- var init_chunk_GIKF2ZNG = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GIKF2ZNG.js"() {
2980
- init_chunk_WIMGWYZL();
2981
- } });
2982
-
2983
- //#endregion
2984
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XWBKJZIP.js
2985
- var init_chunk_XWBKJZIP = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XWBKJZIP.js"() {
2986
- init_chunk_WIMGWYZL();
2987
- } });
2988
-
2989
- //#endregion
2990
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XHPQVWZM.js
2991
- var init_chunk_XHPQVWZM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-XHPQVWZM.js"() {
2992
- init_chunk_WIMGWYZL();
2993
- } });
2994
-
2995
- //#endregion
2996
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2OQBQB3V.js
2997
- var init_chunk_2OQBQB3V = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-2OQBQB3V.js"() {
2998
- init_chunk_WIMGWYZL();
2999
- } });
3000
-
3001
- //#endregion
3002
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-H4OTHZJB.js
3003
- var init_chunk_H4OTHZJB = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-H4OTHZJB.js"() {
3004
- init_chunk_WIMGWYZL();
3005
- } });
3006
-
3007
- //#endregion
3008
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZTNFU7RH.js
3009
- var init_chunk_ZTNFU7RH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-ZTNFU7RH.js"() {
3010
- init_chunk_WIMGWYZL();
3011
- } });
3012
-
3013
- //#endregion
3014
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GKXRNLHM.js
3015
- var init_chunk_GKXRNLHM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-GKXRNLHM.js"() {
3016
- init_chunk_LFJW7BOT();
3017
- } });
3018
-
3019
- //#endregion
3020
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NYIWN625.js
3021
- var init_chunk_NYIWN625 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-NYIWN625.js"() {
3022
- init_chunk_LFJW7BOT();
3023
- } });
3024
-
3025
- //#endregion
3026
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WPTI67A4.js
3027
- var init_chunk_WPTI67A4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-WPTI67A4.js"() {
3028
- init_chunk_WIMGWYZL();
3029
- } });
3030
-
3031
- //#endregion
3032
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W2ARC73P.js
3033
- var init_chunk_W2ARC73P = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-W2ARC73P.js"() {
3034
- init_chunk_WIMGWYZL();
3035
- } });
3036
-
3037
- //#endregion
3038
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3UBK2BVM.js
3039
- var init_chunk_3UBK2BVM = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-3UBK2BVM.js"() {
3040
- init_chunk_WIMGWYZL();
3041
- } });
3042
-
3043
- //#endregion
3044
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VFECZ57D.js
3045
- var init_chunk_VFECZ57D = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VFECZ57D.js"() {
3046
- init_chunk_WIMGWYZL();
3047
- } });
3048
-
3049
- //#endregion
3050
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VG2NVNXT.js
3051
- var init_chunk_VG2NVNXT = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-VG2NVNXT.js"() {
3052
- init_chunk_WIMGWYZL();
3053
- } });
3054
-
3055
- //#endregion
3056
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HJSE36CH.js
3057
- var init_chunk_HJSE36CH = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-HJSE36CH.js"() {
3058
- init_chunk_WIMGWYZL();
3059
- } });
3060
-
3061
- //#endregion
3062
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-IERM7LX4.js
3063
- var init_chunk_IERM7LX4 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-IERM7LX4.js"() {
3064
- init_chunk_WIMGWYZL();
3065
- } });
3066
-
3067
- //#endregion
3068
- //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHDYHGOF.js
3069
- var init_chunk_UHDYHGOF = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/chunk-UHDYHGOF.js"() {
3070
- init_chunk_WIMGWYZL();
3071
- } });
3072
-
3073
2381
  //#endregion
3074
2382
  //#region ../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/index.js
3075
- var init_dist = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/index.js"() {
3076
- init_chunk_7ZI6JRPB();
3077
- init_chunk_OXJMERKM();
3078
- init_chunk_BSLJB6JE();
3079
- init_chunk_6RKHJ2CP();
3080
- init_chunk_QDGUNRDA();
3081
- init_chunk_MYLLMFC7();
3082
- init_chunk_N4JUOEMS();
3083
- init_chunk_YRJ25UV2();
3084
- init_chunk_Q5ASJ5N7();
3085
- init_chunk_WZOX4VKU();
3086
- init_chunk_Y3VKZ3P5();
3087
- init_chunk_ZRKG4NSC();
3088
- init_chunk_QJLMYOTX();
3089
- init_chunk_DM52TTEP();
3090
- init_chunk_2P44HXVH();
3091
- init_chunk_ZJS5DNQW();
3092
- init_chunk_R3YJIBPV();
3093
- init_chunk_4UEQNEAO();
3094
- init_chunk_T4PLMLCP();
3095
- init_chunk_SSDL7ATG();
3096
- init_chunk_EVIH3PFY();
3097
- init_chunk_S52RID4A();
3098
- init_chunk_WWPMIW33();
3099
- init_chunk_57KROWWS();
3100
- init_chunk_ALS6JP7S();
3101
- init_chunk_QTQTP2VB();
3102
- init_chunk_NFFV4IQT();
3103
- init_chunk_FDH4IRIM();
3104
- init_chunk_YDIA5YQI();
3105
- init_chunk_6OEKBHIX();
3106
- init_chunk_GDGEDZJG();
3107
- init_chunk_XE3XIKTJ();
3108
- init_chunk_HVJXDSOP();
3109
- init_chunk_MSOX5OUI();
3110
- init_chunk_C4OZY4Z2();
3111
- init_chunk_P2PQB7KO();
3112
- init_chunk_UHZ33J57();
3113
- init_chunk_6RL33UFT();
3114
- init_chunk_YNNF733L();
3115
- init_chunk_4YLWJIJ6();
3116
- init_chunk_KVHF7QRD();
3117
- init_chunk_G5B2IDWB();
3118
- init_chunk_3FKP6OOU();
3119
- init_chunk_LE6I3KC6();
3120
- init_chunk_ENS7GPLZ();
3121
- init_chunk_DSLWSGID();
2383
+ var init_dist$1 = __esm({ "../../node_modules/.pnpm/remeda@2.21.6/node_modules/remeda/dist/index.js"() {
3122
2384
  init_chunk_3IFJP4R5();
3123
- init_chunk_J4EKWFDW();
3124
- init_chunk_PGMPBC5Q();
3125
- init_chunk_GGYFZTDW();
3126
- init_chunk_EDOGCRPU();
3127
- init_chunk_4NRWDO7P();
3128
- init_chunk_W6ZHPGFP();
3129
- init_chunk_J3IRE4DI();
3130
- init_chunk_RZUYD7QY();
3131
- init_chunk_KI5X74E2();
3132
- init_chunk_4ZFFLFWV();
3133
- init_chunk_NS6ZBRLP();
3134
- init_chunk_3ZJAREUD();
3135
- init_chunk_ZXVA7VDE();
3136
- init_chunk_KQRZQWDE();
3137
- init_chunk_567G5ZXL();
3138
- init_chunk_3D3RWAVJ();
3139
- init_chunk_K2FFNW24();
3140
- init_chunk_5S4PYKVY();
3141
- init_chunk_PDQFB3TV();
3142
- init_chunk_GMMLSO2N();
3143
2385
  init_chunk_5NQBDF4H();
3144
- init_chunk_PFSVCZNE();
3145
- init_chunk_VO5MRBXA();
3146
- init_chunk_XUX3ZEXI();
3147
- init_chunk_KZIKCQ56();
3148
- init_chunk_P3DXEVTH();
3149
- init_chunk_OLNQBNAJ();
3150
- init_chunk_QOEIYQAG();
3151
- init_chunk_T45O7BFY();
3152
- init_chunk_OP5ZF26D();
3153
- init_chunk_JN2GYTBI();
3154
- init_chunk_R7PILVSQ();
3155
- init_chunk_HGKLN5KY();
3156
- init_chunk_B6PG574O();
3157
- init_chunk_ICBBHOCR();
3158
- init_chunk_JEUUQSE4();
3159
- init_chunk_XPCYQPKH();
3160
- init_chunk_FRNNS7AX();
3161
- init_chunk_QJOWZFYO();
3162
- init_chunk_VIBSXWWU();
3163
- init_chunk_T4H4IOYC();
3164
- init_chunk_GPLTWAVR();
3165
- init_chunk_PIX5OHMW();
3166
- init_chunk_VVM5DH6Z();
3167
- init_chunk_PVYOMZ3I();
3168
- init_chunk_P6LAFGAN();
3169
- init_chunk_MQDP6CFS();
3170
- init_chunk_UZ6BOIAH();
3171
- init_chunk_KI5UAETW();
3172
- init_chunk_GYH2VCL4();
3173
- init_chunk_26ILFTOP();
3174
- init_chunk_2KIKGHAO();
3175
- init_chunk_TSGKWRXX();
3176
- init_chunk_6NCEKWMJ();
3177
- init_chunk_ZPVGOJQV();
3178
- init_chunk_AIG3BDKO();
3179
- init_chunk_J7R2OSHS();
3180
- init_chunk_GIKF2ZNG();
3181
- init_chunk_XWBKJZIP();
3182
- init_chunk_XHPQVWZM();
3183
- init_chunk_2OQBQB3V();
3184
- init_chunk_H4OTHZJB();
3185
- init_chunk_ZTNFU7RH();
3186
- init_chunk_GKXRNLHM();
3187
- init_chunk_NYIWN625();
3188
- init_chunk_LFJW7BOT();
3189
- init_chunk_3GOCSNFN();
3190
- init_chunk_WPTI67A4();
3191
- init_chunk_W2ARC73P();
3192
- init_chunk_3UBK2BVM();
3193
- init_chunk_VFECZ57D();
3194
- init_chunk_VG2NVNXT();
3195
- init_chunk_HJSE36CH();
3196
- init_chunk_IERM7LX4();
3197
- init_chunk_UHDYHGOF();
3198
- init_chunk_WIMGWYZL();
3199
2386
  } });
3200
2387
 
3201
2388
  //#endregion
3202
2389
  //#region src/plugin/bindingify-hook-filter.ts
3203
2390
  function generalHookFilterMatcherToFilterExprs(matcher, stringKind) {
3204
2391
  if (typeof matcher === "string" || matcher instanceof RegExp) return [include(generateAtomMatcher(stringKind, matcher))];
3205
- if (Array.isArray(matcher)) return matcher.map((m$10) => include(generateAtomMatcher(stringKind, m$10)));
2392
+ if (Array.isArray(matcher)) return matcher.map((m) => include(generateAtomMatcher(stringKind, m)));
3206
2393
  let ret = [];
3207
- if (matcher.exclude) ret.push(...arraify(matcher.exclude).map((m$10) => exclude(generateAtomMatcher(stringKind, m$10))));
3208
- if (matcher.include) ret.push(...arraify(matcher.include).map((m$10) => include(generateAtomMatcher(stringKind, m$10))));
2394
+ if (matcher.exclude) ret.push(...arraify(matcher.exclude).map((m) => exclude(generateAtomMatcher(stringKind, m))));
2395
+ if (matcher.include) ret.push(...arraify(matcher.include).map((m) => include(generateAtomMatcher(stringKind, m))));
3209
2396
  return ret;
3210
2397
  }
3211
2398
  function generateAtomMatcher(kind, matcher) {
@@ -3220,14 +2407,14 @@ function transformFilterMatcherToFilterExprs(filterOption) {
3220
2407
  let idExcludes = [];
3221
2408
  let codeIncludes = [];
3222
2409
  let codeExcludes = [];
3223
- if (id$1) [idIncludes, idExcludes] = d$2(generalHookFilterMatcherToFilterExprs(id$1, "id") ?? [], (m$10) => m$10.kind === "include");
3224
- if (code$1) [codeIncludes, codeExcludes] = d$2(generalHookFilterMatcherToFilterExprs(code$1, "code") ?? [], (m$10) => m$10.kind === "include");
2410
+ if (id$1) [idIncludes, idExcludes] = d(generalHookFilterMatcherToFilterExprs(id$1, "id") ?? [], (m) => m.kind === "include");
2411
+ if (code$1) [codeIncludes, codeExcludes] = d(generalHookFilterMatcherToFilterExprs(code$1, "code") ?? [], (m) => m.kind === "include");
3225
2412
  ret.push(...idExcludes);
3226
2413
  ret.push(...codeExcludes);
3227
2414
  let andExprList = [];
3228
2415
  if (moduleType$1) {
3229
2416
  let moduleTypes = Array.isArray(moduleType$1) ? moduleType$1 : moduleType$1.include ?? [];
3230
- andExprList.push(or(...moduleTypes.map((m$10) => moduleType(m$10))));
2417
+ andExprList.push(or(...moduleTypes.map((m) => moduleType(m))));
3231
2418
  }
3232
2419
  if (idIncludes.length) andExprList.push(or(...idIncludes.map((item) => item.expr)));
3233
2420
  if (codeIncludes.length) andExprList.push(or(...codeIncludes.map((item) => item.expr)));
@@ -3249,7 +2436,7 @@ function bindingifyFilterExprImpl(expr, list) {
3249
2436
  switch (expr.kind) {
3250
2437
  case "and": {
3251
2438
  let args$1 = expr.args;
3252
- for (let i$16 = args$1.length - 1; i$16 >= 0; i$16--) bindingifyFilterExprImpl(args$1[i$16], list);
2439
+ for (let i$1 = args$1.length - 1; i$1 >= 0; i$1--) bindingifyFilterExprImpl(args$1[i$1], list);
3253
2440
  list.push({
3254
2441
  kind: "And",
3255
2442
  payload: args$1.length
@@ -3258,7 +2445,7 @@ function bindingifyFilterExprImpl(expr, list) {
3258
2445
  }
3259
2446
  case "or": {
3260
2447
  let args$1 = expr.args;
3261
- for (let i$16 = args$1.length - 1; i$16 >= 0; i$16--) bindingifyFilterExprImpl(args$1[i$16], list);
2448
+ for (let i$1 = args$1.length - 1; i$1 >= 0; i$1--) bindingifyFilterExprImpl(args$1[i$1], list);
3262
2449
  list.push({
3263
2450
  kind: "Or",
3264
2451
  payload: args$1.length
@@ -3340,6 +2527,8 @@ function bindingifyRenderChunkFilter(filterOption) {
3340
2527
  }
3341
2528
  var init_bindingify_hook_filter = __esm({ "src/plugin/bindingify-hook-filter.ts"() {
3342
2529
  init_dist();
2530
+ init_dist$1();
2531
+ init_misc();
3343
2532
  } });
3344
2533
 
3345
2534
  //#endregion
@@ -3366,6 +2555,7 @@ function transformAssetSource(bindingAssetSource$1) {
3366
2555
  function bindingAssetSource(source) {
3367
2556
  return { inner: source };
3368
2557
  }
2558
+ var init_asset_source = __esm({ "src/utils/asset-source.ts"() {} });
3369
2559
 
3370
2560
  //#endregion
3371
2561
  //#region src/plugin/plugin-context.ts
@@ -3375,6 +2565,8 @@ var init_plugin_context = __esm({ "src/plugin/plugin-context.ts"() {
3375
2565
  init_logs();
3376
2566
  init_parse_ast_index();
3377
2567
  init_minimal_plugin_context();
2568
+ init_asset_source();
2569
+ init_misc();
3378
2570
  init_transform_side_effects();
3379
2571
  PluginContextImpl = class extends MinimalPluginContextImpl {
3380
2572
  getModuleInfo;
@@ -3611,7 +2803,7 @@ function bindingifyTransform(args$1) {
3611
2803
  });
3612
2804
  return {
3613
2805
  code: ret.code,
3614
- map: bindingifySourcemap$1(normalizeTransformHookSourcemap(id$1, code$1, ret.map)),
2806
+ map: bindingifySourcemap(normalizeTransformHookSourcemap(id$1, code$1, ret.map)),
3615
2807
  sideEffects: bindingifySideEffects(moduleOption.moduleSideEffects),
3616
2808
  moduleType: ret.moduleType
3617
2809
  };
@@ -3637,7 +2829,7 @@ function bindingifyLoad(args$1) {
3637
2829
  let map = preProcessSourceMap(ret, id$1);
3638
2830
  return {
3639
2831
  code: ret.code,
3640
- map: bindingifySourcemap$1(map),
2832
+ map: bindingifySourcemap(map),
3641
2833
  moduleType: ret.moduleType,
3642
2834
  sideEffects: bindingifySideEffects(moduleOption.moduleSideEffects)
3643
2835
  };
@@ -3670,8 +2862,12 @@ function bindingifyModuleParsed(args$1) {
3670
2862
  var init_bindingify_build_hooks = __esm({ "src/plugin/bindingify-build-hooks.ts"() {
3671
2863
  init_normalize_hook();
3672
2864
  init_plugin_context$1();
2865
+ init_normalized_input_options();
2866
+ init_sourcemap();
2867
+ init_error();
3673
2868
  init_transform_module_info();
3674
2869
  init_transform_side_effects();
2870
+ init_transform_sourcemap();
3675
2871
  init_bindingify_hook_filter();
3676
2872
  init_bindingify_plugin_hook_meta();
3677
2873
  init_plugin_context();
@@ -3693,6 +2889,7 @@ function transformToRenderedModule(bindingRenderedModule) {
3693
2889
  }
3694
2890
  };
3695
2891
  }
2892
+ var init_transform_rendered_module = __esm({ "src/utils/transform-rendered-module.ts"() {} });
3696
2893
 
3697
2894
  //#endregion
3698
2895
  //#region src/utils/transform-rendered-chunk.ts
@@ -3735,14 +2932,16 @@ function transformRenderedChunk(chunk) {
3735
2932
  }
3736
2933
  function transformChunkModules(modules) {
3737
2934
  const result = {};
3738
- for (let i$16 = 0; i$16 < modules.values.length; i$16++) {
3739
- let key = modules.keys[i$16];
3740
- const mod = modules.values[i$16];
2935
+ for (let i$1 = 0; i$1 < modules.values.length; i$1++) {
2936
+ let key = modules.keys[i$1];
2937
+ const mod = modules.values[i$1];
3741
2938
  result[key] = transformToRenderedModule(mod);
3742
2939
  }
3743
2940
  return result;
3744
2941
  }
3745
- var init_transform_rendered_chunk = __esm({ "src/utils/transform-rendered-chunk.ts"() {} });
2942
+ var init_transform_rendered_chunk = __esm({ "src/utils/transform-rendered-chunk.ts"() {
2943
+ init_transform_rendered_module();
2944
+ } });
3746
2945
 
3747
2946
  //#endregion
3748
2947
  //#region src/utils/bindingify-output-options.ts
@@ -3754,7 +2953,7 @@ function bindingifyOutputOptions(outputOptions) {
3754
2953
  format: bindingifyFormat(format),
3755
2954
  exports,
3756
2955
  hashCharacters,
3757
- sourcemap: bindingifySourcemap(sourcemap),
2956
+ sourcemap: bindingifySourcemap$1(sourcemap),
3758
2957
  sourcemapDebugIds,
3759
2958
  sourcemapIgnoreList: bindingifySourcemapIgnoreList(sourcemapIgnoreList),
3760
2959
  sourcemapPathTransform,
@@ -3804,7 +3003,7 @@ function bindingifyFormat(format) {
3804
3003
  default: unimplemented(`output.format: ${format}`);
3805
3004
  }
3806
3005
  }
3807
- function bindingifySourcemap(sourcemap) {
3006
+ function bindingifySourcemap$1(sourcemap) {
3808
3007
  switch (sourcemap) {
3809
3008
  case true: return "file";
3810
3009
  case "inline": return "inline";
@@ -3829,6 +3028,8 @@ function bindingifyAssetFilenames(assetFileNames) {
3829
3028
  return assetFileNames;
3830
3029
  }
3831
3030
  var init_bindingify_output_options = __esm({ "src/utils/bindingify-output-options.ts"() {
3031
+ init_asset_source();
3032
+ init_misc();
3832
3033
  init_transform_rendered_chunk();
3833
3034
  } });
3834
3035
 
@@ -3993,20 +3194,20 @@ function transformToRollupOutputChunk(bindingChunk, changed) {
3993
3194
  };
3994
3195
  const cache = {};
3995
3196
  return new Proxy(chunk, {
3996
- get(target, p$3) {
3997
- if (p$3 in cache) return cache[p$3];
3998
- const value = target[p$3];
3999
- cache[p$3] = value;
3197
+ get(target, p) {
3198
+ if (p in cache) return cache[p];
3199
+ const value = target[p];
3200
+ cache[p] = value;
4000
3201
  return value;
4001
3202
  },
4002
- set(target, p$3, newValue) {
4003
- cache[p$3] = newValue;
3203
+ set(target, p, newValue) {
3204
+ cache[p] = newValue;
4004
3205
  changed?.updated.add(bindingChunk.fileName);
4005
3206
  return true;
4006
3207
  },
4007
- has(target, p$3) {
4008
- if (p$3 in cache) return true;
4009
- return p$3 in target;
3208
+ has(target, p) {
3209
+ if (p in cache) return true;
3210
+ return p in target;
4010
3211
  }
4011
3212
  });
4012
3213
  }
@@ -4024,14 +3225,14 @@ function transformToRollupOutputAsset(bindingAsset, changed) {
4024
3225
  };
4025
3226
  const cache = {};
4026
3227
  return new Proxy(asset, {
4027
- get(target, p$3) {
4028
- if (p$3 in cache) return cache[p$3];
4029
- const value = target[p$3];
4030
- cache[p$3] = value;
3228
+ get(target, p) {
3229
+ if (p in cache) return cache[p];
3230
+ const value = target[p];
3231
+ cache[p] = value;
4031
3232
  return value;
4032
3233
  },
4033
- set(target, p$3, newValue) {
4034
- cache[p$3] = newValue;
3234
+ set(target, p, newValue) {
3235
+ cache[p] = newValue;
4035
3236
  changed?.updated.add(bindingAsset.fileName);
4036
3237
  return true;
4037
3238
  }
@@ -4077,7 +3278,7 @@ function collectChangedBundle(changed, bundle) {
4077
3278
  facadeModuleId: item.facadeModuleId || void 0,
4078
3279
  isDynamicEntry: item.isDynamicEntry,
4079
3280
  moduleIds: item.moduleIds,
4080
- map: bindingifySourcemap$1(item.map),
3281
+ map: bindingifySourcemap(item.map),
4081
3282
  sourcemapFilename: item.sourcemapFileName || void 0,
4082
3283
  preliminaryFilename: item.preliminaryFileName
4083
3284
  });
@@ -4089,6 +3290,9 @@ function collectChangedBundle(changed, bundle) {
4089
3290
  };
4090
3291
  }
4091
3292
  var init_transform_to_rollup_output = __esm({ "src/utils/transform-to-rollup-output.ts"() {
3293
+ init_sourcemap();
3294
+ init_asset_source();
3295
+ init_error();
4092
3296
  init_transform_rendered_chunk();
4093
3297
  } });
4094
3298
 
@@ -4118,7 +3322,7 @@ function bindingifyRenderChunk(args$1) {
4118
3322
  if (!ret.map) return { code: ret.code };
4119
3323
  return {
4120
3324
  code: ret.code,
4121
- map: bindingifySourcemap$1(ret.map)
3325
+ map: bindingifySourcemap(ret.map)
4122
3326
  };
4123
3327
  },
4124
3328
  meta: bindingifyPluginHookMeta(meta),
@@ -4241,7 +3445,10 @@ function bindingifyOutro(args$1) {
4241
3445
  };
4242
3446
  }
4243
3447
  var init_bindingify_output_hooks = __esm({ "src/plugin/bindingify-output-hooks.ts"() {
3448
+ init_normalized_input_options();
4244
3449
  init_normalized_output_options();
3450
+ init_sourcemap();
3451
+ init_error();
4245
3452
  init_normalize_hook();
4246
3453
  init_transform_rendered_chunk();
4247
3454
  init_transform_to_rollup_output();
@@ -4282,40 +3489,6 @@ var init_bindingify_watch_hooks = __esm({ "src/plugin/bindingify-watch-hooks.ts"
4282
3489
 
4283
3490
  //#endregion
4284
3491
  //#region src/plugin/generated/hook-usage.ts
4285
- let HookUsageKind = /* @__PURE__ */ function(HookUsageKind$1) {
4286
- HookUsageKind$1[HookUsageKind$1["buildStart"] = 1] = "buildStart";
4287
- HookUsageKind$1[HookUsageKind$1["resolveId"] = 2] = "resolveId";
4288
- HookUsageKind$1[HookUsageKind$1["resolveDynamicImport"] = 4] = "resolveDynamicImport";
4289
- HookUsageKind$1[HookUsageKind$1["load"] = 8] = "load";
4290
- HookUsageKind$1[HookUsageKind$1["transform"] = 16] = "transform";
4291
- HookUsageKind$1[HookUsageKind$1["moduleParsed"] = 32] = "moduleParsed";
4292
- HookUsageKind$1[HookUsageKind$1["buildEnd"] = 64] = "buildEnd";
4293
- HookUsageKind$1[HookUsageKind$1["renderStart"] = 128] = "renderStart";
4294
- HookUsageKind$1[HookUsageKind$1["renderError"] = 256] = "renderError";
4295
- HookUsageKind$1[HookUsageKind$1["renderChunk"] = 512] = "renderChunk";
4296
- HookUsageKind$1[HookUsageKind$1["augmentChunkHash"] = 1024] = "augmentChunkHash";
4297
- HookUsageKind$1[HookUsageKind$1["generateBundle"] = 2048] = "generateBundle";
4298
- HookUsageKind$1[HookUsageKind$1["writeBundle"] = 4096] = "writeBundle";
4299
- HookUsageKind$1[HookUsageKind$1["closeBundle"] = 8192] = "closeBundle";
4300
- HookUsageKind$1[HookUsageKind$1["watchChange"] = 16384] = "watchChange";
4301
- HookUsageKind$1[HookUsageKind$1["closeWatcher"] = 32768] = "closeWatcher";
4302
- HookUsageKind$1[HookUsageKind$1["transformAst"] = 65536] = "transformAst";
4303
- HookUsageKind$1[HookUsageKind$1["banner"] = 131072] = "banner";
4304
- HookUsageKind$1[HookUsageKind$1["footer"] = 262144] = "footer";
4305
- HookUsageKind$1[HookUsageKind$1["intro"] = 524288] = "intro";
4306
- HookUsageKind$1[HookUsageKind$1["outro"] = 1048576] = "outro";
4307
- return HookUsageKind$1;
4308
- }({});
4309
- var HookUsage = class {
4310
- bitflag = BigInt(0);
4311
- constructor() {}
4312
- union(kind) {
4313
- this.bitflag |= BigInt(kind);
4314
- }
4315
- inner() {
4316
- return Number(this.bitflag);
4317
- }
4318
- };
4319
3492
  function extractHookUsage(plugin) {
4320
3493
  let hookUsage = new HookUsage();
4321
3494
  if (plugin.buildStart) hookUsage.union(HookUsageKind.buildStart);
@@ -4340,6 +3513,43 @@ function extractHookUsage(plugin) {
4340
3513
  if (plugin.outro) hookUsage.union(HookUsageKind.outro);
4341
3514
  return hookUsage;
4342
3515
  }
3516
+ var HookUsageKind, HookUsage;
3517
+ var init_hook_usage = __esm({ "src/plugin/generated/hook-usage.ts"() {
3518
+ HookUsageKind = /* @__PURE__ */ function(HookUsageKind$1) {
3519
+ HookUsageKind$1[HookUsageKind$1["buildStart"] = 1] = "buildStart";
3520
+ HookUsageKind$1[HookUsageKind$1["resolveId"] = 2] = "resolveId";
3521
+ HookUsageKind$1[HookUsageKind$1["resolveDynamicImport"] = 4] = "resolveDynamicImport";
3522
+ HookUsageKind$1[HookUsageKind$1["load"] = 8] = "load";
3523
+ HookUsageKind$1[HookUsageKind$1["transform"] = 16] = "transform";
3524
+ HookUsageKind$1[HookUsageKind$1["moduleParsed"] = 32] = "moduleParsed";
3525
+ HookUsageKind$1[HookUsageKind$1["buildEnd"] = 64] = "buildEnd";
3526
+ HookUsageKind$1[HookUsageKind$1["renderStart"] = 128] = "renderStart";
3527
+ HookUsageKind$1[HookUsageKind$1["renderError"] = 256] = "renderError";
3528
+ HookUsageKind$1[HookUsageKind$1["renderChunk"] = 512] = "renderChunk";
3529
+ HookUsageKind$1[HookUsageKind$1["augmentChunkHash"] = 1024] = "augmentChunkHash";
3530
+ HookUsageKind$1[HookUsageKind$1["generateBundle"] = 2048] = "generateBundle";
3531
+ HookUsageKind$1[HookUsageKind$1["writeBundle"] = 4096] = "writeBundle";
3532
+ HookUsageKind$1[HookUsageKind$1["closeBundle"] = 8192] = "closeBundle";
3533
+ HookUsageKind$1[HookUsageKind$1["watchChange"] = 16384] = "watchChange";
3534
+ HookUsageKind$1[HookUsageKind$1["closeWatcher"] = 32768] = "closeWatcher";
3535
+ HookUsageKind$1[HookUsageKind$1["transformAst"] = 65536] = "transformAst";
3536
+ HookUsageKind$1[HookUsageKind$1["banner"] = 131072] = "banner";
3537
+ HookUsageKind$1[HookUsageKind$1["footer"] = 262144] = "footer";
3538
+ HookUsageKind$1[HookUsageKind$1["intro"] = 524288] = "intro";
3539
+ HookUsageKind$1[HookUsageKind$1["outro"] = 1048576] = "outro";
3540
+ return HookUsageKind$1;
3541
+ }({});
3542
+ HookUsage = class {
3543
+ bitflag = BigInt(0);
3544
+ constructor() {}
3545
+ union(kind) {
3546
+ this.bitflag |= BigInt(kind);
3547
+ }
3548
+ inner() {
3549
+ return Number(this.bitflag);
3550
+ }
3551
+ };
3552
+ } });
4343
3553
 
4344
3554
  //#endregion
4345
3555
  //#region src/plugin/bindingify-plugin.ts
@@ -4467,6 +3677,7 @@ var init_bindingify_plugin = __esm({ "src/plugin/bindingify-plugin.ts"() {
4467
3677
  init_bindingify_output_hooks();
4468
3678
  init_logs();
4469
3679
  init_bindingify_watch_hooks();
3680
+ init_hook_usage();
4470
3681
  } });
4471
3682
 
4472
3683
  //#endregion
@@ -4572,6 +3783,7 @@ function normalizedStringOrRegex(pattern) {
4572
3783
  function isReadonlyArray(input) {
4573
3784
  return Array.isArray(input);
4574
3785
  }
3786
+ var init_normalize_string_or_regex = __esm({ "src/utils/normalize-string-or-regex.ts"() {} });
4575
3787
 
4576
3788
  //#endregion
4577
3789
  //#region src/utils/bindingify-input-options.ts
@@ -4755,6 +3967,8 @@ var init_bindingify_input_options = __esm({ "src/utils/bindingify-input-options.
4755
3967
  init_utils();
4756
3968
  init_bindingify_plugin();
4757
3969
  init_plugin_context_data();
3970
+ init_misc();
3971
+ init_normalize_string_or_regex();
4758
3972
  init_transform_side_effects();
4759
3973
  } });
4760
3974
 
@@ -4782,7 +3996,7 @@ function createComposedPlugin(plugins) {
4782
3996
  plugins.forEach((plugin, index) => {
4783
3997
  const pluginName = plugin.name || `Anonymous(index: ${index})`;
4784
3998
  names.push(pluginName);
4785
- t$4(plugin).forEach((pluginProp) => {
3999
+ t(plugin).forEach((pluginProp) => {
4786
4000
  if (isUnsupportedHooks(pluginProp)) throw new Error(`Failed to compose js plugins. Plugin ${pluginName} has an unsupported hook: ${pluginProp}`);
4787
4001
  if (!isPluginHookName(pluginProp)) return;
4788
4002
  switch (pluginProp) {
@@ -4890,7 +4104,7 @@ function createComposedPlugin(plugins) {
4890
4104
  }
4891
4105
  };
4892
4106
  }
4893
- t$4(batchedHooks).forEach((hookName) => {
4107
+ t(batchedHooks).forEach((hookName) => {
4894
4108
  switch (hookName) {
4895
4109
  case "resolveId": break;
4896
4110
  case "buildStart": {
@@ -5031,7 +4245,7 @@ function createComposedPlugin(plugins) {
5031
4245
  function isComposablePlugin(plugin) {
5032
4246
  if (plugin instanceof BuiltinPlugin) return false;
5033
4247
  if ("_parallel" in plugin) return false;
5034
- const hasNotComposablePattern = t$4(plugin).some((hookName) => {
4248
+ const hasNotComposablePattern = t(plugin).some((hookName) => {
5035
4249
  if (!isPluginHookName(hookName)) return false;
5036
4250
  const OK_TO_COMPOSE = false;
5037
4251
  if (isUnsupportedHooks(hookName)) return !OK_TO_COMPOSE;
@@ -5067,9 +4281,10 @@ function composeJsPlugins(plugins) {
5067
4281
  }
5068
4282
  var unsupportedHookName, unsupportedHooks;
5069
4283
  var init_compose_js_plugins = __esm({ "src/utils/compose-js-plugins.ts"() {
5070
- init_dist();
4284
+ init_dist$1();
5071
4285
  init_constructors();
5072
4286
  init_plugin_context$1();
4287
+ init_misc();
5073
4288
  init_normalize_hook();
5074
4289
  init_plugin();
5075
4290
  unsupportedHookName = [
@@ -5113,7 +4328,7 @@ async function initializeParallelPlugins(plugins) {
5113
4328
  };
5114
4329
  }
5115
4330
  function initializeWorkers(registryId, count, pluginInfos) {
5116
- return Promise.all(Array.from({ length: count }, (_, i$16) => initializeWorker(registryId, pluginInfos, i$16)));
4331
+ return Promise.all(Array.from({ length: count }, (_, i$1) => initializeWorker(registryId, pluginInfos, i$1)));
5117
4332
  }
5118
4333
  async function initializeWorker(registryId, pluginInfos, threadNumber) {
5119
4334
  const urlString = import.meta.resolve("#parallel-plugin-worker");
@@ -5313,6 +4528,7 @@ var init_build = __esm({ "src/api/build.ts"() {
5313
4528
  //#region src/api/watch/watch-emitter.ts
5314
4529
  var WatcherEmitter;
5315
4530
  var init_watch_emitter = __esm({ "src/api/watch/watch-emitter.ts"() {
4531
+ init_error();
5316
4532
  WatcherEmitter = class {
5317
4533
  listeners = new Map();
5318
4534
  timer;
@@ -5411,6 +4627,7 @@ var init_watcher = __esm({ "src/api/watch/watcher.ts"() {
5411
4627
  init_logs();
5412
4628
  init_plugin_driver();
5413
4629
  init_create_bundler_option();
4630
+ init_misc();
5414
4631
  Watcher = class {
5415
4632
  closed;
5416
4633
  inner;
@@ -5458,6 +4675,7 @@ var init_watch = __esm({ "src/api/watch/index.ts"() {
5458
4675
  function defineConfig(config) {
5459
4676
  return config;
5460
4677
  }
4678
+ var init_define_config = __esm({ "src/utils/define-config.ts"() {} });
5461
4679
 
5462
4680
  //#endregion
5463
4681
  //#region src/index.ts
@@ -5470,4 +4688,4 @@ var init_src = __esm({ "src/index.ts"() {
5470
4688
  } });
5471
4689
 
5472
4690
  //#endregion
5473
- 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 };
4691
+ 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 };