@rspack-canary/browser 1.6.6-canary-0ca7752a-20251125174427 → 1.6.6-canary-5795e26c-20251126174205
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/index.mjs +15 -15
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! For license information please see index.mjs.LICENSE.txt */
|
|
2
|
-
import * as
|
|
2
|
+
import * as __rspack_external__rspack_wasi_browser_js_bd433424 from "./rspack.wasi-browser.js";
|
|
3
3
|
import { AsyncParallelHook, AsyncSeriesBailHook, AsyncSeriesHook, AsyncSeriesWaterfallHook, HookMap, MultiHook, SyncBailHook, SyncHook, SyncWaterfallHook, maxStage, minStage, safeStage } from "@rspack/lite-tapable";
|
|
4
4
|
var __webpack_modules__ = {
|
|
5
5
|
"../../node_modules/.pnpm/asn1.js@4.10.1/node_modules/asn1.js/lib/asn1.js": function(__unused_webpack_module, exports, __webpack_require__) {
|
|
@@ -35312,14 +35312,14 @@ var __webpack_modules__ = {
|
|
|
35312
35312
|
"./src/browser/buffer.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
35313
35313
|
__webpack_require__.r(__webpack_exports__);
|
|
35314
35314
|
__webpack_require__.d(__webpack_exports__, {
|
|
35315
|
-
Buffer: ()=>
|
|
35315
|
+
Buffer: ()=>_napi_rs_wasm_runtime_fs__rspack_import_0.hp
|
|
35316
35316
|
});
|
|
35317
|
-
var
|
|
35317
|
+
var _napi_rs_wasm_runtime_fs__rspack_import_0 = __webpack_require__("../../node_modules/.pnpm/@napi-rs+wasm-runtime@1.0.7/node_modules/@napi-rs/wasm-runtime/dist/fs.js");
|
|
35318
35318
|
},
|
|
35319
35319
|
"./src/browser/fs.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
35320
35320
|
__webpack_require__.r(__webpack_exports__);
|
|
35321
35321
|
__webpack_require__.d(__webpack_exports__, {
|
|
35322
|
-
default: ()=>
|
|
35322
|
+
default: ()=>__rspack_default_export,
|
|
35323
35323
|
existsSync: ()=>existsSync,
|
|
35324
35324
|
fs: ()=>fs,
|
|
35325
35325
|
lstat: ()=>lstat,
|
|
@@ -35330,16 +35330,16 @@ var __webpack_modules__ = {
|
|
|
35330
35330
|
volume: ()=>volume,
|
|
35331
35331
|
watch: ()=>watch
|
|
35332
35332
|
});
|
|
35333
|
-
var
|
|
35334
|
-
var
|
|
35335
|
-
const fs =
|
|
35336
|
-
const volume =
|
|
35337
|
-
const memfs =
|
|
35333
|
+
var _napi_rs_wasm_runtime_fs__rspack_import_0 = __webpack_require__("../../node_modules/.pnpm/@napi-rs+wasm-runtime@1.0.7/node_modules/@napi-rs/wasm-runtime/dist/fs.js");
|
|
35334
|
+
var _rspack_binding__rspack_import_1 = __webpack_require__("@rspack/binding");
|
|
35335
|
+
const fs = _rspack_binding__rspack_import_1.__fs;
|
|
35336
|
+
const volume = _rspack_binding__rspack_import_1.__volume;
|
|
35337
|
+
const memfs = _napi_rs_wasm_runtime_fs__rspack_import_0.tO;
|
|
35338
35338
|
const { readFileSync, readdirSync, lstat, existsSync, readdir, watch } = fs;
|
|
35339
|
-
const
|
|
35339
|
+
const __rspack_default_export = fs;
|
|
35340
35340
|
},
|
|
35341
35341
|
"@rspack/binding": function(module1) {
|
|
35342
|
-
module1.exports =
|
|
35342
|
+
module1.exports = __rspack_external__rspack_wasi_browser_js_bd433424;
|
|
35343
35343
|
},
|
|
35344
35344
|
"?4fc0": function() {},
|
|
35345
35345
|
"?dcfb": function() {},
|
|
@@ -58156,7 +58156,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58156
58156
|
if ("object" == typeof rspackFuture) {
|
|
58157
58157
|
D(rspackFuture, "bundlerInfo", {});
|
|
58158
58158
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58159
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.6-canary-
|
|
58159
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.6-canary-5795e26c-20251126174205");
|
|
58160
58160
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58161
58161
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58162
58162
|
}
|
|
@@ -62105,7 +62105,7 @@ class MultiStats {
|
|
|
62105
62105
|
return obj;
|
|
62106
62106
|
});
|
|
62107
62107
|
if (childOptions.version) {
|
|
62108
|
-
obj.rspackVersion = "1.6.6-canary-
|
|
62108
|
+
obj.rspackVersion = "1.6.6-canary-5795e26c-20251126174205";
|
|
62109
62109
|
obj.version = "5.75.0";
|
|
62110
62110
|
}
|
|
62111
62111
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63410,7 +63410,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63410
63410
|
},
|
|
63411
63411
|
version: (object)=>{
|
|
63412
63412
|
object.version = "5.75.0";
|
|
63413
|
-
object.rspackVersion = "1.6.6-canary-
|
|
63413
|
+
object.rspackVersion = "1.6.6-canary-5795e26c-20251126174205";
|
|
63414
63414
|
},
|
|
63415
63415
|
env: (object, _compilation, _context, { _env })=>{
|
|
63416
63416
|
object.env = _env;
|
|
@@ -66547,7 +66547,7 @@ function transformSync(source, options) {
|
|
|
66547
66547
|
const _options = JSON.stringify(options || {});
|
|
66548
66548
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66549
66549
|
}
|
|
66550
|
-
const exports_rspackVersion = "1.6.6-canary-
|
|
66550
|
+
const exports_rspackVersion = "1.6.6-canary-5795e26c-20251126174205";
|
|
66551
66551
|
const exports_version = "5.75.0";
|
|
66552
66552
|
const exports_WebpackError = Error;
|
|
66553
66553
|
const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.6.6-canary-
|
|
3
|
+
"version": "1.6.6-canary-5795e26c-20251126174205",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",
|