WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js
@@ -17,6 +17,7 @@
/** @typedef {import("../Compiler")} Compiler */
/**
 * Defines the named module ids plugin options type used by this module.
 * @typedef {object} NamedModuleIdsPluginOptions
 * @property {string=} context context
 */
@@ -25,14 +26,16 @@
class NamedModuleIdsPlugin {
   /**
    * Creates an instance of NamedModuleIdsPlugin.
    * @param {NamedModuleIdsPluginOptions=} options options
    */
   constructor(options = {}) {
      /** @type {NamedModuleIdsPluginOptions} */
      this.options = options;
   }
   /**
    * Apply the plugin
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compiler} compiler the compiler instance
    * @returns {void}
    */