WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
node_modules/webpack/lib/ModuleHashingError.js
@@ -18,6 +18,7 @@
   constructor(module, error) {
      super();
      /** @type {string} */
      this.name = "ModuleHashingError";
      this.error = error;
      this.message = error.message;
@@ -26,4 +27,5 @@
   }
}
/** @type {typeof ModuleHashingError} */
module.exports = ModuleHashingError;