rolldown 0.15.1-commit.cc6f557 → 0.15.1-commit.f9fc700

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 (37) hide show
  1. package/dist/cjs/cli.cjs +3 -3
  2. package/dist/cjs/experimental-index.cjs +3 -3
  3. package/dist/cjs/index.cjs +1 -1
  4. package/dist/cjs/parallel-plugin-worker.cjs +3 -3
  5. package/dist/esm/cli.mjs +10 -10
  6. package/dist/esm/experimental-index.mjs +1 -1
  7. package/dist/esm/index.mjs +1 -1
  8. package/dist/esm/parallel-plugin-worker.mjs +1 -1
  9. package/dist/shared/{chunk-BFvIen8E.cjs → chunk-qZFfknuJ.cjs} +2 -1
  10. package/dist/shared/{consola_36c0034f-B7L-radJ.cjs → consola_36c0034f-C_-uQ5ge.cjs} +8 -5
  11. package/dist/shared/{prompt-BiXtYIJ2.cjs → prompt-BNaEjAIz.cjs} +2 -2
  12. package/dist/shared/{src-C4XpZnTu.mjs → src-CaCgK3ua.mjs} +6 -6
  13. package/dist/shared/{src-DKykz7Lg.cjs → src-DcDu70oa.cjs} +64 -33
  14. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  15. package/dist/types/index.d.ts +3 -4
  16. package/dist/types/log/logHandler.d.ts +1 -1
  17. package/dist/types/log/logger.d.ts +1 -1
  18. package/dist/types/log/logs.d.ts +1 -1
  19. package/dist/types/options/normalized-input-options.d.ts +1 -1
  20. package/dist/types/options/normalized-output-options.d.ts +1 -1
  21. package/dist/types/options/output-options.d.ts +3 -3
  22. package/dist/types/plugin/bindingify-plugin.d.ts +1 -1
  23. package/dist/types/plugin/index.d.ts +6 -6
  24. package/dist/types/plugin/minimal-plugin-context.d.ts +1 -1
  25. package/dist/types/plugin/plugin-context.d.ts +1 -1
  26. package/dist/types/plugin/transform-plugin-context.d.ts +1 -1
  27. package/dist/types/types/misc.d.ts +40 -0
  28. package/dist/types/types/output-bundle.d.ts +2 -2
  29. package/dist/types/types/rolldown-output.d.ts +8 -11
  30. package/dist/types/utils/bindingify-input-options.d.ts +1 -1
  31. package/dist/types/utils/create-bundler-option.d.ts +1 -1
  32. package/dist/types/utils/normalize-plugin-option.d.ts +1 -1
  33. package/dist/types/utils/transform-rendered-chunk.d.ts +4 -4
  34. package/dist/types/utils/transform-rendered-module.d.ts +2 -2
  35. package/package.json +14 -14
  36. package/dist/types/rollup-types.d.ts +0 -1
  37. package/dist/types/rollup.d.ts +0 -1118
package/dist/cjs/cli.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- const require_chunk = require('../shared/chunk-BFvIen8E.cjs');
3
- const require_src = require('../shared/src-DKykz7Lg.cjs');
4
- const require_consola_36c0034f = require('../shared/consola_36c0034f-B7L-radJ.cjs');
2
+ const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
+ const require_src = require('../shared/src-DcDu70oa.cjs');
4
+ const require_consola_36c0034f = require('../shared/consola_36c0034f-C_-uQ5ge.cjs');
5
5
  const node_fs = require_chunk.__toESM(require("node:fs"));
6
6
  const zod = require_chunk.__toESM(require("zod"));
7
7
  const node_path = require_chunk.__toESM(require("node:path"));
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const require_chunk = require('../shared/chunk-BFvIen8E.cjs');
3
- const require_src = require('../shared/src-DKykz7Lg.cjs');
2
+ const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
+ const require_src = require('../shared/src-DcDu70oa.cjs');
4
4
  const node_url = require_chunk.__toESM(require("node:url"));
5
5
 
6
6
  //#region src/plugin/parallel-plugin.ts
@@ -54,7 +54,7 @@ function aliasPlugin(config) {
54
54
 
55
55
  //#endregion
56
56
  //#region src/experimental-index.ts
57
- var import_binding = require_chunk.__toESM(require_binding());
57
+ var import_binding = require_chunk.__toESM(require_src.require_binding());
58
58
 
59
59
  //#endregion
60
60
  exports.aliasPlugin = aliasPlugin
@@ -1,4 +1,4 @@
1
- const require_src = require('../shared/src-DKykz7Lg.cjs');
1
+ const require_src = require('../shared/src-DcDu70oa.cjs');
2
2
 
3
3
  exports.VERSION = require_src.VERSION
4
4
  exports.build = require_src.build
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
- const require_chunk = require('../shared/chunk-BFvIen8E.cjs');
3
- const require_src = require('../shared/src-DKykz7Lg.cjs');
2
+ const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
+ const require_src = require('../shared/src-DcDu70oa.cjs');
4
4
  const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
5
5
 
6
6
  //#region src/parallel-plugin-worker.ts
7
- var import_binding = require_chunk.__toESM(require_binding());
7
+ var import_binding = require_chunk.__toESM(require_src.require_binding());
8
8
  const { registryId, pluginInfos, threadNumber } = node_worker_threads.workerData;
9
9
  (async () => {
10
10
  try {
package/dist/esm/cli.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, TreeshakingOptionsSchema, arraify, description, rolldown, version, watch } from "../shared/src-C4XpZnTu.mjs";
1
+ import { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, TreeshakingOptionsSchema, arraify, description, rolldown, version, watch } from "../shared/src-CaCgK3ua.mjs";
2
2
  import { createConsola } from "../shared/consola_36c0034f-D9ce-831.mjs";
3
3
  import fs from "node:fs";
4
4
  import { ZodFirstPartyTypeKind, z } from "zod";
5
- import path, { default as path$1 } from "node:path";
5
+ import path from "node:path";
6
6
  import process$1, { env } from "node:process";
7
7
  import { performance } from "node:perf_hooks";
8
8
  import * as tty from "tty";
@@ -314,7 +314,7 @@ async function bundleTsConfig(configFile) {
314
314
  transform: {
315
315
  filter: { id: /\.[cm]?[jt]s$/ },
316
316
  async handler(code, id) {
317
- const injectValues = `const ${dirnameVarName} = ${JSON.stringify(path$1.dirname(id))};` + `const ${filenameVarName} = ${JSON.stringify(id)};` + `const ${importMetaUrlVarName} = ${JSON.stringify(pathToFileURL(id).href)};`;
317
+ const injectValues = `const ${dirnameVarName} = ${JSON.stringify(path.dirname(id))};` + `const ${filenameVarName} = ${JSON.stringify(id)};` + `const ${importMetaUrlVarName} = ${JSON.stringify(pathToFileURL(id).href)};`;
318
318
  return {
319
319
  code: injectValues + code,
320
320
  map: null
@@ -324,7 +324,7 @@ async function bundleTsConfig(configFile) {
324
324
  }]
325
325
  });
326
326
  const result = await bundle.write({
327
- dir: path$1.dirname(configFile),
327
+ dir: path.dirname(configFile),
328
328
  format: "esm",
329
329
  sourcemap: "inline",
330
330
  entryFileNames: "rolldown.config.[hash].js"
@@ -343,7 +343,7 @@ const SUPPORTED_TS_CONFIG_FORMATS = [
343
343
  ];
344
344
  const SUPPORTED_CONFIG_FORMATS = [...SUPPORTED_JS_CONFIG_FORMATS, ...SUPPORTED_TS_CONFIG_FORMATS];
345
345
  async function loadConfig(configPath) {
346
- const ext = path$1.extname(configPath);
346
+ const ext = path.extname(configPath);
347
347
  try {
348
348
  if (SUPPORTED_JS_CONFIG_FORMATS.includes(ext) || process.env.NODE_OPTIONS?.includes("--import=tsx") && SUPPORTED_TS_CONFIG_FORMATS.includes(ext)) return (await import(pathToFileURL(configPath).href)).default;
349
349
  else if (SUPPORTED_TS_CONFIG_FORMATS.includes(ext)) return await loadTsConfig(configPath);
@@ -499,9 +499,9 @@ function printOutputEntries(entries, sizeAdjustment, distPath) {
499
499
  }
500
500
  }
501
501
  }
502
- function withTrailingSlash(path$2) {
503
- if (path$2[path$2.length - 1] !== "/") return `${path$2}/`;
504
- return path$2;
502
+ function withTrailingSlash(path$1) {
503
+ if (path$1[path$1.length - 1] !== "/") return `${path$1}/`;
504
+ return path$1;
505
505
  }
506
506
  function ms(duration) {
507
507
  return duration < 1e3 ? `${duration.toFixed(2)} ms` : `${(duration / 1e3).toFixed(2)} s`;
@@ -1767,8 +1767,8 @@ else base[key] = value;
1767
1767
  }
1768
1768
  return base;
1769
1769
  }
1770
- function setNestedProperty(obj, path$2, value) {
1771
- const keys = path$2.split(".");
1770
+ function setNestedProperty(obj, path$1, value) {
1771
+ const keys = path$1.split(".");
1772
1772
  let current = obj;
1773
1773
  for (let i = 0; i < keys.length - 1; i++) {
1774
1774
  if (!current[keys[i]]) current[keys[i]] = {};
@@ -1,4 +1,4 @@
1
- import { BuiltinPlugin, __toESM, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, require_binding, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-C4XpZnTu.mjs";
1
+ import { BuiltinPlugin, __toESM, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, require_binding, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-CaCgK3ua.mjs";
2
2
  import { pathToFileURL } from "node:url";
3
3
 
4
4
  //#region src/plugin/parallel-plugin.ts
@@ -1,3 +1,3 @@
1
- import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-C4XpZnTu.mjs";
1
+ import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-CaCgK3ua.mjs";
2
2
 
3
3
  export { VERSION, build, defineConfig, rolldown, watch };
@@ -1,4 +1,4 @@
1
- import { PluginContextData, __toESM, bindingifyPlugin, require_binding } from "../shared/src-C4XpZnTu.mjs";
1
+ import { PluginContextData, __toESM, bindingifyPlugin, require_binding } from "../shared/src-CaCgK3ua.mjs";
2
2
  import { parentPort, workerData } from "node:worker_threads";
3
3
 
4
4
  //#region src/parallel-plugin-worker.ts
@@ -31,7 +31,8 @@ Object.defineProperty(exports, '__commonJS', {
31
31
  get: function () {
32
32
  return __commonJS;
33
33
  }
34
- });Object.defineProperty(exports, '__toESM', {
34
+ });
35
+ Object.defineProperty(exports, '__toESM', {
35
36
  enumerable: true,
36
37
  get: function () {
37
38
  return __toESM;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const require_chunk = require('./chunk-BFvIen8E.cjs');
2
+ const require_chunk = require('./chunk-qZFfknuJ.cjs');
3
3
  const node_path = require_chunk.__toESM(require("node:path"));
4
4
  const node_process = require_chunk.__toESM(require("node:process"));
5
5
  const node_util = require_chunk.__toESM(require("node:util"));
@@ -818,7 +818,7 @@ function createConsola(options = {}) {
818
818
  stdout: process.stdout,
819
819
  stderr: process.stderr,
820
820
  prompt: (...args) => Promise.resolve().then(function() {
821
- return require("./prompt-BiXtYIJ2.cjs");
821
+ return require("./prompt-BNaEjAIz.cjs");
822
822
  }).then((m) => m.prompt(...args)),
823
823
  reporters: options.reporters || [options.fancy ?? !(isCI || isTest) ? new FancyReporter() : new BasicReporter()],
824
824
  ...options
@@ -838,17 +838,20 @@ Object.defineProperty(exports, 'colors', {
838
838
  get: function () {
839
839
  return colors;
840
840
  }
841
- });Object.defineProperty(exports, 'createConsola', {
841
+ });
842
+ Object.defineProperty(exports, 'createConsola', {
842
843
  enumerable: true,
843
844
  get: function () {
844
845
  return createConsola;
845
846
  }
846
- });Object.defineProperty(exports, 'getDefaultExportFromCjs', {
847
+ });
848
+ Object.defineProperty(exports, 'getDefaultExportFromCjs', {
847
849
  enumerable: true,
848
850
  get: function () {
849
851
  return getDefaultExportFromCjs;
850
852
  }
851
- });Object.defineProperty(exports, 'isUnicodeSupported', {
853
+ });
854
+ Object.defineProperty(exports, 'isUnicodeSupported', {
852
855
  enumerable: true,
853
856
  get: function () {
854
857
  return isUnicodeSupported;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const require_chunk = require('./chunk-BFvIen8E.cjs');
3
- const require_consola_36c0034f = require('./consola_36c0034f-B7L-radJ.cjs');
2
+ const require_chunk = require('./chunk-qZFfknuJ.cjs');
3
+ const require_consola_36c0034f = require('./consola_36c0034f-C_-uQ5ge.cjs');
4
4
  const node_path = require_chunk.__toESM(require("node:path"));
5
5
  const node_process = require_chunk.__toESM(require("node:process"));
6
6
  const tty = require_chunk.__toESM(require("tty"));
@@ -1,7 +1,7 @@
1
1
  import { createRequire } from "module";
2
2
  import { Buffer as Buffer$1 } from "node:buffer";
3
3
  import { z } from "zod";
4
- import path, { default as path$1 } from "node:path";
4
+ import path from "node:path";
5
5
  import { Worker } from "node:worker_threads";
6
6
  import { availableParallelism } from "node:os";
7
7
 
@@ -902,8 +902,8 @@ const getExtendedLogMessage = (log) => {
902
902
  return prefix + log.message;
903
903
  };
904
904
  function relativeId(id) {
905
- if (!path$1.isAbsolute(id)) return id;
906
- return path$1.relative(path$1.resolve(), id);
905
+ if (!path.isAbsolute(id)) return id;
906
+ return path.relative(path.resolve(), id);
907
907
  }
908
908
 
909
909
  //#endregion
@@ -2773,8 +2773,8 @@ else this.listeners.set(event, [listener]);
2773
2773
  break;
2774
2774
  case "change":
2775
2775
  for (const listener of listeners) {
2776
- const { path: path$2, kind } = event.watchChangeData();
2777
- await listener(path$2, { event: kind });
2776
+ const { path: path$1, kind } = event.watchChangeData();
2777
+ await listener(path$1, { event: kind });
2778
2778
  }
2779
2779
  break;
2780
2780
  default: throw new Error(`Unknown event: ${event}`);
@@ -2843,7 +2843,7 @@ const watch = (input) => {
2843
2843
 
2844
2844
  //#endregion
2845
2845
  //#region package.json
2846
- var version = "0.15.1-commit.cc6f557";
2846
+ var version = "0.15.1-commit.f9fc700";
2847
2847
  var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
2848
2848
 
2849
2849
  //#endregion
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BFvIen8E.cjs');
1
+ const require_chunk = require('./chunk-qZFfknuJ.cjs');
2
2
  const node_buffer = require_chunk.__toESM(require("node:buffer"));
3
3
  const zod = require_chunk.__toESM(require("zod"));
4
4
  const node_path = require_chunk.__toESM(require("node:path"));
@@ -2817,7 +2817,7 @@ const watch = (input) => {
2817
2817
 
2818
2818
  //#endregion
2819
2819
  //#region package.json
2820
- var version = "0.15.1-commit.cc6f557";
2820
+ var version = "0.15.1-commit.f9fc700";
2821
2821
  var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
2822
2822
 
2823
2823
  //#endregion
@@ -2846,157 +2846,188 @@ Object.defineProperty(exports, 'BuiltinPlugin', {
2846
2846
  get: function () {
2847
2847
  return BuiltinPlugin;
2848
2848
  }
2849
- });Object.defineProperty(exports, 'LogLevelOptionSchema', {
2849
+ });
2850
+ Object.defineProperty(exports, 'LogLevelOptionSchema', {
2850
2851
  enumerable: true,
2851
2852
  get: function () {
2852
2853
  return LogLevelOptionSchema;
2853
2854
  }
2854
- });Object.defineProperty(exports, 'LogLevelSchema', {
2855
+ });
2856
+ Object.defineProperty(exports, 'LogLevelSchema', {
2855
2857
  enumerable: true,
2856
2858
  get: function () {
2857
2859
  return LogLevelSchema;
2858
2860
  }
2859
- });Object.defineProperty(exports, 'LogLevelWithErrorSchema', {
2861
+ });
2862
+ Object.defineProperty(exports, 'LogLevelWithErrorSchema', {
2860
2863
  enumerable: true,
2861
2864
  get: function () {
2862
2865
  return LogLevelWithErrorSchema;
2863
2866
  }
2864
- });Object.defineProperty(exports, 'PluginContextData', {
2867
+ });
2868
+ Object.defineProperty(exports, 'PluginContextData', {
2865
2869
  enumerable: true,
2866
2870
  get: function () {
2867
2871
  return PluginContextData;
2868
2872
  }
2869
- });Object.defineProperty(exports, 'RollupLogSchema', {
2873
+ });
2874
+ Object.defineProperty(exports, 'RollupLogSchema', {
2870
2875
  enumerable: true,
2871
2876
  get: function () {
2872
2877
  return RollupLogSchema;
2873
2878
  }
2874
- });Object.defineProperty(exports, 'RollupLogWithStringSchema', {
2879
+ });
2880
+ Object.defineProperty(exports, 'RollupLogWithStringSchema', {
2875
2881
  enumerable: true,
2876
2882
  get: function () {
2877
2883
  return RollupLogWithStringSchema;
2878
2884
  }
2879
- });Object.defineProperty(exports, 'TreeshakingOptionsSchema', {
2885
+ });
2886
+ Object.defineProperty(exports, 'TreeshakingOptionsSchema', {
2880
2887
  enumerable: true,
2881
2888
  get: function () {
2882
2889
  return TreeshakingOptionsSchema;
2883
2890
  }
2884
- });Object.defineProperty(exports, 'VERSION', {
2891
+ });
2892
+ Object.defineProperty(exports, 'VERSION', {
2885
2893
  enumerable: true,
2886
2894
  get: function () {
2887
2895
  return VERSION;
2888
2896
  }
2889
- });Object.defineProperty(exports, 'arraify', {
2897
+ });
2898
+ Object.defineProperty(exports, 'arraify', {
2890
2899
  enumerable: true,
2891
2900
  get: function () {
2892
2901
  return arraify;
2893
2902
  }
2894
- });Object.defineProperty(exports, 'bindingifyPlugin', {
2903
+ });
2904
+ Object.defineProperty(exports, 'bindingifyPlugin', {
2895
2905
  enumerable: true,
2896
2906
  get: function () {
2897
2907
  return bindingifyPlugin;
2898
2908
  }
2899
- });Object.defineProperty(exports, 'build', {
2909
+ });
2910
+ Object.defineProperty(exports, 'build', {
2900
2911
  enumerable: true,
2901
2912
  get: function () {
2902
2913
  return build;
2903
2914
  }
2904
- });Object.defineProperty(exports, 'buildImportAnalysisPlugin', {
2915
+ });
2916
+ Object.defineProperty(exports, 'buildImportAnalysisPlugin', {
2905
2917
  enumerable: true,
2906
2918
  get: function () {
2907
2919
  return buildImportAnalysisPlugin;
2908
2920
  }
2909
- });Object.defineProperty(exports, 'composeJsPlugins', {
2921
+ });
2922
+ Object.defineProperty(exports, 'composeJsPlugins', {
2910
2923
  enumerable: true,
2911
2924
  get: function () {
2912
2925
  return composeJsPlugins;
2913
2926
  }
2914
- });Object.defineProperty(exports, 'createBundler', {
2927
+ });
2928
+ Object.defineProperty(exports, 'createBundler', {
2915
2929
  enumerable: true,
2916
2930
  get: function () {
2917
2931
  return createBundler;
2918
2932
  }
2919
- });Object.defineProperty(exports, 'defineConfig', {
2933
+ });
2934
+ Object.defineProperty(exports, 'defineConfig', {
2920
2935
  enumerable: true,
2921
2936
  get: function () {
2922
2937
  return defineConfig;
2923
2938
  }
2924
- });Object.defineProperty(exports, 'description', {
2939
+ });
2940
+ Object.defineProperty(exports, 'description', {
2925
2941
  enumerable: true,
2926
2942
  get: function () {
2927
2943
  return description;
2928
2944
  }
2929
- });Object.defineProperty(exports, 'dynamicImportVarsPlugin', {
2945
+ });
2946
+ Object.defineProperty(exports, 'dynamicImportVarsPlugin', {
2930
2947
  enumerable: true,
2931
2948
  get: function () {
2932
2949
  return dynamicImportVarsPlugin;
2933
2950
  }
2934
- });Object.defineProperty(exports, 'handleOutputErrors', {
2951
+ });
2952
+ Object.defineProperty(exports, 'handleOutputErrors', {
2935
2953
  enumerable: true,
2936
2954
  get: function () {
2937
2955
  return handleOutputErrors;
2938
2956
  }
2939
- });Object.defineProperty(exports, 'importGlobPlugin', {
2957
+ });
2958
+ Object.defineProperty(exports, 'importGlobPlugin', {
2940
2959
  enumerable: true,
2941
2960
  get: function () {
2942
2961
  return importGlobPlugin;
2943
2962
  }
2944
- });Object.defineProperty(exports, 'jsonPlugin', {
2963
+ });
2964
+ Object.defineProperty(exports, 'jsonPlugin', {
2945
2965
  enumerable: true,
2946
2966
  get: function () {
2947
2967
  return jsonPlugin;
2948
2968
  }
2949
- });Object.defineProperty(exports, 'loadFallbackPlugin', {
2969
+ });
2970
+ Object.defineProperty(exports, 'loadFallbackPlugin', {
2950
2971
  enumerable: true,
2951
2972
  get: function () {
2952
2973
  return loadFallbackPlugin;
2953
2974
  }
2954
- });Object.defineProperty(exports, 'manifestPlugin', {
2975
+ });
2976
+ Object.defineProperty(exports, 'manifestPlugin', {
2955
2977
  enumerable: true,
2956
2978
  get: function () {
2957
2979
  return manifestPlugin;
2958
2980
  }
2959
- });Object.defineProperty(exports, 'modulePreloadPolyfillPlugin', {
2981
+ });
2982
+ Object.defineProperty(exports, 'modulePreloadPolyfillPlugin', {
2960
2983
  enumerable: true,
2961
2984
  get: function () {
2962
2985
  return modulePreloadPolyfillPlugin;
2963
2986
  }
2964
- });Object.defineProperty(exports, 'normalizedStringOrRegex', {
2987
+ });
2988
+ Object.defineProperty(exports, 'normalizedStringOrRegex', {
2965
2989
  enumerable: true,
2966
2990
  get: function () {
2967
2991
  return normalizedStringOrRegex;
2968
2992
  }
2969
- });Object.defineProperty(exports, 'require_binding', {
2993
+ });
2994
+ Object.defineProperty(exports, 'require_binding', {
2970
2995
  enumerable: true,
2971
2996
  get: function () {
2972
2997
  return require_binding;
2973
2998
  }
2974
- });Object.defineProperty(exports, 'rolldown', {
2999
+ });
3000
+ Object.defineProperty(exports, 'rolldown', {
2975
3001
  enumerable: true,
2976
3002
  get: function () {
2977
3003
  return rolldown;
2978
3004
  }
2979
- });Object.defineProperty(exports, 'version', {
3005
+ });
3006
+ Object.defineProperty(exports, 'version', {
2980
3007
  enumerable: true,
2981
3008
  get: function () {
2982
3009
  return version;
2983
3010
  }
2984
- });Object.defineProperty(exports, 'viteResolvePlugin', {
3011
+ });
3012
+ Object.defineProperty(exports, 'viteResolvePlugin', {
2985
3013
  enumerable: true,
2986
3014
  get: function () {
2987
3015
  return viteResolvePlugin;
2988
3016
  }
2989
- });Object.defineProperty(exports, 'wasmFallbackPlugin', {
3017
+ });
3018
+ Object.defineProperty(exports, 'wasmFallbackPlugin', {
2990
3019
  enumerable: true,
2991
3020
  get: function () {
2992
3021
  return wasmFallbackPlugin;
2993
3022
  }
2994
- });Object.defineProperty(exports, 'wasmHelperPlugin', {
3023
+ });
3024
+ Object.defineProperty(exports, 'wasmHelperPlugin', {
2995
3025
  enumerable: true,
2996
3026
  get: function () {
2997
3027
  return wasmHelperPlugin;
2998
3028
  }
2999
- });Object.defineProperty(exports, 'watch', {
3029
+ });
3030
+ Object.defineProperty(exports, 'watch', {
3000
3031
  enumerable: true,
3001
3032
  get: function () {
3002
3033
  return watch;