@rspack-canary/browser 1.5.8-canary-e88f22dc-20250928174002 → 1.5.9-canary-740cd963-20250929173807

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/exports.d.ts CHANGED
@@ -56,7 +56,7 @@ export { default as EntryOptionPlugin } from "./lib/EntryOptionPlugin";
56
56
  export { EnvironmentPlugin } from "./lib/EnvironmentPlugin";
57
57
  export { LoaderOptionsPlugin } from "./lib/LoaderOptionsPlugin";
58
58
  export { LoaderTargetPlugin } from "./lib/LoaderTargetPlugin";
59
- export type { OutputFileSystem } from "./util/fs";
59
+ export type { OutputFileSystem, WatchFileSystem } from "./util/fs";
60
60
  import { EsmLibraryPlugin, FetchCompileAsyncWasmPlugin, lazyCompilationMiddleware, SubresourceIntegrityPlugin } from "./builtin-plugin";
61
61
  interface Web {
62
62
  FetchCompileAsyncWasmPlugin: typeof FetchCompileAsyncWasmPlugin;
package/dist/index.mjs CHANGED
@@ -45465,7 +45465,7 @@ const SwcJsMinimizerRspackPlugin = (0, builtin_plugin_base.vt)(external_rspack_w
45465
45465
  }
45466
45466
  };
45467
45467
  }, "compilation");
45468
- const URLPlugin = (0, builtin_plugin_base.vt)(external_rspack_wasi_browser_js_.BuiltinPluginName.URLPlugin, ()=>{});
45468
+ const URLPlugin = (0, builtin_plugin_base.vt)(external_rspack_wasi_browser_js_.BuiltinPluginName.URLPlugin, ()=>{}, "compilation");
45469
45469
  const WarnCaseSensitiveModulesPlugin = (0, builtin_plugin_base.vt)(external_rspack_wasi_browser_js_.BuiltinPluginName.WarnCaseSensitiveModulesPlugin, ()=>{}, "compilation");
45470
45470
  function WebWorkerTemplatePlugin_define_property(obj, key, value) {
45471
45471
  if (key in obj) Object.defineProperty(obj, key, {
@@ -46641,7 +46641,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
46641
46641
  if ("object" == typeof rspackFuture) {
46642
46642
  D(rspackFuture, "bundlerInfo", {});
46643
46643
  if ("object" == typeof rspackFuture.bundlerInfo) {
46644
- D(rspackFuture.bundlerInfo, "version", "1.5.8-canary-e88f22dc-20250928174002");
46644
+ D(rspackFuture.bundlerInfo, "version", "1.5.9-canary-740cd963-20250929173807");
46645
46645
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
46646
46646
  D(rspackFuture.bundlerInfo, "force", !library);
46647
46647
  }
@@ -50742,7 +50742,7 @@ class MultiStats {
50742
50742
  return obj;
50743
50743
  });
50744
50744
  if (childOptions.version) {
50745
- obj.rspackVersion = "1.5.8-canary-e88f22dc-20250928174002";
50745
+ obj.rspackVersion = "1.5.9-canary-740cd963-20250929173807";
50746
50746
  obj.version = "5.75.0";
50747
50747
  }
50748
50748
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -52050,7 +52050,7 @@ const SIMPLE_EXTRACTORS = {
52050
52050
  },
52051
52051
  version: (object)=>{
52052
52052
  object.version = "5.75.0";
52053
- object.rspackVersion = "1.5.8-canary-e88f22dc-20250928174002";
52053
+ object.rspackVersion = "1.5.9-canary-740cd963-20250929173807";
52054
52054
  },
52055
52055
  env: (object, _compilation, _context, { _env })=>{
52056
52056
  object.env = _env;
@@ -56514,7 +56514,7 @@ function transformSync(source, options) {
56514
56514
  const _options = JSON.stringify(options || {});
56515
56515
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
56516
56516
  }
56517
- const exports_rspackVersion = "1.5.8-canary-e88f22dc-20250928174002";
56517
+ const exports_rspackVersion = "1.5.9-canary-740cd963-20250929173807";
56518
56518
  const exports_version = "5.75.0";
56519
56519
  const exports_WebpackError = Error;
56520
56520
  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.5.8-canary-e88f22dc-20250928174002",
3
+ "version": "1.5.9-canary-740cd963-20250929173807",
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.",