mirror of https://github.com/webpack/webpack.git
add missing jsdoc comment
This commit is contained in:
parent
722bd25d07
commit
350894ae9e
|
|
@ -46,6 +46,12 @@ makeSerializable(
|
|||
);
|
||||
|
||||
HarmonyImportSideEffectDependency.Template = class HarmonyImportSideEffectDependencyTemplate extends HarmonyImportDependency.Template {
|
||||
/**
|
||||
* @param {Dependency} dependency the dependency for which the template should be applied
|
||||
* @param {ReplaceSource} source the current replace source which can be modified
|
||||
* @param {DependencyTemplateContext} templateContext the context object
|
||||
* @returns {void}
|
||||
*/
|
||||
apply(dependency, source, templateContext) {
|
||||
const dep = /** @type {HarmonyImportSideEffectDependency} */ (dependency);
|
||||
const { moduleGraph } = templateContext;
|
||||
|
|
|
|||
Loading…
Reference in New Issue