WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack-sources/lib/ReplaceSource.js
@@ -56,10 +56,22 @@
    */
   constructor(source, name) {
      super();
      /**
       * @private
       * @type {Source}
       */
      this._source = source;
      /**
       * @private
       * @type {string | undefined}
       */
      this._name = name;
      /** @type {Replacement[]} */
      this._replacements = [];
      /**
       * @private
       * @type {boolean}
       */
      this._isSorted = true;
   }