WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/web/JsonpTemplatePlugin.js
@@ -12,8 +12,10 @@
/** @typedef {import("../Compilation")} Compilation */
/** @typedef {import("../Compiler")} Compiler */
// TODO webpack 6 remove this class
class JsonpTemplatePlugin {
   /**
    * Returns hooks.
    * @deprecated use JsonpChunkLoadingRuntimeModule.getCompilationHooks instead
    * @param {Compilation} compilation the compilation
    * @returns {JsonpChunkLoadingRuntimeModule.JsonpCompilationPluginHooks} hooks
@@ -23,7 +25,7 @@
   }
   /**
    * Apply the plugin
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compiler} compiler the compiler instance
    * @returns {void}
    */