WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/EnvironmentNotSupportAsyncWarning.js
@@ -24,7 +24,9 @@
As a result, the code may not run as expected or may cause runtime errors.`;
      super(message);
      /** @type {string} */
      this.name = "EnvironmentNotSupportAsyncWarning";
      /** @type {Module} */
      this.module = module;
   }