WXL
2 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
node_modules/webpack-sources/lib/OriginalSource.js
@@ -45,6 +45,10 @@
       * @type {undefined | Buffer}
       */
      this._valueAsBuffer = isBuffer ? value : undefined;
      /**
       * @private
       * @type {string}
       */
      this._name = name;
   }