WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
node_modules/webpack/lib/HarmonyLinkingError.js
@@ -10,6 +10,7 @@
   /** @param {string} message Error message */
   constructor(message) {
      super(message);
      /** @type {string} */
      this.name = "HarmonyLinkingError";
      this.hideStack = true;
   }