@rspack-canary/browser 1.6.7-canary-545fe05f-20251203071712 → 1.6.7-canary-63b4dae2-20251204065915

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.
@@ -2100,6 +2100,7 @@ export interface RawEnvironment {
2100
2100
  optionalChaining?: boolean
2101
2101
  templateLiteral?: boolean
2102
2102
  dynamicImportInWorker?: boolean
2103
+ importMetaDirnameAndFilename?: boolean
2103
2104
  }
2104
2105
 
2105
2106
  export interface RawEsmLibraryPlugin {
Binary file
@@ -1,6 +1,6 @@
1
1
  /*! For license information please see wasi-worker-browser.mjs.LICENSE.txt */
2
2
  var __webpack_modules__ = {
3
- "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js": function(module) {
3
+ "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js" (module) {
4
4
  var process = module.exports = {};
5
5
  var cachedSetTimeout;
6
6
  var cachedClearTimeout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.7-canary-545fe05f-20251203071712",
3
+ "version": "1.6.7-canary-63b4dae2-20251204065915",
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.",