diff --git a/lib/Chunk.js b/lib/Chunk.js index 1b0ae4f1612..14d61861260 100644 --- a/lib/Chunk.js +++ b/lib/Chunk.js @@ -69,7 +69,7 @@ const getModulesIdent = set => { }; /** - * @template {T} + * @template T * @param {Set} set the set to convert to array * @returns {Array} the array returned from Array.from(set) */ diff --git a/lib/ChunkGroup.js b/lib/ChunkGroup.js index 7e69cfab452..7cb72079df5 100644 --- a/lib/ChunkGroup.js +++ b/lib/ChunkGroup.js @@ -18,7 +18,7 @@ const compareLocations = require("./compareLocations"); let debugId = 5000; /** - * @template {T} + * @template T * @param {Set} set set to convert to array. * @returns {T[]} the array format of existing set */