WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/ModuleStoreError.js
@@ -11,6 +11,7 @@
class ModuleStoreError extends WebpackError {
   /**
    * Creates an instance of ModuleStoreError.
    * @param {Module} module module tied to dependency
    * @param {string | Error} err error thrown
    */
@@ -33,6 +34,7 @@
      super(message);
      /** @type {string} */
      this.name = "ModuleStoreError";
      this.details = /** @type {string | undefined} */ (details);
      this.module = module;
@@ -40,4 +42,5 @@
   }
}
/** @type {typeof ModuleStoreError} */
module.exports = ModuleStoreError;