mirror of https://github.com/webpack/webpack.git
Fix @template syntax error in Compilation.js iterationOfArrayCallback
This commit is contained in:
parent
a4e5f63d9d
commit
b01f378a08
|
|
@ -176,7 +176,7 @@ const iterationBlockVariable = (variables, fn) => {
|
|||
};
|
||||
|
||||
/**
|
||||
* @template {T}
|
||||
* @template T
|
||||
* @param {T[]} arr array of elements to iterate over
|
||||
* @param {function(T): void} fn callback applied to each element
|
||||
* @returns {void}
|
||||
|
|
|
|||
Loading…
Reference in New Issue