mirror of https://github.com/webpack/webpack.git
Merge pull request #7476 from sandersn/fix-template-tag-syntax
Fix template tag syntax
This commit is contained in:
commit
5653732d53
|
|
@ -69,7 +69,7 @@ const getModulesIdent = set => {
|
|||
};
|
||||
|
||||
/**
|
||||
* @template {T}
|
||||
* @template T
|
||||
* @param {Set<T>} set the set to convert to array
|
||||
* @returns {Array<T>} the array returned from Array.from(set)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const compareLocations = require("./compareLocations");
|
|||
let debugId = 5000;
|
||||
|
||||
/**
|
||||
* @template {T}
|
||||
* @template T
|
||||
* @param {Set<T>} set set to convert to array.
|
||||
* @returns {T[]} the array format of existing set
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue