WXL
3 天以前 888f941ae16c850c0f1a844ec9436058840920bd
node_modules/webpack-sources/lib/SizeOnlySource.js
@@ -18,6 +18,10 @@
    */
   constructor(size) {
      super();
      /**
       * @private
       * @type {number}
       */
      this._size = size;
   }