rolldown 1.0.0-beta.22 → 1.0.0-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/cli.cjs +3 -3
  2. package/dist/cli.mjs +3 -3
  3. package/dist/config.cjs +3 -3
  4. package/dist/config.d.cts +2 -2
  5. package/dist/config.d.mts +2 -2
  6. package/dist/config.mjs +3 -3
  7. package/dist/experimental-index.cjs +2 -3
  8. package/dist/experimental-index.d.cts +3 -6
  9. package/dist/experimental-index.d.mts +3 -6
  10. package/dist/experimental-index.mjs +3 -3
  11. package/dist/filter-index.cjs +1 -1
  12. package/dist/filter-index.d.cts +2 -2
  13. package/dist/filter-index.d.mts +2 -2
  14. package/dist/filter-index.mjs +1 -1
  15. package/dist/index.cjs +2 -2
  16. package/dist/index.d.cts +3 -3
  17. package/dist/index.d.mts +3 -3
  18. package/dist/index.mjs +2 -2
  19. package/dist/parallel-plugin-worker.cjs +3 -3
  20. package/dist/parallel-plugin-worker.mjs +3 -3
  21. package/dist/parallel-plugin.d.cts +2 -2
  22. package/dist/parallel-plugin.d.mts +2 -2
  23. package/dist/parse-ast-index.d.cts +1 -1
  24. package/dist/parse-ast-index.d.mts +1 -1
  25. package/dist/shared/{binding-B8kHDLfO.d.mts → binding-CMKStSph.d.cts} +4 -14
  26. package/dist/shared/{binding-CbR_BHh9.d.cts → binding-DB58iXP8.d.mts} +4 -14
  27. package/dist/shared/{define-config-Czc3unFy.d.mts → define-config-BRkYSF9E.d.cts} +12 -22
  28. package/dist/shared/{define-config-DZVEpUTF.d.cts → define-config-CyRbZDRR.d.mts} +12 -22
  29. package/dist/shared/{load-config-gtAGhZYG.mjs → load-config-CTdjFUJH.mjs} +1 -1
  30. package/dist/shared/{load-config-DPnW1OC0.cjs → load-config-n-iiDvYj.cjs} +1 -1
  31. package/dist/shared/{misc-BN0nse6C.mjs → misc-CQeo-AFx.mjs} +1 -4
  32. package/dist/shared/{misc-BKp5iIef.cjs → misc-DksvspN4.cjs} +0 -9
  33. package/dist/shared/{src-9_Ra3A9D.cjs → src-D6QrbVqq.cjs} +327 -654
  34. package/dist/shared/{src-CJvC869N.mjs → src-DgdMNl-3.mjs} +427 -748
  35. package/package.json +16 -17
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('./chunk-DDkG_k5U.cjs');
2
- const require_src = require('./src-9_Ra3A9D.cjs');
2
+ const require_src = require('./src-D6QrbVqq.cjs');
3
3
  const node_fs = require_chunk.__toESM(require("node:fs"));
4
4
  const node_path = require_chunk.__toESM(require("node:path"));
5
5
  const node_url = require_chunk.__toESM(require("node:url"));
@@ -2,9 +2,6 @@
2
2
  function arraify(value) {
3
3
  return Array.isArray(value) ? value : [value];
4
4
  }
5
- function isNullish(value) {
6
- return value === null || value === void 0;
7
- }
8
5
  function isPromiseLike(value) {
9
6
  return value && (typeof value === "object" || typeof value === "function") && typeof value.then === "function";
10
7
  }
@@ -22,4 +19,4 @@ function unsupported(info) {
22
19
  function noop(..._args) {}
23
20
 
24
21
  //#endregion
25
- export { arraify, isNullish, isPromiseLike, noop, unimplemented, unreachable, unsupported };
22
+ export { arraify, isPromiseLike, noop, unimplemented, unreachable, unsupported };
@@ -3,9 +3,6 @@
3
3
  function arraify(value) {
4
4
  return Array.isArray(value) ? value : [value];
5
5
  }
6
- function isNullish(value) {
7
- return value === null || value === void 0;
8
- }
9
6
  function isPromiseLike(value) {
10
7
  return value && (typeof value === "object" || typeof value === "function") && typeof value.then === "function";
11
8
  }
@@ -29,12 +26,6 @@ Object.defineProperty(exports, 'arraify', {
29
26
  return arraify;
30
27
  }
31
28
  });
32
- Object.defineProperty(exports, 'isNullish', {
33
- enumerable: true,
34
- get: function () {
35
- return isNullish;
36
- }
37
- });
38
29
  Object.defineProperty(exports, 'isPromiseLike', {
39
30
  enumerable: true,
40
31
  get: function () {