@storm-software/esbuild 0.35.7 → 0.35.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +1 -1
  2. package/bin/esbuild.cjs +1 -1
  3. package/dist/assets.cjs +6 -6
  4. package/dist/assets.js +5 -5
  5. package/dist/build.cjs +14 -14
  6. package/dist/build.js +13 -13
  7. package/dist/{chunk-LKXMEOMY.cjs → chunk-2NQYRZKO.cjs} +51 -51
  8. package/dist/{chunk-L2IEBOYL.js → chunk-3VHLCZ6F.js} +2 -2
  9. package/dist/chunk-5R3LX6E4.cjs +6 -0
  10. package/dist/{chunk-4RTT7CNA.js → chunk-5ZPCV2IJ.js} +17 -17
  11. package/dist/{chunk-EDL2KB25.js → chunk-A66EGME2.js} +8 -8
  12. package/dist/{chunk-ATYG4K55.cjs → chunk-B4NWTB7S.cjs} +106 -106
  13. package/dist/{chunk-CJU3AWWU.js → chunk-CA7VVNV2.js} +3 -3
  14. package/dist/{chunk-S6TVQK6G.js → chunk-CHAHHSIR.js} +2 -2
  15. package/dist/{chunk-BDAEVRE2.cjs → chunk-CY4KF2US.cjs} +14 -14
  16. package/dist/{chunk-WXQTUY4R.cjs → chunk-E6GNR4XY.cjs} +7 -7
  17. package/dist/{chunk-QFPOX3D5.js → chunk-EBZ4R3MW.js} +4 -4
  18. package/dist/{chunk-LGNAN6MS.cjs → chunk-G277DR3N.cjs} +28 -28
  19. package/dist/{chunk-ENZZJ5B6.js → chunk-GCKE6M7A.js} +6 -6
  20. package/dist/{chunk-EB5Y3WAG.js → chunk-GKAHDFNO.js} +2 -2
  21. package/dist/{chunk-6IWYW2O3.js → chunk-GWGBQKRY.js} +2 -2
  22. package/dist/{chunk-AB6MCXGW.cjs → chunk-IV2WE7RO.cjs} +7 -7
  23. package/dist/{chunk-3S3PZ7EY.js → chunk-JNDYTIRD.js} +2 -2
  24. package/dist/{chunk-MFXVX4RL.cjs → chunk-KK2BGIRB.cjs} +8 -8
  25. package/dist/{chunk-N2NUZ6C6.cjs → chunk-N6KCNJOR.cjs} +7 -7
  26. package/dist/{chunk-SMZKC6PE.cjs → chunk-Q77NJNNL.cjs} +7 -7
  27. package/dist/{chunk-IAXKJC2K.js → chunk-QBMHS72C.js} +1 -1
  28. package/dist/{chunk-A6IWHLKB.js → chunk-SAK5QFCE.js} +3 -3
  29. package/dist/{chunk-HWMRRY5X.js → chunk-SPVR557L.js} +3 -3
  30. package/dist/{chunk-QOP64GGO.cjs → chunk-TKNLZW4V.cjs} +2 -2
  31. package/dist/{chunk-VCCAKBC6.js → chunk-UA2A6OC6.js} +1 -1
  32. package/dist/{chunk-JSWTO2OC.cjs → chunk-VEN2NPFW.cjs} +19 -19
  33. package/dist/{chunk-NSXYKOKK.cjs → chunk-ZDMKNQUW.cjs} +5 -5
  34. package/dist/{chunk-KU3PHLUZ.cjs → chunk-ZS2HZUYH.cjs} +194 -194
  35. package/dist/clean.cjs +5 -5
  36. package/dist/clean.js +4 -4
  37. package/dist/config.cjs +6 -6
  38. package/dist/config.js +5 -5
  39. package/dist/context.cjs +8 -8
  40. package/dist/context.js +7 -7
  41. package/dist/index.cjs +16 -16
  42. package/dist/index.js +14 -14
  43. package/dist/package-json.cjs +6 -6
  44. package/dist/package-json.js +5 -5
  45. package/dist/plugins/deps-check.cjs +5 -5
  46. package/dist/plugins/deps-check.js +4 -4
  47. package/dist/plugins/resolve-paths.cjs +4 -4
  48. package/dist/plugins/resolve-paths.js +3 -3
  49. package/dist/tsup.cjs +5 -5
  50. package/dist/tsup.js +4 -4
  51. package/dist/types.cjs +2 -2
  52. package/dist/types.js +2 -2
  53. package/dist/watch.cjs +14 -14
  54. package/dist/watch.js +3 -3
  55. package/package.json +4 -4
  56. package/dist/chunk-K6SD2RXI.cjs +0 -6
@@ -1,23 +1,23 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard2(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce2(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain2(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class2;
2
2
 
3
3
 
4
- var _chunkLKXMEOMYcjs = require('./chunk-LKXMEOMY.cjs');
4
+ var _chunk2NQYRZKOcjs = require('./chunk-2NQYRZKO.cjs');
5
5
 
6
6
 
7
- var _chunkSMZKC6PEcjs = require('./chunk-SMZKC6PE.cjs');
7
+ var _chunkQ77NJNNLcjs = require('./chunk-Q77NJNNL.cjs');
8
8
 
9
9
 
10
10
 
11
11
 
12
12
 
13
13
 
14
- var _chunkQOP64GGOcjs = require('./chunk-QOP64GGO.cjs');
14
+ var _chunkTKNLZW4Vcjs = require('./chunk-TKNLZW4V.cjs');
15
15
 
16
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-BYH4XDRH.js
17
- var require_chunk_BYH4XDRH = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
18
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
16
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-BYH4XDRH.js
17
+ var require_chunk_BYH4XDRH = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
18
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
19
19
  "use strict";
20
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
20
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
21
21
  Object.defineProperty(exports, "__esModule", {
22
22
  value: true
23
23
  });
@@ -26,11 +26,11 @@ var require_chunk_BYH4XDRH = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
26
26
  }
27
27
  });
28
28
 
29
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-TWFEYLU4.js
30
- var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
31
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
29
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-TWFEYLU4.js
30
+ var require_chunk_TWFEYLU4 = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
31
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
32
32
  "use strict";
33
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
33
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
34
34
  Object.defineProperty(exports, "__esModule", {
35
35
  value: true
36
36
  });
@@ -39,7 +39,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
39
39
  default: obj
40
40
  };
41
41
  }
42
- _chunkQOP64GGOcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
42
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
43
43
  function _optionalChain(ops) {
44
44
  let lastAccessLHS = void 0;
45
45
  let value = ops[0];
@@ -61,34 +61,34 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
61
61
  }
62
62
  return value;
63
63
  }
64
- _chunkQOP64GGOcjs.__name.call(void 0, _optionalChain, "_optionalChain");
64
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _optionalChain, "_optionalChain");
65
65
  var __create = Object.create;
66
66
  var __defProp = Object.defineProperty;
67
67
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
68
68
  var __getOwnPropNames = Object.getOwnPropertyNames;
69
69
  var __getProtoOf = Object.getPrototypeOf;
70
70
  var __hasOwnProp = Object.prototype.hasOwnProperty;
71
- var __require2 = /* @__PURE__ */ ((x) => typeof _chunkQOP64GGOcjs.__require !== "undefined" ? _chunkQOP64GGOcjs.__require : typeof Proxy !== "undefined" ? new Proxy(x, {
72
- get: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (a, b) => (typeof _chunkQOP64GGOcjs.__require !== "undefined" ? _chunkQOP64GGOcjs.__require : a)[b], "get")
71
+ var __require2 = /* @__PURE__ */ ((x) => typeof _chunkTKNLZW4Vcjs.__require !== "undefined" ? _chunkTKNLZW4Vcjs.__require : typeof Proxy !== "undefined" ? new Proxy(x, {
72
+ get: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (a, b) => (typeof _chunkTKNLZW4Vcjs.__require !== "undefined" ? _chunkTKNLZW4Vcjs.__require : a)[b], "get")
73
73
  }) : x)(function(x) {
74
- if (typeof _chunkQOP64GGOcjs.__require !== "undefined") return _chunkQOP64GGOcjs.__require.apply(this, arguments);
74
+ if (typeof _chunkTKNLZW4Vcjs.__require !== "undefined") return _chunkTKNLZW4Vcjs.__require.apply(this, arguments);
75
75
  throw Error('Dynamic require of "' + x + '" is not supported');
76
76
  });
77
- var __commonJS2 = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (cb, mod) => /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, function __require22() {
77
+ var __commonJS2 = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (cb, mod) => /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, function __require22() {
78
78
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = {
79
79
  exports: {}
80
80
  }).exports, mod), mod.exports;
81
81
  }, "__require2"), "__commonJS");
82
- var __copyProps = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (to, from, except, desc) => {
82
+ var __copyProps = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (to, from, except, desc) => {
83
83
  if (from && typeof from === "object" || typeof from === "function") {
84
84
  for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
85
- get: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => from[key], "get"),
85
+ get: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => from[key], "get"),
86
86
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
87
87
  });
88
88
  }
89
89
  return to;
90
90
  }, "__copyProps");
91
- var __toESM2 = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
91
+ var __toESM2 = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
92
92
  // If the importer is in node compatibility mode or this is not an ESM
93
93
  // file that has been converted to a CommonJS file using a Babel-
94
94
  // compatible transform (i.e. "__esModule" has not been set), then set
@@ -99,17 +99,17 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
99
99
  }) : target,
100
100
  mod
101
101
  )), "__toESM");
102
- var _fs = _chunkQOP64GGOcjs.__require.call(void 0, "fs");
102
+ var _fs = _chunkTKNLZW4Vcjs.__require.call(void 0, "fs");
103
103
  var _fs2 = _interopRequireDefault(_fs);
104
- var _path = _chunkQOP64GGOcjs.__require.call(void 0, "path");
104
+ var _path = _chunkTKNLZW4Vcjs.__require.call(void 0, "path");
105
105
  var _path2 = _interopRequireDefault(_path);
106
- var _resolvefrom = _chunkQOP64GGOcjs.__require.call(void 0, "resolve-from");
106
+ var _resolvefrom = _chunkTKNLZW4Vcjs.__require.call(void 0, "resolve-from");
107
107
  var _resolvefrom2 = _interopRequireDefault(_resolvefrom);
108
108
  var singleComment = Symbol("singleComment");
109
109
  var multiComment = Symbol("multiComment");
110
- var stripWithoutWhitespace = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => "", "stripWithoutWhitespace");
111
- var stripWithWhitespace = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (string, start, end) => string.slice(start, end).replace(/\S/g, " "), "stripWithWhitespace");
112
- var isEscaped = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (jsonString, quotePosition) => {
110
+ var stripWithoutWhitespace = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => "", "stripWithoutWhitespace");
111
+ var stripWithWhitespace = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (string, start, end) => string.slice(start, end).replace(/\S/g, " "), "stripWithWhitespace");
112
+ var isEscaped = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (jsonString, quotePosition) => {
113
113
  let index = quotePosition - 1;
114
114
  let backslashCount = 0;
115
115
  while (jsonString[index] === "\\") {
@@ -191,21 +191,21 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
191
191
  }
192
192
  return result + buffer + (isInsideComment ? strip(jsonString.slice(offset)) : jsonString.slice(offset));
193
193
  }
194
- _chunkQOP64GGOcjs.__name.call(void 0, stripJsonComments, "stripJsonComments");
195
- var _tinyglobby = _chunkQOP64GGOcjs.__require.call(void 0, "tinyglobby");
194
+ _chunkTKNLZW4Vcjs.__name.call(void 0, stripJsonComments, "stripJsonComments");
195
+ var _tinyglobby = _chunkTKNLZW4Vcjs.__require.call(void 0, "tinyglobby");
196
196
  function getPostcss() {
197
197
  return localRequire("postcss");
198
198
  }
199
- _chunkQOP64GGOcjs.__name.call(void 0, getPostcss, "getPostcss");
199
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getPostcss, "getPostcss");
200
200
  function getApiExtractor() {
201
201
  return localRequire("@microsoft/api-extractor");
202
202
  }
203
- _chunkQOP64GGOcjs.__name.call(void 0, getApiExtractor, "getApiExtractor");
203
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getApiExtractor, "getApiExtractor");
204
204
  function localRequire(moduleName) {
205
205
  const p = _resolvefrom2.default.silent(process.cwd(), moduleName);
206
206
  return p && __require2(p);
207
207
  }
208
- _chunkQOP64GGOcjs.__name.call(void 0, localRequire, "localRequire");
208
+ _chunkTKNLZW4Vcjs.__name.call(void 0, localRequire, "localRequire");
209
209
  async function removeFiles(patterns, dir) {
210
210
  const files = await _tinyglobby.glob.call(void 0, patterns, {
211
211
  cwd: dir,
@@ -213,14 +213,14 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
213
213
  });
214
214
  files.forEach((file) => _fs2.default.existsSync(file) && _fs2.default.unlinkSync(file));
215
215
  }
216
- _chunkQOP64GGOcjs.__name.call(void 0, removeFiles, "removeFiles");
216
+ _chunkTKNLZW4Vcjs.__name.call(void 0, removeFiles, "removeFiles");
217
217
  function debouncePromise(fn, delay, onError) {
218
218
  let timeout;
219
219
  let promiseInFly;
220
220
  let callbackPending;
221
- return /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, function debounced(...args) {
221
+ return /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, function debounced(...args) {
222
222
  if (promiseInFly) {
223
- callbackPending = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
223
+ callbackPending = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
224
224
  debounced(...args);
225
225
  callbackPending = void 0;
226
226
  }, "callbackPending");
@@ -236,7 +236,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
236
236
  }
237
237
  }, "debounced");
238
238
  }
239
- _chunkQOP64GGOcjs.__name.call(void 0, debouncePromise, "debouncePromise");
239
+ _chunkTKNLZW4Vcjs.__name.call(void 0, debouncePromise, "debouncePromise");
240
240
  function slash(path2) {
241
241
  const isExtendedLengthPath = path2.startsWith("\\\\?\\");
242
242
  if (isExtendedLengthPath) {
@@ -244,11 +244,11 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
244
244
  }
245
245
  return path2.replace(/\\/g, "/");
246
246
  }
247
- _chunkQOP64GGOcjs.__name.call(void 0, slash, "slash");
247
+ _chunkTKNLZW4Vcjs.__name.call(void 0, slash, "slash");
248
248
  function truthy(value) {
249
249
  return Boolean(value);
250
250
  }
251
- _chunkQOP64GGOcjs.__name.call(void 0, truthy, "truthy");
251
+ _chunkTKNLZW4Vcjs.__name.call(void 0, truthy, "truthy");
252
252
  function jsoncParse(data) {
253
253
  try {
254
254
  return new Function(`return ${stripJsonComments(data).trim()}`)();
@@ -256,7 +256,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
256
256
  return {};
257
257
  }
258
258
  }
259
- _chunkQOP64GGOcjs.__name.call(void 0, jsoncParse, "jsoncParse");
259
+ _chunkTKNLZW4Vcjs.__name.call(void 0, jsoncParse, "jsoncParse");
260
260
  function defaultOutExtension({ format, pkgType }) {
261
261
  let jsExtension = ".js";
262
262
  let dtsExtension = ".d.ts";
@@ -277,7 +277,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
277
277
  dts: dtsExtension
278
278
  };
279
279
  }
280
- _chunkQOP64GGOcjs.__name.call(void 0, defaultOutExtension, "defaultOutExtension");
280
+ _chunkTKNLZW4Vcjs.__name.call(void 0, defaultOutExtension, "defaultOutExtension");
281
281
  function ensureTempDeclarationDir(options2) {
282
282
  const cwd = _optionalChain2([options2, 'access', _40 => _40.workspaceConfig, 'optionalAccess', _41 => _41.workspaceRoot]) || process.cwd();
283
283
  const dirPath = _path2.default.join(cwd, ".tsup", "declaration");
@@ -291,8 +291,8 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
291
291
  writeFileSync(gitIgnorePath, "**/*\n");
292
292
  return dirPath;
293
293
  }
294
- _chunkQOP64GGOcjs.__name.call(void 0, ensureTempDeclarationDir, "ensureTempDeclarationDir");
295
- var toObjectEntry = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (entry) => {
294
+ _chunkTKNLZW4Vcjs.__name.call(void 0, ensureTempDeclarationDir, "ensureTempDeclarationDir");
295
+ var toObjectEntry = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (entry) => {
296
296
  if (typeof entry === "string") {
297
297
  entry = [
298
298
  entry
@@ -311,7 +311,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
311
311
  };
312
312
  }, {});
313
313
  }, "toObjectEntry");
314
- var findLowestCommonAncestor = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (filepaths) => {
314
+ var findLowestCommonAncestor = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (filepaths) => {
315
315
  if (filepaths.length <= 1) return "";
316
316
  const [first, ...rest] = filepaths;
317
317
  let ancestor = first.split("/");
@@ -336,14 +336,14 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
336
336
  }
337
337
  return slash(_path2.default.normalize(_path2.default.join(cwd || process.cwd(), p)));
338
338
  }
339
- _chunkQOP64GGOcjs.__name.call(void 0, toAbsolutePath, "toAbsolutePath");
339
+ _chunkTKNLZW4Vcjs.__name.call(void 0, toAbsolutePath, "toAbsolutePath");
340
340
  function writeFileSync(filePath, content) {
341
341
  _fs2.default.mkdirSync(_path2.default.dirname(filePath), {
342
342
  recursive: true
343
343
  });
344
344
  _fs2.default.writeFileSync(filePath, content);
345
345
  }
346
- _chunkQOP64GGOcjs.__name.call(void 0, writeFileSync, "writeFileSync");
346
+ _chunkTKNLZW4Vcjs.__name.call(void 0, writeFileSync, "writeFileSync");
347
347
  function replaceDtsWithJsExtensions(dtsFilePath) {
348
348
  return dtsFilePath.replace(/\.d\.(ts|mts|cts)$/, (_, fileExtension) => {
349
349
  switch (fileExtension) {
@@ -358,19 +358,19 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
358
358
  }
359
359
  });
360
360
  }
361
- _chunkQOP64GGOcjs.__name.call(void 0, replaceDtsWithJsExtensions, "replaceDtsWithJsExtensions");
362
- var convertArrayEntriesToObjectEntries = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (arrayOfEntries) => {
361
+ _chunkTKNLZW4Vcjs.__name.call(void 0, replaceDtsWithJsExtensions, "replaceDtsWithJsExtensions");
362
+ var convertArrayEntriesToObjectEntries = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (arrayOfEntries) => {
363
363
  const objectEntries = Object.fromEntries(arrayOfEntries.map((entry) => [
364
364
  _path2.default.posix.join(...entry.split(_path2.default.posix.sep).slice(1, -1).concat(_path2.default.parse(entry).name)),
365
365
  entry
366
366
  ]));
367
367
  return objectEntries;
368
368
  }, "convertArrayEntriesToObjectEntries");
369
- var resolveEntryPaths = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (entryPaths) => {
369
+ var resolveEntryPaths = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (entryPaths) => {
370
370
  const resolvedEntryPaths = typeof entryPaths === "string" || Array.isArray(entryPaths) ? convertArrayEntriesToObjectEntries(await _tinyglobby.glob.call(void 0, entryPaths)) : entryPaths;
371
371
  return resolvedEntryPaths;
372
372
  }, "resolveEntryPaths");
373
- var resolveExperimentalDtsConfig = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (options2, tsconfig) => {
373
+ var resolveExperimentalDtsConfig = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (options2, tsconfig) => {
374
374
  const resolvedEntryPaths = await resolveEntryPaths(_optionalChain([
375
375
  options2,
376
376
  "access",
@@ -394,7 +394,7 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
394
394
  };
395
395
  return normalizedExperimentalDtsConfig;
396
396
  }, "resolveExperimentalDtsConfig");
397
- var resolveInitialExperimentalDtsConfig = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (experimentalDts) => {
397
+ var resolveInitialExperimentalDtsConfig = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (experimentalDts) => {
398
398
  if (experimentalDts == null) {
399
399
  return;
400
400
  }
@@ -437,11 +437,11 @@ var require_chunk_TWFEYLU4 = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
437
437
  }
438
438
  });
439
439
 
440
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-VGC3FXLU.js
441
- var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
442
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
440
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-VGC3FXLU.js
441
+ var require_chunk_VGC3FXLU = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
442
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
443
443
  "use strict";
444
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
444
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
445
445
  Object.defineProperty(exports, "__esModule", {
446
446
  value: true
447
447
  });
@@ -450,7 +450,7 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
450
450
  default: obj
451
451
  };
452
452
  }
453
- _chunkQOP64GGOcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
453
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
454
454
  function _optionalChain(ops) {
455
455
  let lastAccessLHS = void 0;
456
456
  let value = ops[0];
@@ -472,17 +472,17 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
472
472
  }
473
473
  return value;
474
474
  }
475
- _chunkQOP64GGOcjs.__name.call(void 0, _optionalChain, "_optionalChain");
475
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _optionalChain, "_optionalChain");
476
476
  var _chunkTWFEYLU4js = require_chunk_TWFEYLU4();
477
- var _fs = _chunkQOP64GGOcjs.__require.call(void 0, "fs");
477
+ var _fs = _chunkTKNLZW4Vcjs.__require.call(void 0, "fs");
478
478
  var _fs2 = _interopRequireDefault(_fs);
479
- var _path = _chunkQOP64GGOcjs.__require.call(void 0, "path");
479
+ var _path = _chunkTKNLZW4Vcjs.__require.call(void 0, "path");
480
480
  var _path2 = _interopRequireDefault(_path);
481
- var _joycon = _chunkQOP64GGOcjs.__require.call(void 0, "joycon");
481
+ var _joycon = _chunkTKNLZW4Vcjs.__require.call(void 0, "joycon");
482
482
  var _joycon2 = _interopRequireDefault(_joycon);
483
- var _bundlerequire = _chunkQOP64GGOcjs.__require.call(void 0, "bundle-require");
483
+ var _bundlerequire = _chunkTKNLZW4Vcjs.__require.call(void 0, "bundle-require");
484
484
  var joycon = new (0, _joycon2.default)();
485
- var loadJson = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (filepath, options2) => {
485
+ var loadJson = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (filepath, options2) => {
486
486
  try {
487
487
  return _chunkTWFEYLU4js.jsoncParse.call(void 0, await _fs2.default.promises.readFile(filepath, "utf8"));
488
488
  } catch (error) {
@@ -543,7 +543,7 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
543
543
  }
544
544
  return {};
545
545
  }
546
- _chunkQOP64GGOcjs.__name.call(void 0, loadTsupConfig, "loadTsupConfig");
546
+ _chunkTKNLZW4Vcjs.__name.call(void 0, loadTsupConfig, "loadTsupConfig");
547
547
  async function loadPkg(cwd, clearCache = false) {
548
548
  if (clearCache) {
549
549
  joycon.clearCache();
@@ -553,7 +553,7 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
553
553
  ], cwd, _path2.default.dirname(cwd));
554
554
  return data || {};
555
555
  }
556
- _chunkQOP64GGOcjs.__name.call(void 0, loadPkg, "loadPkg");
556
+ _chunkTKNLZW4Vcjs.__name.call(void 0, loadPkg, "loadPkg");
557
557
  async function getProductionDeps(cwd, clearCache = false) {
558
558
  const data = await loadPkg(cwd, clearCache);
559
559
  const deps = Array.from(/* @__PURE__ */ new Set([
@@ -562,7 +562,7 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
562
562
  ]));
563
563
  return deps;
564
564
  }
565
- _chunkQOP64GGOcjs.__name.call(void 0, getProductionDeps, "getProductionDeps");
565
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getProductionDeps, "getProductionDeps");
566
566
  async function getAllDepsHash(cwd) {
567
567
  const data = await loadPkg(cwd, true);
568
568
  return JSON.stringify({
@@ -571,18 +571,18 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
571
571
  ...data.devDependencies
572
572
  });
573
573
  }
574
- _chunkQOP64GGOcjs.__name.call(void 0, getAllDepsHash, "getAllDepsHash");
575
- var _util = _chunkQOP64GGOcjs.__require.call(void 0, "util");
574
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getAllDepsHash, "getAllDepsHash");
575
+ var _util = _chunkTKNLZW4Vcjs.__require.call(void 0, "util");
576
576
  var _util2 = _interopRequireDefault(_util);
577
- var _worker_threads = _chunkQOP64GGOcjs.__require.call(void 0, "worker_threads");
578
- var _picocolors = _chunkQOP64GGOcjs.__require.call(void 0, "picocolors");
577
+ var _worker_threads = _chunkTKNLZW4Vcjs.__require.call(void 0, "worker_threads");
578
+ var _picocolors = _chunkTKNLZW4Vcjs.__require.call(void 0, "picocolors");
579
579
  var _picocolors2 = _interopRequireDefault(_picocolors);
580
- var colorize = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (type, data, onlyImportant = false) => {
580
+ var colorize = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (type, data, onlyImportant = false) => {
581
581
  if (onlyImportant && (type === "info" || type === "success")) return data;
582
582
  const color = type === "info" ? "blue" : type === "error" ? "red" : type === "warn" ? "yellow" : "green";
583
583
  return _picocolors2.default[color](data);
584
584
  }, "colorize");
585
- var makeLabel = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (name, input, type) => {
585
+ var makeLabel = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (name, input, type) => {
586
586
  return [
587
587
  name && `${_picocolors2.default.dim("[")}${name.toUpperCase()}${_picocolors2.default.dim("]")}`,
588
588
  colorize(type, input.toUpperCase())
@@ -592,12 +592,12 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
592
592
  function setSilent(isSilent) {
593
593
  silent = !!isSilent;
594
594
  }
595
- _chunkQOP64GGOcjs.__name.call(void 0, setSilent, "setSilent");
595
+ _chunkTKNLZW4Vcjs.__name.call(void 0, setSilent, "setSilent");
596
596
  function getSilent() {
597
597
  return silent;
598
598
  }
599
- _chunkQOP64GGOcjs.__name.call(void 0, getSilent, "getSilent");
600
- var createLogger = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (name) => {
599
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getSilent, "getSilent");
600
+ var createLogger = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (name) => {
601
601
  return {
602
602
  setName(_name) {
603
603
  name = _name;
@@ -656,7 +656,7 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
656
656
  }
657
657
  };
658
658
  }, "createLogger");
659
- var prettyBytes = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (bytes) => {
659
+ var prettyBytes = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (bytes) => {
660
660
  if (bytes === 0) return "0 B";
661
661
  const unit = [
662
662
  "B",
@@ -672,15 +672,15 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
672
672
  const exp = Math.floor(Math.log(bytes) / Math.log(1024));
673
673
  return `${(bytes / 1024 ** exp).toFixed(2)} ${unit[exp]}`;
674
674
  }, "prettyBytes");
675
- var getLengthOfLongestString = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (strings) => {
675
+ var getLengthOfLongestString = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (strings) => {
676
676
  return strings.reduce((max, str) => {
677
677
  return Math.max(max, str.length);
678
678
  }, 0);
679
679
  }, "getLengthOfLongestString");
680
- var padRight = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (str, maxLength) => {
680
+ var padRight = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (str, maxLength) => {
681
681
  return str + " ".repeat(maxLength - str.length);
682
682
  }, "padRight");
683
- var reportSize = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (logger, format, files) => {
683
+ var reportSize = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (logger, format, files) => {
684
684
  const filenames = Object.keys(files);
685
685
  const maxLength = getLengthOfLongestString(filenames) + 1;
686
686
  for (const name of filenames) {
@@ -698,11 +698,11 @@ var require_chunk_VGC3FXLU = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
698
698
  }
699
699
  });
700
700
 
701
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-JZ25TPTY.js
702
- var require_chunk_JZ25TPTY = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
703
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
701
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-JZ25TPTY.js
702
+ var require_chunk_JZ25TPTY = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
703
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
704
704
  "use strict";
705
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
705
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
706
706
  Object.defineProperty(exports, "__esModule", {
707
707
  value: true
708
708
  });
@@ -711,13 +711,13 @@ var require_chunk_JZ25TPTY = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
711
711
  default: obj
712
712
  };
713
713
  }
714
- _chunkQOP64GGOcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
715
- var _worker_threads = _chunkQOP64GGOcjs.__require.call(void 0, "worker_threads");
716
- var _picocolors = _chunkQOP64GGOcjs.__require.call(void 0, "picocolors");
714
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
715
+ var _worker_threads = _chunkTKNLZW4Vcjs.__require.call(void 0, "worker_threads");
716
+ var _picocolors = _chunkTKNLZW4Vcjs.__require.call(void 0, "picocolors");
717
717
  var _picocolors2 = _interopRequireDefault(_picocolors);
718
718
  var PrettyError = class extends Error {
719
719
  static {
720
- _chunkQOP64GGOcjs.__name.call(void 0, this, "PrettyError");
720
+ _chunkTKNLZW4Vcjs.__name.call(void 0, this, "PrettyError");
721
721
  }
722
722
  constructor(message) {
723
723
  super(message);
@@ -746,59 +746,59 @@ var require_chunk_JZ25TPTY = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
746
746
  _worker_threads.parentPort.postMessage("error");
747
747
  }
748
748
  }
749
- _chunkQOP64GGOcjs.__name.call(void 0, handleError, "handleError");
749
+ _chunkTKNLZW4Vcjs.__name.call(void 0, handleError, "handleError");
750
750
  exports.PrettyError = PrettyError;
751
751
  exports.handleError = handleError;
752
752
  }
753
753
  });
754
754
 
755
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/commonjs-plugin.js
756
- var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
757
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
755
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/commonjs-plugin.js
756
+ var require_commonjs_plugin = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
757
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
758
758
  "use strict";
759
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
759
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
760
760
  var __defProp = Object.defineProperty;
761
761
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
762
762
  var __getOwnPropNames = Object.getOwnPropertyNames;
763
763
  var __hasOwnProp = Object.prototype.hasOwnProperty;
764
- var __export = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (target, all) => {
764
+ var __export = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (target, all) => {
765
765
  for (var name in all) __defProp(target, name, {
766
766
  get: all[name],
767
767
  enumerable: true
768
768
  });
769
769
  }, "__export");
770
- var __copyProps = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (to, from, except, desc) => {
770
+ var __copyProps = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (to, from, except, desc) => {
771
771
  if (from && typeof from === "object" || typeof from === "function") {
772
772
  for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
773
- get: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => from[key], "get"),
773
+ get: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => from[key], "get"),
774
774
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
775
775
  });
776
776
  }
777
777
  return to;
778
778
  }, "__copyProps");
779
- var __toCommonJS = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (mod) => __copyProps(__defProp({}, "__esModule", {
779
+ var __toCommonJS = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (mod) => __copyProps(__defProp({}, "__esModule", {
780
780
  value: true
781
781
  }), mod), "__toCommonJS");
782
782
  var index_exports = {};
783
783
  __export(index_exports, {
784
- commonjs: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => commonjs, "commonjs"),
785
- default: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => index_default, "default")
784
+ commonjs: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => commonjs, "commonjs"),
785
+ default: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => index_default, "default")
786
786
  });
787
787
  module.exports = __toCommonJS(index_exports);
788
- var import_fs = _chunkQOP64GGOcjs.__require.call(void 0, "fs");
788
+ var import_fs = _chunkTKNLZW4Vcjs.__require.call(void 0, "fs");
789
789
  function isNewLine(code) {
790
790
  return code === 10 || code === 13 || code === 8232 || code === 8233;
791
791
  }
792
- _chunkQOP64GGOcjs.__name.call(void 0, isNewLine, "isNewLine");
792
+ _chunkTKNLZW4Vcjs.__name.call(void 0, isNewLine, "isNewLine");
793
793
  function codePointToString(ch) {
794
794
  if (ch <= 65535) return String.fromCharCode(ch);
795
795
  ch -= 65536;
796
796
  return String.fromCharCode((ch >> 10) + 55296, (ch & 1023) + 56320);
797
797
  }
798
- _chunkQOP64GGOcjs.__name.call(void 0, codePointToString, "codePointToString");
798
+ _chunkTKNLZW4Vcjs.__name.call(void 0, codePointToString, "codePointToString");
799
799
  var Lexer = (_class2 = class {constructor() { _class2.prototype.__init2.call(this);_class2.prototype.__init3.call(this); }
800
800
  static {
801
- _chunkQOP64GGOcjs.__name.call(void 0, this, "Lexer");
801
+ _chunkTKNLZW4Vcjs.__name.call(void 0, this, "Lexer");
802
802
  }
803
803
  __init2() {this.input = ""}
804
804
  __init3() {this.pos = 0}
@@ -924,7 +924,7 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
924
924
  for (let val of array) if (!visited.has(val)) visited.add(val), ret.push(val);
925
925
  return ret;
926
926
  }
927
- _chunkQOP64GGOcjs.__name.call(void 0, orderedUniq, "orderedUniq");
927
+ _chunkTKNLZW4Vcjs.__name.call(void 0, orderedUniq, "orderedUniq");
928
928
  function cachedReduce(array, reducer, s) {
929
929
  let cache = [
930
930
  s
@@ -934,12 +934,12 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
934
934
  return cache[len];
935
935
  };
936
936
  }
937
- _chunkQOP64GGOcjs.__name.call(void 0, cachedReduce, "cachedReduce");
937
+ _chunkTKNLZW4Vcjs.__name.call(void 0, cachedReduce, "cachedReduce");
938
938
  var reservedWords = "break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public";
939
939
  var builtin = "arguments Infinity NaN undefined null true false eval uneval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Symbol Error EvalError InternalError RangeError ReferenceError SyntaxError TypeError URIError Number Math Date String RegExp Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Map Set WeakMap WeakSet SIMD ArrayBuffer DataView JSON Promise Generator GeneratorFunction Reflect Proxy Intl";
940
940
  var forbiddenIdentifiers = new Set(`${reservedWords} ${builtin}`.split(" "));
941
941
  forbiddenIdentifiers.add("");
942
- var makeLegalIdentifier = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, function makeLegalIdentifier2(str) {
942
+ var makeLegalIdentifier = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, function makeLegalIdentifier2(str) {
943
943
  let identifier = str.replace(/-(\w)/g, (_, letter) => letter.toUpperCase()).replace(/[^$_a-zA-Z0-9]/g, "_");
944
944
  if (/\d/.test(identifier[0]) || forbiddenIdentifiers.has(identifier)) {
945
945
  identifier = `_${identifier}`;
@@ -953,7 +953,7 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
953
953
  }
954
954
  return prefix + code;
955
955
  }
956
- _chunkQOP64GGOcjs.__name.call(void 0, prepend, "prepend");
956
+ _chunkTKNLZW4Vcjs.__name.call(void 0, prepend, "prepend");
957
957
  function commonjs({ filter = /\.c?js$/, transform = false, transformConfig, requireReturnsDefault = false, ignore } = {}) {
958
958
  const init_cjs_module_lexer = transform ? Promise.resolve().then(() => _interopRequireWildcard2(require("cjs-module-lexer"))) : void 0;
959
959
  const use_default_export = typeof requireReturnsDefault === "function" ? requireReturnsDefault : (_path) => requireReturnsDefault;
@@ -962,7 +962,7 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
962
962
  name: "commonjs",
963
963
  setup({ onLoad, esbuild }) {
964
964
  let esbuild_shim;
965
- const require_esbuild = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => esbuild || esbuild_shim || (esbuild_shim = _chunkQOP64GGOcjs.__require.call(void 0, "esbuild")), "require_esbuild");
965
+ const require_esbuild = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => esbuild || esbuild_shim || (esbuild_shim = _chunkTKNLZW4Vcjs.__require.call(void 0, "esbuild")), "require_esbuild");
966
966
  const read = import_fs.promises.readFile;
967
967
  const lexer = new Lexer();
968
968
  onLoad({
@@ -1045,7 +1045,7 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1045
1045
  }
1046
1046
  return name;
1047
1047
  }
1048
- _chunkQOP64GGOcjs.__name.call(void 0, makeName, "makeName");
1048
+ _chunkTKNLZW4Vcjs.__name.call(void 0, makeName, "makeName");
1049
1049
  let warnings;
1050
1050
  try {
1051
1051
  ({ warnings } = await require_esbuild().transform(contents, {
@@ -1101,16 +1101,16 @@ var require_commonjs_plugin = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1101
1101
  }
1102
1102
  };
1103
1103
  }
1104
- _chunkQOP64GGOcjs.__name.call(void 0, commonjs, "commonjs");
1104
+ _chunkTKNLZW4Vcjs.__name.call(void 0, commonjs, "commonjs");
1105
1105
  var index_default = commonjs;
1106
1106
  }
1107
1107
  });
1108
1108
 
1109
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/index.js
1110
- var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1111
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/index.js"(exports) {
1109
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/index.js
1110
+ var require_dist = _chunkTKNLZW4Vcjs.__commonJS.call(void 0, {
1111
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/dist/index.js"(exports) {
1112
1112
  "use strict";
1113
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
1113
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
1114
1114
  Object.defineProperty(exports, "__esModule", {
1115
1115
  value: true
1116
1116
  });
@@ -1130,13 +1130,13 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1130
1130
  return newObj;
1131
1131
  }
1132
1132
  }
1133
- _chunkQOP64GGOcjs.__name.call(void 0, _interopRequireWildcard, "_interopRequireWildcard");
1133
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _interopRequireWildcard, "_interopRequireWildcard");
1134
1134
  function _interopRequireDefault(obj) {
1135
1135
  return obj && obj.__esModule ? obj : {
1136
1136
  default: obj
1137
1137
  };
1138
1138
  }
1139
- _chunkQOP64GGOcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
1139
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _interopRequireDefault, "_interopRequireDefault");
1140
1140
  function _nullishCoalesce(lhs, rhsFn) {
1141
1141
  if (lhs != null) {
1142
1142
  return lhs;
@@ -1144,7 +1144,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1144
1144
  return rhsFn();
1145
1145
  }
1146
1146
  }
1147
- _chunkQOP64GGOcjs.__name.call(void 0, _nullishCoalesce, "_nullishCoalesce");
1147
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _nullishCoalesce, "_nullishCoalesce");
1148
1148
  function _optionalChain(ops) {
1149
1149
  let lastAccessLHS = void 0;
1150
1150
  let value = ops[0];
@@ -1166,27 +1166,27 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1166
1166
  }
1167
1167
  return value;
1168
1168
  }
1169
- _chunkQOP64GGOcjs.__name.call(void 0, _optionalChain, "_optionalChain");
1169
+ _chunkTKNLZW4Vcjs.__name.call(void 0, _optionalChain, "_optionalChain");
1170
1170
  var _class;
1171
1171
  var _chunkBYH4XDRHjs = require_chunk_BYH4XDRH();
1172
1172
  var _chunkVGC3FXLUjs = require_chunk_VGC3FXLU();
1173
1173
  var _chunkJZ25TPTYjs = require_chunk_JZ25TPTY();
1174
1174
  var _chunkTWFEYLU4js = require_chunk_TWFEYLU4();
1175
1175
  var _commonjsPluginjs = require_commonjs_plugin();
1176
- var _path = _chunkQOP64GGOcjs.__require.call(void 0, "path");
1176
+ var _path = _chunkTKNLZW4Vcjs.__require.call(void 0, "path");
1177
1177
  var _path2 = _interopRequireDefault(_path);
1178
- var _fs = _chunkQOP64GGOcjs.__require.call(void 0, "fs");
1178
+ var _fs = _chunkTKNLZW4Vcjs.__require.call(void 0, "fs");
1179
1179
  var _fs2 = _interopRequireDefault(_fs);
1180
- var _worker_threads = _chunkQOP64GGOcjs.__require.call(void 0, "worker_threads");
1181
- var _bundlerequire = _chunkQOP64GGOcjs.__require.call(void 0, "bundle-require");
1182
- var _tinyexec = _chunkQOP64GGOcjs.__require.call(void 0, "tinyexec");
1183
- var _tinyglobby = _chunkQOP64GGOcjs.__require.call(void 0, "tinyglobby");
1184
- var _treekill = _chunkQOP64GGOcjs.__require.call(void 0, "tree-kill");
1180
+ var _worker_threads = _chunkTKNLZW4Vcjs.__require.call(void 0, "worker_threads");
1181
+ var _bundlerequire = _chunkTKNLZW4Vcjs.__require.call(void 0, "bundle-require");
1182
+ var _tinyexec = _chunkTKNLZW4Vcjs.__require.call(void 0, "tinyexec");
1183
+ var _tinyglobby = _chunkTKNLZW4Vcjs.__require.call(void 0, "tinyglobby");
1184
+ var _treekill = _chunkTKNLZW4Vcjs.__require.call(void 0, "tree-kill");
1185
1185
  var _treekill2 = _interopRequireDefault(_treekill);
1186
- var _esbuild = _chunkQOP64GGOcjs.__require.call(void 0, "esbuild");
1187
- var _consola = _chunkQOP64GGOcjs.__require.call(void 0, "consola");
1186
+ var _esbuild = _chunkTKNLZW4Vcjs.__require.call(void 0, "esbuild");
1187
+ var _consola = _chunkTKNLZW4Vcjs.__require.call(void 0, "consola");
1188
1188
  var _consola2 = _interopRequireDefault(_consola);
1189
- var nodeProtocolPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
1189
+ var nodeProtocolPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
1190
1190
  const nodeProtocol = "node:";
1191
1191
  return {
1192
1192
  name: "node-protocol-plugin",
@@ -1201,7 +1201,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1201
1201
  };
1202
1202
  }, "nodeProtocolPlugin");
1203
1203
  var NON_NODE_MODULE_RE = /^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/;
1204
- var externalPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ external, noExternal, skipNodeModulesBundle, tsconfigResolvePaths }) => {
1204
+ var externalPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ external, noExternal, skipNodeModulesBundle, tsconfigResolvePaths }) => {
1205
1205
  return {
1206
1206
  name: `external`,
1207
1207
  setup(build2) {
@@ -1245,12 +1245,12 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1245
1245
  }
1246
1246
  };
1247
1247
  }, "externalPlugin");
1248
- var postcssPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ options: options1, css, inject, cssLoader }) => {
1248
+ var postcssPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ options: options1, css, inject, cssLoader }) => {
1249
1249
  return {
1250
1250
  name: "postcss",
1251
1251
  setup(build2) {
1252
1252
  let configCache;
1253
- const getPostcssConfig = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
1253
+ const getPostcssConfig = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
1254
1254
  const loadConfig = _chunkTWFEYLU4js.__require.call(void 0, "postcss-load-config");
1255
1255
  if (configCache) {
1256
1256
  return configCache;
@@ -1372,8 +1372,8 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1372
1372
  }
1373
1373
  };
1374
1374
  }, "postcssPlugin");
1375
- var useSvelteCssExtension = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (p) => p.replace(/\.svelte$/, ".svelte.css"), "useSvelteCssExtension");
1376
- var sveltePlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ css, options: options1 }) => {
1375
+ var useSvelteCssExtension = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (p) => p.replace(/\.svelte$/, ".svelte.css"), "useSvelteCssExtension");
1376
+ var sveltePlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ css, options: options1 }) => {
1377
1377
  return {
1378
1378
  name: "svelte",
1379
1379
  setup(build2) {
@@ -1401,7 +1401,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1401
1401
  ]
1402
1402
  };
1403
1403
  }
1404
- const convertMessage = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ message, start, end }) => {
1404
+ const convertMessage = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ message, start, end }) => {
1405
1405
  let location;
1406
1406
  if (start && end) {
1407
1407
  const lineText = source.split(/\r\n|\r|\n/g)[start.line - 1];
@@ -1478,7 +1478,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1478
1478
  }
1479
1479
  };
1480
1480
  }, "sveltePlugin");
1481
- var swcPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ logger: logger3 }) => {
1481
+ var swcPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ logger: logger3 }) => {
1482
1482
  return {
1483
1483
  name: "swc",
1484
1484
  setup(build2) {
@@ -1525,7 +1525,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1525
1525
  }
1526
1526
  };
1527
1527
  }, "swcPlugin");
1528
- var nativeNodeModulesPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
1528
+ var nativeNodeModulesPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
1529
1529
  return {
1530
1530
  name: "native-node-modules",
1531
1531
  setup(build2) {
@@ -1574,7 +1574,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1574
1574
  }
1575
1575
  };
1576
1576
  }, "nativeNodeModulesPlugin");
1577
- var getOutputExtensionMap = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (options1, format, pkgType) => {
1577
+ var getOutputExtensionMap = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (options1, format, pkgType) => {
1578
1578
  const outExtension = options1.outExtension || _chunkTWFEYLU4js.defaultOutExtension;
1579
1579
  const defaultExtension = _chunkTWFEYLU4js.defaultOutExtension.call(void 0, {
1580
1580
  format,
@@ -1589,7 +1589,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1589
1589
  ".js": extension.js || defaultExtension.js
1590
1590
  };
1591
1591
  }, "getOutputExtensionMap");
1592
- var generateExternal = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (external) => {
1592
+ var generateExternal = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (external) => {
1593
1593
  const result = [];
1594
1594
  for (const item of external) {
1595
1595
  if (typeof item !== "string" || !item.endsWith("package.json")) {
@@ -1796,8 +1796,8 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1796
1796
  }
1797
1797
  }
1798
1798
  }
1799
- _chunkQOP64GGOcjs.__name.call(void 0, runEsbuild, "runEsbuild");
1800
- var shebang = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
1799
+ _chunkTKNLZW4Vcjs.__name.call(void 0, runEsbuild, "runEsbuild");
1800
+ var shebang = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
1801
1801
  return {
1802
1802
  name: "shebang",
1803
1803
  renderChunk(_, info) {
@@ -1807,7 +1807,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1807
1807
  }
1808
1808
  };
1809
1809
  }, "shebang");
1810
- var cjsSplitting = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
1810
+ var cjsSplitting = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
1811
1811
  return {
1812
1812
  name: "cjs-splitting",
1813
1813
  async renderChunk(code, info) {
@@ -1815,7 +1815,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1815
1815
  this.format !== "cjs" || info.type !== "chunk" || !/\.(js|cjs)$/.test(info.path)) {
1816
1816
  return;
1817
1817
  }
1818
- const { transform: transform3 } = await Promise.resolve().then(() => _interopRequireWildcard(_chunkQOP64GGOcjs.__require.call(void 0, "sucrase")));
1818
+ const { transform: transform3 } = await Promise.resolve().then(() => _interopRequireWildcard(_chunkTKNLZW4Vcjs.__require.call(void 0, "sucrase")));
1819
1819
  const result = transform3(code, {
1820
1820
  filePath: info.path,
1821
1821
  transforms: [
@@ -1832,8 +1832,8 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1832
1832
  }
1833
1833
  };
1834
1834
  }, "cjsSplitting");
1835
- var _sourcemap = _chunkQOP64GGOcjs.__require.call(void 0, "source-map");
1836
- var outputFile = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (filepath, data, options1) => {
1835
+ var _sourcemap = _chunkTKNLZW4Vcjs.__require.call(void 0, "source-map");
1836
+ var outputFile = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (filepath, data, options1) => {
1837
1837
  await _fs2.default.promises.mkdir(_path2.default.dirname(filepath), {
1838
1838
  recursive: true
1839
1839
  });
@@ -1858,15 +1858,15 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1858
1858
  }
1859
1859
  }
1860
1860
  }
1861
- _chunkQOP64GGOcjs.__name.call(void 0, copyDirSync, "copyDirSync");
1862
- var parseSourceMap = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (map) => {
1861
+ _chunkTKNLZW4Vcjs.__name.call(void 0, copyDirSync, "copyDirSync");
1862
+ var parseSourceMap = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (map) => {
1863
1863
  return typeof map === "string" ? JSON.parse(map) : map;
1864
1864
  }, "parseSourceMap");
1865
- var isJS = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (path12) => /\.(js|mjs|cjs)$/.test(path12), "isJS");
1866
- var isCSS = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (path12) => /\.css$/.test(path12), "isCSS");
1865
+ var isJS = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (path12) => /\.(js|mjs|cjs)$/.test(path12), "isJS");
1866
+ var isCSS = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (path12) => /\.css$/.test(path12), "isCSS");
1867
1867
  var PluginContainer = class {
1868
1868
  static {
1869
- _chunkQOP64GGOcjs.__name.call(void 0, this, "PluginContainer");
1869
+ _chunkTKNLZW4Vcjs.__name.call(void 0, this, "PluginContainer");
1870
1870
  }
1871
1871
  constructor(plugins) {
1872
1872
  this.plugins = plugins;
@@ -1996,7 +1996,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
1996
1996
  }
1997
1997
  }
1998
1998
  };
1999
- var getSourcemapComment = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (inline, map, filepath, isCssFile) => {
1999
+ var getSourcemapComment = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (inline, map, filepath, isCssFile) => {
2000
2000
  if (!map) return "";
2001
2001
  const prefix = isCssFile ? "/*" : "//";
2002
2002
  const suffix = isCssFile ? " */" : "";
@@ -2007,7 +2007,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2007
2007
  "es5",
2008
2008
  "es3"
2009
2009
  ];
2010
- var swcTarget = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2010
+ var swcTarget = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2011
2011
  let enabled = false;
2012
2012
  let target;
2013
2013
  return {
@@ -2056,7 +2056,7 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2056
2056
  }
2057
2057
  };
2058
2058
  }, "swcTarget");
2059
- var sizeReporter = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2059
+ var sizeReporter = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2060
2060
  return {
2061
2061
  name: "size-reporter",
2062
2062
  buildEnd({ writtenFiles }) {
@@ -2069,8 +2069,8 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2069
2069
  }
2070
2070
  };
2071
2071
  }, "sizeReporter");
2072
- var _rollup = _chunkQOP64GGOcjs.__require.call(void 0, "rollup");
2073
- var treeShakingPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ treeshake, name, silent }) => {
2072
+ var _rollup = _chunkTKNLZW4Vcjs.__require.call(void 0, "rollup");
2073
+ var treeShakingPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ treeshake, name, silent }) => {
2074
2074
  return {
2075
2075
  name: "tree-shaking",
2076
2076
  async renderChunk(code, info) {
@@ -2119,16 +2119,16 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2119
2119
  }
2120
2120
  };
2121
2121
  }, "treeShakingPlugin");
2122
- var copyPublicDir = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (publicDir, outDir) => {
2122
+ var copyPublicDir = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (publicDir, outDir) => {
2123
2123
  if (!publicDir) return;
2124
2124
  copyDirSync(_path2.default.resolve(publicDir === true ? "public" : publicDir), outDir);
2125
2125
  }, "copyPublicDir");
2126
- var isInPublicDir = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (publicDir, filePath) => {
2126
+ var isInPublicDir = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (publicDir, filePath) => {
2127
2127
  if (!publicDir) return false;
2128
2128
  const publicPath = _chunkTWFEYLU4js.slash.call(void 0, _path2.default.resolve(publicDir === true ? "public" : publicDir));
2129
2129
  return _chunkTWFEYLU4js.slash.call(void 0, _path2.default.resolve(filePath)).startsWith(`${publicPath}/`);
2130
2130
  }, "isInPublicDir");
2131
- var terserPlugin = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ minifyOptions, format, terserOptions = {}, globalName, logger: logger3 }) => {
2131
+ var terserPlugin = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ minifyOptions, format, terserOptions = {}, globalName, logger: logger3 }) => {
2132
2132
  return {
2133
2133
  name: "terser",
2134
2134
  async renderChunk(code, info) {
@@ -2171,12 +2171,12 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2171
2171
  }
2172
2172
  };
2173
2173
  }, "terserPlugin");
2174
- var _typescript = _chunkQOP64GGOcjs.__require.call(void 0, "typescript");
2174
+ var _typescript = _chunkTKNLZW4Vcjs.__require.call(void 0, "typescript");
2175
2175
  var _typescript2 = _interopRequireDefault(_typescript);
2176
2176
  var logger = _chunkVGC3FXLUjs.createLogger.call(void 0);
2177
2177
  var AliasPool = (_class = class {
2178
2178
  static {
2179
- _chunkQOP64GGOcjs.__name.call(void 0, this, "_class");
2179
+ _chunkTKNLZW4Vcjs.__name.call(void 0, this, "_class");
2180
2180
  }
2181
2181
  constructor() {
2182
2182
  _class.prototype.__init.call(this);
@@ -2231,13 +2231,13 @@ var require_dist = _chunkQOP64GGOcjs.__commonJS.call(void 0, {
2231
2231
  });
2232
2232
  return exports1;
2233
2233
  }
2234
- _chunkQOP64GGOcjs.__name.call(void 0, extractExports, "extractExports");
2234
+ _chunkTKNLZW4Vcjs.__name.call(void 0, extractExports, "extractExports");
2235
2235
  return program.getRootFileNames().flatMap(extractExports);
2236
2236
  }
2237
- _chunkQOP64GGOcjs.__name.call(void 0, getExports, "getExports");
2237
+ _chunkTKNLZW4Vcjs.__name.call(void 0, getExports, "getExports");
2238
2238
  function emitDtsFiles(program, host) {
2239
2239
  const fileMapping = /* @__PURE__ */ new Map();
2240
- const writeFile = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (fileName, text, writeByteOrderMark, onError, sourceFiles, data) => {
2240
+ const writeFile = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (fileName, text, writeByteOrderMark, onError, sourceFiles, data) => {
2241
2241
  const sourceFile = _optionalChain([
2242
2242
  sourceFiles,
2243
2243
  "optionalAccess",
@@ -2276,12 +2276,12 @@ ${diagnosticMessage}`);
2276
2276
  }
2277
2277
  return fileMapping;
2278
2278
  }
2279
- _chunkQOP64GGOcjs.__name.call(void 0, emitDtsFiles, "emitDtsFiles");
2279
+ _chunkTKNLZW4Vcjs.__name.call(void 0, emitDtsFiles, "emitDtsFiles");
2280
2280
  function emit(compilerOptions, tsconfig, _options) {
2281
2281
  const cwd = _optionalChain2([_options, 'access', _62 => _62.workspaceConfig, 'optionalAccess', _63 => _63.workspaceRoot]) || process.cwd();
2282
- let rawTsconfig = _bundlerequire.loadTsConfig.call(void 0, cwd, tsconfig);
2282
+ let rawTsconfig = _bundlerequire.loadTsConfig.call(void 0, cwd, tsconfig.replace(cwd, ""));
2283
2283
  if (!rawTsconfig) {
2284
- rawTsconfig = _bundlerequire.loadTsConfig.call(void 0, process.cwd(), tsconfig);
2284
+ rawTsconfig = _bundlerequire.loadTsConfig.call(void 0, process.cwd(), tsconfig.replace(cwd, ""));
2285
2285
  if (!rawTsconfig) {
2286
2286
  throw new Error(`Unable to find ${tsconfig || "tsconfig.json"} in ${cwd}`);
2287
2287
  }
@@ -2312,11 +2312,11 @@ ${diagnosticMessage}`);
2312
2312
  const fileMapping = emitDtsFiles(program, host);
2313
2313
  return getExports(program, fileMapping);
2314
2314
  }
2315
- _chunkQOP64GGOcjs.__name.call(void 0, emit, "emit");
2315
+ _chunkTKNLZW4Vcjs.__name.call(void 0, emit, "emit");
2316
2316
  function runTypeScriptCompiler(options1) {
2317
2317
  try {
2318
2318
  const start = Date.now();
2319
- const getDuration = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2319
+ const getDuration = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2320
2320
  return `${Math.floor(Date.now() - start)}ms`;
2321
2321
  }, "getDuration");
2322
2322
  logger.info("tsc", "Build start");
@@ -2329,7 +2329,7 @@ ${diagnosticMessage}`);
2329
2329
  logger.error("tsc", "Build error");
2330
2330
  }
2331
2331
  }
2332
- _chunkQOP64GGOcjs.__name.call(void 0, runTypeScriptCompiler, "runTypeScriptCompiler");
2332
+ _chunkTKNLZW4Vcjs.__name.call(void 0, runTypeScriptCompiler, "runTypeScriptCompiler");
2333
2333
  function formatAggregationExports(exports1, declarationDirPath) {
2334
2334
  const lines = exports1.map((declaration) => formatAggregationExport(declaration, declarationDirPath)).filter(_chunkTWFEYLU4js.truthy);
2335
2335
  if (lines.length === 0) {
@@ -2338,7 +2338,7 @@ ${diagnosticMessage}`);
2338
2338
  return `${lines.join("\n")}
2339
2339
  `;
2340
2340
  }
2341
- _chunkQOP64GGOcjs.__name.call(void 0, formatAggregationExports, "formatAggregationExports");
2341
+ _chunkTKNLZW4Vcjs.__name.call(void 0, formatAggregationExports, "formatAggregationExports");
2342
2342
  function formatAggregationExport(declaration, declarationDirPath) {
2343
2343
  const dest = _chunkTWFEYLU4js.replaceDtsWithJsExtensions.call(void 0, `./${_path2.default.posix.normalize(_chunkTWFEYLU4js.slash.call(void 0, _path2.default.relative(declarationDirPath, declaration.destFileName)))}`);
2344
2344
  if (declaration.kind === "module") {
@@ -2357,7 +2357,7 @@ ${diagnosticMessage}`);
2357
2357
  throw new Error("Unknown declaration");
2358
2358
  }
2359
2359
  }
2360
- _chunkQOP64GGOcjs.__name.call(void 0, formatAggregationExport, "formatAggregationExport");
2360
+ _chunkTKNLZW4Vcjs.__name.call(void 0, formatAggregationExport, "formatAggregationExport");
2361
2361
  function formatDistributionExports(exports1, fromFilePath, toFilePath) {
2362
2362
  let importPath = _chunkTWFEYLU4js.replaceDtsWithJsExtensions.call(void 0, _path2.default.posix.relative(_path2.default.posix.dirname(_path2.default.posix.normalize(_chunkTWFEYLU4js.slash.call(void 0, fromFilePath))), _path2.default.posix.normalize(_chunkTWFEYLU4js.slash.call(void 0, toFilePath))));
2363
2363
  if (!/^\.+\//.test(importPath)) {
@@ -2390,7 +2390,7 @@ ${diagnosticMessage}`);
2390
2390
  return `${lines.join("\n")}
2391
2391
  `;
2392
2392
  }
2393
- _chunkQOP64GGOcjs.__name.call(void 0, formatDistributionExports, "formatDistributionExports");
2393
+ _chunkTKNLZW4Vcjs.__name.call(void 0, formatDistributionExports, "formatDistributionExports");
2394
2394
  function formatDistributionExport(declaration, dest) {
2395
2395
  if (declaration.kind === "named") {
2396
2396
  return [
@@ -2407,7 +2407,7 @@ ${diagnosticMessage}`);
2407
2407
  }
2408
2408
  return "";
2409
2409
  }
2410
- _chunkQOP64GGOcjs.__name.call(void 0, formatDistributionExport, "formatDistributionExport");
2410
+ _chunkTKNLZW4Vcjs.__name.call(void 0, formatDistributionExport, "formatDistributionExport");
2411
2411
  var logger2 = _chunkVGC3FXLUjs.createLogger.call(void 0);
2412
2412
  function rollupDtsFile(inputFilePath, outputFilePath, tsconfigFilePath, options1) {
2413
2413
  const cwd = _optionalChain2([options1, 'access', _64 => _64.workspaceConfig, 'optionalAccess', _65 => _65.workspaceRoot]) || process.cwd();
@@ -2456,7 +2456,7 @@ ${diagnosticMessage}`);
2456
2456
  throw new Error(`API Extractor completed with ${extractorResult.errorCount} errors and ${extractorResult.warningCount} warnings when processing ${inputFilePath}`);
2457
2457
  }
2458
2458
  }
2459
- _chunkQOP64GGOcjs.__name.call(void 0, rollupDtsFile, "rollupDtsFile");
2459
+ _chunkTKNLZW4Vcjs.__name.call(void 0, rollupDtsFile, "rollupDtsFile");
2460
2460
  async function rollupDtsFiles(options1, exports1, format) {
2461
2461
  if (!options1.experimentalDts || !_optionalChain([
2462
2462
  options1,
@@ -2487,7 +2487,7 @@ ${diagnosticMessage}`);
2487
2487
  _chunkTWFEYLU4js.writeFileSync.call(void 0, outFileName, formatDistributionExports(currentExports, outFileName, dtsOutputFilePath));
2488
2488
  }
2489
2489
  }
2490
- _chunkQOP64GGOcjs.__name.call(void 0, rollupDtsFiles, "rollupDtsFiles");
2490
+ _chunkTKNLZW4Vcjs.__name.call(void 0, rollupDtsFiles, "rollupDtsFiles");
2491
2491
  async function cleanDtsFiles(options1) {
2492
2492
  if (options1.clean) {
2493
2493
  await _chunkTWFEYLU4js.removeFiles.call(void 0, [
@@ -2495,11 +2495,11 @@ ${diagnosticMessage}`);
2495
2495
  ], options1.outDir);
2496
2496
  }
2497
2497
  }
2498
- _chunkQOP64GGOcjs.__name.call(void 0, cleanDtsFiles, "cleanDtsFiles");
2498
+ _chunkTKNLZW4Vcjs.__name.call(void 0, cleanDtsFiles, "cleanDtsFiles");
2499
2499
  async function runDtsRollup(options1, exports1) {
2500
2500
  try {
2501
2501
  const start = Date.now();
2502
- const getDuration = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2502
+ const getDuration = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2503
2503
  return `${Math.floor(Date.now() - start)}ms`;
2504
2504
  }, "getDuration");
2505
2505
  logger2.info("dts", "Build start");
@@ -2516,8 +2516,8 @@ ${diagnosticMessage}`);
2516
2516
  logger2.error("dts", "Build error");
2517
2517
  }
2518
2518
  }
2519
- _chunkQOP64GGOcjs.__name.call(void 0, runDtsRollup, "runDtsRollup");
2520
- var cjsInterop = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2519
+ _chunkTKNLZW4Vcjs.__name.call(void 0, runDtsRollup, "runDtsRollup");
2520
+ var cjsInterop = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2521
2521
  return {
2522
2522
  name: "cjs-interop",
2523
2523
  renderChunk(code, info) {
@@ -2539,17 +2539,17 @@ module.exports = exports.default;
2539
2539
  }
2540
2540
  };
2541
2541
  }, "cjsInterop");
2542
- var defineConfig = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (options1) => options1, "defineConfig");
2543
- var isTaskkillCmdProcessNotFoundError = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (err) => {
2542
+ var defineConfig = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (options1) => options1, "defineConfig");
2543
+ var isTaskkillCmdProcessNotFoundError = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (err) => {
2544
2544
  return process.platform === "win32" && "cmd" in err && "code" in err && typeof err.cmd === "string" && err.cmd.startsWith("taskkill") && err.code === 128;
2545
2545
  }, "isTaskkillCmdProcessNotFoundError");
2546
- var killProcess = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, ({ pid, signal }) => new Promise((resolve, reject) => {
2546
+ var killProcess = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, ({ pid, signal }) => new Promise((resolve, reject) => {
2547
2547
  _treekill2.default.call(void 0, pid, signal, (err) => {
2548
2548
  if (err && !isTaskkillCmdProcessNotFoundError(err)) return reject(err);
2549
2549
  resolve();
2550
2550
  });
2551
2551
  }), "killProcess");
2552
- var normalizeOptions = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async (logger3, optionsFromConfigFile, optionsOverride) => {
2552
+ var normalizeOptions = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async (logger3, optionsFromConfigFile, optionsOverride) => {
2553
2553
  const _options = {
2554
2554
  ...optionsFromConfigFile,
2555
2555
  ...optionsOverride
@@ -2667,13 +2667,13 @@ module.exports = exports.default;
2667
2667
  if (options1.watch) {
2668
2668
  logger3.info("CLI", "Running in watch mode");
2669
2669
  }
2670
- const experimentalDtsTask = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2670
+ const experimentalDtsTask = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2671
2671
  if (!options1.dts && options1.experimentalDts) {
2672
2672
  const exports1 = runTypeScriptCompiler(options1);
2673
2673
  await runDtsRollup(options1, exports1);
2674
2674
  }
2675
2675
  }, "experimentalDtsTask");
2676
- const dtsTask = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2676
+ const dtsTask = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2677
2677
  if (options1.dts && options1.experimentalDts) {
2678
2678
  throw new Error("You can't use both `dts` and `experimentalDts` at the same time");
2679
2679
  }
@@ -2681,7 +2681,7 @@ module.exports = exports.default;
2681
2681
  if (options1.dts) {
2682
2682
  await new Promise((resolve, reject) => {
2683
2683
  const worker = new (0, _worker_threads.Worker)(_path2.default.join(__dirname, "./rollup.js"));
2684
- const terminateWorker = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, () => {
2684
+ const terminateWorker = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, () => {
2685
2685
  if (options1.watch) return;
2686
2686
  worker.terminate();
2687
2687
  }, "terminateWorker");
@@ -2724,7 +2724,7 @@ module.exports = exports.default;
2724
2724
  });
2725
2725
  }
2726
2726
  }, "dtsTask");
2727
- const mainTasks = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2727
+ const mainTasks = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2728
2728
  if (!_optionalChain([
2729
2729
  options1,
2730
2730
  "access",
@@ -2736,7 +2736,7 @@ module.exports = exports.default;
2736
2736
  let onSuccessCleanup;
2737
2737
  const buildDependencies = /* @__PURE__ */ new Set();
2738
2738
  let depsHash = await _chunkVGC3FXLUjs.getAllDepsHash.call(void 0, _optionalChain2([options1, 'access', _74 => _74.workspaceConfig, 'optionalAccess', _75 => _75.workspaceRoot]) || process.cwd());
2739
- const doOnSuccessCleanup = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2739
+ const doOnSuccessCleanup = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2740
2740
  if (onSuccessProcess) {
2741
2741
  await killProcess({
2742
2742
  pid: onSuccessProcess.pid,
@@ -2751,7 +2751,7 @@ module.exports = exports.default;
2751
2751
  const debouncedBuildAll = _chunkTWFEYLU4js.debouncePromise.call(void 0, () => {
2752
2752
  return buildAll();
2753
2753
  }, 100, _chunkJZ25TPTYjs.handleError);
2754
- const buildAll = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2754
+ const buildAll = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2755
2755
  await doOnSuccessCleanup();
2756
2756
  const previousBuildDependencies = new Set(buildDependencies);
2757
2757
  buildDependencies.clear();
@@ -2827,9 +2827,9 @@ module.exports = exports.default;
2827
2827
  }
2828
2828
  }
2829
2829
  }, "buildAll");
2830
- const startWatcher = /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, async () => {
2830
+ const startWatcher = /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, async () => {
2831
2831
  if (!options1.watch) return;
2832
- const { watch } = await Promise.resolve().then(() => _interopRequireWildcard(_chunkQOP64GGOcjs.__require.call(void 0, "chokidar")));
2832
+ const { watch } = await Promise.resolve().then(() => _interopRequireWildcard(_chunkTKNLZW4Vcjs.__require.call(void 0, "chokidar")));
2833
2833
  const customIgnores = options1.ignoreWatch ? Array.isArray(options1.ignoreWatch) ? options1.ignoreWatch : [
2834
2834
  options1.ignoreWatch
2835
2835
  ] : [];
@@ -2844,7 +2844,7 @@ module.exports = exports.default;
2844
2844
  const watcher = watch(await _tinyglobby.glob.call(void 0, watchPaths), {
2845
2845
  ignoreInitial: true,
2846
2846
  ignorePermissionErrors: true,
2847
- ignored: /* @__PURE__ */ _chunkQOP64GGOcjs.__name.call(void 0, (p) => _tinyglobby.globSync.call(void 0, p, {
2847
+ ignored: /* @__PURE__ */ _chunkTKNLZW4Vcjs.__name.call(void 0, (p) => _tinyglobby.globSync.call(void 0, p, {
2848
2848
  ignore: ignored
2849
2849
  }).length === 0, "ignored")
2850
2850
  });
@@ -2884,27 +2884,27 @@ module.exports = exports.default;
2884
2884
  ]);
2885
2885
  }));
2886
2886
  }
2887
- _chunkQOP64GGOcjs.__name.call(void 0, build, "build");
2887
+ _chunkTKNLZW4Vcjs.__name.call(void 0, build, "build");
2888
2888
  exports.build = build;
2889
2889
  exports.defineConfig = defineConfig;
2890
2890
  }
2891
2891
  });
2892
2892
 
2893
2893
  // src/tsup.ts
2894
- _chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
2895
- var import_tsup = _chunkQOP64GGOcjs.__toESM.call(void 0, require_dist(), 1);
2894
+ _chunkTKNLZW4Vcjs.init_cjs_shims.call(void 0, );
2895
+ var import_tsup = _chunkTKNLZW4Vcjs.__toESM.call(void 0, require_dist(), 1);
2896
2896
  async function executeTsup(context) {
2897
- _chunkLKXMEOMYcjs.writeDebug.call(void 0, ` \u{1F680} Running ${context.options.name} build`, context.workspaceConfig);
2898
- const stopwatch = _chunkLKXMEOMYcjs.getStopwatch.call(void 0, `${context.options.name} build`);
2897
+ _chunk2NQYRZKOcjs.writeDebug.call(void 0, ` \u{1F680} Running ${context.options.name} build`, context.workspaceConfig);
2898
+ const stopwatch = _chunk2NQYRZKOcjs.getStopwatch.call(void 0, `${context.options.name} build`);
2899
2899
  await (0, import_tsup.build)({
2900
2900
  ...context.options,
2901
- outDir: context.options.distDir ? _chunkSMZKC6PEcjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
2901
+ outDir: context.options.distDir ? _chunkQ77NJNNLcjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
2902
2902
  workspaceConfig: context.workspaceConfig
2903
2903
  });
2904
2904
  stopwatch();
2905
2905
  return context;
2906
2906
  }
2907
- _chunkQOP64GGOcjs.__name.call(void 0, executeTsup, "executeTsup");
2907
+ _chunkTKNLZW4Vcjs.__name.call(void 0, executeTsup, "executeTsup");
2908
2908
 
2909
2909
 
2910
2910