@rollipop/rolldown 1.0.0-rc.1 → 1.0.0-rc.11

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 (50) hide show
  1. package/bin/cli.mjs +0 -1
  2. package/dist/cli.mjs +705 -1102
  3. package/dist/config.d.mts +9 -5
  4. package/dist/config.mjs +4 -14
  5. package/dist/experimental-index.d.mts +189 -54
  6. package/dist/experimental-index.mjs +106 -22
  7. package/dist/experimental-runtime-types.d.ts +0 -5
  8. package/dist/filter-index.d.mts +1 -2
  9. package/dist/filter-index.mjs +25 -8
  10. package/dist/get-log-filter.d.mts +3 -7
  11. package/dist/get-log-filter.mjs +23 -3
  12. package/dist/index.d.mts +4 -4
  13. package/dist/index.mjs +6 -13
  14. package/dist/parallel-plugin-worker.mjs +4 -8
  15. package/dist/parallel-plugin.d.mts +3 -4
  16. package/dist/parallel-plugin.mjs +1 -2
  17. package/dist/parse-ast-index.d.mts +26 -2
  18. package/dist/parse-ast-index.mjs +60 -4
  19. package/dist/plugins-index.d.mts +8 -5
  20. package/dist/plugins-index.mjs +8 -8
  21. package/dist/shared/{binding-tNJoEqAa.mjs → binding-MvMgR80I.mjs} +41 -43
  22. package/dist/shared/binding-hSQGgsUz.d.mts +1877 -0
  23. package/dist/shared/{bindingify-input-options-CfhrNd_y.mjs → bindingify-input-options-DhxvofsC.mjs} +127 -167
  24. package/dist/shared/{constructors-414MPkgB.mjs → constructors-BEqS3i54.mjs} +14 -7
  25. package/dist/shared/{constructors--k1uxZrh.d.mts → constructors-DMl58KN5.d.mts} +13 -4
  26. package/dist/shared/define-config-BSxBeCq6.d.mts +3810 -0
  27. package/dist/shared/{define-config-BVG4QvnP.mjs → define-config-DJOr6Iwt.mjs} +1 -2
  28. package/dist/shared/error-DcChL8nQ.mjs +85 -0
  29. package/dist/shared/get-log-filter-semyr3Lj.d.mts +35 -0
  30. package/dist/shared/{load-config-Qtd9pHJ5.mjs → load-config-tB5qAWuR.mjs} +11 -5
  31. package/dist/shared/{logging-wIy4zY9I.d.mts → logging-C6h4g8dA.d.mts} +6 -6
  32. package/dist/shared/{logs-NH298mHo.mjs → logs-D80CXhvg.mjs} +6 -9
  33. package/dist/shared/{misc-CCZIsXVO.mjs → misc-DJYbNKZX.mjs} +1 -2
  34. package/dist/shared/{normalize-string-or-regex-DeB7vQ75.mjs → normalize-string-or-regex-Dq9aIZE5.mjs} +22 -17
  35. package/dist/shared/parse-Cn5AzDgI.mjs +74 -0
  36. package/dist/shared/{prompt-tlfjalEt.mjs → prompt-BYQIwEjg.mjs} +4 -6
  37. package/dist/shared/resolve-tsconfig-QSpuHPL1.mjs +113 -0
  38. package/dist/shared/{rolldown-BMzJcmQ7.mjs → rolldown-6yZY58Dc.mjs} +2 -4
  39. package/dist/shared/rolldown-build-C10b1v8L.mjs +3326 -0
  40. package/dist/shared/transform-DY2pi3Qm.d.mts +149 -0
  41. package/dist/shared/{watch-HmN4U4B9.mjs → watch-D9PzJrio.mjs} +73 -78
  42. package/dist/utils-index.d.mts +376 -0
  43. package/dist/utils-index.mjs +2414 -0
  44. package/package.json +23 -21
  45. package/dist/cli-setup.d.mts +0 -1
  46. package/dist/cli-setup.mjs +0 -17
  47. package/dist/shared/binding-B92Lq__Q.d.mts +0 -1687
  48. package/dist/shared/define-config-D8xP5iyL.d.mts +0 -3463
  49. package/dist/shared/parse-ast-index-BcP4Ts_P.mjs +0 -99
  50. package/dist/shared/rolldown-build-DWeKtJOy.mjs +0 -2371
@@ -1,6 +1,5 @@
1
1
  import { createRequire } from "node:module";
2
-
3
- //#region rolldown:runtime
2
+ //#region \0rolldown/runtime.js
4
3
  var __create = Object.create;
5
4
  var __defProp = Object.defineProperty;
6
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -9,16 +8,12 @@ var __getProtoOf = Object.getPrototypeOf;
9
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
9
  var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
11
10
  var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
14
- key = keys[i];
15
- if (!__hasOwnProp.call(to, key) && key !== except) {
16
- __defProp(to, key, {
17
- get: ((k) => from[k]).bind(null, key),
18
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
19
- });
20
- }
21
- }
11
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
+ key = keys[i];
13
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
+ get: ((k) => from[k]).bind(null, key),
15
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
+ });
22
17
  }
23
18
  return to;
24
19
  };
@@ -27,7 +22,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
22
  enumerable: true
28
23
  }) : target, mod));
29
24
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
30
-
31
25
  //#endregion
32
26
  //#region src/webcontainer-fallback.cjs
33
27
  var require_webcontainer_fallback = /* @__PURE__ */ __commonJSMin(((exports, module) => {
@@ -51,7 +45,6 @@ var require_webcontainer_fallback = /* @__PURE__ */ __commonJSMin(((exports, mod
51
45
  }
52
46
  module.exports = __require(bindingEntry);
53
47
  }));
54
-
55
48
  //#endregion
56
49
  //#region src/binding.cjs
57
50
  var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
@@ -110,7 +103,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
110
103
  try {
111
104
  const binding = __require("@rollipop/rolldown-binding-android-arm64");
112
105
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-android-arm64/package.json").version;
113
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
106
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
114
107
  return binding;
115
108
  } catch (e) {
116
109
  loadErrors.push(e);
@@ -124,7 +117,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
124
117
  try {
125
118
  const binding = __require("@rollipop/rolldown-binding-android-arm-eabi");
126
119
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-android-arm-eabi/package.json").version;
127
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
120
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
128
121
  return binding;
129
122
  } catch (e) {
130
123
  loadErrors.push(e);
@@ -139,7 +132,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
139
132
  try {
140
133
  const binding = __require("@rollipop/rolldown-binding-win32-x64-gnu");
141
134
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-win32-x64-gnu/package.json").version;
142
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
135
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
143
136
  return binding;
144
137
  } catch (e) {
145
138
  loadErrors.push(e);
@@ -153,7 +146,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
153
146
  try {
154
147
  const binding = __require("@rollipop/rolldown-binding-win32-x64-msvc");
155
148
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-win32-x64-msvc/package.json").version;
156
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
149
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
157
150
  return binding;
158
151
  } catch (e) {
159
152
  loadErrors.push(e);
@@ -168,7 +161,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
168
161
  try {
169
162
  const binding = __require("@rollipop/rolldown-binding-win32-ia32-msvc");
170
163
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-win32-ia32-msvc/package.json").version;
171
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
164
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
172
165
  return binding;
173
166
  } catch (e) {
174
167
  loadErrors.push(e);
@@ -182,7 +175,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
182
175
  try {
183
176
  const binding = __require("@rollipop/rolldown-binding-win32-arm64-msvc");
184
177
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-win32-arm64-msvc/package.json").version;
185
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
178
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
186
179
  return binding;
187
180
  } catch (e) {
188
181
  loadErrors.push(e);
@@ -197,7 +190,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
197
190
  try {
198
191
  const binding = __require("@rollipop/rolldown-binding-darwin-universal");
199
192
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-darwin-universal/package.json").version;
200
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
193
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
201
194
  return binding;
202
195
  } catch (e) {
203
196
  loadErrors.push(e);
@@ -211,7 +204,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
211
204
  try {
212
205
  const binding = __require("@rollipop/rolldown-binding-darwin-x64");
213
206
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-darwin-x64/package.json").version;
214
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
207
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
215
208
  return binding;
216
209
  } catch (e) {
217
210
  loadErrors.push(e);
@@ -225,7 +218,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
225
218
  try {
226
219
  const binding = __require("@rollipop/rolldown-binding-darwin-arm64");
227
220
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-darwin-arm64/package.json").version;
228
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
221
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
229
222
  return binding;
230
223
  } catch (e) {
231
224
  loadErrors.push(e);
@@ -240,7 +233,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
240
233
  try {
241
234
  const binding = __require("@rollipop/rolldown-binding-freebsd-x64");
242
235
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-freebsd-x64/package.json").version;
243
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
236
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
244
237
  return binding;
245
238
  } catch (e) {
246
239
  loadErrors.push(e);
@@ -254,7 +247,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
254
247
  try {
255
248
  const binding = __require("@rollipop/rolldown-binding-freebsd-arm64");
256
249
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-freebsd-arm64/package.json").version;
257
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
250
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
258
251
  return binding;
259
252
  } catch (e) {
260
253
  loadErrors.push(e);
@@ -269,7 +262,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
269
262
  try {
270
263
  const binding = __require("@rollipop/rolldown-binding-linux-x64-musl");
271
264
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-x64-musl/package.json").version;
272
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
265
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
273
266
  return binding;
274
267
  } catch (e) {
275
268
  loadErrors.push(e);
@@ -283,7 +276,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
283
276
  try {
284
277
  const binding = __require("@rollipop/rolldown-binding-linux-x64-gnu");
285
278
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-x64-gnu/package.json").version;
286
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
279
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
287
280
  return binding;
288
281
  } catch (e) {
289
282
  loadErrors.push(e);
@@ -298,7 +291,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
298
291
  try {
299
292
  const binding = __require("@rollipop/rolldown-binding-linux-arm64-musl");
300
293
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-arm64-musl/package.json").version;
301
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
294
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
302
295
  return binding;
303
296
  } catch (e) {
304
297
  loadErrors.push(e);
@@ -312,7 +305,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
312
305
  try {
313
306
  const binding = __require("@rollipop/rolldown-binding-linux-arm64-gnu");
314
307
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-arm64-gnu/package.json").version;
315
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
308
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
316
309
  return binding;
317
310
  } catch (e) {
318
311
  loadErrors.push(e);
@@ -327,7 +320,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
327
320
  try {
328
321
  const binding = __require("@rollipop/rolldown-binding-linux-arm-musleabihf");
329
322
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-arm-musleabihf/package.json").version;
330
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
323
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
331
324
  return binding;
332
325
  } catch (e) {
333
326
  loadErrors.push(e);
@@ -341,7 +334,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
341
334
  try {
342
335
  const binding = __require("@rollipop/rolldown-binding-linux-arm-gnueabihf");
343
336
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-arm-gnueabihf/package.json").version;
344
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
337
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
345
338
  return binding;
346
339
  } catch (e) {
347
340
  loadErrors.push(e);
@@ -356,7 +349,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
356
349
  try {
357
350
  const binding = __require("@rollipop/rolldown-binding-linux-loong64-musl");
358
351
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-loong64-musl/package.json").version;
359
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
352
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
360
353
  return binding;
361
354
  } catch (e) {
362
355
  loadErrors.push(e);
@@ -370,7 +363,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
370
363
  try {
371
364
  const binding = __require("@rollipop/rolldown-binding-linux-loong64-gnu");
372
365
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-loong64-gnu/package.json").version;
373
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
366
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
374
367
  return binding;
375
368
  } catch (e) {
376
369
  loadErrors.push(e);
@@ -385,7 +378,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
385
378
  try {
386
379
  const binding = __require("@rollipop/rolldown-binding-linux-riscv64-musl");
387
380
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-riscv64-musl/package.json").version;
388
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
381
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
389
382
  return binding;
390
383
  } catch (e) {
391
384
  loadErrors.push(e);
@@ -399,7 +392,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
399
392
  try {
400
393
  const binding = __require("@rollipop/rolldown-binding-linux-riscv64-gnu");
401
394
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-riscv64-gnu/package.json").version;
402
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
395
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
403
396
  return binding;
404
397
  } catch (e) {
405
398
  loadErrors.push(e);
@@ -414,7 +407,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
414
407
  try {
415
408
  const binding = __require("@rollipop/rolldown-binding-linux-ppc64-gnu");
416
409
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-ppc64-gnu/package.json").version;
417
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
410
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
418
411
  return binding;
419
412
  } catch (e) {
420
413
  loadErrors.push(e);
@@ -428,7 +421,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
428
421
  try {
429
422
  const binding = __require("@rollipop/rolldown-binding-linux-s390x-gnu");
430
423
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-linux-s390x-gnu/package.json").version;
431
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
424
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
432
425
  return binding;
433
426
  } catch (e) {
434
427
  loadErrors.push(e);
@@ -443,7 +436,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
443
436
  try {
444
437
  const binding = __require("@rollipop/rolldown-binding-openharmony-arm64");
445
438
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-openharmony-arm64/package.json").version;
446
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
439
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
447
440
  return binding;
448
441
  } catch (e) {
449
442
  loadErrors.push(e);
@@ -457,7 +450,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
457
450
  try {
458
451
  const binding = __require("@rollipop/rolldown-binding-openharmony-x64");
459
452
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-openharmony-x64/package.json").version;
460
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
453
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
461
454
  return binding;
462
455
  } catch (e) {
463
456
  loadErrors.push(e);
@@ -471,7 +464,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
471
464
  try {
472
465
  const binding = __require("@rollipop/rolldown-binding-openharmony-arm");
473
466
  const bindingPackageVersion = __require("@rollipop/rolldown-binding-openharmony-arm/package.json").version;
474
- if (bindingPackageVersion !== "1.0.0-rc.1" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.1 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
467
+ if (bindingPackageVersion !== "1.0.0-rc.11" && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0") throw new Error(`Native binding package version mismatch, expected 1.0.0-rc.11 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`);
475
468
  return binding;
476
469
  } catch (e) {
477
470
  loadErrors.push(e);
@@ -547,6 +540,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
547
540
  module.exports.BindingChunkingContext = nativeBinding.BindingChunkingContext;
548
541
  module.exports.BindingDecodedMap = nativeBinding.BindingDecodedMap;
549
542
  module.exports.BindingDevEngine = nativeBinding.BindingDevEngine;
543
+ module.exports.BindingLoadPluginContext = nativeBinding.BindingLoadPluginContext;
550
544
  module.exports.BindingMagicString = nativeBinding.BindingMagicString;
551
545
  module.exports.BindingModuleInfo = nativeBinding.BindingModuleInfo;
552
546
  module.exports.BindingNormalizedOptions = nativeBinding.BindingNormalizedOptions;
@@ -565,6 +559,7 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
565
559
  module.exports.ParallelJsPluginRegistry = nativeBinding.ParallelJsPluginRegistry;
566
560
  module.exports.ScheduledBuild = nativeBinding.ScheduledBuild;
567
561
  module.exports.TraceSubscriberGuard = nativeBinding.TraceSubscriberGuard;
562
+ module.exports.TsconfigCache = nativeBinding.TsconfigCache;
568
563
  module.exports.BindingAttachDebugInfo = nativeBinding.BindingAttachDebugInfo;
569
564
  module.exports.BindingBuiltinPluginName = nativeBinding.BindingBuiltinPluginName;
570
565
  module.exports.BindingChunkModuleOrderBy = nativeBinding.BindingChunkModuleOrderBy;
@@ -573,13 +568,16 @@ var require_binding = /* @__PURE__ */ __commonJSMin(((exports, module) => {
573
568
  module.exports.BindingPropertyReadSideEffects = nativeBinding.BindingPropertyReadSideEffects;
574
569
  module.exports.BindingPropertyWriteSideEffects = nativeBinding.BindingPropertyWriteSideEffects;
575
570
  module.exports.BindingRebuildStrategy = nativeBinding.BindingRebuildStrategy;
576
- module.exports.createTokioRuntime = nativeBinding.createTokioRuntime;
571
+ module.exports.BindingRollipopReactNativeRuntimeTarget = nativeBinding.BindingRollipopReactNativeRuntimeTarget;
572
+ module.exports.collapseSourcemaps = nativeBinding.collapseSourcemaps;
573
+ module.exports.enhancedTransform = nativeBinding.enhancedTransform;
574
+ module.exports.enhancedTransformSync = nativeBinding.enhancedTransformSync;
577
575
  module.exports.FilterTokenKind = nativeBinding.FilterTokenKind;
578
576
  module.exports.initTraceSubscriber = nativeBinding.initTraceSubscriber;
579
577
  module.exports.registerPlugins = nativeBinding.registerPlugins;
578
+ module.exports.resolveTsconfig = nativeBinding.resolveTsconfig;
580
579
  module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
581
580
  module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
582
581
  }));
583
-
584
582
  //#endregion
585
- export { __toESM as n, require_binding as t };
583
+ export { __toESM as n, require_binding as t };