@rolldown/browser 1.0.0-beta.35 → 1.0.0-beta.36

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 (49) hide show
  1. package/dist/cli.mjs +18 -29
  2. package/dist/config.d.mts +2 -2
  3. package/dist/config.mjs +4 -4
  4. package/dist/experimental-index.browser.mjs +5 -3
  5. package/dist/experimental-index.d.mts +8 -5
  6. package/dist/experimental-index.mjs +7 -5
  7. package/dist/filter-index.d.mts +2 -2
  8. package/dist/filter-index.mjs +1 -1
  9. package/dist/index.browser.mjs +1 -1
  10. package/dist/index.d.mts +2 -2
  11. package/dist/index.mjs +3 -3
  12. package/dist/parallel-plugin-worker.mjs +4 -5
  13. package/dist/parallel-plugin.d.mts +2 -2
  14. package/dist/parse-ast-index.d.mts +1 -1
  15. package/dist/parse-ast-index.mjs +1 -1
  16. package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
  17. package/dist/shared/{binding-9k0egz6L.d.mts → binding-wK0CRIMb.d.mts} +1 -0
  18. package/dist/shared/{define-config-DhrkZ_o7.d.cts → define-config-BcNhk996.d.mts} +2 -2
  19. package/dist/shared/{dist-ByKQkexh.mjs → dist-CHTC3-kR.mjs} +1 -1
  20. package/dist/shared/{load-config-BCjD-AGJ.mjs → load-config-M8Gvqt1X.mjs} +4 -6
  21. package/dist/shared/{parse-ast-index-C_CZT4St.mjs → parse-ast-index-C3TkGcEQ.mjs} +1 -1
  22. package/dist/shared/{prompt-C5jz26Zn.mjs → prompt-DuG2i9ud.mjs} +4 -7
  23. package/dist/shared/{src-B0RCtUy7.mjs → src-Dc4fRARy.mjs} +70 -43
  24. package/dist/{src-C8U06Im1.js → src-Cl6h35QH.js} +70 -44
  25. package/package.json +10 -24
  26. package/dist/cli.cjs +0 -1771
  27. package/dist/cli.d.cts +0 -1
  28. package/dist/config.cjs +0 -12
  29. package/dist/config.d.cts +0 -10
  30. package/dist/experimental-index.cjs +0 -176
  31. package/dist/experimental-index.d.cts +0 -99
  32. package/dist/filter-index.cjs +0 -53
  33. package/dist/filter-index.d.cts +0 -4
  34. package/dist/index.cjs +0 -9
  35. package/dist/index.d.cts +0 -3
  36. package/dist/parallel-plugin-worker.cjs +0 -35
  37. package/dist/parallel-plugin-worker.d.cts +0 -1
  38. package/dist/parallel-plugin.cjs +0 -8
  39. package/dist/parallel-plugin.d.cts +0 -14
  40. package/dist/parse-ast-index.cjs +0 -4
  41. package/dist/parse-ast-index.d.cts +0 -8
  42. package/dist/shared/binding-D13M6Llu.d.cts +0 -1425
  43. package/dist/shared/chunk-DDkG_k5U.cjs +0 -39
  44. package/dist/shared/define-config-DJXaSinS.d.mts +0 -1421
  45. package/dist/shared/dist-CK0hotcm.cjs +0 -240
  46. package/dist/shared/load-config-BJKhRKZL.cjs +0 -130
  47. package/dist/shared/parse-ast-index-J0xVKZRe.cjs +0 -327
  48. package/dist/shared/prompt-Q05EYrFb.cjs +0 -858
  49. package/dist/shared/src-Bd4BGX4v.cjs +0 -4788
@@ -1,39 +0,0 @@
1
- //#region rolldown:runtime
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __commonJS = (cb, mod) => function() {
9
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
13
- key = keys[i];
14
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
- get: ((k) => from[k]).bind(null, key),
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- }
19
- return to;
20
- };
21
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
22
- value: mod,
23
- enumerable: true
24
- }) : target, mod));
25
-
26
- //#endregion
27
-
28
- Object.defineProperty(exports, '__commonJS', {
29
- enumerable: true,
30
- get: function () {
31
- return __commonJS;
32
- }
33
- });
34
- Object.defineProperty(exports, '__toESM', {
35
- enumerable: true,
36
- get: function () {
37
- return __toESM;
38
- }
39
- });