@rolldown/browser 1.0.0-beta.17 → 1.0.0-beta.18
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 +5 -5
- package/dist/cli.mjs +5 -5
- package/dist/config.cjs +3 -3
- package/dist/config.d.cts +2 -2
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +3 -3
- package/dist/experimental-index.browser.mjs +1 -1
- package/dist/experimental-index.cjs +2 -2
- package/dist/experimental-index.d.cts +2 -2
- package/dist/experimental-index.d.mts +2 -2
- package/dist/experimental-index.mjs +2 -2
- package/dist/filter-index.d.cts +2 -2
- package/dist/filter-index.d.mts +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +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/parallel-plugin.d.cts +2 -2
- package/dist/parallel-plugin.d.mts +2 -2
- package/dist/parse-ast-index.cjs +1 -1
- package/dist/parse-ast-index.d.cts +1 -1
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/parse-ast-index.mjs +1 -1
- package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
- package/dist/shared/{binding-CWvDTpOw.d.mts → binding-D__94uwg.d.cts} +0 -449
- package/dist/shared/{binding-um3VI33z.d.cts → binding-DwMf_OTa.d.mts} +0 -449
- package/dist/shared/{define-config-DETTMcOl.d.mts → define-config-CXjwrGWr.d.cts} +1 -1
- package/dist/shared/{define-config-POPyhxOq.d.cts → define-config-DaQ-joKc.d.mts} +1 -1
- package/dist/shared/{load-config-C0FU-xTD.mjs → load-config-BwSSRqdO.mjs} +1 -1
- package/dist/shared/{load-config-Cp5Lu-qW.cjs → load-config-CbF4BrKX.cjs} +1 -1
- package/dist/shared/{parse-ast-index-B5AmHtd5.mjs → parse-ast-index-BHw-MFh6.mjs} +1 -1
- package/dist/shared/{parse-ast-index-X4pECV1E.cjs → parse-ast-index-DQhRVBEm.cjs} +1 -1
- package/dist/shared/{src-D8KQ1KMN.cjs → src-BP3CtG4Q.cjs} +3 -2
- package/dist/shared/{src-CsIMaM6C.mjs → src-D1ozKBtx.mjs} +3 -2
- package/dist/{src-Bv_xHi2_.js → src-CEdhd_Z1.js} +3 -2
- package/package.json +2 -2
|
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region package.json
|
|
30
|
-
var version = "1.0.0-beta.
|
|
30
|
+
var version = "1.0.0-beta.18";
|
|
31
31
|
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/builtin-plugin/utils.ts
|
|
@@ -2344,6 +2344,7 @@ const InputOptionsSchema = strictObject({
|
|
|
2344
2344
|
experimental: optional(strictObject({
|
|
2345
2345
|
disableLiveBindings: optional(boolean()),
|
|
2346
2346
|
enableComposingJsPlugins: optional(boolean()),
|
|
2347
|
+
viteMode: optional(boolean()),
|
|
2347
2348
|
resolveNewUrlToAsset: optional(boolean()),
|
|
2348
2349
|
strictExecutionOrder: optional(boolean()),
|
|
2349
2350
|
hmr: optional(HmrSchema),
|
|
@@ -2982,7 +2983,7 @@ function bindingPluginOrder(order) {
|
|
|
2982
2983
|
}
|
|
2983
2984
|
|
|
2984
2985
|
//#endregion
|
|
2985
|
-
//#region ../../node_modules/.pnpm/oxc-parser@0.73.
|
|
2986
|
+
//#region ../../node_modules/.pnpm/oxc-parser@0.73.2/node_modules/oxc-parser/wrap.mjs
|
|
2986
2987
|
function wrap$1(result) {
|
|
2987
2988
|
let program, module$1, comments, errors;
|
|
2988
2989
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolldown/browser",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.18",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@napi-rs/wasm-runtime": "^0.2.10",
|
|
59
|
-
"@oxc-project/runtime": "=0.73.
|
|
59
|
+
"@oxc-project/runtime": "=0.73.2"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "pnpm run build:debug",
|