@voidzero-dev/vite-plus-core 0.1.1-alpha.0 → 0.1.2

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 (29) hide show
  1. package/dist/rolldown/cli.mjs +1 -1
  2. package/dist/rolldown/config.d.mts +0 -1
  3. package/dist/rolldown/filter-index.d.mts +0 -1
  4. package/dist/rolldown/index.mjs +1 -1
  5. package/dist/rolldown/parallel-plugin.d.mts +0 -1
  6. package/dist/rolldown/shared/{watch-Cn-znpX_.mjs → watch-CVufTfok.mjs} +1 -1
  7. package/dist/tsdown/{build-BjQ7Rt90-tMPZTflz.js → build-TmLngPCw-I7MHSf0I.js} +269 -188
  8. package/dist/tsdown/build-gOkJM1H9-BRI3DQle.js +6 -0
  9. package/dist/tsdown/{debug-BUVkFfEZ-D3UMJnif.js → debug-tOJ_PtrM-DITcI9An.js} +2 -2
  10. package/dist/tsdown/{detect-CCATtVj7-DhvBg5EF.js → detect-DK-FDZQ9-CALXiuJa.js} +1 -1
  11. package/dist/tsdown/{dist-CFTDWtv2.js → dist-DVPyDO-_.js} +5 -2
  12. package/dist/tsdown/{dist-DNcnO8LL.js → dist-uzMTIu3J.js} +488 -521
  13. package/dist/tsdown/{filename-CPj0AKvV.js → filename-C2azOotK.js} +2 -2
  14. package/dist/tsdown/{index-node-ShM0x2b6-Bt7Chc0I.js → index-node-Djp92Gzb-fgHTblzo.js} +1 -1
  15. package/dist/tsdown/index-types.d.ts +175 -25
  16. package/dist/tsdown/index.js +5 -5
  17. package/dist/tsdown/{main-B3qcLRNf.js → main-BWoReXjl.js} +72 -69
  18. package/dist/tsdown/npm_cjs_chunk_lt.cjs +31 -0
  19. package/dist/tsdown/npm_cjs_chunk_range.cjs +7 -22
  20. package/dist/tsdown/npm_cjs_chunk_semver.cjs +17 -17
  21. package/dist/tsdown/npm_entry_semver_functions_lt.cjs +7 -0
  22. package/dist/tsdown/npm_entry_semver_functions_satisfies.cjs +2 -1
  23. package/dist/tsdown/npm_entry_semver_ranges_min-version.cjs +2 -1
  24. package/dist/tsdown/{resolver-j7HY1N36-DHVsN9q6.js → resolver-CdD-yT15-OWjlgV0D.js} +1 -1
  25. package/dist/tsdown/run.js +209 -68
  26. package/dist/tsdown/{tsc-CBjlgM2A.js → tsc-D6YfZJBZ.js} +62 -67
  27. package/dist/tsdown/{tsc-context-D1h5oZB8.js → tsc-context-CGmk4Cps.js} +1 -1
  28. package/package.json +12 -8
  29. package/dist/tsdown/build-2oRq4mfQ-YC_gzK3u.js +0 -6
@@ -0,0 +1,6 @@
1
+ import "./main-BWoReXjl.js";
2
+ import "./node-Ba_UB_xO.js";
3
+ import "./filename-C2azOotK.js";
4
+ import { t as build$1 } from "./build-TmLngPCw-I7MHSf0I.js";
5
+
6
+ export { build$1 as build };
@@ -1,7 +1,7 @@
1
- import { g as resolveComma, y as toArray } from "./main-B3qcLRNf.js";
1
+ import { C as resolveComma, E as toArray } from "./main-BWoReXjl.js";
2
2
  import { n as enable, r as namespaces, t as createDebug } from "./node-Ba_UB_xO.js";
3
3
 
4
- //#region ../../node_modules/.pnpm/tsdown@0.21.0-beta.2_@arethetypeswrong+core@0.18.2_@typescript+native-preview@7.0.0-dev_d0d0ed2124937ee9dd401a280008a3bf/node_modules/tsdown/dist/debug-BUVkFfEZ.mjs
4
+ //#region ../../node_modules/.pnpm/tsdown@0.21.0_@arethetypeswrong+core@0.18.2_@tsdown+css@0.21.0_@tsdown+exe@0.21.0_@type_743816f26d68021f6369d2afb428dae9/node_modules/tsdown/dist/debug-tOJ_PtrM.mjs
5
5
  const debugLog = createDebug("tsdown:debug");
6
6
  function enableDebug(debug) {
7
7
  if (!debug) return;
@@ -2,7 +2,7 @@ import process from "node:process";
2
2
  import path from "node:path";
3
3
  import fs from "node:fs/promises";
4
4
 
5
- //#region ../../node_modules/.pnpm/tsdown@0.21.0-beta.2_@arethetypeswrong+core@0.18.2_@typescript+native-preview@7.0.0-dev_d0d0ed2124937ee9dd401a280008a3bf/node_modules/tsdown/dist/detect-CCATtVj7.mjs
5
+ //#region ../../node_modules/.pnpm/tsdown@0.21.0_@arethetypeswrong+core@0.18.2_@tsdown+css@0.21.0_@tsdown+exe@0.21.0_@type_743816f26d68021f6369d2afb428dae9/node_modules/tsdown/dist/detect-DK-FDZQ9.mjs
6
6
  const AGENTS = [
7
7
  "npm",
8
8
  "yarn",
@@ -1,6 +1,6 @@
1
1
  import { builtinModules, createRequire } from "node:module";
2
- import process from "node:process";
3
2
  import { fileURLToPath, pathToFileURL } from "node:url";
3
+ import process from "node:process";
4
4
  import { spawn } from "node:child_process";
5
5
  import path from "node:path";
6
6
  import { rolldown } from "@voidzero-dev/vite-plus-core/rolldown";
@@ -9,7 +9,7 @@ import fs, { existsSync } from "node:fs";
9
9
  import { Buffer } from "node:buffer";
10
10
  import crypto from "node:crypto";
11
11
 
12
- //#region ../../node_modules/.pnpm/unrun@0.2.28/node_modules/unrun/dist/src-CS8hJStK.mjs
12
+ //#region ../../node_modules/.pnpm/unrun@0.2.30/node_modules/unrun/dist/load-module-CeH7YHFU.mjs
13
13
  /**
14
14
  * Applies preset-specific handling to the loaded module.
15
15
  */
@@ -716,6 +716,9 @@ async function loadModule(code, options) {
716
716
  }
717
717
  return _module;
718
718
  }
719
+
720
+ //#endregion
721
+ //#region ../../node_modules/.pnpm/unrun@0.2.30/node_modules/unrun/dist/index.mjs
719
722
  /**
720
723
  * Loads a module with JIT transpilation based on the provided options.
721
724
  *