WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/DependenciesBlock.js
@@ -53,6 +53,7 @@
   }
   /**
    * Adds the provided dependency to the dependencies block.
    * @param {Dependency} dependency dependency being tied to block.
    * This is an "edge" pointing to another "node" on module graph.
    * @returns {void}
@@ -62,6 +63,7 @@
   }
   /**
    * Removes dependency.
    * @param {Dependency} dependency dependency being removed
    * @returns {void}
    */
@@ -73,7 +75,7 @@
   }
   /**
    * Removes all dependencies and blocks
    * Clear dependencies and blocks.
    * @returns {void}
    */
   clearDependenciesAndBlocks() {
@@ -82,6 +84,7 @@
   }
   /**
    * Updates the hash with the data contributed by this instance.
    * @param {Hash} hash the hash used to track dependencies
    * @param {UpdateHashContext} context context
    * @returns {void}
@@ -96,6 +99,7 @@
   }
   /**
    * Serializes this instance into the provided serializer context.
    * @param {ObjectSerializerContext} context context
    */
   serialize({ write }) {
@@ -104,6 +108,7 @@
   }
   /**
    * Restores this instance from the provided deserializer context.
    * @param {ObjectDeserializerContext} context context
    */
   deserialize({ read }) {