rolldown 1.0.0-beta.26-commit.e5d5666 → 1.0.0-beta.26-commit.8095fa9
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.
- package/dist/cli.cjs +3 -3
- package/dist/cli.mjs +3 -3
- package/dist/config.cjs +3 -3
- package/dist/config.mjs +3 -3
- package/dist/experimental-index.cjs +2 -2
- package/dist/experimental-index.mjs +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/parallel-plugin-worker.cjs +2 -2
- package/dist/parallel-plugin-worker.mjs +2 -2
- package/dist/parse-ast-index.cjs +1 -1
- package/dist/parse-ast-index.mjs +1 -1
- package/dist/shared/{load-config-EbFxDNBo.mjs → load-config-DBZn0DRf.mjs} +1 -1
- package/dist/shared/{load-config-Dp-R8Iym.cjs → load-config-DkDNlmXE.cjs} +1 -1
- package/dist/shared/{parse-ast-index-Cn1hXCrA.mjs → parse-ast-index-DMSgO0V6.mjs} +34 -34
- package/dist/shared/{parse-ast-index-CBA_AByf.cjs → parse-ast-index-P8896Zx2.cjs} +34 -34
- package/dist/shared/{src-CgDG0Z3M.cjs → src-C3lQ79Zi.cjs} +2 -2
- package/dist/shared/{src-D2xY0HpX.mjs → src-mqfsWo7A.mjs} +2 -2
- package/package.json +18 -18
package/dist/cli.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-C3lQ79Zi.cjs');
|
|
3
|
+
require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
4
4
|
const require_misc = require('./shared/misc-DksvspN4.cjs');
|
|
5
|
-
const require_load_config = require('./shared/load-config-
|
|
5
|
+
const require_load_config = require('./shared/load-config-DkDNlmXE.cjs');
|
|
6
6
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
7
7
|
const ansis = require_chunk.__toESM(require("ansis"));
|
|
8
8
|
const node_process = require_chunk.__toESM(require("node:process"));
|
package/dist/cli.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { __commonJS, __toESM } from "./shared/parse-ast-index-
|
|
2
|
-
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-
|
|
1
|
+
import { __commonJS, __toESM } from "./shared/parse-ast-index-DMSgO0V6.mjs";
|
|
2
|
+
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-mqfsWo7A.mjs";
|
|
3
3
|
import { arraify } from "./shared/misc-CQeo-AFx.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-DBZn0DRf.mjs";
|
|
5
5
|
import path, { sep } from "node:path";
|
|
6
6
|
import colors from "ansis";
|
|
7
7
|
import process$1 from "node:process";
|
package/dist/config.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
2
|
-
require('./shared/parse-ast-index-
|
|
1
|
+
const require_src = require('./shared/src-C3lQ79Zi.cjs');
|
|
2
|
+
require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
3
3
|
require('./shared/misc-DksvspN4.cjs');
|
|
4
|
-
const require_load_config = require('./shared/load-config-
|
|
4
|
+
const require_load_config = require('./shared/load-config-DkDNlmXE.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
const VERSION = require_src.version;
|
package/dist/config.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./shared/parse-ast-index-
|
|
2
|
-
import { defineConfig, version } from "./shared/src-
|
|
1
|
+
import "./shared/parse-ast-index-DMSgO0V6.mjs";
|
|
2
|
+
import { defineConfig, version } from "./shared/src-mqfsWo7A.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-DBZn0DRf.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
const VERSION = version;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-C3lQ79Zi.cjs');
|
|
3
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
4
4
|
require('./shared/misc-DksvspN4.cjs');
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/parse-ast-index-
|
|
2
|
-
import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-
|
|
1
|
+
import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/parse-ast-index-DMSgO0V6.mjs";
|
|
2
|
+
import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-mqfsWo7A.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
import { pathToFileURL } from "node:url";
|
|
5
5
|
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
2
|
-
require('./shared/parse-ast-index-
|
|
1
|
+
const require_src = require('./shared/src-C3lQ79Zi.cjs');
|
|
2
|
+
require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
3
3
|
require('./shared/misc-DksvspN4.cjs');
|
|
4
4
|
|
|
5
5
|
exports.VERSION = require_src.VERSION;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./shared/parse-ast-index-
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-
|
|
1
|
+
import "./shared/parse-ast-index-DMSgO0V6.mjs";
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-mqfsWo7A.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
|
|
5
5
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-C3lQ79Zi.cjs');
|
|
3
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
4
4
|
require('./shared/misc-DksvspN4.cjs');
|
|
5
5
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { registerPlugins } from "./shared/parse-ast-index-
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "./shared/src-
|
|
1
|
+
import { registerPlugins } from "./shared/parse-ast-index-DMSgO0V6.mjs";
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "./shared/src-mqfsWo7A.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
import { parentPort, workerData } from "node:worker_threads";
|
|
5
5
|
|
package/dist/parse-ast-index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
1
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-P8896Zx2.cjs');
|
|
2
2
|
|
|
3
3
|
exports.parseAst = require_parse_ast_index.parseAst;
|
|
4
4
|
exports.parseAstAsync = require_parse_ast_index.parseAstAsync;
|
package/dist/parse-ast-index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./src-
|
|
2
|
+
const require_src = require('./src-C3lQ79Zi.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"));
|
|
@@ -66,7 +66,6 @@ const isMusl = () => {
|
|
|
66
66
|
}
|
|
67
67
|
return musl;
|
|
68
68
|
};
|
|
69
|
-
const isOpenHarmony = process.platform === "openharmony";
|
|
70
69
|
const isFileMusl = (f) => f.includes("libc.musl-") || f.includes("ld-musl-");
|
|
71
70
|
const isMuslFromFilesystem = () => {
|
|
72
71
|
try {
|
|
@@ -226,17 +225,6 @@ function requireNative() {
|
|
|
226
225
|
} catch (e) {
|
|
227
226
|
loadErrors.push(e);
|
|
228
227
|
}
|
|
229
|
-
} else if (isOpenHarmony) {
|
|
230
|
-
try {
|
|
231
|
-
return __require("../rolldown-binding.linux-x64-ohos.node");
|
|
232
|
-
} catch (e) {
|
|
233
|
-
loadErrors.push(e);
|
|
234
|
-
}
|
|
235
|
-
try {
|
|
236
|
-
return __require("@rolldown/binding-linux-x64-ohos");
|
|
237
|
-
} catch (e) {
|
|
238
|
-
loadErrors.push(e);
|
|
239
|
-
}
|
|
240
228
|
} else {
|
|
241
229
|
try {
|
|
242
230
|
return __require("../rolldown-binding.linux-x64-gnu.node");
|
|
@@ -260,17 +248,6 @@ function requireNative() {
|
|
|
260
248
|
} catch (e) {
|
|
261
249
|
loadErrors.push(e);
|
|
262
250
|
}
|
|
263
|
-
} else if (isOpenHarmony) {
|
|
264
|
-
try {
|
|
265
|
-
return __require("../rolldown-binding.linux-arm64-ohos.node");
|
|
266
|
-
} catch (e) {
|
|
267
|
-
loadErrors.push(e);
|
|
268
|
-
}
|
|
269
|
-
try {
|
|
270
|
-
return __require("@rolldown/binding-linux-arm64-ohos");
|
|
271
|
-
} catch (e) {
|
|
272
|
-
loadErrors.push(e);
|
|
273
|
-
}
|
|
274
251
|
} else {
|
|
275
252
|
try {
|
|
276
253
|
return __require("../rolldown-binding.linux-arm64-gnu.node");
|
|
@@ -294,17 +271,6 @@ function requireNative() {
|
|
|
294
271
|
} catch (e) {
|
|
295
272
|
loadErrors.push(e);
|
|
296
273
|
}
|
|
297
|
-
} else if (isOpenHarmony) {
|
|
298
|
-
try {
|
|
299
|
-
return __require("../rolldown-binding.linux-arm-ohos.node");
|
|
300
|
-
} catch (e) {
|
|
301
|
-
loadErrors.push(e);
|
|
302
|
-
}
|
|
303
|
-
try {
|
|
304
|
-
return __require("@rolldown/binding-linux-arm-ohos");
|
|
305
|
-
} catch (e) {
|
|
306
|
-
loadErrors.push(e);
|
|
307
|
-
}
|
|
308
274
|
} else {
|
|
309
275
|
try {
|
|
310
276
|
return __require("../rolldown-binding.linux-arm-gnueabihf.node");
|
|
@@ -363,6 +329,40 @@ function requireNative() {
|
|
|
363
329
|
loadErrors.push(e);
|
|
364
330
|
}
|
|
365
331
|
} else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported architecture on Linux: ${process.arch}`));
|
|
332
|
+
else if (process.platform === "openharmony") if (process.arch === "arm64") {
|
|
333
|
+
try {
|
|
334
|
+
return __require("../rolldown-binding.linux-arm64-ohos.node");
|
|
335
|
+
} catch (e) {
|
|
336
|
+
loadErrors.push(e);
|
|
337
|
+
}
|
|
338
|
+
try {
|
|
339
|
+
return __require("@rolldown/binding-linux-arm64-ohos");
|
|
340
|
+
} catch (e) {
|
|
341
|
+
loadErrors.push(e);
|
|
342
|
+
}
|
|
343
|
+
} else if (process.arch === "x64") {
|
|
344
|
+
try {
|
|
345
|
+
return __require("../rolldown-binding.linux-x64-ohos.node");
|
|
346
|
+
} catch (e) {
|
|
347
|
+
loadErrors.push(e);
|
|
348
|
+
}
|
|
349
|
+
try {
|
|
350
|
+
return __require("@rolldown/binding-linux-x64-ohos");
|
|
351
|
+
} catch (e) {
|
|
352
|
+
loadErrors.push(e);
|
|
353
|
+
}
|
|
354
|
+
} else if (process.arch === "arm") {
|
|
355
|
+
try {
|
|
356
|
+
return __require("../rolldown-binding.linux-arm-ohos.node");
|
|
357
|
+
} catch (e) {
|
|
358
|
+
loadErrors.push(e);
|
|
359
|
+
}
|
|
360
|
+
try {
|
|
361
|
+
return __require("@rolldown/binding-linux-arm-ohos");
|
|
362
|
+
} catch (e) {
|
|
363
|
+
loadErrors.push(e);
|
|
364
|
+
}
|
|
365
|
+
} else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported architecture on OpenHarmony: ${process.arch}`));
|
|
366
366
|
else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported OS: ${process.platform}, architecture: ${process.arch}`));
|
|
367
367
|
}
|
|
368
368
|
nativeBinding = requireNative();
|
|
@@ -39,7 +39,6 @@ const isMusl = () => {
|
|
|
39
39
|
}
|
|
40
40
|
return musl;
|
|
41
41
|
};
|
|
42
|
-
const isOpenHarmony = process.platform === "openharmony";
|
|
43
42
|
const isFileMusl = (f) => f.includes("libc.musl-") || f.includes("ld-musl-");
|
|
44
43
|
const isMuslFromFilesystem = () => {
|
|
45
44
|
try {
|
|
@@ -199,17 +198,6 @@ function requireNative() {
|
|
|
199
198
|
} catch (e) {
|
|
200
199
|
loadErrors.push(e);
|
|
201
200
|
}
|
|
202
|
-
} else if (isOpenHarmony) {
|
|
203
|
-
try {
|
|
204
|
-
return require("../rolldown-binding.linux-x64-ohos.node");
|
|
205
|
-
} catch (e) {
|
|
206
|
-
loadErrors.push(e);
|
|
207
|
-
}
|
|
208
|
-
try {
|
|
209
|
-
return require("@rolldown/binding-linux-x64-ohos");
|
|
210
|
-
} catch (e) {
|
|
211
|
-
loadErrors.push(e);
|
|
212
|
-
}
|
|
213
201
|
} else {
|
|
214
202
|
try {
|
|
215
203
|
return require("../rolldown-binding.linux-x64-gnu.node");
|
|
@@ -233,17 +221,6 @@ function requireNative() {
|
|
|
233
221
|
} catch (e) {
|
|
234
222
|
loadErrors.push(e);
|
|
235
223
|
}
|
|
236
|
-
} else if (isOpenHarmony) {
|
|
237
|
-
try {
|
|
238
|
-
return require("../rolldown-binding.linux-arm64-ohos.node");
|
|
239
|
-
} catch (e) {
|
|
240
|
-
loadErrors.push(e);
|
|
241
|
-
}
|
|
242
|
-
try {
|
|
243
|
-
return require("@rolldown/binding-linux-arm64-ohos");
|
|
244
|
-
} catch (e) {
|
|
245
|
-
loadErrors.push(e);
|
|
246
|
-
}
|
|
247
224
|
} else {
|
|
248
225
|
try {
|
|
249
226
|
return require("../rolldown-binding.linux-arm64-gnu.node");
|
|
@@ -267,17 +244,6 @@ function requireNative() {
|
|
|
267
244
|
} catch (e) {
|
|
268
245
|
loadErrors.push(e);
|
|
269
246
|
}
|
|
270
|
-
} else if (isOpenHarmony) {
|
|
271
|
-
try {
|
|
272
|
-
return require("../rolldown-binding.linux-arm-ohos.node");
|
|
273
|
-
} catch (e) {
|
|
274
|
-
loadErrors.push(e);
|
|
275
|
-
}
|
|
276
|
-
try {
|
|
277
|
-
return require("@rolldown/binding-linux-arm-ohos");
|
|
278
|
-
} catch (e) {
|
|
279
|
-
loadErrors.push(e);
|
|
280
|
-
}
|
|
281
247
|
} else {
|
|
282
248
|
try {
|
|
283
249
|
return require("../rolldown-binding.linux-arm-gnueabihf.node");
|
|
@@ -336,6 +302,40 @@ function requireNative() {
|
|
|
336
302
|
loadErrors.push(e);
|
|
337
303
|
}
|
|
338
304
|
} else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported architecture on Linux: ${process.arch}`));
|
|
305
|
+
else if (process.platform === "openharmony") if (process.arch === "arm64") {
|
|
306
|
+
try {
|
|
307
|
+
return require("../rolldown-binding.linux-arm64-ohos.node");
|
|
308
|
+
} catch (e) {
|
|
309
|
+
loadErrors.push(e);
|
|
310
|
+
}
|
|
311
|
+
try {
|
|
312
|
+
return require("@rolldown/binding-linux-arm64-ohos");
|
|
313
|
+
} catch (e) {
|
|
314
|
+
loadErrors.push(e);
|
|
315
|
+
}
|
|
316
|
+
} else if (process.arch === "x64") {
|
|
317
|
+
try {
|
|
318
|
+
return require("../rolldown-binding.linux-x64-ohos.node");
|
|
319
|
+
} catch (e) {
|
|
320
|
+
loadErrors.push(e);
|
|
321
|
+
}
|
|
322
|
+
try {
|
|
323
|
+
return require("@rolldown/binding-linux-x64-ohos");
|
|
324
|
+
} catch (e) {
|
|
325
|
+
loadErrors.push(e);
|
|
326
|
+
}
|
|
327
|
+
} else if (process.arch === "arm") {
|
|
328
|
+
try {
|
|
329
|
+
return require("../rolldown-binding.linux-arm-ohos.node");
|
|
330
|
+
} catch (e) {
|
|
331
|
+
loadErrors.push(e);
|
|
332
|
+
}
|
|
333
|
+
try {
|
|
334
|
+
return require("@rolldown/binding-linux-arm-ohos");
|
|
335
|
+
} catch (e) {
|
|
336
|
+
loadErrors.push(e);
|
|
337
|
+
}
|
|
338
|
+
} else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported architecture on OpenHarmony: ${process.arch}`));
|
|
339
339
|
else loadErrors.push(/* @__PURE__ */ new Error(`Unsupported OS: ${process.platform}, architecture: ${process.arch}`));
|
|
340
340
|
}
|
|
341
341
|
nativeBinding = requireNative();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_parse_ast_index = require('./parse-ast-index-
|
|
2
|
+
const require_parse_ast_index = require('./parse-ast-index-P8896Zx2.cjs');
|
|
3
3
|
const require_misc = require('./misc-DksvspN4.cjs');
|
|
4
4
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -9,7 +9,7 @@ const node_os = require_chunk.__toESM(require("node:os"));
|
|
|
9
9
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.0.0-beta.26-commit.
|
|
12
|
+
var version = "1.0.0-beta.26-commit.8095fa9";
|
|
13
13
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
14
14
|
|
|
15
15
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BindingAttachDebugInfo, BindingBundler, BindingCallableBuiltinPlugin, BindingChunkModuleOrderBy, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, ParallelJsPluginRegistry, augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, shutdownAsyncRuntime, startAsyncRuntime } from "./parse-ast-index-
|
|
1
|
+
import { BindingAttachDebugInfo, BindingBundler, BindingCallableBuiltinPlugin, BindingChunkModuleOrderBy, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, ParallelJsPluginRegistry, augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, shutdownAsyncRuntime, startAsyncRuntime } from "./parse-ast-index-DMSgO0V6.mjs";
|
|
2
2
|
import { arraify, noop, unimplemented, unreachable, unsupported } from "./misc-CQeo-AFx.mjs";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import { fileURLToPath } from "node:url";
|
|
@@ -8,7 +8,7 @@ import os from "node:os";
|
|
|
8
8
|
import { Worker } from "node:worker_threads";
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "1.0.0-beta.26-commit.
|
|
11
|
+
var version = "1.0.0-beta.26-commit.8095fa9";
|
|
12
12
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.26-commit.
|
|
3
|
+
"version": "1.0.0-beta.26-commit.8095fa9",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://rolldown.rs/",
|
|
@@ -95,10 +95,10 @@
|
|
|
95
95
|
"@oxc-project/runtime": "=0.77.0",
|
|
96
96
|
"@oxc-project/types": "=0.77.0",
|
|
97
97
|
"ansis": "^4.0.0",
|
|
98
|
-
"@rolldown/pluginutils": "1.0.0-beta.26-commit.
|
|
98
|
+
"@rolldown/pluginutils": "1.0.0-beta.26-commit.8095fa9"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@napi-rs/cli": "^3.0.0-alpha.
|
|
101
|
+
"@napi-rs/cli": "^3.0.0-alpha.99",
|
|
102
102
|
"@napi-rs/wasm-runtime": "^0.2.10",
|
|
103
103
|
"@oxc-node/cli": "^0.0.29",
|
|
104
104
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -120,23 +120,23 @@
|
|
|
120
120
|
"typescript": "^5.7.3",
|
|
121
121
|
"valibot": "1.1.0",
|
|
122
122
|
"@rolldown/testing": "0.0.1",
|
|
123
|
-
"rolldown": "1.0.0-beta.26-commit.
|
|
123
|
+
"rolldown": "1.0.0-beta.26-commit.8095fa9"
|
|
124
124
|
},
|
|
125
125
|
"optionalDependencies": {
|
|
126
|
-
"@rolldown/binding-darwin-x64": "1.0.0-beta.26-commit.
|
|
127
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.26-commit.
|
|
128
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.26-commit.
|
|
129
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.26-commit.
|
|
130
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-beta.26-commit.
|
|
131
|
-
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.26-commit.
|
|
132
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.26-commit.
|
|
133
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.26-commit.
|
|
134
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.26-commit.
|
|
135
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.26-commit.
|
|
136
|
-
"@rolldown/binding-linux-arm64-ohos": "1.0.0-beta.26-commit.
|
|
137
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.26-commit.
|
|
138
|
-
"@rolldown/binding-android-arm64": "1.0.0-beta.26-commit.
|
|
139
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.26-commit.
|
|
126
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.26-commit.8095fa9",
|
|
127
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.26-commit.8095fa9",
|
|
128
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.26-commit.8095fa9",
|
|
129
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.26-commit.8095fa9",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.26-commit.8095fa9",
|
|
131
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.26-commit.8095fa9",
|
|
132
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.26-commit.8095fa9",
|
|
133
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.26-commit.8095fa9",
|
|
134
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.26-commit.8095fa9",
|
|
135
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.26-commit.8095fa9",
|
|
136
|
+
"@rolldown/binding-linux-arm64-ohos": "1.0.0-beta.26-commit.8095fa9",
|
|
137
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.26-commit.8095fa9",
|
|
138
|
+
"@rolldown/binding-android-arm64": "1.0.0-beta.26-commit.8095fa9",
|
|
139
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.26-commit.8095fa9"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|