WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
node_modules/webpack-sources/lib/PrefixSource.js
@@ -32,13 +32,17 @@
      super();
      /**
       * @private
       * @type {string}
       */
      this._prefix = prefix;
      /**
       * @private
       * @type {Source}
       */
      this._source =
         typeof source === "string" || Buffer.isBuffer(source)
            ? new RawSource(source, true)
            : source;
      this._prefix = prefix;
   }
   getPrefix() {